Documentation ¶
Index ¶
- func AddUser(ctx context.Context, username string, password string, ...) error
- func DeleteUser(ctx context.Context, id string, resource *v1.IdentityProviderClient) error
- func DeleteUserFromState(params PatchParams) ([]string, error)
- func PatchOrAddUserInState(params PatchParams) error
- func UpdateUser(ctx context.Context, password string, id string, ...) error
- type HtPasswdUserWithId
- type PatchParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteUser ¶
func DeleteUserFromState ¶
func DeleteUserFromState(params PatchParams) ([]string, error)
func PatchOrAddUserInState ¶
func PatchOrAddUserInState(params PatchParams) error
func UpdateUser ¶
Types ¶
type HtPasswdUserWithId ¶
type PatchParams ¶
type PatchParams struct { Ctx context.Context StateUserMap map[string]HtPasswdUserWithId PlanUserMap map[string]HtPasswdUserWithId Resource *v1.IdentityProviderClient RemovedUsers []string ClusterId string Response *resource.UpdateResponse }
Click to show internal directories.
Click to hide internal directories.