Updating and regenerating CRDs to make SecretAccessKeyID field usage more clear

Signed-off-by: Compy <hello@86pixels.com>
This commit is contained in:
Compy 2022-06-11 10:48:10 -05:00
parent b9500d4364
commit 561103934d
8 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"`

View File

@ -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"`

View File

@ -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"`

View File

@ -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"`