Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.96 KB

JsonV1OwnerReference.md

File metadata and controls

186 lines (101 loc) · 4.96 KB

JsonV1OwnerReference

Properties

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]

Methods

NewJsonV1OwnerReference

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

NewJsonV1OwnerReferenceWithDefaults

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

GetUid

func (o *JsonV1OwnerReference) GetUid() string

GetUid returns the Uid field if non-nil, zero value otherwise.

GetUidOk

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.

SetUid

func (o *JsonV1OwnerReference) SetUid(v string)

SetUid sets Uid field to given value.

HasUid

func (o *JsonV1OwnerReference) HasUid() bool

HasUid returns a boolean if a field has been set.

GetApiVersion

func (o *JsonV1OwnerReference) GetApiVersion() string

GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.

GetApiVersionOk

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.

SetApiVersion

func (o *JsonV1OwnerReference) SetApiVersion(v string)

SetApiVersion sets ApiVersion field to given value.

HasApiVersion

func (o *JsonV1OwnerReference) HasApiVersion() bool

HasApiVersion returns a boolean if a field has been set.

GetBlockOwnerDeletion

func (o *JsonV1OwnerReference) GetBlockOwnerDeletion() bool

GetBlockOwnerDeletion returns the BlockOwnerDeletion field if non-nil, zero value otherwise.

GetBlockOwnerDeletionOk

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.

SetBlockOwnerDeletion

func (o *JsonV1OwnerReference) SetBlockOwnerDeletion(v bool)

SetBlockOwnerDeletion sets BlockOwnerDeletion field to given value.

HasBlockOwnerDeletion

func (o *JsonV1OwnerReference) HasBlockOwnerDeletion() bool

HasBlockOwnerDeletion returns a boolean if a field has been set.

GetController

func (o *JsonV1OwnerReference) GetController() bool

GetController returns the Controller field if non-nil, zero value otherwise.

GetControllerOk

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.

SetController

func (o *JsonV1OwnerReference) SetController(v bool)

SetController sets Controller field to given value.

HasController

func (o *JsonV1OwnerReference) HasController() bool

HasController returns a boolean if a field has been set.

GetKind

func (o *JsonV1OwnerReference) GetKind() string

GetKind returns the Kind field if non-nil, zero value otherwise.

GetKindOk

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.

SetKind

func (o *JsonV1OwnerReference) SetKind(v string)

SetKind sets Kind field to given value.

HasKind

func (o *JsonV1OwnerReference) HasKind() bool

HasKind returns a boolean if a field has been set.

GetName

func (o *JsonV1OwnerReference) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *JsonV1OwnerReference) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *JsonV1OwnerReference) HasName() bool

HasName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]