Class: Google::Cloud::SecurityCenter::V1::Kubernetes::NodePool
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Kubernetes::NodePool
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/kubernetes.rb
Overview
Provides GKE node pool information.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Kubernetes node pool name.
-
#nodes ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::Kubernetes::Node>
Nodes associated with the finding.
Instance Attribute Details
#name ⇒ ::String
Returns Kubernetes node pool name.
98 99 100 101 |
# File 'proto_docs/google/cloud/securitycenter/v1/kubernetes.rb', line 98 class NodePool include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nodes ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::Kubernetes::Node>
Returns Nodes associated with the finding.
98 99 100 101 |
# File 'proto_docs/google/cloud/securitycenter/v1/kubernetes.rb', line 98 class NodePool include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |