Class: Google::Cloud::SecurityCenter::V1::Kubernetes::Pod
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Kubernetes::Pod
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/kubernetes.rb
Overview
A Kubernetes Pod.
Instance Attribute Summary collapse
-
#containers ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::Container>
Pod containers associated with this finding, if any.
-
#labels ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::Label>
Pod labels.
-
#name ⇒ ::String
Kubernetes Pod name.
-
#ns ⇒ ::String
Kubernetes Pod namespace.
Instance Attribute Details
#containers ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::Container>
Returns Pod containers associated with this finding, if any.
76 77 78 79 |
# File 'proto_docs/google/cloud/securitycenter/v1/kubernetes.rb', line 76 class Pod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#labels ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::Label>
Returns Pod labels. For Kubernetes containers, these are applied to the container.
76 77 78 79 |
# File 'proto_docs/google/cloud/securitycenter/v1/kubernetes.rb', line 76 class Pod include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |