Class: Google::Cloud::SecurityCenter::V2::Kubernetes::Object
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::Kubernetes::Object
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/kubernetes.rb
Overview
Kubernetes object related to the finding, uniquely identified by GKNN. Used if the object Kind is not one of Pod, Node, NodePool, Binding, or AccessReview.
Instance Attribute Summary collapse
-
#containers ⇒ ::Array<::Google::Cloud::SecurityCenter::V2::Container>
Pod containers associated with this finding, if any.
-
#group ⇒ ::String
Kubernetes object group, such as "policy.k8s.io/v1".
-
#kind ⇒ ::String
Kubernetes object kind, such as "Namespace".
-
#name ⇒ ::String
Kubernetes object name.
-
#ns ⇒ ::String
Kubernetes object namespace.
Instance Attribute Details
#containers ⇒ ::Array<::Google::Cloud::SecurityCenter::V2::Container>
233 234 235 236 |
# File 'proto_docs/google/cloud/securitycenter/v2/kubernetes.rb', line 233 class Object include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#group ⇒ ::String
233 234 235 236 |
# File 'proto_docs/google/cloud/securitycenter/v2/kubernetes.rb', line 233 class Object include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
233 234 235 236 |
# File 'proto_docs/google/cloud/securitycenter/v2/kubernetes.rb', line 233 class Object include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
233 234 235 236 |
# File 'proto_docs/google/cloud/securitycenter/v2/kubernetes.rb', line 233 class Object include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ns ⇒ ::String
233 234 235 236 |
# File 'proto_docs/google/cloud/securitycenter/v2/kubernetes.rb', line 233 class Object include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |