mirror of
https://github.com/rancher/types.git
synced 2025-09-25 12:21:24 +00:00
generated code
This commit is contained in:
committed by
Darren Shepherd
parent
469f4a724d
commit
3a6275d2a9
@@ -23,8 +23,9 @@ var (
|
||||
ClusterRoleTemplateBindingResource = metav1.APIResource{
|
||||
Name: "clusterroletemplatebindings",
|
||||
SingularName: "clusterroletemplatebinding",
|
||||
Namespaced: false,
|
||||
Kind: ClusterRoleTemplateBindingGroupVersionKind.Kind,
|
||||
Namespaced: true,
|
||||
|
||||
Kind: ClusterRoleTemplateBindingGroupVersionKind.Kind,
|
||||
}
|
||||
)
|
||||
|
||||
|
@@ -872,6 +872,7 @@ func (in *ClusterRegistrationTokenStatus) DeepCopy() *ClusterRegistrationTokenSt
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *ClusterRoleTemplateBinding) DeepCopyInto(out *ClusterRoleTemplateBinding) {
|
||||
*out = *in
|
||||
out.Namespaced = in.Namespaced
|
||||
out.TypeMeta = in.TypeMeta
|
||||
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
||||
out.Subject = in.Subject
|
||||
@@ -2326,6 +2327,7 @@ func (in *ProjectList) DeepCopyObject() runtime.Object {
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *ProjectRoleTemplateBinding) DeepCopyInto(out *ProjectRoleTemplateBinding) {
|
||||
*out = *in
|
||||
out.Namespaced = in.Namespaced
|
||||
out.TypeMeta = in.TypeMeta
|
||||
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
||||
out.Subject = in.Subject
|
||||
|
@@ -23,8 +23,9 @@ var (
|
||||
ProjectRoleTemplateBindingResource = metav1.APIResource{
|
||||
Name: "projectroletemplatebindings",
|
||||
SingularName: "projectroletemplatebinding",
|
||||
Namespaced: false,
|
||||
Kind: ProjectRoleTemplateBindingGroupVersionKind.Kind,
|
||||
Namespaced: true,
|
||||
|
||||
Kind: ProjectRoleTemplateBindingGroupVersionKind.Kind,
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user