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