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 | |
---|---|
Name | Description |
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.