ImageDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Container image with auditing details.
Attributes |
|
---|---|
Name | Description |
image |
str
The name of the image. |
container_name |
str
The name of the container. |
container_type |
google.cloud.binaryauthorization_v1beta1.types.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.ContainerType
The container type that this image belongs to. |
result |
google.cloud.binaryauthorization_v1beta1.types.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult
The result of the audit for this image. |
description |
str
Description of the above result. |
check_results |
MutableSequence[google.cloud.binaryauthorization_v1beta1.types.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult]
List of check results. |
Classes
AuditResult
AuditResult(value)
Result of the audit.
CheckResult
CheckResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
ContainerType
ContainerType(value)
The container type.