Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Deprecated: use ModeMountedFile instead ModeFile string = "File" // Deprecated: use ModeEKSConfigMap instead ModeConfigMap string = "ConfigMap" ModeMountedFile string = "MountedFile" ModeEKSConfigMap string = "EKSConfigMap" ModeCRD string = "CRD" ModeDynamicFile string = "DynamicFile" )
Variables ¶
View Source
var ( ValidBackendModeChoices = []string{ModeFile, ModeConfigMap, ModeMountedFile, ModeEKSConfigMap, ModeCRD, ModeDynamicFile} DeprecatedBackendModeChoices = map[string]string{ ModeFile: ModeMountedFile, ModeConfigMap: ModeEKSConfigMap, } BackendModeChoices = []string{ModeMountedFile, ModeEKSConfigMap, ModeCRD, ModeDynamicFile} )
View Source
var ErrNotMapped = errors.New("ARN is not mapped")
Functions ¶
func ValidateBackendMode ¶
Types ¶
Directories ¶
Path | Synopsis |
---|---|
client
Package client implements client-side operations on auth configmap.
|
Package client implements client-side operations on auth configmap. |
apis/iamauthenticator/v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
generated/clientset/versioned
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
generated/clientset/versioned/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
generated/clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
|
This package contains the scheme of the automatically generated clientset. |
generated/clientset/versioned/typed/iamauthenticator/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
generated/clientset/versioned/typed/iamauthenticator/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
Click to show internal directories.
Click to hide internal directories.