890 lines
25 KiB
Go
890 lines
25 KiB
Go
//go:build !ignore_autogenerated
|
|
// +build !ignore_autogenerated
|
|
|
|
/*
|
|
Copyright 2024.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
*/
|
|
|
|
// Code generated by controller-gen. DO NOT EDIT.
|
|
|
|
package v1alpha1
|
|
|
|
import (
|
|
"k8s.io/apimachinery/pkg/apis/meta/v1"
|
|
runtime "k8s.io/apimachinery/pkg/runtime"
|
|
)
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *APIApp) DeepCopyInto(out *APIApp) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
out.Spec = in.Spec
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new APIApp.
|
|
func (in *APIApp) DeepCopy() *APIApp {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(APIApp)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *APIApp) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *APIAppList) DeepCopyInto(out *APIAppList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]APIApp, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new APIAppList.
|
|
func (in *APIAppList) DeepCopy() *APIAppList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(APIAppList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *APIAppList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *APIAppSpec) DeepCopyInto(out *APIAppSpec) {
|
|
*out = *in
|
|
out.ProjectRef = in.ProjectRef
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new APIAppSpec.
|
|
func (in *APIAppSpec) DeepCopy() *APIAppSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(APIAppSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *APIAppStatus) DeepCopyInto(out *APIAppStatus) {
|
|
*out = *in
|
|
if in.Conditions != nil {
|
|
in, out := &in.Conditions, &out.Conditions
|
|
*out = make([]v1.Condition, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new APIAppStatus.
|
|
func (in *APIAppStatus) DeepCopy() *APIAppStatus {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(APIAppStatus)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *CrdbClusterRef) DeepCopyInto(out *CrdbClusterRef) {
|
|
*out = *in
|
|
out.ObjectReference = in.ObjectReference
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CrdbClusterRef.
|
|
func (in *CrdbClusterRef) DeepCopy() *CrdbClusterRef {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(CrdbClusterRef)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *DomainSettings) DeepCopyInto(out *DomainSettings) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DomainSettings.
|
|
func (in *DomainSettings) DeepCopy() *DomainSettings {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(DomainSettings)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Grant) DeepCopyInto(out *Grant) {
|
|
*out = *in
|
|
out.OrganizationRef = in.OrganizationRef
|
|
if in.RoleKeys != nil {
|
|
in, out := &in.RoleKeys, &out.RoleKeys
|
|
*out = make([]string, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Grant.
|
|
func (in *Grant) DeepCopy() *Grant {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Grant)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Image) DeepCopyInto(out *Image) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Image.
|
|
func (in *Image) DeepCopy() *Image {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Image)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *MachineUser) DeepCopyInto(out *MachineUser) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineUser.
|
|
func (in *MachineUser) DeepCopy() *MachineUser {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(MachineUser)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *MachineUser) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *MachineUserList) DeepCopyInto(out *MachineUserList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]MachineUser, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineUserList.
|
|
func (in *MachineUserList) DeepCopy() *MachineUserList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(MachineUserList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *MachineUserList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *MachineUserSpec) DeepCopyInto(out *MachineUserSpec) {
|
|
*out = *in
|
|
out.OrganizationRef = in.OrganizationRef
|
|
if in.UserGrants != nil {
|
|
in, out := &in.UserGrants, &out.UserGrants
|
|
*out = make([]UserGrant, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineUserSpec.
|
|
func (in *MachineUserSpec) DeepCopy() *MachineUserSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(MachineUserSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *MachineUserStatus) DeepCopyInto(out *MachineUserStatus) {
|
|
*out = *in
|
|
if in.Conditions != nil {
|
|
in, out := &in.Conditions, &out.Conditions
|
|
*out = make([]v1.Condition, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineUserStatus.
|
|
func (in *MachineUserStatus) DeepCopy() *MachineUserStatus {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(MachineUserStatus)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *OIDCApp) DeepCopyInto(out *OIDCApp) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OIDCApp.
|
|
func (in *OIDCApp) DeepCopy() *OIDCApp {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(OIDCApp)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *OIDCApp) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *OIDCAppList) DeepCopyInto(out *OIDCAppList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]OIDCApp, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OIDCAppList.
|
|
func (in *OIDCAppList) DeepCopy() *OIDCAppList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(OIDCAppList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *OIDCAppList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *OIDCAppSpec) DeepCopyInto(out *OIDCAppSpec) {
|
|
*out = *in
|
|
out.ProjectRef = in.ProjectRef
|
|
if in.RedirectUris != nil {
|
|
in, out := &in.RedirectUris, &out.RedirectUris
|
|
*out = make([]string, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
if in.ResponseTypes != nil {
|
|
in, out := &in.ResponseTypes, &out.ResponseTypes
|
|
*out = make([]ResponseType, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
if in.GrantTypes != nil {
|
|
in, out := &in.GrantTypes, &out.GrantTypes
|
|
*out = make([]GrantType, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
if in.PostLogoutRedirectUris != nil {
|
|
in, out := &in.PostLogoutRedirectUris, &out.PostLogoutRedirectUris
|
|
*out = make([]string, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
if in.ClockSkew != nil {
|
|
in, out := &in.ClockSkew, &out.ClockSkew
|
|
*out = new(v1.Duration)
|
|
**out = **in
|
|
}
|
|
if in.AdditionalOrigins != nil {
|
|
in, out := &in.AdditionalOrigins, &out.AdditionalOrigins
|
|
*out = make([]string, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OIDCAppSpec.
|
|
func (in *OIDCAppSpec) DeepCopy() *OIDCAppSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(OIDCAppSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *OIDCAppStatus) DeepCopyInto(out *OIDCAppStatus) {
|
|
*out = *in
|
|
if in.Conditions != nil {
|
|
in, out := &in.Conditions, &out.Conditions
|
|
*out = make([]v1.Condition, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OIDCAppStatus.
|
|
func (in *OIDCAppStatus) DeepCopy() *OIDCAppStatus {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(OIDCAppStatus)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Organization) DeepCopyInto(out *Organization) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
out.Spec = in.Spec
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Organization.
|
|
func (in *Organization) DeepCopy() *Organization {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Organization)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *Organization) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *OrganizationAdmin) DeepCopyInto(out *OrganizationAdmin) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrganizationAdmin.
|
|
func (in *OrganizationAdmin) DeepCopy() *OrganizationAdmin {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(OrganizationAdmin)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *OrganizationList) DeepCopyInto(out *OrganizationList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]Organization, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrganizationList.
|
|
func (in *OrganizationList) DeepCopy() *OrganizationList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(OrganizationList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *OrganizationList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *OrganizationRef) DeepCopyInto(out *OrganizationRef) {
|
|
*out = *in
|
|
out.ObjectReference = in.ObjectReference
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrganizationRef.
|
|
func (in *OrganizationRef) DeepCopy() *OrganizationRef {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(OrganizationRef)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *OrganizationSpec) DeepCopyInto(out *OrganizationSpec) {
|
|
*out = *in
|
|
out.ZitadelClusterRef = in.ZitadelClusterRef
|
|
out.OrganizationAdmin = in.OrganizationAdmin
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrganizationSpec.
|
|
func (in *OrganizationSpec) DeepCopy() *OrganizationSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(OrganizationSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *OrganizationStatus) DeepCopyInto(out *OrganizationStatus) {
|
|
*out = *in
|
|
if in.Conditions != nil {
|
|
in, out := &in.Conditions, &out.Conditions
|
|
*out = make([]v1.Condition, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrganizationStatus.
|
|
func (in *OrganizationStatus) DeepCopy() *OrganizationStatus {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(OrganizationStatus)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Password) DeepCopyInto(out *Password) {
|
|
*out = *in
|
|
in.SecretKeyRef.DeepCopyInto(&out.SecretKeyRef)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Password.
|
|
func (in *Password) DeepCopy() *Password {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Password)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Project) DeepCopyInto(out *Project) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Project.
|
|
func (in *Project) DeepCopy() *Project {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Project)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *Project) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ProjectList) DeepCopyInto(out *ProjectList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]Project, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectList.
|
|
func (in *ProjectList) DeepCopy() *ProjectList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ProjectList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *ProjectList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ProjectRef) DeepCopyInto(out *ProjectRef) {
|
|
*out = *in
|
|
out.ObjectReference = in.ObjectReference
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectRef.
|
|
func (in *ProjectRef) DeepCopy() *ProjectRef {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ProjectRef)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ProjectSpec) DeepCopyInto(out *ProjectSpec) {
|
|
*out = *in
|
|
out.OrganizationRef = in.OrganizationRef
|
|
if in.Roles != nil {
|
|
in, out := &in.Roles, &out.Roles
|
|
*out = make([]Role, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
if in.Grants != nil {
|
|
in, out := &in.Grants, &out.Grants
|
|
*out = make([]Grant, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectSpec.
|
|
func (in *ProjectSpec) DeepCopy() *ProjectSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ProjectSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ProjectStatus) DeepCopyInto(out *ProjectStatus) {
|
|
*out = *in
|
|
if in.Conditions != nil {
|
|
in, out := &in.Conditions, &out.Conditions
|
|
*out = make([]v1.Condition, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectStatus.
|
|
func (in *ProjectStatus) DeepCopy() *ProjectStatus {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ProjectStatus)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Role) DeepCopyInto(out *Role) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Role.
|
|
func (in *Role) DeepCopy() *Role {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Role)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *SMTPConfig) DeepCopyInto(out *SMTPConfig) {
|
|
*out = *in
|
|
if in.User != nil {
|
|
in, out := &in.User, &out.User
|
|
*out = new(string)
|
|
**out = **in
|
|
}
|
|
if in.Password != nil {
|
|
in, out := &in.Password, &out.Password
|
|
*out = new(Password)
|
|
(*in).DeepCopyInto(*out)
|
|
}
|
|
if in.ReplyToAddress != nil {
|
|
in, out := &in.ReplyToAddress, &out.ReplyToAddress
|
|
*out = new(string)
|
|
**out = **in
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SMTPConfig.
|
|
func (in *SMTPConfig) DeepCopy() *SMTPConfig {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(SMTPConfig)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *UserGrant) DeepCopyInto(out *UserGrant) {
|
|
*out = *in
|
|
out.ProjectRef = in.ProjectRef
|
|
if in.RoleKeys != nil {
|
|
in, out := &in.RoleKeys, &out.RoleKeys
|
|
*out = make([]string, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserGrant.
|
|
func (in *UserGrant) DeepCopy() *UserGrant {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(UserGrant)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ZitadelCluster) DeepCopyInto(out *ZitadelCluster) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZitadelCluster.
|
|
func (in *ZitadelCluster) DeepCopy() *ZitadelCluster {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ZitadelCluster)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *ZitadelCluster) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ZitadelClusterList) DeepCopyInto(out *ZitadelClusterList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]ZitadelCluster, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZitadelClusterList.
|
|
func (in *ZitadelClusterList) DeepCopy() *ZitadelClusterList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ZitadelClusterList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *ZitadelClusterList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ZitadelClusterRef) DeepCopyInto(out *ZitadelClusterRef) {
|
|
*out = *in
|
|
out.ObjectReference = in.ObjectReference
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZitadelClusterRef.
|
|
func (in *ZitadelClusterRef) DeepCopy() *ZitadelClusterRef {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ZitadelClusterRef)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ZitadelClusterSpec) DeepCopyInto(out *ZitadelClusterSpec) {
|
|
*out = *in
|
|
out.DomainSettings = in.DomainSettings
|
|
in.SMTPConfig.DeepCopyInto(&out.SMTPConfig)
|
|
out.Image = in.Image
|
|
in.Resources.DeepCopyInto(&out.Resources)
|
|
out.CrdbClusterRef = in.CrdbClusterRef
|
|
if in.PodAnnotations != nil {
|
|
in, out := &in.PodAnnotations, &out.PodAnnotations
|
|
*out = make(map[string]string, len(*in))
|
|
for key, val := range *in {
|
|
(*out)[key] = val
|
|
}
|
|
}
|
|
if in.ServiceAnnotations != nil {
|
|
in, out := &in.ServiceAnnotations, &out.ServiceAnnotations
|
|
*out = make(map[string]string, len(*in))
|
|
for key, val := range *in {
|
|
(*out)[key] = val
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZitadelClusterSpec.
|
|
func (in *ZitadelClusterSpec) DeepCopy() *ZitadelClusterSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ZitadelClusterSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *ZitadelClusterStatus) DeepCopyInto(out *ZitadelClusterStatus) {
|
|
*out = *in
|
|
if in.Conditions != nil {
|
|
in, out := &in.Conditions, &out.Conditions
|
|
*out = make([]v1.Condition, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZitadelClusterStatus.
|
|
func (in *ZitadelClusterStatus) DeepCopy() *ZitadelClusterStatus {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(ZitadelClusterStatus)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|