Documentation ¶
Index ¶
- Variables
- func ConvertExtra(orig map[string][]string) map[string]authorizationv1.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, index, value string) error
- func NewImpersonatingClient(config *rest.Config, mapper meta.RESTMapper, user user.Info, ...) (client.Client, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultScheme = runtime.NewScheme()
)
Functions ¶
func ConvertExtra ¶
func ConvertExtra(orig map[string][]string) map[string]authorizationv1.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 ¶
func GetByIndex ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.