Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
db855a2b
Unverified
Commit
db855a2b
authored
Aug 14, 2018
by
Lucas Käldström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
autogenerated
parent
4bef9262
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
13 additions
and
113 deletions
+13
-113
BUILD
cmd/cloud-controller-manager/app/options/BUILD
+1
-1
BUILD
cmd/controller-manager/app/BUILD
+1
-1
BUILD
cmd/controller-manager/app/options/BUILD
+1
-0
BUILD
cmd/kube-controller-manager/app/options/BUILD
+1
-0
BUILD
cmd/kube-scheduler/app/options/BUILD
+2
-0
BUILD
pkg/apis/componentconfig/BUILD
+2
-0
BUILD
pkg/apis/componentconfig/v1alpha1/BUILD
+2
-0
zz_generated.conversion.go
pkg/apis/componentconfig/v1alpha1/zz_generated.conversion.go
+0
-0
zz_generated.deepcopy.go
pkg/apis/componentconfig/v1alpha1/zz_generated.deepcopy.go
+1
-56
zz_generated.defaults.go
pkg/apis/componentconfig/v1alpha1/zz_generated.defaults.go
+0
-3
zz_generated.deepcopy.go
pkg/apis/componentconfig/zz_generated.deepcopy.go
+1
-51
BUILD
pkg/client/leaderelectionconfig/BUILD
+1
-1
No files found.
cmd/cloud-controller-manager/app/options/BUILD
View file @
db855a2b
...
@@ -55,9 +55,9 @@ go_test(
...
@@ -55,9 +55,9 @@ go_test(
embed = [":go_default_library"],
embed = [":go_default_library"],
deps = [
deps = [
"//cmd/controller-manager/app/options:go_default_library",
"//cmd/controller-manager/app/options:go_default_library",
"//pkg/apis/componentconfig:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/util/diff:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/util/diff:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/apis/config:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/server/options:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/server/options:go_default_library",
"//vendor/github.com/spf13/pflag:go_default_library",
"//vendor/github.com/spf13/pflag:go_default_library",
],
],
...
...
cmd/controller-manager/app/BUILD
View file @
db855a2b
...
@@ -11,9 +11,9 @@ go_library(
...
@@ -11,9 +11,9 @@ go_library(
visibility = ["//visibility:public"],
visibility = ["//visibility:public"],
deps = [
deps = [
"//pkg/api/legacyscheme:go_default_library",
"//pkg/api/legacyscheme:go_default_library",
"//pkg/apis/componentconfig:go_default_library",
"//pkg/util/configz:go_default_library",
"//pkg/util/configz:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/apis/config:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/endpoints/filters:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/endpoints/filters:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/endpoints/request:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/endpoints/request:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/server:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/server:go_default_library",
...
...
cmd/controller-manager/app/options/BUILD
View file @
db855a2b
...
@@ -17,6 +17,7 @@ go_library(
...
@@ -17,6 +17,7 @@ go_library(
"//pkg/apis/componentconfig:go_default_library",
"//pkg/apis/componentconfig:go_default_library",
"//pkg/client/leaderelectionconfig:go_default_library",
"//pkg/client/leaderelectionconfig:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/apis/config:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/server/options:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/server/options:go_default_library",
"//vendor/github.com/spf13/pflag:go_default_library",
"//vendor/github.com/spf13/pflag:go_default_library",
],
],
...
...
cmd/kube-controller-manager/app/options/BUILD
View file @
db855a2b
...
@@ -79,6 +79,7 @@ go_test(
...
@@ -79,6 +79,7 @@ go_test(
"//pkg/apis/componentconfig:go_default_library",
"//pkg/apis/componentconfig:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/util/diff:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/util/diff:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/apis/config:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/server/options:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/server/options:go_default_library",
"//vendor/github.com/spf13/pflag:go_default_library",
"//vendor/github.com/spf13/pflag:go_default_library",
],
],
...
...
cmd/kube-scheduler/app/options/BUILD
View file @
db855a2b
...
@@ -19,6 +19,7 @@ go_library(
...
@@ -19,6 +19,7 @@ go_library(
"//pkg/client/leaderelectionconfig:go_default_library",
"//pkg/client/leaderelectionconfig:go_default_library",
"//pkg/scheduler/factory:go_default_library",
"//pkg/scheduler/factory:go_default_library",
"//staging/src/k8s.io/api/core/v1:go_default_library",
"//staging/src/k8s.io/api/core/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/config:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime/serializer:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime/serializer:go_default_library",
...
@@ -66,6 +67,7 @@ go_test(
...
@@ -66,6 +67,7 @@ go_test(
"//cmd/controller-manager/app/options:go_default_library",
"//cmd/controller-manager/app/options:go_default_library",
"//cmd/kube-scheduler/app/config:go_default_library",
"//cmd/kube-scheduler/app/config:go_default_library",
"//pkg/apis/componentconfig:go_default_library",
"//pkg/apis/componentconfig:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/config:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/util/rand:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/util/rand:go_default_library",
],
],
)
)
pkg/apis/componentconfig/BUILD
View file @
db855a2b
...
@@ -18,10 +18,12 @@ go_library(
...
@@ -18,10 +18,12 @@ go_library(
importpath = "k8s.io/kubernetes/pkg/apis/componentconfig",
importpath = "k8s.io/kubernetes/pkg/apis/componentconfig",
deps = [
deps = [
"//staging/src/k8s.io/api/core/v1:go_default_library",
"//staging/src/k8s.io/api/core/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/config:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/util/net:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/util/net:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/apis/config:go_default_library",
],
],
)
)
...
...
pkg/apis/componentconfig/v1alpha1/BUILD
View file @
db855a2b
...
@@ -23,10 +23,12 @@ go_library(
...
@@ -23,10 +23,12 @@ go_library(
"//pkg/apis/core:go_default_library",
"//pkg/apis/core:go_default_library",
"//pkg/kubelet/apis:go_default_library",
"//pkg/kubelet/apis:go_default_library",
"//pkg/master/ports:go_default_library",
"//pkg/master/ports:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/config/v1alpha1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/conversion:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/conversion:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",
"//staging/src/k8s.io/apimachinery/pkg/runtime/schema:go_default_library",
"//staging/src/k8s.io/apiserver/pkg/apis/config/v1alpha1:go_default_library",
"//vendor/k8s.io/utils/pointer:go_default_library",
"//vendor/k8s.io/utils/pointer:go_default_library",
],
],
)
)
...
...
pkg/apis/componentconfig/v1alpha1/zz_generated.conversion.go
View file @
db855a2b
This diff is collapsed.
Click to expand it.
pkg/apis/componentconfig/v1alpha1/zz_generated.deepcopy.go
View file @
db855a2b
...
@@ -59,22 +59,6 @@ func (in *CSRSigningControllerConfiguration) DeepCopy() *CSRSigningControllerCon
...
@@ -59,22 +59,6 @@ func (in *CSRSigningControllerConfiguration) DeepCopy() *CSRSigningControllerCon
}
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
ClientConnectionConfiguration
)
DeepCopyInto
(
out
*
ClientConnectionConfiguration
)
{
*
out
=
*
in
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientConnectionConfiguration.
func
(
in
*
ClientConnectionConfiguration
)
DeepCopy
()
*
ClientConnectionConfiguration
{
if
in
==
nil
{
return
nil
}
out
:=
new
(
ClientConnectionConfiguration
)
in
.
DeepCopyInto
(
out
)
return
out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
CloudControllerManagerConfiguration
)
DeepCopyInto
(
out
*
CloudControllerManagerConfiguration
)
{
func
(
in
*
CloudControllerManagerConfiguration
)
DeepCopyInto
(
out
*
CloudControllerManagerConfiguration
)
{
*
out
=
*
in
*
out
=
*
in
out
.
TypeMeta
=
in
.
TypeMeta
out
.
TypeMeta
=
in
.
TypeMeta
...
@@ -138,22 +122,6 @@ func (in *DaemonSetControllerConfiguration) DeepCopy() *DaemonSetControllerConfi
...
@@ -138,22 +122,6 @@ func (in *DaemonSetControllerConfiguration) DeepCopy() *DaemonSetControllerConfi
}
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
DebuggingConfiguration
)
DeepCopyInto
(
out
*
DebuggingConfiguration
)
{
*
out
=
*
in
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DebuggingConfiguration.
func
(
in
*
DebuggingConfiguration
)
DeepCopy
()
*
DebuggingConfiguration
{
if
in
==
nil
{
return
nil
}
out
:=
new
(
DebuggingConfiguration
)
in
.
DeepCopyInto
(
out
)
return
out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
DeploymentControllerConfiguration
)
DeepCopyInto
(
out
*
DeploymentControllerConfiguration
)
{
func
(
in
*
DeploymentControllerConfiguration
)
DeepCopyInto
(
out
*
DeploymentControllerConfiguration
)
{
*
out
=
*
in
*
out
=
*
in
out
.
DeploymentControllerSyncPeriod
=
in
.
DeploymentControllerSyncPeriod
out
.
DeploymentControllerSyncPeriod
=
in
.
DeploymentControllerSyncPeriod
...
@@ -384,6 +352,7 @@ func (in *KubeControllerManagerConfiguration) DeepCopyObject() runtime.Object {
...
@@ -384,6 +352,7 @@ func (in *KubeControllerManagerConfiguration) DeepCopyObject() runtime.Object {
func
(
in
*
KubeSchedulerConfiguration
)
DeepCopyInto
(
out
*
KubeSchedulerConfiguration
)
{
func
(
in
*
KubeSchedulerConfiguration
)
DeepCopyInto
(
out
*
KubeSchedulerConfiguration
)
{
*
out
=
*
in
*
out
=
*
in
out
.
TypeMeta
=
in
.
TypeMeta
out
.
TypeMeta
=
in
.
TypeMeta
out
.
DebuggingConfiguration
=
in
.
DebuggingConfiguration
in
.
AlgorithmSource
.
DeepCopyInto
(
&
out
.
AlgorithmSource
)
in
.
AlgorithmSource
.
DeepCopyInto
(
&
out
.
AlgorithmSource
)
in
.
LeaderElection
.
DeepCopyInto
(
&
out
.
LeaderElection
)
in
.
LeaderElection
.
DeepCopyInto
(
&
out
.
LeaderElection
)
out
.
ClientConnection
=
in
.
ClientConnection
out
.
ClientConnection
=
in
.
ClientConnection
...
@@ -426,30 +395,6 @@ func (in *KubeSchedulerLeaderElectionConfiguration) DeepCopy() *KubeSchedulerLea
...
@@ -426,30 +395,6 @@ func (in *KubeSchedulerLeaderElectionConfiguration) DeepCopy() *KubeSchedulerLea
}
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
LeaderElectionConfiguration
)
DeepCopyInto
(
out
*
LeaderElectionConfiguration
)
{
*
out
=
*
in
if
in
.
LeaderElect
!=
nil
{
in
,
out
:=
&
in
.
LeaderElect
,
&
out
.
LeaderElect
*
out
=
new
(
bool
)
**
out
=
**
in
}
out
.
LeaseDuration
=
in
.
LeaseDuration
out
.
RenewDeadline
=
in
.
RenewDeadline
out
.
RetryPeriod
=
in
.
RetryPeriod
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LeaderElectionConfiguration.
func
(
in
*
LeaderElectionConfiguration
)
DeepCopy
()
*
LeaderElectionConfiguration
{
if
in
==
nil
{
return
nil
}
out
:=
new
(
LeaderElectionConfiguration
)
in
.
DeepCopyInto
(
out
)
return
out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
NamespaceControllerConfiguration
)
DeepCopyInto
(
out
*
NamespaceControllerConfiguration
)
{
func
(
in
*
NamespaceControllerConfiguration
)
DeepCopyInto
(
out
*
NamespaceControllerConfiguration
)
{
*
out
=
*
in
*
out
=
*
in
out
.
NamespaceSyncPeriod
=
in
.
NamespaceSyncPeriod
out
.
NamespaceSyncPeriod
=
in
.
NamespaceSyncPeriod
...
...
pkg/apis/componentconfig/v1alpha1/zz_generated.defaults.go
View file @
db855a2b
...
@@ -41,14 +41,12 @@ func RegisterDefaults(scheme *runtime.Scheme) error {
...
@@ -41,14 +41,12 @@ func RegisterDefaults(scheme *runtime.Scheme) error {
func
SetObjectDefaults_CloudControllerManagerConfiguration
(
in
*
CloudControllerManagerConfiguration
)
{
func
SetObjectDefaults_CloudControllerManagerConfiguration
(
in
*
CloudControllerManagerConfiguration
)
{
SetDefaults_CloudControllerManagerConfiguration
(
in
)
SetDefaults_CloudControllerManagerConfiguration
(
in
)
SetDefaults_GenericComponentConfiguration
(
&
in
.
GenericComponent
)
SetDefaults_GenericComponentConfiguration
(
&
in
.
GenericComponent
)
SetDefaults_LeaderElectionConfiguration
(
&
in
.
GenericComponent
.
LeaderElection
)
SetDefaults_KubeCloudSharedConfiguration
(
&
in
.
KubeCloudShared
)
SetDefaults_KubeCloudSharedConfiguration
(
&
in
.
KubeCloudShared
)
}
}
func
SetObjectDefaults_KubeControllerManagerConfiguration
(
in
*
KubeControllerManagerConfiguration
)
{
func
SetObjectDefaults_KubeControllerManagerConfiguration
(
in
*
KubeControllerManagerConfiguration
)
{
SetDefaults_KubeControllerManagerConfiguration
(
in
)
SetDefaults_KubeControllerManagerConfiguration
(
in
)
SetDefaults_GenericComponentConfiguration
(
&
in
.
GenericComponent
)
SetDefaults_GenericComponentConfiguration
(
&
in
.
GenericComponent
)
SetDefaults_LeaderElectionConfiguration
(
&
in
.
GenericComponent
.
LeaderElection
)
SetDefaults_KubeCloudSharedConfiguration
(
&
in
.
KubeCloudShared
)
SetDefaults_KubeCloudSharedConfiguration
(
&
in
.
KubeCloudShared
)
SetDefaults_VolumeConfiguration
(
&
in
.
PersistentVolumeBinderController
.
VolumeConfiguration
)
SetDefaults_VolumeConfiguration
(
&
in
.
PersistentVolumeBinderController
.
VolumeConfiguration
)
SetDefaults_PersistentVolumeRecyclerConfiguration
(
&
in
.
PersistentVolumeBinderController
.
VolumeConfiguration
.
PersistentVolumeRecyclerConfiguration
)
SetDefaults_PersistentVolumeRecyclerConfiguration
(
&
in
.
PersistentVolumeBinderController
.
VolumeConfiguration
.
PersistentVolumeRecyclerConfiguration
)
...
@@ -56,5 +54,4 @@ func SetObjectDefaults_KubeControllerManagerConfiguration(in *KubeControllerMana
...
@@ -56,5 +54,4 @@ func SetObjectDefaults_KubeControllerManagerConfiguration(in *KubeControllerMana
func
SetObjectDefaults_KubeSchedulerConfiguration
(
in
*
KubeSchedulerConfiguration
)
{
func
SetObjectDefaults_KubeSchedulerConfiguration
(
in
*
KubeSchedulerConfiguration
)
{
SetDefaults_KubeSchedulerConfiguration
(
in
)
SetDefaults_KubeSchedulerConfiguration
(
in
)
SetDefaults_LeaderElectionConfiguration
(
&
in
.
LeaderElection
.
LeaderElectionConfiguration
)
}
}
pkg/apis/componentconfig/zz_generated.deepcopy.go
View file @
db855a2b
...
@@ -59,22 +59,6 @@ func (in *CSRSigningControllerConfiguration) DeepCopy() *CSRSigningControllerCon
...
@@ -59,22 +59,6 @@ func (in *CSRSigningControllerConfiguration) DeepCopy() *CSRSigningControllerCon
}
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
ClientConnectionConfiguration
)
DeepCopyInto
(
out
*
ClientConnectionConfiguration
)
{
*
out
=
*
in
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientConnectionConfiguration.
func
(
in
*
ClientConnectionConfiguration
)
DeepCopy
()
*
ClientConnectionConfiguration
{
if
in
==
nil
{
return
nil
}
out
:=
new
(
ClientConnectionConfiguration
)
in
.
DeepCopyInto
(
out
)
return
out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
CloudControllerManagerConfiguration
)
DeepCopyInto
(
out
*
CloudControllerManagerConfiguration
)
{
func
(
in
*
CloudControllerManagerConfiguration
)
DeepCopyInto
(
out
*
CloudControllerManagerConfiguration
)
{
*
out
=
*
in
*
out
=
*
in
out
.
TypeMeta
=
in
.
TypeMeta
out
.
TypeMeta
=
in
.
TypeMeta
...
@@ -138,22 +122,6 @@ func (in *DaemonSetControllerConfiguration) DeepCopy() *DaemonSetControllerConfi
...
@@ -138,22 +122,6 @@ func (in *DaemonSetControllerConfiguration) DeepCopy() *DaemonSetControllerConfi
}
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
DebuggingConfiguration
)
DeepCopyInto
(
out
*
DebuggingConfiguration
)
{
*
out
=
*
in
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DebuggingConfiguration.
func
(
in
*
DebuggingConfiguration
)
DeepCopy
()
*
DebuggingConfiguration
{
if
in
==
nil
{
return
nil
}
out
:=
new
(
DebuggingConfiguration
)
in
.
DeepCopyInto
(
out
)
return
out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
DeploymentControllerConfiguration
)
DeepCopyInto
(
out
*
DeploymentControllerConfiguration
)
{
func
(
in
*
DeploymentControllerConfiguration
)
DeepCopyInto
(
out
*
DeploymentControllerConfiguration
)
{
*
out
=
*
in
*
out
=
*
in
out
.
DeploymentControllerSyncPeriod
=
in
.
DeploymentControllerSyncPeriod
out
.
DeploymentControllerSyncPeriod
=
in
.
DeploymentControllerSyncPeriod
...
@@ -411,6 +379,7 @@ func (in *KubeControllerManagerConfiguration) DeepCopyObject() runtime.Object {
...
@@ -411,6 +379,7 @@ func (in *KubeControllerManagerConfiguration) DeepCopyObject() runtime.Object {
func
(
in
*
KubeSchedulerConfiguration
)
DeepCopyInto
(
out
*
KubeSchedulerConfiguration
)
{
func
(
in
*
KubeSchedulerConfiguration
)
DeepCopyInto
(
out
*
KubeSchedulerConfiguration
)
{
*
out
=
*
in
*
out
=
*
in
out
.
TypeMeta
=
in
.
TypeMeta
out
.
TypeMeta
=
in
.
TypeMeta
out
.
DebuggingConfiguration
=
in
.
DebuggingConfiguration
in
.
AlgorithmSource
.
DeepCopyInto
(
&
out
.
AlgorithmSource
)
in
.
AlgorithmSource
.
DeepCopyInto
(
&
out
.
AlgorithmSource
)
out
.
LeaderElection
=
in
.
LeaderElection
out
.
LeaderElection
=
in
.
LeaderElection
out
.
ClientConnection
=
in
.
ClientConnection
out
.
ClientConnection
=
in
.
ClientConnection
...
@@ -453,25 +422,6 @@ func (in *KubeSchedulerLeaderElectionConfiguration) DeepCopy() *KubeSchedulerLea
...
@@ -453,25 +422,6 @@ func (in *KubeSchedulerLeaderElectionConfiguration) DeepCopy() *KubeSchedulerLea
}
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
LeaderElectionConfiguration
)
DeepCopyInto
(
out
*
LeaderElectionConfiguration
)
{
*
out
=
*
in
out
.
LeaseDuration
=
in
.
LeaseDuration
out
.
RenewDeadline
=
in
.
RenewDeadline
out
.
RetryPeriod
=
in
.
RetryPeriod
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LeaderElectionConfiguration.
func
(
in
*
LeaderElectionConfiguration
)
DeepCopy
()
*
LeaderElectionConfiguration
{
if
in
==
nil
{
return
nil
}
out
:=
new
(
LeaderElectionConfiguration
)
in
.
DeepCopyInto
(
out
)
return
out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func
(
in
*
NamespaceControllerConfiguration
)
DeepCopyInto
(
out
*
NamespaceControllerConfiguration
)
{
func
(
in
*
NamespaceControllerConfiguration
)
DeepCopyInto
(
out
*
NamespaceControllerConfiguration
)
{
*
out
=
*
in
*
out
=
*
in
out
.
NamespaceSyncPeriod
=
in
.
NamespaceSyncPeriod
out
.
NamespaceSyncPeriod
=
in
.
NamespaceSyncPeriod
...
...
pkg/client/leaderelectionconfig/BUILD
View file @
db855a2b
...
@@ -10,7 +10,7 @@ go_library(
...
@@ -10,7 +10,7 @@ go_library(
srcs = ["config.go"],
srcs = ["config.go"],
importpath = "k8s.io/kubernetes/pkg/client/leaderelectionconfig",
importpath = "k8s.io/kubernetes/pkg/client/leaderelectionconfig",
deps = [
deps = [
"//
pkg/apis/component
config:go_default_library",
"//
staging/src/k8s.io/apiserver/pkg/apis/
config:go_default_library",
"//vendor/github.com/spf13/pflag:go_default_library",
"//vendor/github.com/spf13/pflag:go_default_library",
],
],
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment