struct
Kubernetes::ValidatingAdmissionPolicyStatus
- Kubernetes::ValidatingAdmissionPolicyStatus
- Struct
- Value
- Object
Overview
ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_admissionregistration_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .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)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#conditions : Array(Condition) | Nil
The conditions represent the latest available observations of a policy's current state.
-
#conditions=(conditions : Array(Condition) | Nil)
The conditions represent the latest available observations of a policy's current state.
-
#observed_generation : Int64 | Nil
The generation observed by the controller.
-
#observed_generation=(observed_generation : Int64 | Nil)
The generation observed by the controller.
-
#type_checking : TypeChecking | Nil
The results of type checking for each expression.
-
#type_checking=(type_checking : TypeChecking | Nil)
The results of type checking for each expression.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
The conditions represent the latest available observations of a policy's current state.
The conditions represent the latest available observations of a policy's current state.
The generation observed by the controller.
The results of type checking for each expression. Presence of this field indicates the completion of the type checking.
The results of type checking for each expression. Presence of this field indicates the completion of the type checking.