Documentation
¶
Overview ¶
Package controller implements Kubernetes controllers for Zitadel resources.
Index ¶
- type ApplicationKeyReconciler
- type IdentityProviderReconciler
- type LockoutPolicyReconciler
- type LoginPolicyReconciler
- type MachineUserReconciler
- type OIDCAppReconciler
- type OrganizationReconciler
- type PasswordComplexityPolicyReconciler
- type PersonalAccessTokenReconciler
- type ProjectGrantReconciler
- type ProjectMemberReconciler
- type ProjectReconciler
- type UserGrantReconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationKeyReconciler ¶ added in v0.4.0
ApplicationKeyReconciler reconciles an ApplicationKey object.
func (*ApplicationKeyReconciler) SetupWithManager ¶ added in v0.4.0
func (r *ApplicationKeyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type IdentityProviderReconciler ¶
IdentityProviderReconciler reconciles an IdentityProvider object.
func (*IdentityProviderReconciler) SetupWithManager ¶
func (r *IdentityProviderReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type LockoutPolicyReconciler ¶ added in v0.4.0
LockoutPolicyReconciler reconciles a LockoutPolicy object.
func (*LockoutPolicyReconciler) SetupWithManager ¶ added in v0.4.0
func (r *LockoutPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type LoginPolicyReconciler ¶
LoginPolicyReconciler reconciles a LoginPolicy object.
func (*LoginPolicyReconciler) SetupWithManager ¶
func (r *LoginPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type MachineUserReconciler ¶
MachineUserReconciler reconciles a MachineUser object.
func (*MachineUserReconciler) SetupWithManager ¶
func (r *MachineUserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type OIDCAppReconciler ¶
OIDCAppReconciler reconciles an OIDCApp object.
func (*OIDCAppReconciler) SetupWithManager ¶
func (r *OIDCAppReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type OrganizationReconciler ¶
OrganizationReconciler reconciles an Organization object.
func (*OrganizationReconciler) SetupWithManager ¶
func (r *OrganizationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PasswordComplexityPolicyReconciler ¶ added in v0.4.0
PasswordComplexityPolicyReconciler reconciles a PasswordComplexityPolicy object.
func (*PasswordComplexityPolicyReconciler) SetupWithManager ¶ added in v0.4.0
func (r *PasswordComplexityPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PersonalAccessTokenReconciler ¶ added in v0.4.0
PersonalAccessTokenReconciler reconciles a PersonalAccessToken object.
func (*PersonalAccessTokenReconciler) SetupWithManager ¶ added in v0.4.0
func (r *PersonalAccessTokenReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ProjectGrantReconciler ¶ added in v0.4.0
ProjectGrantReconciler reconciles a ProjectGrant object.
func (*ProjectGrantReconciler) SetupWithManager ¶ added in v0.4.0
func (r *ProjectGrantReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ProjectMemberReconciler ¶ added in v0.4.0
ProjectMemberReconciler reconciles a ProjectMember object.
func (*ProjectMemberReconciler) SetupWithManager ¶ added in v0.4.0
func (r *ProjectMemberReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ProjectReconciler ¶
ProjectReconciler reconciles a Project object.
func (*ProjectReconciler) SetupWithManager ¶
func (r *ProjectReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type UserGrantReconciler ¶ added in v0.4.0
UserGrantReconciler reconciles a UserGrant object.
func (*UserGrantReconciler) SetupWithManager ¶ added in v0.4.0
func (r *UserGrantReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Source Files
¶
- applicationkey_controller.go
- common.go
- idp_controller.go
- lockoutpolicy_controller.go
- loginpolicy_controller.go
- machineuser_controller.go
- oidcapp_controller.go
- organization_controller.go
- passwordcomplexitypolicy_controller.go
- personalaccesstoken_controller.go
- project_controller.go
- projectgrant_controller.go
- projectmember_controller.go
- usergrant_controller.go