class Pyrite::Api::Admissionregistration::V1beta1::MutatingWebhookConfigurationList

Overview

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.

Defined in:

versions/v1.14/api/admissionregistration/v1beta1/mutating_webhook_configuration_list.cr

Constructors

Instance methods inherited from class Pyrite::Kubernetes::List(Pyrite::Api::Admissionregistration::V1beta1::MutatingWebhookConfiguration)

items : Array(T) items, metadata : Apimachinery::Apis::Meta::V1::ListMeta? metadata, metadata=(metadata : Apimachinery::Apis::Meta::V1::ListMeta?) metadata=

Constructor methods inherited from class Pyrite::Kubernetes::List(Pyrite::Api::Admissionregistration::V1beta1::MutatingWebhookConfiguration)

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new(*, items : Array(T) = [] of T, metadata : Apimachinery::Apis::Meta::V1::ListMeta? = nil)
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) #

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.


def self.new(pull : JSON::PullParser) #

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.


def self.new(*, items : Array(T) = [] of T, metadata : Apimachinery::Apis::Meta::V1::ListMeta? = nil) #