KubernetesConfigProperties
Properties
Kubeconfig
Pointer to string
A Kubernetes Config file data
[optional]
Methods
NewKubernetesConfigProperties
func NewKubernetesConfigProperties() *KubernetesConfigProperties
NewKubernetesConfigProperties instantiates a new KubernetesConfigProperties 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
NewKubernetesConfigPropertiesWithDefaults
func NewKubernetesConfigPropertiesWithDefaults() *KubernetesConfigProperties
NewKubernetesConfigPropertiesWithDefaults instantiates a new KubernetesConfigProperties 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
GetKubeconfig
func (o *KubernetesConfigProperties) GetKubeconfig() string
GetKubeconfig returns the Kubeconfig field if non-nil, zero value otherwise.
GetKubeconfigOk
func (o *KubernetesConfigProperties) GetKubeconfigOk() (*string, bool)
GetKubeconfigOk returns a tuple with the Kubeconfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetKubeconfig
func (o *KubernetesConfigProperties) SetKubeconfig(v string)
SetKubeconfig sets Kubeconfig field to given value.
HasKubeconfig
func (o *KubernetesConfigProperties) HasKubeconfig() bool
HasKubeconfig returns a boolean if a field has been set.
Last updated