Name | Type | Description | Notes |
---|---|---|---|
ApiVersion | Pointer to string | [optional] | |
Clusters | Pointer to []KubeconfigNamedCluster | [optional] | |
Contexts | Pointer to []KubeconfigNamedContext | [optional] | |
CurrentContext | Pointer to string | [optional] | |
Kind | Pointer to string | [optional] | |
Users | Pointer to []KubeconfigUser | [optional] |
func NewKubeConfigValue() *KubeConfigValue
NewKubeConfigValue instantiates a new KubeConfigValue 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 NewKubeConfigValueWithDefaults() *KubeConfigValue
NewKubeConfigValueWithDefaults instantiates a new KubeConfigValue 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 *KubeConfigValue) GetApiVersion() string
GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.
func (o *KubeConfigValue) 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 *KubeConfigValue) SetApiVersion(v string)
SetApiVersion sets ApiVersion field to given value.
func (o *KubeConfigValue) HasApiVersion() bool
HasApiVersion returns a boolean if a field has been set.
func (o *KubeConfigValue) GetClusters() []KubeconfigNamedCluster
GetClusters returns the Clusters field if non-nil, zero value otherwise.
func (o *KubeConfigValue) GetClustersOk() (*[]KubeconfigNamedCluster, bool)
GetClustersOk returns a tuple with the Clusters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubeConfigValue) SetClusters(v []KubeconfigNamedCluster)
SetClusters sets Clusters field to given value.
func (o *KubeConfigValue) HasClusters() bool
HasClusters returns a boolean if a field has been set.
func (o *KubeConfigValue) GetContexts() []KubeconfigNamedContext
GetContexts returns the Contexts field if non-nil, zero value otherwise.
func (o *KubeConfigValue) GetContextsOk() (*[]KubeconfigNamedContext, bool)
GetContextsOk returns a tuple with the Contexts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubeConfigValue) SetContexts(v []KubeconfigNamedContext)
SetContexts sets Contexts field to given value.
func (o *KubeConfigValue) HasContexts() bool
HasContexts returns a boolean if a field has been set.
func (o *KubeConfigValue) GetCurrentContext() string
GetCurrentContext returns the CurrentContext field if non-nil, zero value otherwise.
func (o *KubeConfigValue) GetCurrentContextOk() (*string, bool)
GetCurrentContextOk returns a tuple with the CurrentContext field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubeConfigValue) SetCurrentContext(v string)
SetCurrentContext sets CurrentContext field to given value.
func (o *KubeConfigValue) HasCurrentContext() bool
HasCurrentContext returns a boolean if a field has been set.
func (o *KubeConfigValue) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *KubeConfigValue) 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 *KubeConfigValue) SetKind(v string)
SetKind sets Kind field to given value.
func (o *KubeConfigValue) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *KubeConfigValue) GetUsers() []KubeconfigUser
GetUsers returns the Users field if non-nil, zero value otherwise.
func (o *KubeConfigValue) GetUsersOk() (*[]KubeconfigUser, bool)
GetUsersOk returns a tuple with the Users field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubeConfigValue) SetUsers(v []KubeconfigUser)
SetUsers sets Users field to given value.
func (o *KubeConfigValue) HasUsers() bool
HasUsers returns a boolean if a field has been set.