Name | Type | Description | Notes |
---|---|---|---|
ConflictedClustersNames | Pointer to []string | [optional] | |
Data | Pointer to KubeConfigValue | [optional] | |
Errors | Pointer to []string | [optional] |
func NewKubeconfigGenerateOutput() *KubeconfigGenerateOutput
NewKubeconfigGenerateOutput instantiates a new KubeconfigGenerateOutput 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 NewKubeconfigGenerateOutputWithDefaults() *KubeconfigGenerateOutput
NewKubeconfigGenerateOutputWithDefaults instantiates a new KubeconfigGenerateOutput 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 *KubeconfigGenerateOutput) GetConflictedClustersNames() []string
GetConflictedClustersNames returns the ConflictedClustersNames field if non-nil, zero value otherwise.
func (o *KubeconfigGenerateOutput) GetConflictedClustersNamesOk() (*[]string, bool)
GetConflictedClustersNamesOk returns a tuple with the ConflictedClustersNames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubeconfigGenerateOutput) SetConflictedClustersNames(v []string)
SetConflictedClustersNames sets ConflictedClustersNames field to given value.
func (o *KubeconfigGenerateOutput) HasConflictedClustersNames() bool
HasConflictedClustersNames returns a boolean if a field has been set.
func (o *KubeconfigGenerateOutput) GetData() KubeConfigValue
GetData returns the Data field if non-nil, zero value otherwise.
func (o *KubeconfigGenerateOutput) GetDataOk() (*KubeConfigValue, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubeconfigGenerateOutput) SetData(v KubeConfigValue)
SetData sets Data field to given value.
func (o *KubeconfigGenerateOutput) HasData() bool
HasData returns a boolean if a field has been set.
func (o *KubeconfigGenerateOutput) GetErrors() []string
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *KubeconfigGenerateOutput) GetErrorsOk() (*[]string, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KubeconfigGenerateOutput) SetErrors(v []string)
SetErrors sets Errors field to given value.
func (o *KubeconfigGenerateOutput) HasErrors() bool
HasErrors returns a boolean if a field has been set.