Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.58 KB

File metadata and controls

108 lines (59 loc) · 3.58 KB

SecretStoreSpecConfigVaultCluster

Properties

Name Type Description Notes
AuthPath Pointer to string Authentication path for cluster linked to secret store resource [optional]
ClusterName Pointer to string Cluster name for cluster linked to secret store resource [optional]
VaultNamespace Pointer to string Namespace for cluster linked to secret store resource [optional]

Methods

NewSecretStoreSpecConfigVaultCluster

func NewSecretStoreSpecConfigVaultCluster() *SecretStoreSpecConfigVaultCluster

NewSecretStoreSpecConfigVaultCluster instantiates a new SecretStoreSpecConfigVaultCluster 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

NewSecretStoreSpecConfigVaultClusterWithDefaults

func NewSecretStoreSpecConfigVaultClusterWithDefaults() *SecretStoreSpecConfigVaultCluster

NewSecretStoreSpecConfigVaultClusterWithDefaults instantiates a new SecretStoreSpecConfigVaultCluster 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

GetAuthPath

func (o *SecretStoreSpecConfigVaultCluster) GetAuthPath() string

GetAuthPath returns the AuthPath field if non-nil, zero value otherwise.

GetAuthPathOk

func (o *SecretStoreSpecConfigVaultCluster) GetAuthPathOk() (*string, bool)

GetAuthPathOk returns a tuple with the AuthPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAuthPath

func (o *SecretStoreSpecConfigVaultCluster) SetAuthPath(v string)

SetAuthPath sets AuthPath field to given value.

HasAuthPath

func (o *SecretStoreSpecConfigVaultCluster) HasAuthPath() bool

HasAuthPath returns a boolean if a field has been set.

GetClusterName

func (o *SecretStoreSpecConfigVaultCluster) GetClusterName() string

GetClusterName returns the ClusterName field if non-nil, zero value otherwise.

GetClusterNameOk

func (o *SecretStoreSpecConfigVaultCluster) GetClusterNameOk() (*string, bool)

GetClusterNameOk returns a tuple with the ClusterName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetClusterName

func (o *SecretStoreSpecConfigVaultCluster) SetClusterName(v string)

SetClusterName sets ClusterName field to given value.

HasClusterName

func (o *SecretStoreSpecConfigVaultCluster) HasClusterName() bool

HasClusterName returns a boolean if a field has been set.

GetVaultNamespace

func (o *SecretStoreSpecConfigVaultCluster) GetVaultNamespace() string

GetVaultNamespace returns the VaultNamespace field if non-nil, zero value otherwise.

GetVaultNamespaceOk

func (o *SecretStoreSpecConfigVaultCluster) GetVaultNamespaceOk() (*string, bool)

GetVaultNamespaceOk returns a tuple with the VaultNamespace field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVaultNamespace

func (o *SecretStoreSpecConfigVaultCluster) SetVaultNamespace(v string)

SetVaultNamespace sets VaultNamespace field to given value.

HasVaultNamespace

func (o *SecretStoreSpecConfigVaultCluster) HasVaultNamespace() bool

HasVaultNamespace returns a boolean if a field has been set.

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