Name | Type | Description | Notes |
---|---|---|---|
Uid | Pointer to string | [optional] | |
ApiVersion | Pointer to string | [optional] | |
BlockOwnerDeletion | Pointer to bool | [optional] | |
Controller | Pointer to bool | [optional] | |
Kind | Pointer to string | [optional] | |
Name | Pointer to string | [optional] |
func NewJsonV1OwnerReference() *JsonV1OwnerReference
NewJsonV1OwnerReference instantiates a new JsonV1OwnerReference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewJsonV1OwnerReferenceWithDefaults() *JsonV1OwnerReference
NewJsonV1OwnerReferenceWithDefaults instantiates a new JsonV1OwnerReference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *JsonV1OwnerReference) GetUid() string
GetUid returns the Uid field if non-nil, zero value otherwise.
func (o *JsonV1OwnerReference) GetUidOk() (*string, bool)
GetUidOk returns a tuple with the Uid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JsonV1OwnerReference) SetUid(v string)
SetUid sets Uid field to given value.
func (o *JsonV1OwnerReference) HasUid() bool
HasUid returns a boolean if a field has been set.
func (o *JsonV1OwnerReference) GetApiVersion() string
GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.
func (o *JsonV1OwnerReference) GetApiVersionOk() (*string, bool)
GetApiVersionOk returns a tuple with the ApiVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JsonV1OwnerReference) SetApiVersion(v string)
SetApiVersion sets ApiVersion field to given value.
func (o *JsonV1OwnerReference) HasApiVersion() bool
HasApiVersion returns a boolean if a field has been set.
func (o *JsonV1OwnerReference) GetBlockOwnerDeletion() bool
GetBlockOwnerDeletion returns the BlockOwnerDeletion field if non-nil, zero value otherwise.
func (o *JsonV1OwnerReference) GetBlockOwnerDeletionOk() (*bool, bool)
GetBlockOwnerDeletionOk returns a tuple with the BlockOwnerDeletion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JsonV1OwnerReference) SetBlockOwnerDeletion(v bool)
SetBlockOwnerDeletion sets BlockOwnerDeletion field to given value.
func (o *JsonV1OwnerReference) HasBlockOwnerDeletion() bool
HasBlockOwnerDeletion returns a boolean if a field has been set.
func (o *JsonV1OwnerReference) GetController() bool
GetController returns the Controller field if non-nil, zero value otherwise.
func (o *JsonV1OwnerReference) GetControllerOk() (*bool, bool)
GetControllerOk returns a tuple with the Controller field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JsonV1OwnerReference) SetController(v bool)
SetController sets Controller field to given value.
func (o *JsonV1OwnerReference) HasController() bool
HasController returns a boolean if a field has been set.
func (o *JsonV1OwnerReference) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *JsonV1OwnerReference) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JsonV1OwnerReference) SetKind(v string)
SetKind sets Kind field to given value.
func (o *JsonV1OwnerReference) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *JsonV1OwnerReference) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *JsonV1OwnerReference) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *JsonV1OwnerReference) SetName(v string)
SetName sets Name field to given value.
func (o *JsonV1OwnerReference) HasName() bool
HasName returns a boolean if a field has been set.