Home
last modified time | relevance | path

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

/dports/sysutils/istio/istio-1.6.7/pilot/pkg/config/kube/crd/
H A Dtypes.gen.go827 type IstioNetworkingV1Alpha3Destinationrules struct { struct
828 metav1.TypeMeta `json:",inline"`
829 metav1.ObjectMeta `json:"metadata"`
830 Spec map[string]interface{} `json:"spec"`
834 func (in *IstioNetworkingV1Alpha3Destinationrules) GetSpec() map[string]interface{} {
839 func (in *IstioNetworkingV1Alpha3Destinationrules) SetSpec(spec map[string]interface{}) {
844 func (in *IstioNetworkingV1Alpha3Destinationrules) GetObjectMeta() metav1.ObjectMeta {
849 func (in *IstioNetworkingV1Alpha3Destinationrules) SetObjectMeta(metadata metav1.ObjectMeta) {
870 …tioNetworkingV1Alpha3Destinationrules) DeepCopyInto(out *IstioNetworkingV1Alpha3Destinationrules) {
878 …(in *IstioNetworkingV1Alpha3Destinationrules) DeepCopy() *IstioNetworkingV1Alpha3Destinationrules {
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/config/schema/collections/
H A Dcollections.gen.go160 IstioNetworkingV1Alpha3Destinationrules = collection.Builder{ var