Versions in this module Expand all Collapse all v1 v1.5.1 Feb 8, 2017 v1.5.0 Oct 23, 2016 Changes in this version + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, addDefaultingFuncs) + var SchemeGroupVersion = unversioned.GroupVersion + func Convert_rbac_ClusterRoleBindingList_To_v1alpha1_ClusterRoleBindingList(in *rbac.ClusterRoleBindingList, out *ClusterRoleBindingList, ...) error + func Convert_rbac_ClusterRoleBinding_To_v1alpha1_ClusterRoleBinding(in *rbac.ClusterRoleBinding, out *ClusterRoleBinding, s conversion.Scope) error + func Convert_rbac_ClusterRoleList_To_v1alpha1_ClusterRoleList(in *rbac.ClusterRoleList, out *ClusterRoleList, s conversion.Scope) error + func Convert_rbac_ClusterRole_To_v1alpha1_ClusterRole(in *rbac.ClusterRole, out *ClusterRole, s conversion.Scope) error + func Convert_rbac_PolicyRule_To_v1alpha1_PolicyRule(in *rbac.PolicyRule, out *PolicyRule, s conversion.Scope) error + func Convert_rbac_RoleBindingList_To_v1alpha1_RoleBindingList(in *rbac.RoleBindingList, out *RoleBindingList, s conversion.Scope) error + func Convert_rbac_RoleBinding_To_v1alpha1_RoleBinding(in *rbac.RoleBinding, out *RoleBinding, s conversion.Scope) error + func Convert_rbac_RoleList_To_v1alpha1_RoleList(in *rbac.RoleList, out *RoleList, s conversion.Scope) error + func Convert_rbac_RoleRef_To_v1alpha1_RoleRef(in *rbac.RoleRef, out *RoleRef, s conversion.Scope) error + func Convert_rbac_Role_To_v1alpha1_Role(in *rbac.Role, out *Role, s conversion.Scope) error + func Convert_rbac_Subject_To_v1alpha1_Subject(in *rbac.Subject, out *Subject, s conversion.Scope) error + func Convert_v1alpha1_ClusterRoleBindingList_To_rbac_ClusterRoleBindingList(in *ClusterRoleBindingList, out *rbac.ClusterRoleBindingList, ...) error + func Convert_v1alpha1_ClusterRoleBinding_To_rbac_ClusterRoleBinding(in *ClusterRoleBinding, out *rbac.ClusterRoleBinding, s conversion.Scope) error + func Convert_v1alpha1_ClusterRoleList_To_rbac_ClusterRoleList(in *ClusterRoleList, out *rbac.ClusterRoleList, s conversion.Scope) error + func Convert_v1alpha1_ClusterRole_To_rbac_ClusterRole(in *ClusterRole, out *rbac.ClusterRole, s conversion.Scope) error + func Convert_v1alpha1_PolicyRule_To_rbac_PolicyRule(in *PolicyRule, out *rbac.PolicyRule, s conversion.Scope) error + func Convert_v1alpha1_RoleBindingList_To_rbac_RoleBindingList(in *RoleBindingList, out *rbac.RoleBindingList, s conversion.Scope) error + func Convert_v1alpha1_RoleBinding_To_rbac_RoleBinding(in *RoleBinding, out *rbac.RoleBinding, s conversion.Scope) error + func Convert_v1alpha1_RoleList_To_rbac_RoleList(in *RoleList, out *rbac.RoleList, s conversion.Scope) error + func Convert_v1alpha1_RoleRef_To_rbac_RoleRef(in *RoleRef, out *rbac.RoleRef, s conversion.Scope) error + func Convert_v1alpha1_Role_To_rbac_Role(in *Role, out *rbac.Role, s conversion.Scope) error + func Convert_v1alpha1_Subject_To_rbac_Subject(in *Subject, out *rbac.Subject, s conversion.Scope) error + func DeepCopy_v1alpha1_ClusterRole(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_ClusterRoleBinding(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_ClusterRoleBindingList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_ClusterRoleList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_PolicyRule(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_Role(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_RoleBinding(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_RoleBindingList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_RoleList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_RoleRef(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_Subject(in interface{}, out interface{}, c *conversion.Cloner) error + func RegisterConversions(scheme *runtime.Scheme) error + func RegisterDeepCopies(scheme *runtime.Scheme) error + type ClusterRole struct + Rules []PolicyRule + func (*ClusterRole) Descriptor() ([]byte, []int) + func (*ClusterRole) ProtoMessage() + func (ClusterRole) SwaggerDoc() map[string]string + func (m *ClusterRole) Marshal() (data []byte, err error) + func (m *ClusterRole) MarshalTo(data []byte) (int, error) + func (m *ClusterRole) Reset() + func (m *ClusterRole) Size() (n int) + func (m *ClusterRole) Unmarshal(data []byte) error + func (this *ClusterRole) String() string + func (x *ClusterRole) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ClusterRole) CodecEncodeSelf(e *codec1978.Encoder) + type ClusterRoleBinding struct + RoleRef RoleRef + Subjects []Subject + func (*ClusterRoleBinding) Descriptor() ([]byte, []int) + func (*ClusterRoleBinding) ProtoMessage() + func (ClusterRoleBinding) SwaggerDoc() map[string]string + func (m *ClusterRoleBinding) Marshal() (data []byte, err error) + func (m *ClusterRoleBinding) MarshalTo(data []byte) (int, error) + func (m *ClusterRoleBinding) Reset() + func (m *ClusterRoleBinding) Size() (n int) + func (m *ClusterRoleBinding) Unmarshal(data []byte) error + func (this *ClusterRoleBinding) String() string + func (x *ClusterRoleBinding) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ClusterRoleBinding) CodecEncodeSelf(e *codec1978.Encoder) + type ClusterRoleBindingList struct + Items []ClusterRoleBinding + func (*ClusterRoleBindingList) Descriptor() ([]byte, []int) + func (*ClusterRoleBindingList) ProtoMessage() + func (ClusterRoleBindingList) SwaggerDoc() map[string]string + func (m *ClusterRoleBindingList) Marshal() (data []byte, err error) + func (m *ClusterRoleBindingList) MarshalTo(data []byte) (int, error) + func (m *ClusterRoleBindingList) Reset() + func (m *ClusterRoleBindingList) Size() (n int) + func (m *ClusterRoleBindingList) Unmarshal(data []byte) error + func (this *ClusterRoleBindingList) String() string + func (x *ClusterRoleBindingList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ClusterRoleBindingList) CodecEncodeSelf(e *codec1978.Encoder) + type ClusterRoleList struct + Items []ClusterRole + func (*ClusterRoleList) Descriptor() ([]byte, []int) + func (*ClusterRoleList) ProtoMessage() + func (ClusterRoleList) SwaggerDoc() map[string]string + func (m *ClusterRoleList) Marshal() (data []byte, err error) + func (m *ClusterRoleList) MarshalTo(data []byte) (int, error) + func (m *ClusterRoleList) Reset() + func (m *ClusterRoleList) Size() (n int) + func (m *ClusterRoleList) Unmarshal(data []byte) error + func (this *ClusterRoleList) String() string + func (x *ClusterRoleList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *ClusterRoleList) CodecEncodeSelf(e *codec1978.Encoder) + type PolicyRule struct + APIGroups []string + AttributeRestrictions runtime.RawExtension + NonResourceURLs []string + ResourceNames []string + Resources []string + Verbs []string + func (*PolicyRule) Descriptor() ([]byte, []int) + func (*PolicyRule) ProtoMessage() + func (PolicyRule) SwaggerDoc() map[string]string + func (m *PolicyRule) Marshal() (data []byte, err error) + func (m *PolicyRule) MarshalTo(data []byte) (int, error) + func (m *PolicyRule) Reset() + func (m *PolicyRule) Size() (n int) + func (m *PolicyRule) Unmarshal(data []byte) error + func (this *PolicyRule) String() string + func (x *PolicyRule) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PolicyRule) CodecEncodeSelf(e *codec1978.Encoder) + type Role struct + Rules []PolicyRule + func (*Role) Descriptor() ([]byte, []int) + func (*Role) ProtoMessage() + func (Role) SwaggerDoc() map[string]string + func (m *Role) Marshal() (data []byte, err error) + func (m *Role) MarshalTo(data []byte) (int, error) + func (m *Role) Reset() + func (m *Role) Size() (n int) + func (m *Role) Unmarshal(data []byte) error + func (this *Role) String() string + func (x *Role) CodecDecodeSelf(d *codec1978.Decoder) + func (x *Role) CodecEncodeSelf(e *codec1978.Encoder) + type RoleBinding struct + RoleRef RoleRef + Subjects []Subject + func (*RoleBinding) Descriptor() ([]byte, []int) + func (*RoleBinding) ProtoMessage() + func (RoleBinding) SwaggerDoc() map[string]string + func (m *RoleBinding) Marshal() (data []byte, err error) + func (m *RoleBinding) MarshalTo(data []byte) (int, error) + func (m *RoleBinding) Reset() + func (m *RoleBinding) Size() (n int) + func (m *RoleBinding) Unmarshal(data []byte) error + func (this *RoleBinding) String() string + func (x *RoleBinding) CodecDecodeSelf(d *codec1978.Decoder) + func (x *RoleBinding) CodecEncodeSelf(e *codec1978.Encoder) + type RoleBindingList struct + Items []RoleBinding + func (*RoleBindingList) Descriptor() ([]byte, []int) + func (*RoleBindingList) ProtoMessage() + func (RoleBindingList) SwaggerDoc() map[string]string + func (m *RoleBindingList) Marshal() (data []byte, err error) + func (m *RoleBindingList) MarshalTo(data []byte) (int, error) + func (m *RoleBindingList) Reset() + func (m *RoleBindingList) Size() (n int) + func (m *RoleBindingList) Unmarshal(data []byte) error + func (this *RoleBindingList) String() string + func (x *RoleBindingList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *RoleBindingList) CodecEncodeSelf(e *codec1978.Encoder) + type RoleList struct + Items []Role + func (*RoleList) Descriptor() ([]byte, []int) + func (*RoleList) ProtoMessage() + func (RoleList) SwaggerDoc() map[string]string + func (m *RoleList) Marshal() (data []byte, err error) + func (m *RoleList) MarshalTo(data []byte) (int, error) + func (m *RoleList) Reset() + func (m *RoleList) Size() (n int) + func (m *RoleList) Unmarshal(data []byte) error + func (this *RoleList) String() string + func (x *RoleList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *RoleList) CodecEncodeSelf(e *codec1978.Encoder) + type RoleRef struct + APIGroup string + Kind string + Name string + func (*RoleRef) Descriptor() ([]byte, []int) + func (*RoleRef) ProtoMessage() + func (RoleRef) SwaggerDoc() map[string]string + func (m *RoleRef) Marshal() (data []byte, err error) + func (m *RoleRef) MarshalTo(data []byte) (int, error) + func (m *RoleRef) Reset() + func (m *RoleRef) Size() (n int) + func (m *RoleRef) Unmarshal(data []byte) error + func (this *RoleRef) String() string + func (x *RoleRef) CodecDecodeSelf(d *codec1978.Decoder) + func (x *RoleRef) CodecEncodeSelf(e *codec1978.Encoder) + type Subject struct + APIVersion string + Kind string + Name string + Namespace string + func (*Subject) Descriptor() ([]byte, []int) + func (*Subject) ProtoMessage() + func (Subject) SwaggerDoc() map[string]string + func (m *Subject) Marshal() (data []byte, err error) + func (m *Subject) MarshalTo(data []byte) (int, error) + func (m *Subject) Reset() + func (m *Subject) Size() (n int) + func (m *Subject) Unmarshal(data []byte) error + func (this *Subject) String() string + func (x *Subject) CodecDecodeSelf(d *codec1978.Decoder) + func (x *Subject) CodecEncodeSelf(e *codec1978.Encoder)