Name | Type | Description | Notes |
---|---|---|---|
IsKubernetesOperatorControlled | Pointer to bool | [optional] [readonly] | |
KubeConfig | Pointer to string | [optional] [readonly] | |
KubeConfigContent | Pointer to string | [optional] | |
KubeConfigName | Pointer to string | [optional] | |
KubernetesImagePullSecretName | Pointer to string | [optional] | |
KubernetesImageRegistry | Pointer to string | [optional] | |
KubernetesOperatorControlled | bool | ||
KubernetesProvider | Pointer to string | [optional] | |
KubernetesPullSecret | Pointer to string | [optional] [readonly] | |
KubernetesPullSecretContent | Pointer to string | [optional] | |
KubernetesPullSecretName | Pointer to string | [optional] | |
KubernetesServiceAccount | Pointer to string | <b style="color:#ff0000">Deprecated since YBA version 2.17.3.0.</b> kubernetes service account is not needed. | [optional] |
KubernetesStorageClass | Pointer to string | [optional] |
func NewKubernetesInfo(kubernetesOperatorControlled bool, ) *KubernetesInfo
NewKubernetesInfo instantiates a new KubernetesInfo 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 NewKubernetesInfoWithDefaults() *KubernetesInfo
NewKubernetesInfoWithDefaults instantiates a new KubernetesInfo 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 *KubernetesInfo) GetIsKubernetesOperatorControlled() bool
GetIsKubernetesOperatorControlled returns the IsKubernetesOperatorControlled field if non-nil, zero value otherwise.
func (o *KubernetesInfo) GetIsKubernetesOperatorControlledOk() (*bool, bool)
GetIsKubernetesOperatorControlledOk returns a tuple with the IsKubernetesOperatorControlled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesInfo) SetIsKubernetesOperatorControlled(v bool)
SetIsKubernetesOperatorControlled sets IsKubernetesOperatorControlled field to given value.
func (o *KubernetesInfo) HasIsKubernetesOperatorControlled() bool
HasIsKubernetesOperatorControlled returns a boolean if a field has been set.
func (o *KubernetesInfo) GetKubeConfig() string
GetKubeConfig returns the KubeConfig field if non-nil, zero value otherwise.
func (o *KubernetesInfo) 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 *KubernetesInfo) SetKubeConfig(v string)
SetKubeConfig sets KubeConfig field to given value.
func (o *KubernetesInfo) HasKubeConfig() bool
HasKubeConfig returns a boolean if a field has been set.
func (o *KubernetesInfo) GetKubeConfigContent() string
GetKubeConfigContent returns the KubeConfigContent field if non-nil, zero value otherwise.
func (o *KubernetesInfo) GetKubeConfigContentOk() (*string, bool)
GetKubeConfigContentOk returns a tuple with the KubeConfigContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesInfo) SetKubeConfigContent(v string)
SetKubeConfigContent sets KubeConfigContent field to given value.
func (o *KubernetesInfo) HasKubeConfigContent() bool
HasKubeConfigContent returns a boolean if a field has been set.
func (o *KubernetesInfo) GetKubeConfigName() string
GetKubeConfigName returns the KubeConfigName field if non-nil, zero value otherwise.
func (o *KubernetesInfo) GetKubeConfigNameOk() (*string, bool)
GetKubeConfigNameOk returns a tuple with the KubeConfigName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesInfo) SetKubeConfigName(v string)
SetKubeConfigName sets KubeConfigName field to given value.
func (o *KubernetesInfo) HasKubeConfigName() bool
HasKubeConfigName returns a boolean if a field has been set.
func (o *KubernetesInfo) GetKubernetesImagePullSecretName() string
GetKubernetesImagePullSecretName returns the KubernetesImagePullSecretName field if non-nil, zero value otherwise.
func (o *KubernetesInfo) GetKubernetesImagePullSecretNameOk() (*string, bool)
GetKubernetesImagePullSecretNameOk returns a tuple with the KubernetesImagePullSecretName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesInfo) SetKubernetesImagePullSecretName(v string)
SetKubernetesImagePullSecretName sets KubernetesImagePullSecretName field to given value.
func (o *KubernetesInfo) HasKubernetesImagePullSecretName() bool
HasKubernetesImagePullSecretName returns a boolean if a field has been set.
func (o *KubernetesInfo) GetKubernetesImageRegistry() string
GetKubernetesImageRegistry returns the KubernetesImageRegistry field if non-nil, zero value otherwise.
func (o *KubernetesInfo) GetKubernetesImageRegistryOk() (*string, bool)
GetKubernetesImageRegistryOk returns a tuple with the KubernetesImageRegistry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesInfo) SetKubernetesImageRegistry(v string)
SetKubernetesImageRegistry sets KubernetesImageRegistry field to given value.
func (o *KubernetesInfo) HasKubernetesImageRegistry() bool
HasKubernetesImageRegistry returns a boolean if a field has been set.
func (o *KubernetesInfo) GetKubernetesOperatorControlled() bool
GetKubernetesOperatorControlled returns the KubernetesOperatorControlled field if non-nil, zero value otherwise.
func (o *KubernetesInfo) GetKubernetesOperatorControlledOk() (*bool, bool)
GetKubernetesOperatorControlledOk returns a tuple with the KubernetesOperatorControlled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesInfo) SetKubernetesOperatorControlled(v bool)
SetKubernetesOperatorControlled sets KubernetesOperatorControlled field to given value.
func (o *KubernetesInfo) GetKubernetesProvider() string
GetKubernetesProvider returns the KubernetesProvider field if non-nil, zero value otherwise.
func (o *KubernetesInfo) GetKubernetesProviderOk() (*string, bool)
GetKubernetesProviderOk returns a tuple with the KubernetesProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesInfo) SetKubernetesProvider(v string)
SetKubernetesProvider sets KubernetesProvider field to given value.
func (o *KubernetesInfo) HasKubernetesProvider() bool
HasKubernetesProvider returns a boolean if a field has been set.
func (o *KubernetesInfo) GetKubernetesPullSecret() string
GetKubernetesPullSecret returns the KubernetesPullSecret field if non-nil, zero value otherwise.
func (o *KubernetesInfo) GetKubernetesPullSecretOk() (*string, bool)
GetKubernetesPullSecretOk returns a tuple with the KubernetesPullSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesInfo) SetKubernetesPullSecret(v string)
SetKubernetesPullSecret sets KubernetesPullSecret field to given value.
func (o *KubernetesInfo) HasKubernetesPullSecret() bool
HasKubernetesPullSecret returns a boolean if a field has been set.
func (o *KubernetesInfo) GetKubernetesPullSecretContent() string
GetKubernetesPullSecretContent returns the KubernetesPullSecretContent field if non-nil, zero value otherwise.
func (o *KubernetesInfo) GetKubernetesPullSecretContentOk() (*string, bool)
GetKubernetesPullSecretContentOk returns a tuple with the KubernetesPullSecretContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesInfo) SetKubernetesPullSecretContent(v string)
SetKubernetesPullSecretContent sets KubernetesPullSecretContent field to given value.
func (o *KubernetesInfo) HasKubernetesPullSecretContent() bool
HasKubernetesPullSecretContent returns a boolean if a field has been set.
func (o *KubernetesInfo) GetKubernetesPullSecretName() string
GetKubernetesPullSecretName returns the KubernetesPullSecretName field if non-nil, zero value otherwise.
func (o *KubernetesInfo) GetKubernetesPullSecretNameOk() (*string, bool)
GetKubernetesPullSecretNameOk returns a tuple with the KubernetesPullSecretName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesInfo) SetKubernetesPullSecretName(v string)
SetKubernetesPullSecretName sets KubernetesPullSecretName field to given value.
func (o *KubernetesInfo) HasKubernetesPullSecretName() bool
HasKubernetesPullSecretName returns a boolean if a field has been set.
func (o *KubernetesInfo) GetKubernetesServiceAccount() string
GetKubernetesServiceAccount returns the KubernetesServiceAccount field if non-nil, zero value otherwise.
func (o *KubernetesInfo) GetKubernetesServiceAccountOk() (*string, bool)
GetKubernetesServiceAccountOk returns a tuple with the KubernetesServiceAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesInfo) SetKubernetesServiceAccount(v string)
SetKubernetesServiceAccount sets KubernetesServiceAccount field to given value.
func (o *KubernetesInfo) HasKubernetesServiceAccount() bool
HasKubernetesServiceAccount returns a boolean if a field has been set.
func (o *KubernetesInfo) GetKubernetesStorageClass() string
GetKubernetesStorageClass returns the KubernetesStorageClass field if non-nil, zero value otherwise.
func (o *KubernetesInfo) GetKubernetesStorageClassOk() (*string, bool)
GetKubernetesStorageClassOk returns a tuple with the KubernetesStorageClass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubernetesInfo) SetKubernetesStorageClass(v string)
SetKubernetesStorageClass sets KubernetesStorageClass field to given value.
func (o *KubernetesInfo) HasKubernetesStorageClass() bool
HasKubernetesStorageClass returns a boolean if a field has been set.