type google.golang.org/genproto/googleapis/container/v1.Cluster_Status
19 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L158: type Cluster_Status int32
cluster_service.pb.go#L162: Cluster_STATUS_UNSPECIFIED Cluster_Status = 0
cluster_service.pb.go#L164: Cluster_PROVISIONING Cluster_Status = 1
cluster_service.pb.go#L167: Cluster_RUNNING Cluster_Status = 2
cluster_service.pb.go#L171: Cluster_RECONCILING Cluster_Status = 3
cluster_service.pb.go#L173: Cluster_STOPPING Cluster_Status = 4
cluster_service.pb.go#L176: Cluster_ERROR Cluster_Status = 5
cluster_service.pb.go#L179: Cluster_DEGRADED Cluster_Status = 6
cluster_service.pb.go#L204: func (x Cluster_Status) Enum() *Cluster_Status {
cluster_service.pb.go#L205: p := new(Cluster_Status)
cluster_service.pb.go#L210: func (x Cluster_Status) String() string {
cluster_service.pb.go#L214: func (Cluster_Status) Descriptor() protoreflect.EnumDescriptor {
cluster_service.pb.go#L218: func (Cluster_Status) Type() protoreflect.EnumType {
cluster_service.pb.go#L222: func (x Cluster_Status) Number() protoreflect.EnumNumber {
cluster_service.pb.go#L227: func (Cluster_Status) EnumDescriptor() ([]byte, []int) {
cluster_service.pb.go#L2406: Status Cluster_Status `protobuf:"varint,107,opt,name=status,proto3,enum=google.container.v1.Cluster_Status" json:"status,omitempty"`
cluster_service.pb.go#L2743: func (x *Cluster) GetStatus() Cluster_Status {
cluster_service.pb.go#L10286: (Cluster_Status)(0), // 2: google.container.v1.Cluster.Status
![]() |
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. |