class Pyrite::Apimachinery::Apis::Meta::V1::OwnerReference
Overview
OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
Defined in:
versions/v1.14/apimachinery/apis/meta/v1/owner_reference.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
OwnerReference contains enough information to let you identify an owning object.
-
.new(pull : JSON::PullParser)
OwnerReference contains enough information to let you identify an owning object.
- .new(*, api_version : String, block_owner_deletion : Bool? = nil, controller : Bool? = nil, kind : String, name : String, uid : String)
Instance Method Summary
- #api_version : String
- #api_version=(api_version : String)
- #block_owner_deletion : Bool?
- #block_owner_deletion=(block_owner_deletion : Bool?)
- #controller : Bool?
- #controller=(controller : Bool?)
- #kind : String
- #kind=(kind : String)
- #name : String
- #name=(name : String)
- #uid : String
- #uid=(uid : String)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.
OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.