Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatusCreating = "CREATING" StatusActive = "ACTIVE" StatusDeleting = "DELETING" IdentityProviderConfigType = "oidc" )
Taken from the list of nodegroup statuses on the boto3 documentation https://https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_identity_provider_config.html#describe-identity-provider-config
View Source
const (
FinalizerString = "finalizers.eks.services.k8s.aws/IdentityProviderConfig"
)
Variables ¶
View Source
var ( GroupVersionResource = svcapitypes.GroupVersion.WithResource("identityproviderconfigs") GroupKind = metav1.GroupKind{ Group: "eks.services.k8s.aws", Kind: "IdentityProviderConfig", } )
Functions ¶
func FromACKTags ¶
FromACKTags converts the tags parameter into map[string]*string shape. This method helps in setting the tags back inside AWSResource after merging default controller tags with existing resource tags.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.