Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TypeSelfManaged is the condition type reporting self-managed mode. TypeSelfManaged v2.ConditionType = "SelfManaged" // ReasonProviderConfigReferencesManagedToken is set when the ProviderConfig // authenticates with the very token this resource manages (self-mode). ReasonProviderConfigReferencesManagedToken v2.ConditionReason = "ProviderConfigReferencesManagedToken" // ReasonOwnerManaged is set when the token is managed via group-owner endpoints. ReasonOwnerManaged v2.ConditionReason = "OwnerManaged" )
Condition surfaced on the managed resource to indicate which rotation mode is in effect. It is informational (not a Crossplane system condition) and is re-asserted on every reconcile.
Variables ¶
This section is empty.
Functions ¶
func SetupAccessToken ¶
func SetupAccessToken(mgr ctrl.Manager, o controller.Options) error
SetupAccessToken adds a controller that reconciles GroupAccessTokens.
func SetupAccessTokenGated ¶
func SetupAccessTokenGated(mgr ctrl.Manager, o controller.Options) error
SetupAccessTokenGated adds a controller with CRD gate support.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.