struct

Kubernetes::ValidatingAdmissionPolicyStatus

Inherits YAML::Serializable < JSON::Serializable < Kubernetes::Serializable < Struct < Value < Object

ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.

Constructors

new(pull : ::JSON::PullParser)
new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)

Instance methods

conditions

conditions represent the latest available observations of a policy's current state.

Source
conditions=(conditions : Array(Condition) | Nil)

conditions represent the latest available observations of a policy's current state.

Source
observed_generation

observedGeneration is the generation observed by the controller.

Source
observed_generation=(observed_generation : Int64 | Nil)

observedGeneration is the generation observed by the controller.

Source
type_checking

typeChecking contains the results of type checking for each expression. Presence of this field indicates the completion of the type checking.

Source
type_checking=(type_checking : TypeChecking | Nil)

typeChecking contains the results of type checking for each expression. Presence of this field indicates the completion of the type checking.

Source

Macros

field(name, type = nil, **options, &block)

Helper macro for defining fields with automatic camelCase conversion

Source