mirror of https://github.com/grafana/loki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
182 lines
5.6 KiB
182 lines
5.6 KiB
![]()
3 years ago
|
//go:build !ignore_autogenerated
|
||
|
|
||
|
// Code generated by controller-gen. DO NOT EDIT.
|
||
|
|
||
|
package v1
|
||
|
|
||
|
import (
|
||
|
runtime "k8s.io/apimachinery/pkg/runtime"
|
||
![]()
1 year ago
|
"k8s.io/component-base/config/v1alpha1"
|
||
![]()
3 years ago
|
)
|
||
|
|
||
![]()
3 years ago
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||
|
func (in *BuiltInCertManagement) DeepCopyInto(out *BuiltInCertManagement) {
|
||
|
*out = *in
|
||
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuiltInCertManagement.
|
||
|
func (in *BuiltInCertManagement) DeepCopy() *BuiltInCertManagement {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(BuiltInCertManagement)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
![]()
1 year ago
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||
|
func (in *ControllerHealth) DeepCopyInto(out *ControllerHealth) {
|
||
|
*out = *in
|
||
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControllerHealth.
|
||
|
func (in *ControllerHealth) DeepCopy() *ControllerHealth {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(ControllerHealth)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||
|
func (in *ControllerManagerConfiguration) DeepCopyInto(out *ControllerManagerConfiguration) {
|
||
|
*out = *in
|
||
|
out.TypeMeta = in.TypeMeta
|
||
|
in.ControllerManagerConfigurationSpec.DeepCopyInto(&out.ControllerManagerConfigurationSpec)
|
||
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControllerManagerConfiguration.
|
||
|
func (in *ControllerManagerConfiguration) DeepCopy() *ControllerManagerConfiguration {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(ControllerManagerConfiguration)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
||
|
func (in *ControllerManagerConfiguration) 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 *ControllerManagerConfigurationSpec) DeepCopyInto(out *ControllerManagerConfigurationSpec) {
|
||
|
*out = *in
|
||
|
if in.LeaderElection != nil {
|
||
|
in, out := &in.LeaderElection, &out.LeaderElection
|
||
|
*out = new(v1alpha1.LeaderElectionConfiguration)
|
||
|
(*in).DeepCopyInto(*out)
|
||
|
}
|
||
|
out.Metrics = in.Metrics
|
||
|
out.Health = in.Health
|
||
|
in.Webhook.DeepCopyInto(&out.Webhook)
|
||
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControllerManagerConfigurationSpec.
|
||
|
func (in *ControllerManagerConfigurationSpec) DeepCopy() *ControllerManagerConfigurationSpec {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(ControllerManagerConfigurationSpec)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||
|
func (in *ControllerMetrics) DeepCopyInto(out *ControllerMetrics) {
|
||
|
*out = *in
|
||
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControllerMetrics.
|
||
|
func (in *ControllerMetrics) DeepCopy() *ControllerMetrics {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(ControllerMetrics)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||
|
func (in *ControllerWebhook) DeepCopyInto(out *ControllerWebhook) {
|
||
|
*out = *in
|
||
|
if in.Port != nil {
|
||
|
in, out := &in.Port, &out.Port
|
||
|
*out = new(int)
|
||
|
**out = **in
|
||
|
}
|
||
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ControllerWebhook.
|
||
|
func (in *ControllerWebhook) DeepCopy() *ControllerWebhook {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(ControllerWebhook)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
![]()
3 years ago
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||
![]()
3 years ago
|
func (in *FeatureGates) DeepCopyInto(out *FeatureGates) {
|
||
![]()
3 years ago
|
*out = *in
|
||
![]()
3 years ago
|
out.BuiltInCertManagement = in.BuiltInCertManagement
|
||
![]()
3 years ago
|
out.OpenShift = in.OpenShift
|
||
![]()
3 years ago
|
}
|
||
|
|
||
![]()
3 years ago
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FeatureGates.
|
||
|
func (in *FeatureGates) DeepCopy() *FeatureGates {
|
||
![]()
3 years ago
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
![]()
3 years ago
|
out := new(FeatureGates)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||
|
func (in *OpenShiftFeatureGates) DeepCopyInto(out *OpenShiftFeatureGates) {
|
||
|
*out = *in
|
||
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenShiftFeatureGates.
|
||
|
func (in *OpenShiftFeatureGates) DeepCopy() *OpenShiftFeatureGates {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(OpenShiftFeatureGates)
|
||
![]()
3 years ago
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||
|
func (in *ProjectConfig) DeepCopyInto(out *ProjectConfig) {
|
||
|
*out = *in
|
||
|
out.TypeMeta = in.TypeMeta
|
||
|
in.ControllerManagerConfigurationSpec.DeepCopyInto(&out.ControllerManagerConfigurationSpec)
|
||
![]()
3 years ago
|
out.Gates = in.Gates
|
||
![]()
3 years ago
|
}
|
||
|
|
||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectConfig.
|
||
|
func (in *ProjectConfig) DeepCopy() *ProjectConfig {
|
||
|
if in == nil {
|
||
|
return nil
|
||
|
}
|
||
|
out := new(ProjectConfig)
|
||
|
in.DeepCopyInto(out)
|
||
|
return out
|
||
|
}
|
||
|
|
||
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
||
|
func (in *ProjectConfig) DeepCopyObject() runtime.Object {
|
||
|
if c := in.DeepCopy(); c != nil {
|
||
|
return c
|
||
|
}
|
||
|
return nil
|
||
|
}
|