Home
last modified time | relevance | path

Searched defs:IstioNetworkingV1Alpha3Virtualservices (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/pilot/pkg/config/kube/crd/
H A Dtypes.gen.go1342 type IstioNetworkingV1Alpha3Virtualservices struct { struct
1343 metav1.TypeMeta `json:",inline"`
1344 metav1.ObjectMeta `json:"metadata"`
1345 Spec map[string]interface{} `json:"spec"`
1349 func (in *IstioNetworkingV1Alpha3Virtualservices) GetSpec() map[string]interface{} {
1354 func (in *IstioNetworkingV1Alpha3Virtualservices) SetSpec(spec map[string]interface{}) {
1359 func (in *IstioNetworkingV1Alpha3Virtualservices) GetObjectMeta() metav1.ObjectMeta {
1364 func (in *IstioNetworkingV1Alpha3Virtualservices) SetObjectMeta(metadata metav1.ObjectMeta) {
1385 …IstioNetworkingV1Alpha3Virtualservices) DeepCopyInto(out *IstioNetworkingV1Alpha3Virtualservices) {
1393 …c (in *IstioNetworkingV1Alpha3Virtualservices) DeepCopy() *IstioNetworkingV1Alpha3Virtualservices {
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/config/schema/collections/
H A Dcollections.gen.go250 IstioNetworkingV1Alpha3Virtualservices = collection.Builder{ var