Uses of Class
com.google.container.v1beta1.NodeTaints
-
Packages that use NodeTaints Package Description com.google.container.v1beta1 -
-
Uses of NodeTaints in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return NodeTaints Modifier and Type Method Description NodeTaints
NodeTaints.Builder. build()
NodeTaints
NodeTaints.Builder. buildPartial()
static NodeTaints
NodeTaints. getDefaultInstance()
NodeTaints
NodeTaints.Builder. getDefaultInstanceForType()
NodeTaints
NodeTaints. getDefaultInstanceForType()
NodeTaints
UpdateNodePoolRequest.Builder. getTaints()
The desired node taints to be applied to all nodes in the node pool.NodeTaints
UpdateNodePoolRequest. getTaints()
The desired node taints to be applied to all nodes in the node pool.NodeTaints
UpdateNodePoolRequestOrBuilder. getTaints()
The desired node taints to be applied to all nodes in the node pool.static NodeTaints
NodeTaints. parseDelimitedFrom(InputStream input)
static NodeTaints
NodeTaints. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeTaints
NodeTaints. parseFrom(byte[] data)
static NodeTaints
NodeTaints. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeTaints
NodeTaints. parseFrom(com.google.protobuf.ByteString data)
static NodeTaints
NodeTaints. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeTaints
NodeTaints. parseFrom(com.google.protobuf.CodedInputStream input)
static NodeTaints
NodeTaints. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeTaints
NodeTaints. parseFrom(InputStream input)
static NodeTaints
NodeTaints. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeTaints
NodeTaints. parseFrom(ByteBuffer data)
static NodeTaints
NodeTaints. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1beta1 that return types with arguments of type NodeTaints Modifier and Type Method Description com.google.protobuf.Parser<NodeTaints>
NodeTaints. getParserForType()
static com.google.protobuf.Parser<NodeTaints>
NodeTaints. parser()
Methods in com.google.container.v1beta1 with parameters of type NodeTaints Modifier and Type Method Description NodeTaints.Builder
NodeTaints.Builder. mergeFrom(NodeTaints other)
UpdateNodePoolRequest.Builder
UpdateNodePoolRequest.Builder. mergeTaints(NodeTaints value)
The desired node taints to be applied to all nodes in the node pool.static NodeTaints.Builder
NodeTaints. newBuilder(NodeTaints prototype)
UpdateNodePoolRequest.Builder
UpdateNodePoolRequest.Builder. setTaints(NodeTaints value)
The desired node taints to be applied to all nodes in the node pool.
-