Class: Google::Cloud::SecurityCenter::V1::Kubernetes::Pod

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#containers::Array<::Google::Cloud::SecurityCenter::V1::Container>

Returns Pod containers associated with this finding, if any.

Returns:



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.

Returns:



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

#name::String

Returns Kubernetes Pod name.

Returns:

  • (::String)

    Kubernetes Pod name.



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

#ns::String

Returns Kubernetes Pod namespace.

Returns:

  • (::String)

    Kubernetes Pod namespace.



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