Documentation ¶
Index ¶
- Variables
- func AppliedObjectsEqual(oldObj runtime.Object, obj runtime.Object) (bool, error)
- func Apply(ctx context.Context, c client.Client, obj runtime.Object, log loghelper.Logger) error
- func ConvertExtra(orig map[string][]string) map[string]authv1.ExtraValue
- func ConvertExtraFrom(orig map[string]authenticationv1.ExtraValue) map[string][]string
- func CurrentNamespace() (string, error)
- func GVKFrom(obj runtime.Object, scheme *runtime.Scheme) (schema.GroupVersionKind, error)
- func GetByIndex(ctx context.Context, c client.Client, obj runtime.Object, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultScheme = runtime.NewScheme()
)
Functions ¶
func AppliedObjectsEqual ¶
func ConvertExtra ¶
func ConvertExtra(orig map[string][]string) map[string]authv1.ExtraValue
ConvertExtra converts a string array map into the correct kubernetes auth extra value type
func ConvertExtraFrom ¶
func ConvertExtraFrom(orig map[string]authenticationv1.ExtraValue) map[string][]string
ConvertExtraFrom converts a string array map into the correct kubernetes auth extra value type
func CurrentNamespace ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.