Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.62 KB

KubeconfigUserExec.md

File metadata and controls

56 lines (31 loc) · 1.62 KB

KubeconfigUserExec

Properties

Name Type Description Notes
Exec Pointer to KubeconfigExec [optional]

Methods

NewKubeconfigUserExec

func NewKubeconfigUserExec() *KubeconfigUserExec

NewKubeconfigUserExec instantiates a new KubeconfigUserExec 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

NewKubeconfigUserExecWithDefaults

func NewKubeconfigUserExecWithDefaults() *KubeconfigUserExec

NewKubeconfigUserExecWithDefaults instantiates a new KubeconfigUserExec 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

GetExec

func (o *KubeconfigUserExec) GetExec() KubeconfigExec

GetExec returns the Exec field if non-nil, zero value otherwise.

GetExecOk

func (o *KubeconfigUserExec) GetExecOk() (*KubeconfigExec, bool)

GetExecOk returns a tuple with the Exec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetExec

func (o *KubeconfigUserExec) SetExec(v KubeconfigExec)

SetExec sets Exec field to given value.

HasExec

func (o *KubeconfigUserExec) HasExec() bool

HasExec returns a boolean if a field has been set.

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