Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.56 KB

KubeconfigExec.md

File metadata and controls

134 lines (73 loc) · 3.56 KB

KubeconfigExec

Properties

Name Type Description Notes
ApiVersion Pointer to string [optional]
Args Pointer to []string [optional]
Command Pointer to string [optional]
InteractiveMode Pointer to string [optional]

Methods

NewKubeconfigExec

func NewKubeconfigExec() *KubeconfigExec

NewKubeconfigExec instantiates a new KubeconfigExec 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

NewKubeconfigExecWithDefaults

func NewKubeconfigExecWithDefaults() *KubeconfigExec

NewKubeconfigExecWithDefaults instantiates a new KubeconfigExec 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

GetApiVersion

func (o *KubeconfigExec) GetApiVersion() string

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

GetApiVersionOk

func (o *KubeconfigExec) 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 *KubeconfigExec) SetApiVersion(v string)

SetApiVersion sets ApiVersion field to given value.

HasApiVersion

func (o *KubeconfigExec) HasApiVersion() bool

HasApiVersion returns a boolean if a field has been set.

GetArgs

func (o *KubeconfigExec) GetArgs() []string

GetArgs returns the Args field if non-nil, zero value otherwise.

GetArgsOk

func (o *KubeconfigExec) GetArgsOk() (*[]string, bool)

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

SetArgs

func (o *KubeconfigExec) SetArgs(v []string)

SetArgs sets Args field to given value.

HasArgs

func (o *KubeconfigExec) HasArgs() bool

HasArgs returns a boolean if a field has been set.

GetCommand

func (o *KubeconfigExec) GetCommand() string

GetCommand returns the Command field if non-nil, zero value otherwise.

GetCommandOk

func (o *KubeconfigExec) GetCommandOk() (*string, bool)

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

SetCommand

func (o *KubeconfigExec) SetCommand(v string)

SetCommand sets Command field to given value.

HasCommand

func (o *KubeconfigExec) HasCommand() bool

HasCommand returns a boolean if a field has been set.

GetInteractiveMode

func (o *KubeconfigExec) GetInteractiveMode() string

GetInteractiveMode returns the InteractiveMode field if non-nil, zero value otherwise.

GetInteractiveModeOk

func (o *KubeconfigExec) GetInteractiveModeOk() (*string, bool)

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

SetInteractiveMode

func (o *KubeconfigExec) SetInteractiveMode(v string)

SetInteractiveMode sets InteractiveMode field to given value.

HasInteractiveMode

func (o *KubeconfigExec) HasInteractiveMode() bool

HasInteractiveMode returns a boolean if a field has been set.

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