mirror of https://github.com/kubernetes/kops.git
Apply suggestions from code review
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
This commit is contained in:
parent
7c8c9b9a23
commit
e438897665
|
|
@ -4334,7 +4334,7 @@ spec:
|
|||
properties:
|
||||
additionalAudiences:
|
||||
description: AdditionalAudiences adds user defined audiences to
|
||||
the provisionned AWS OIDC provider
|
||||
the provisioned AWS OIDC provider
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
|
|
|
|||
|
|
@ -223,7 +223,7 @@ type ServiceAccountIssuerDiscoveryConfig struct {
|
|||
DiscoveryStore string `json:"discoveryStore,omitempty"`
|
||||
// EnableAWSOIDCProvider will provision an AWS OIDC provider that trusts the ServiceAccount Issuer
|
||||
EnableAWSOIDCProvider bool `json:"enableAWSOIDCProvider,omitempty"`
|
||||
// AdditionalAudiences adds user defined audiences to the provisionned AWS OIDC provider
|
||||
// AdditionalAudiences adds user defined audiences to the provisioned AWS OIDC provider
|
||||
AdditionalAudiences []string `json:"additionalAudiences,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -221,7 +221,7 @@ type ServiceAccountIssuerDiscoveryConfig struct {
|
|||
DiscoveryStore string `json:"discoveryStore,omitempty"`
|
||||
// EnableAWSOIDCProvider will provision an AWS OIDC provider that trusts the ServiceAccount Issuer
|
||||
EnableAWSOIDCProvider bool `json:"enableAWSOIDCProvider,omitempty"`
|
||||
// AdditionalAudiences adds user defined audiences to the provisionned AWS OIDC provider
|
||||
// AdditionalAudiences adds user defined audiences to the provisioned AWS OIDC provider
|
||||
AdditionalAudiences []string `json:"additionalAudiences,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue