Documentation ¶
Overview ¶
+groupName=user.openshift.io Package v1 is the v1 version of the API.
Index ¶
- Variables
- func Convert_user_GroupList_To_v1_GroupList(in *user.GroupList, out *v1.GroupList, s conversion.Scope) error
- func Convert_user_Group_To_v1_Group(in *user.Group, out *v1.Group, s conversion.Scope) error
- func Convert_user_IdentityList_To_v1_IdentityList(in *user.IdentityList, out *v1.IdentityList, s conversion.Scope) error
- func Convert_user_Identity_To_v1_Identity(in *user.Identity, out *v1.Identity, s conversion.Scope) error
- func Convert_user_UserIdentityMapping_To_v1_UserIdentityMapping(in *user.UserIdentityMapping, out *v1.UserIdentityMapping, s conversion.Scope) error
- func Convert_user_UserList_To_v1_UserList(in *user.UserList, out *v1.UserList, s conversion.Scope) error
- func Convert_user_User_To_v1_User(in *user.User, out *v1.User, s conversion.Scope) error
- func Convert_v1_GroupList_To_user_GroupList(in *v1.GroupList, out *user.GroupList, s conversion.Scope) error
- func Convert_v1_Group_To_user_Group(in *v1.Group, out *user.Group, s conversion.Scope) error
- func Convert_v1_IdentityList_To_user_IdentityList(in *v1.IdentityList, out *user.IdentityList, s conversion.Scope) error
- func Convert_v1_Identity_To_user_Identity(in *v1.Identity, out *user.Identity, s conversion.Scope) error
- func Convert_v1_UserIdentityMapping_To_user_UserIdentityMapping(in *v1.UserIdentityMapping, out *user.UserIdentityMapping, s conversion.Scope) error
- func Convert_v1_UserList_To_user_UserList(in *v1.UserList, out *user.UserList, s conversion.Scope) error
- func Convert_v1_User_To_user_User(in *v1.User, out *user.User, s conversion.Scope) error
- func RegisterConversions(scheme *runtime.Scheme) error
- func RegisterDefaults(scheme *runtime.Scheme) error
Constants ¶
This section is empty.
Variables ¶
var (
Install = localSchemeBuilder.AddToScheme
)
Functions ¶
func Convert_user_GroupList_To_v1_GroupList ¶
func Convert_user_GroupList_To_v1_GroupList(in *user.GroupList, out *v1.GroupList, s conversion.Scope) error
Convert_user_GroupList_To_v1_GroupList is an autogenerated conversion function.
func Convert_user_Group_To_v1_Group ¶
Convert_user_Group_To_v1_Group is an autogenerated conversion function.
func Convert_user_IdentityList_To_v1_IdentityList ¶
func Convert_user_IdentityList_To_v1_IdentityList(in *user.IdentityList, out *v1.IdentityList, s conversion.Scope) error
Convert_user_IdentityList_To_v1_IdentityList is an autogenerated conversion function.
func Convert_user_Identity_To_v1_Identity ¶
func Convert_user_Identity_To_v1_Identity(in *user.Identity, out *v1.Identity, s conversion.Scope) error
Convert_user_Identity_To_v1_Identity is an autogenerated conversion function.
func Convert_user_UserIdentityMapping_To_v1_UserIdentityMapping ¶
func Convert_user_UserIdentityMapping_To_v1_UserIdentityMapping(in *user.UserIdentityMapping, out *v1.UserIdentityMapping, s conversion.Scope) error
Convert_user_UserIdentityMapping_To_v1_UserIdentityMapping is an autogenerated conversion function.
func Convert_user_UserList_To_v1_UserList ¶
func Convert_user_UserList_To_v1_UserList(in *user.UserList, out *v1.UserList, s conversion.Scope) error
Convert_user_UserList_To_v1_UserList is an autogenerated conversion function.
func Convert_user_User_To_v1_User ¶
Convert_user_User_To_v1_User is an autogenerated conversion function.
func Convert_v1_GroupList_To_user_GroupList ¶
func Convert_v1_GroupList_To_user_GroupList(in *v1.GroupList, out *user.GroupList, s conversion.Scope) error
Convert_v1_GroupList_To_user_GroupList is an autogenerated conversion function.
func Convert_v1_Group_To_user_Group ¶
Convert_v1_Group_To_user_Group is an autogenerated conversion function.
func Convert_v1_IdentityList_To_user_IdentityList ¶
func Convert_v1_IdentityList_To_user_IdentityList(in *v1.IdentityList, out *user.IdentityList, s conversion.Scope) error
Convert_v1_IdentityList_To_user_IdentityList is an autogenerated conversion function.
func Convert_v1_Identity_To_user_Identity ¶
func Convert_v1_Identity_To_user_Identity(in *v1.Identity, out *user.Identity, s conversion.Scope) error
Convert_v1_Identity_To_user_Identity is an autogenerated conversion function.
func Convert_v1_UserIdentityMapping_To_user_UserIdentityMapping ¶
func Convert_v1_UserIdentityMapping_To_user_UserIdentityMapping(in *v1.UserIdentityMapping, out *user.UserIdentityMapping, s conversion.Scope) error
Convert_v1_UserIdentityMapping_To_user_UserIdentityMapping is an autogenerated conversion function.
func Convert_v1_UserList_To_user_UserList ¶
func Convert_v1_UserList_To_user_UserList(in *v1.UserList, out *user.UserList, s conversion.Scope) error
Convert_v1_UserList_To_user_UserList is an autogenerated conversion function.
func Convert_v1_User_To_user_User ¶
Convert_v1_User_To_user_User is an autogenerated conversion function.
func RegisterConversions ¶
RegisterConversions adds conversion functions to the given scheme. Public to allow building arbitrary schemes.
func RegisterDefaults ¶
RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.
Types ¶
This section is empty.