Updating and regenerating CRDs to make SecretAccessKeyID field usage more clear
Signed-off-by: Compy <hello@86pixels.com>
This commit is contained in:
parent
b9500d4364
commit
561103934d
@ -330,7 +330,7 @@ spec:
|
||||
description: 'The AccessKeyID is used for authentication. If not set we fall-back to using env vars, shared credentials file or AWS Instance metadata see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials'
|
||||
type: string
|
||||
accessKeyIDSecretRef:
|
||||
description: 'If set, pull the AWS access key ID from a key within a kubernetes secret. More info: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials'
|
||||
description: 'If set, pull the AWS access key ID from a key within a kubernetes secret. see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials'
|
||||
type: object
|
||||
required:
|
||||
- name
|
||||
|
||||
@ -365,7 +365,7 @@ spec:
|
||||
description: 'The AccessKeyID is used for authentication. If not set we fall-back to using env vars, shared credentials file or AWS Instance metadata see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials'
|
||||
type: string
|
||||
accessKeyIDSecretRef:
|
||||
description: 'If set, pull the AWS access key ID from a key within a kubernetes secret. More info: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials'
|
||||
description: 'If set, pull the AWS access key ID from a key within a kubernetes secret. see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials'
|
||||
type: object
|
||||
required:
|
||||
- name
|
||||
|
||||
@ -365,7 +365,7 @@ spec:
|
||||
description: 'The AccessKeyID is used for authentication. If not set we fall-back to using env vars, shared credentials file or AWS Instance metadata see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials'
|
||||
type: string
|
||||
accessKeyIDSecretRef:
|
||||
description: 'If set, pull the AWS access key ID from a key within a kubernetes secret. More info: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials'
|
||||
description: 'If set, pull the AWS access key ID from a key within a kubernetes secret. see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials'
|
||||
type: object
|
||||
required:
|
||||
- name
|
||||
|
||||
@ -403,7 +403,7 @@ type ACMEIssuerDNS01ProviderRoute53 struct {
|
||||
// see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials
|
||||
AccessKeyID string
|
||||
|
||||
// The SecretAccessKeyID is used for authentication. If not set we fall-back to using env vars, shared credentials file or AWS Instance metadata
|
||||
// If set, pull the AWS access key ID from a key within a kubernetes secret. More info: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials
|
||||
// https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials
|
||||
SecretAccessKeyID cmmeta.SecretKeySelector
|
||||
|
||||
|
||||
@ -457,8 +457,8 @@ type ACMEIssuerDNS01ProviderRoute53 struct {
|
||||
// +optional
|
||||
AccessKeyID string `json:"accessKeyID,omitempty"`
|
||||
|
||||
// The SecretAccessKeyID is used for authentication. If not set we fall-back to using env vars, shared credentials file or AWS Instance metadata
|
||||
// https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials
|
||||
// If set, pull the AWS access key ID from a key within a kubernetes secret.
|
||||
// see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials
|
||||
// +optional
|
||||
SecretAccessKeyID cmmeta.SecretKeySelector `json:"accessKeyIDSecretRef"`
|
||||
|
||||
|
||||
@ -457,8 +457,8 @@ type ACMEIssuerDNS01ProviderRoute53 struct {
|
||||
// +optional
|
||||
AccessKeyID string `json:"accessKeyID,omitempty"`
|
||||
|
||||
// The SecretAccessKeyID is used for authentication. If not set we fall-back to using env vars, shared credentials file or AWS Instance metadata
|
||||
// https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials
|
||||
// If set, pull the AWS access key ID from a key within a kubernetes secret.
|
||||
// see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials
|
||||
// +optional
|
||||
SecretAccessKeyID cmmeta.SecretKeySelector `json:"accessKeyIDSecretRef"`
|
||||
|
||||
|
||||
@ -456,8 +456,8 @@ type ACMEIssuerDNS01ProviderRoute53 struct {
|
||||
// +optional
|
||||
AccessKeyID string `json:"accessKeyID,omitempty"`
|
||||
|
||||
// The SecretAccessKeyID is used for authentication. If not set we fall-back to using env vars, shared credentials file or AWS Instance metadata
|
||||
// https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials
|
||||
// If set, pull the AWS access key ID from a key within a kubernetes secret.
|
||||
// see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials
|
||||
// +optional
|
||||
SecretAccessKeyID cmmeta.SecretKeySelector `json:"accessKeyIDSecretRef"`
|
||||
|
||||
|
||||
@ -460,8 +460,8 @@ type ACMEIssuerDNS01ProviderRoute53 struct {
|
||||
// +optional
|
||||
AccessKeyID string `json:"accessKeyID,omitempty"`
|
||||
|
||||
// The SecretAccessKeyID is used for authentication. If not set we fall-back to using env vars, shared credentials file or AWS Instance metadata
|
||||
// https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials
|
||||
// If set, pull the AWS access key ID from a key within a kubernetes secret.
|
||||
// see: https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials
|
||||
// +optional
|
||||
SecretAccessKeyID cmmeta.SecretKeySelector `json:"accessKeyIDSecretRef"`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user