class Pyrite::Api::Admissionregistration::V1beta1::RuleWithOperations

Overview

RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.

Defined in:

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

Constructors

Instance Method Summary

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) #

RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.


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

RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.


def self.new(*, api_groups : Array? = nil, api_versions : Array? = nil, operations : Array? = nil, resources : Array? = nil, scope : String? = nil) #

Instance Method Detail

def api_groups : Array(String)? #

def api_groups=(api_groups : Array(String)?) #

def api_versions : Array(String)? #

def api_versions=(api_versions : Array(String)?) #

def operations : Array(String)? #

def operations=(operations : Array(String)?) #

def resources : Array(String)? #

def resources=(resources : Array(String)?) #

def scope : String? #

def scope=(scope : String?) #