type google.golang.org/genproto/googleapis/container/v1.NodePool_Status
19 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L462: type NodePool_Status int32
cluster_service.pb.go#L466: NodePool_STATUS_UNSPECIFIED NodePool_Status = 0
cluster_service.pb.go#L468: NodePool_PROVISIONING NodePool_Status = 1
cluster_service.pb.go#L471: NodePool_RUNNING NodePool_Status = 2
cluster_service.pb.go#L476: NodePool_RUNNING_WITH_ERROR NodePool_Status = 3
cluster_service.pb.go#L480: NodePool_RECONCILING NodePool_Status = 4
cluster_service.pb.go#L482: NodePool_STOPPING NodePool_Status = 5
cluster_service.pb.go#L485: NodePool_ERROR NodePool_Status = 6
cluster_service.pb.go#L510: func (x NodePool_Status) Enum() *NodePool_Status {
cluster_service.pb.go#L511: p := new(NodePool_Status)
cluster_service.pb.go#L516: func (x NodePool_Status) String() string {
cluster_service.pb.go#L520: func (NodePool_Status) Descriptor() protoreflect.EnumDescriptor {
cluster_service.pb.go#L524: func (NodePool_Status) Type() protoreflect.EnumType {
cluster_service.pb.go#L528: func (x NodePool_Status) Number() protoreflect.EnumNumber {
cluster_service.pb.go#L533: func (NodePool_Status) EnumDescriptor() ([]byte, []int) {
cluster_service.pb.go#L5544: Status NodePool_Status `protobuf:"varint,103,opt,name=status,proto3,enum=google.container.v1.NodePool_Status" json:"status,omitempty"`
cluster_service.pb.go#L5636: func (x *NodePool) GetStatus() NodePool_Status {
cluster_service.pb.go#L10290: (NodePool_Status)(0), // 6: google.container.v1.NodePool.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. |