Name | Type | Description | Notes |
---|---|---|---|
ApiVersion | Pointer to string | [optional] | |
Args | Pointer to []string | [optional] | |
Command | Pointer to string | [optional] | |
InteractiveMode | Pointer to string | [optional] |
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
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
func (o *KubeconfigExec) GetApiVersion() string
GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.
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.
func (o *KubeconfigExec) SetApiVersion(v string)
SetApiVersion sets ApiVersion field to given value.
func (o *KubeconfigExec) HasApiVersion() bool
HasApiVersion returns a boolean if a field has been set.
func (o *KubeconfigExec) GetArgs() []string
GetArgs returns the Args field if non-nil, zero value otherwise.
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.
func (o *KubeconfigExec) SetArgs(v []string)
SetArgs sets Args field to given value.
func (o *KubeconfigExec) HasArgs() bool
HasArgs returns a boolean if a field has been set.
func (o *KubeconfigExec) GetCommand() string
GetCommand returns the Command field if non-nil, zero value otherwise.
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.
func (o *KubeconfigExec) SetCommand(v string)
SetCommand sets Command field to given value.
func (o *KubeconfigExec) HasCommand() bool
HasCommand returns a boolean if a field has been set.
func (o *KubeconfigExec) GetInteractiveMode() string
GetInteractiveMode returns the InteractiveMode field if non-nil, zero value otherwise.
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.
func (o *KubeconfigExec) SetInteractiveMode(v string)
SetInteractiveMode sets InteractiveMode field to given value.
func (o *KubeconfigExec) HasInteractiveMode() bool
HasInteractiveMode returns a boolean if a field has been set.