type google.golang.org/genproto/googleapis/container/v1.StatusCondition_Code
18 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L538: type StatusCondition_Code int32
cluster_service.pb.go#L542: StatusCondition_UNKNOWN StatusCondition_Code = 0
cluster_service.pb.go#L544: StatusCondition_GCE_STOCKOUT StatusCondition_Code = 1
cluster_service.pb.go#L547: StatusCondition_GKE_SERVICE_ACCOUNT_DELETED StatusCondition_Code = 2
cluster_service.pb.go#L549: StatusCondition_GCE_QUOTA_EXCEEDED StatusCondition_Code = 3
cluster_service.pb.go#L551: StatusCondition_SET_BY_OPERATOR StatusCondition_Code = 4
cluster_service.pb.go#L555: StatusCondition_CLOUD_KMS_KEY_ERROR StatusCondition_Code = 7
cluster_service.pb.go#L578: func (x StatusCondition_Code) Enum() *StatusCondition_Code {
cluster_service.pb.go#L579: p := new(StatusCondition_Code)
cluster_service.pb.go#L584: func (x StatusCondition_Code) String() string {
cluster_service.pb.go#L588: func (StatusCondition_Code) Descriptor() protoreflect.EnumDescriptor {
cluster_service.pb.go#L592: func (StatusCondition_Code) Type() protoreflect.EnumType {
cluster_service.pb.go#L596: func (x StatusCondition_Code) Number() protoreflect.EnumNumber {
cluster_service.pb.go#L601: func (StatusCondition_Code) EnumDescriptor() ([]byte, []int) {
cluster_service.pb.go#L7534: Code StatusCondition_Code `protobuf:"varint,1,opt,name=code,proto3,enum=google.container.v1.StatusCondition_Code" json:"code,omitempty"`
cluster_service.pb.go#L7571: func (x *StatusCondition) GetCode() StatusCondition_Code {
cluster_service.pb.go#L10291: (StatusCondition_Code)(0), // 7: google.container.v1.StatusCondition.Code
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |