class Pyrite::Api::Admissionregistration::V1beta1::ValidatingWebhookConfiguration
- Pyrite::Api::Admissionregistration::V1beta1::ValidatingWebhookConfiguration
- Pyrite::Kubernetes::Object
- Pyrite::Kubernetes::Resource
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.
Defined in:
versions/v1.14/api/admissionregistration/v1beta1/validating_webhook_configuration.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.
-
.new(pull : JSON::PullParser)
ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.
- .new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, webhooks : Array? = nil)
Instance Method Summary
- #webhooks : Array(Api::Admissionregistration::V1beta1::Webhook)?
- #webhooks=(webhooks : Array(Api::Admissionregistration::V1beta1::Webhook)?)
Instance methods inherited from class Pyrite::Kubernetes::Object
metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?
metadata,
metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?)
metadata=
Constructor methods inherited from class Pyrite::Kubernetes::Object
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Instance methods inherited from class Pyrite::Kubernetes::Resource
api_version : String
api_version,
kind : String
kind
Constructor methods inherited from class Pyrite::Kubernetes::Resource
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.
def self.new(pull : JSON::PullParser)
#
ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.
def self.new(*, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil, webhooks : Array? = nil)
#