type google.golang.org/genproto/googleapis/container/v1.NodeTaint_Effect
16 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L52: type NodeTaint_Effect int32
cluster_service.pb.go#L56: NodeTaint_EFFECT_UNSPECIFIED NodeTaint_Effect = 0
cluster_service.pb.go#L58: NodeTaint_NO_SCHEDULE NodeTaint_Effect = 1
cluster_service.pb.go#L60: NodeTaint_PREFER_NO_SCHEDULE NodeTaint_Effect = 2
cluster_service.pb.go#L62: NodeTaint_NO_EXECUTE NodeTaint_Effect = 3
cluster_service.pb.go#L81: func (x NodeTaint_Effect) Enum() *NodeTaint_Effect {
cluster_service.pb.go#L82: p := new(NodeTaint_Effect)
cluster_service.pb.go#L87: func (x NodeTaint_Effect) String() string {
cluster_service.pb.go#L91: func (NodeTaint_Effect) Descriptor() protoreflect.EnumDescriptor {
cluster_service.pb.go#L95: func (NodeTaint_Effect) Type() protoreflect.EnumType {
cluster_service.pb.go#L99: func (x NodeTaint_Effect) Number() protoreflect.EnumNumber {
cluster_service.pb.go#L104: func (NodeTaint_Effect) EnumDescriptor() ([]byte, []int) {
cluster_service.pb.go#L1064: Effect NodeTaint_Effect `protobuf:"varint,3,opt,name=effect,proto3,enum=google.container.v1.NodeTaint_Effect" json:"effect,omitempty"`
cluster_service.pb.go#L1113: func (x *NodeTaint) GetEffect() NodeTaint_Effect {
cluster_service.pb.go#L10284: (NodeTaint_Effect)(0), // 0: google.container.v1.NodeTaint.Effect
![]() |
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. |