| Name | Type | Description | Notes |
|---|---|---|---|
| Secret | Pointer to File | [optional] | |
| Secrets | []Secret |
func NewSecretGroupSpec(secrets []Secret, ) *SecretGroupSpec
NewSecretGroupSpec instantiates a new SecretGroupSpec 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 NewSecretGroupSpecWithDefaults() *SecretGroupSpec
NewSecretGroupSpecWithDefaults instantiates a new SecretGroupSpec 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 *SecretGroupSpec) GetSecret() File
GetSecret returns the Secret field if non-nil, zero value otherwise.
func (o *SecretGroupSpec) GetSecretOk() (*File, bool)
GetSecretOk returns a tuple with the Secret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretGroupSpec) SetSecret(v File)
SetSecret sets Secret field to given value.
func (o *SecretGroupSpec) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (o *SecretGroupSpec) GetSecrets() []Secret
GetSecrets returns the Secrets field if non-nil, zero value otherwise.
func (o *SecretGroupSpec) GetSecretsOk() (*[]Secret, bool)
GetSecretsOk returns a tuple with the Secrets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretGroupSpec) SetSecrets(v []Secret)
SetSecrets sets Secrets field to given value.