import "k8s.io/kubernetes/pkg/controller/serviceaccount/config"
doc.go types.go zz_generated.deepcopy.go
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 (in *SAControllerConfiguration) DeepCopy() *SAControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SAControllerConfiguration.
func (in *SAControllerConfiguration) DeepCopyInto(out *SAControllerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Path | Synopsis |
---|---|
v1alpha1 |
Package config is imported by 7 packages. Updated 2019-11-13. Refresh now. Tools for package owners.