type google.golang.org/genproto/googleapis/container/v1.NodeTaint
14 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L840: Taints []*NodeTaint `protobuf:"bytes,15,rep,name=taints,proto3" json:"taints,omitempty"`
cluster_service.pb.go#L968: func (x *NodeConfig) GetTaints() []*NodeTaint {
cluster_service.pb.go#L1054: type NodeTaint struct {
cluster_service.pb.go#L1067: func (x *NodeTaint) Reset() {
cluster_service.pb.go#L1068: *x = NodeTaint{}
cluster_service.pb.go#L1076: func (x *NodeTaint) String() string {
cluster_service.pb.go#L1080: func (*NodeTaint) ProtoMessage() {}
cluster_service.pb.go#L1082: func (x *NodeTaint) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L1095: func (*NodeTaint) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L1099: func (x *NodeTaint) GetKey() string {
cluster_service.pb.go#L1106: func (x *NodeTaint) GetValue() string {
cluster_service.pb.go#L1113: func (x *NodeTaint) GetEffect() NodeTaint_Effect {
cluster_service.pb.go#L10296: (*NodeTaint)(nil), // 12: google.container.v1.NodeTaint
cluster_service.pb.go#L10571: switch v := v.(*NodeTaint); i {
![]() |
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. |