KubernetesConfigProperties
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
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
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
func (o *KubernetesConfigProperties) GetKubeconfig() string
GetKubeconfig returns the Kubeconfig field if non-nil, zero value otherwise.
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.
func (o *KubernetesConfigProperties) SetKubeconfig(v string)
SetKubeconfig sets Kubeconfig field to given value.
func (o *KubernetesConfigProperties) HasKubeconfig() bool
HasKubeconfig returns a boolean if a field has been set.
Kubeconfig
Pointer to string
A Kubernetes Config file data
[optional]