Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.66 KB

K8SAuthsConfigPart.md

File metadata and controls

56 lines (31 loc) · 1.66 KB

K8SAuthsConfigPart

Properties

Name Type Description Notes
K8sAuths Pointer to []K8SAuth [optional]

Methods

NewK8SAuthsConfigPart

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

NewK8SAuthsConfigPartWithDefaults

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

GetK8sAuths

func (o *K8SAuthsConfigPart) GetK8sAuths() []K8SAuth

GetK8sAuths returns the K8sAuths field if non-nil, zero value otherwise.

GetK8sAuthsOk

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.

SetK8sAuths

func (o *K8SAuthsConfigPart) SetK8sAuths(v []K8SAuth)

SetK8sAuths sets K8sAuths field to given value.

HasK8sAuths

func (o *K8SAuthsConfigPart) HasK8sAuths() bool

HasK8sAuths returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]