#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.
#
# NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). Do not edit the class manually.
'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.',
class=>'V1OwnerReference',
required=>[],# TODO
}
);
__PACKAGE__->method_documentation(
{
'api_version'=>{
datatype=>'string',
base_name=>'apiVersion',
description=>'API version of the referent.',
format=>'',
read_only=>'',
},
'block_owner_deletion'=>{
datatype=>'boolean',
base_name=>'blockOwnerDeletion',
description=>
'If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.',
format=>'',
read_only=>'',
},
'controller'=>{
datatype=>'boolean',
base_name=>'controller',
description=>
'If true, this reference points to the managing controller.',
format=>'',
read_only=>'',
},
'kind'=>{
datatype=>'string',
base_name=>'kind',
description=>
'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds',
format=>'',
read_only=>'',
},
'name'=>{
datatype=>'string',
base_name=>'name',
description=>
'Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names',
format=>'',
read_only=>'',
},
'uid'=>{
datatype=>'string',
base_name=>'uid',
description=>
'UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids',