Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for EnumStringOf (0.12 sec)

  1. pkg/workloadapi/workload.pb.go

    		"UNHEALTHY": 1,
    	}
    )
    
    func (x WorkloadStatus) Enum() *WorkloadStatus {
    	p := new(WorkloadStatus)
    	*p = x
    	return p
    }
    
    func (x WorkloadStatus) String() string {
    	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
    }
    
    func (WorkloadStatus) Descriptor() protoreflect.EnumDescriptor {
    	return file_workloadapi_workload_proto_enumTypes[0].Descriptor()
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  2. pkg/workloadapi/security/authorization.pb.go

    		"NAMESPACE":         1,
    		"WORKLOAD_SELECTOR": 2,
    	}
    )
    
    func (x Scope) Enum() *Scope {
    	p := new(Scope)
    	*p = x
    	return p
    }
    
    func (x Scope) String() string {
    	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
    }
    
    func (Scope) Descriptor() protoreflect.EnumDescriptor {
    	return file_workloadapi_security_authorization_proto_enumTypes[0].Descriptor()
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  3. pkg/zdsapi/zds.pb.go

    		"NOT_USED": 0,
    		"V1":       1,
    	}
    )
    
    func (x Version) Enum() *Version {
    	p := new(Version)
    	*p = x
    	return p
    }
    
    func (x Version) String() string {
    	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
    }
    
    func (Version) Descriptor() protoreflect.EnumDescriptor {
    	return file_zdsapi_zds_proto_enumTypes[0].Descriptor()
    }
    
    func (Version) Type() protoreflect.EnumType {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  4. pkg/test/echo/proto/echo.pb.go

    		"V2":   2,
    	}
    )
    
    func (x ProxyProtoVersion) Enum() *ProxyProtoVersion {
    	p := new(ProxyProtoVersion)
    	*p = x
    	return p
    }
    
    func (x ProxyProtoVersion) String() string {
    	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
    }
    
    func (ProxyProtoVersion) Descriptor() protoreflect.EnumDescriptor {
    	return file_test_echo_proto_echo_proto_enumTypes[0].Descriptor()
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  5. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	}
    )
    
    func (x IngressControllerMode) Enum() *IngressControllerMode {
    	p := new(IngressControllerMode)
    	*p = x
    	return p
    }
    
    func (x IngressControllerMode) String() string {
    	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
    }
    
    func (IngressControllerMode) Descriptor() protoreflect.EnumDescriptor {
    	return file_pkg_apis_istio_v1alpha1_values_types_proto_enumTypes[0].Descriptor()
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top