Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LegacySATokenCleanerConfiguration ¶ added in v1.28.0
type LegacySATokenCleanerConfiguration struct { // CleanUpPeriod is the period of time since the last usage of an // auto-generated service account token before it can be deleted. CleanUpPeriod metav1.Duration }
func (*LegacySATokenCleanerConfiguration) DeepCopy ¶ added in v1.28.0
func (in *LegacySATokenCleanerConfiguration) DeepCopy() *LegacySATokenCleanerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LegacySATokenCleanerConfiguration.
func (*LegacySATokenCleanerConfiguration) DeepCopyInto ¶ added in v1.28.0
func (in *LegacySATokenCleanerConfiguration) DeepCopyInto(out *LegacySATokenCleanerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SAControllerConfiguration ¶
type SAControllerConfiguration struct { // serviceAccountKeyFile is the filename containing a PEM-encoded private RSA key // used to sign service account tokens. ServiceAccountKeyFile string // concurrentSATokenSyncs is the number of service account token syncing operations // that will be done concurrently. ConcurrentSATokenSyncs int32 // rootCAFile is the root certificate authority will be included in service // account's token secret. This must be a valid PEM-encoded CA bundle. RootCAFile string }
SAControllerConfiguration contains elements describing ServiceAccountController.
func (*SAControllerConfiguration) DeepCopy ¶
func (in *SAControllerConfiguration) DeepCopy() *SAControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SAControllerConfiguration.
func (*SAControllerConfiguration) DeepCopyInto ¶
func (in *SAControllerConfiguration) DeepCopyInto(out *SAControllerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.