class Pyrite::Api::Rbac::V1::ClusterRoleBindingList
- Pyrite::Api::Rbac::V1::ClusterRoleBindingList
- Pyrite::Kubernetes::List(Pyrite::Api::Rbac::V1::ClusterRoleBinding)
- Pyrite::Kubernetes::Resource
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
ClusterRoleBindingList is a collection of ClusterRoleBindings
Defined in:
versions/v1.14/api/rbac/v1/cluster_role_binding_list.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
ClusterRoleBindingList is a collection of ClusterRoleBindings
-
.new(pull : JSON::PullParser)
ClusterRoleBindingList is a collection of ClusterRoleBindings
- .new(*, items : Array(T) = [] of T, metadata : Apimachinery::Apis::Meta::V1::ListMeta? = nil)
Instance methods inherited from class Pyrite::Kubernetes::List(Pyrite::Api::Rbac::V1::ClusterRoleBinding)
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::Rbac::V1::ClusterRoleBinding)
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)
#
ClusterRoleBindingList is a collection of ClusterRoleBindings
def self.new(pull : JSON::PullParser)
#
ClusterRoleBindingList is a collection of ClusterRoleBindings
def self.new(*, items : Array(T) = [] of T, metadata : Apimachinery::Apis::Meta::V1::ListMeta? = nil)
#