Class Kubernetes (1.25.0)

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

Kubernetes-related attributes.

Attributes

NameDescription
pods MutableSequence[google.cloud.securitycenter_v1.types.Kubernetes.Pod]
Kubernetes Pods __ associated with the finding. This field contains Pod records for each container that is owned by a Pod.
nodes MutableSequence[google.cloud.securitycenter_v1.types.Kubernetes.Node]
Provides Kubernetes node __ information.
node_pools MutableSequence[google.cloud.securitycenter_v1.types.Kubernetes.NodePool]
GKE `node pools
roles MutableSequence[google.cloud.securitycenter_v1.types.Kubernetes.Role]
Provides Kubernetes role information for findings that involve `Roles or ClusterRoles
bindings MutableSequence[google.cloud.securitycenter_v1.types.Kubernetes.Binding]
Provides Kubernetes role binding information for findings that involve `RoleBindings or ClusterRoleBindings
access_reviews MutableSequence[google.cloud.securitycenter_v1.types.Kubernetes.AccessReview]
Provides information on any Kubernetes access reviews (privilege checks) relevant to the finding.

Classes

AccessReview

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

Conveys information about a Kubernetes access review (such as one returned by a `kubectl auth can-i https://kubernetes.io/docs/reference/access-authn-authz/authorization/#checking-api-access`__ command) 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)

A 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.