Class Kubernetes (1.16.0)

Kubernetes(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Kubernetes related attributes.

Attributes

NameDescription
pods Sequence[google.cloud.securitycenter_v1.types.Kubernetes.Pod]
Kubernetes Pods associated with the finding. This field will contain Pod records for each container that is owned by a Pod.
nodes Sequence[google.cloud.securitycenter_v1.types.Kubernetes.Node]
Provides Kubernetes Node information.
node_pools Sequence[google.cloud.securitycenter_v1.types.Kubernetes.NodePool]
GKE Node Pools associated with the finding. This field will contain NodePool information for each Node, when it is available.
roles Sequence[google.cloud.securitycenter_v1.types.Kubernetes.Role]
Provides Kubernetes role information for findings that involve Roles or ClusterRoles.
bindings Sequence[google.cloud.securitycenter_v1.types.Kubernetes.Binding]
Provides Kubernetes role binding information for findings that involve RoleBindings or ClusterRoleBindings.
access_reviews Sequence[google.cloud.securitycenter_v1.types.Kubernetes.AccessReview]
Provides information on any Kubernetes access reviews (i.e. privilege checks) relevant to the finding.

Inheritance

builtins.object > proto.message.Message > Kubernetes

Classes

AccessReview

AccessReview(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Conveys information about a Kubernetes access review (e.g. kubectl auth can-i ...) that was involved in a finding.

Binding

Binding(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a Kubernetes RoleBinding or ClusterRoleBinding.

Node

Node(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Kubernetes Nodes associated with the finding.

NodePool

NodePool(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Provides GKE Node Pool information.

Pod

Pod(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Kubernetes Pod.

Role

Role(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Kubernetes Role or ClusterRole.

Subject

Subject(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a Kubernetes Subject.