Documentation ¶
Index ¶
- func AddFinalizer(o client.Object) bool
- func HasFinalizer(o client.Object) bool
- func IsDelete(o client.Object) bool
- func IsUpsert(o client.Object) bool
- func RegisterAndSyncFinalizer(ctx context.Context, c client.Writer, o client.Object) error
- func RemoveAndSyncFinalizer(ctx context.Context, c client.Writer, o client.Object) error
- func RemoveFinalizer(o client.Object) bool
- type IpPolicyResolver
- type SecretResolver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddFinalizer ¶
func HasFinalizer ¶
func RemoveAndSyncFinalizer ¶
func RemoveFinalizer ¶
Types ¶
type IpPolicyResolver ¶
func (*IpPolicyResolver) ResolveIPPolicyNamesorIds ¶
func (r *IpPolicyResolver) ResolveIPPolicyNamesorIds(ctx context.Context, namespace string, namesOrIds []string) ([]string, error)
Resolves and IP policy names or IDs to IDs. If the input is not found, it is assumed to be an ID and is returned as is.
func (*IpPolicyResolver) ValidateIPPolicyNames ¶
Click to show internal directories.
Click to hide internal directories.