Class ContinuousValidationEvent (1.10.3)

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

Represents an auditing event from Continuous Validation.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
pod_event google.cloud.binaryauthorization_v1beta1.types.ContinuousValidationEvent.ContinuousValidationPodEvent
Pod event. This field is a member of oneof_ event_type.
config_error_event google.cloud.binaryauthorization_v1beta1.types.ContinuousValidationEvent.ConfigErrorEvent
Config error event. This field is a member of oneof_ event_type.

Classes

ConfigErrorEvent

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

An event describing a user-actionable configuration issue that prevents CV from auditing.

ContinuousValidationPodEvent

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

An auditing event for one Pod.