Name | Type | Description | Notes |
---|---|---|---|
K8sAuths | Pointer to []K8SAuth | [optional] |
func NewK8SAuthsConfigPart() *K8SAuthsConfigPart
NewK8SAuthsConfigPart instantiates a new K8SAuthsConfigPart 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 NewK8SAuthsConfigPartWithDefaults() *K8SAuthsConfigPart
NewK8SAuthsConfigPartWithDefaults instantiates a new K8SAuthsConfigPart 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 *K8SAuthsConfigPart) GetK8sAuths() []K8SAuth
GetK8sAuths returns the K8sAuths field if non-nil, zero value otherwise.
func (o *K8SAuthsConfigPart) GetK8sAuthsOk() (*[]K8SAuth, bool)
GetK8sAuthsOk returns a tuple with the K8sAuths field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *K8SAuthsConfigPart) SetK8sAuths(v []K8SAuth)
SetK8sAuths sets K8sAuths field to given value.
func (o *K8SAuthsConfigPart) HasK8sAuths() bool
HasK8sAuths returns a boolean if a field has been set.