Binary Authorization V1beta1 API - Class Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent (v0.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Binary Authorization V1beta1 API class Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent.
An auditing event for one Pod.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deploy_time
defdeploy_time()->::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Deploy time of the Pod from k8s.
#deploy_time=
defdeploy_time=(value)->::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Deploy time of the Pod from k8s.
Returns
- (::Google::Protobuf::Timestamp) — Deploy time of the Pod from k8s.
#end_time
defend_time()->::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Termination time of the Pod from k8s, or nothing if still running.
#end_time=
defend_time=(value)->::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Termination time of the Pod from k8s, or nothing if still running.
Returns
- (::Google::Protobuf::Timestamp) — Termination time of the Pod from k8s, or nothing if still running.
#images
defimages()->::Array<::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails>
Returns
- (::Array<::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails>) — List of images with auditing details.
#images=
defimages=(value)->::Array<::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails>
Parameter
- value (::Array<::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails>) — List of images with auditing details.
Returns
- (::Array<::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails>) — List of images with auditing details.
#pod
defpod()->::String
Returns
- (::String) — The name of the Pod.
#pod=
defpod=(value)->::String
Parameter
- value (::String) — The name of the Pod.
Returns
- (::String) — The name of the Pod.
#pod_namespace
defpod_namespace()->::String
Returns
- (::String) — The k8s namespace of the Pod.
#pod_namespace=
defpod_namespace=(value)->::String
Parameter
- value (::String) — The k8s namespace of the Pod.
Returns
- (::String) — The k8s namespace of the Pod.
#policy_name
defpolicy_name()->::String
Returns
- (::String) — The name of the policy.
#policy_name=
defpolicy_name=(value)->::String
Parameter
- value (::String) — The name of the policy.
Returns
- (::String) — The name of the policy.
#verdict
defverdict()->::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::PolicyConformanceVerdict
Returns
- (::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::PolicyConformanceVerdict) — Auditing verdict for this Pod.
#verdict=
defverdict=(value)->::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::PolicyConformanceVerdict
Parameter
- value (::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::PolicyConformanceVerdict) — Auditing verdict for this Pod.
Returns
- (::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::PolicyConformanceVerdict) — Auditing verdict for this Pod.