Class: Google::Cloud::Container::V1::NodeTaints
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NodeTaints
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Collection of Kubernetes node taints.
Instance Attribute Summary collapse
-
#taints ⇒ ::Array<::Google::Cloud::Container::V1::NodeTaint>
List of node taints.
Instance Attribute Details
#taints ⇒ ::Array<::Google::Cloud::Container::V1::NodeTaint>
Returns List of node taints.
700 701 702 703 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 700 class NodeTaints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |