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
dad4ee31
Unverified
Commit
dad4ee31
authored
Jul 19, 2017
by
Michal Fojtik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regenerate clients to pickup updated genclient:noStatus comment
parent
976488ef
Hide whitespace changes
Inline
Side-by-side
Showing
45 changed files
with
45 additions
and
45 deletions
+45
-45
horizontalpodautoscaler.go
...clientset/typed/autoscaling/v1/horizontalpodautoscaler.go
+1
-1
job.go
...tset_generated/federation_clientset/typed/batch/v1/job.go
+1
-1
namespace.go
...generated/federation_clientset/typed/core/v1/namespace.go
+1
-1
service.go
...t_generated/federation_clientset/typed/core/v1/service.go
+1
-1
daemonset.go
...ederation_clientset/typed/extensions/v1beta1/daemonset.go
+1
-1
deployment.go
...deration_clientset/typed/extensions/v1beta1/deployment.go
+1
-1
ingress.go
.../federation_clientset/typed/extensions/v1beta1/ingress.go
+1
-1
replicaset.go
...deration_clientset/typed/extensions/v1beta1/replicaset.go
+1
-1
cluster.go
.../federation_clientset/typed/federation/v1beta1/cluster.go
+1
-1
horizontalpodautoscaler.go
...ed/autoscaling/internalversion/horizontalpodautoscaler.go
+1
-1
job.go
...tion_internalclientset/typed/batch/internalversion/job.go
+1
-1
namespace.go
...internalclientset/typed/core/internalversion/namespace.go
+1
-1
service.go
...n_internalclientset/typed/core/internalversion/service.go
+1
-1
daemonset.go
...alclientset/typed/extensions/internalversion/daemonset.go
+1
-1
deployment.go
...lclientset/typed/extensions/internalversion/deployment.go
+1
-1
ingress.go
...rnalclientset/typed/extensions/internalversion/ingress.go
+1
-1
replicaset.go
...lclientset/typed/extensions/internalversion/replicaset.go
+1
-1
cluster.go
...rnalclientset/typed/federation/internalversion/cluster.go
+1
-1
statefulset.go
...ternalclientset/typed/apps/internalversion/statefulset.go
+1
-1
horizontalpodautoscaler.go
...ed/autoscaling/internalversion/horizontalpodautoscaler.go
+1
-1
cronjob.go
.../internalclientset/typed/batch/internalversion/cronjob.go
+1
-1
job.go
...ated/internalclientset/typed/batch/internalversion/job.go
+1
-1
certificatesigningrequest.go
...certificates/internalversion/certificatesigningrequest.go
+1
-1
namespace.go
...internalclientset/typed/core/internalversion/namespace.go
+1
-1
node.go
...ated/internalclientset/typed/core/internalversion/node.go
+1
-1
persistentvolume.go
...lclientset/typed/core/internalversion/persistentvolume.go
+1
-1
persistentvolumeclaim.go
...ntset/typed/core/internalversion/persistentvolumeclaim.go
+1
-1
pod.go
...rated/internalclientset/typed/core/internalversion/pod.go
+1
-1
replicationcontroller.go
...ntset/typed/core/internalversion/replicationcontroller.go
+1
-1
resourcequota.go
...rnalclientset/typed/core/internalversion/resourcequota.go
+1
-1
service.go
...d/internalclientset/typed/core/internalversion/service.go
+1
-1
daemonset.go
...alclientset/typed/extensions/internalversion/daemonset.go
+1
-1
deployment.go
...lclientset/typed/extensions/internalversion/deployment.go
+1
-1
ingress.go
...rnalclientset/typed/extensions/internalversion/ingress.go
+1
-1
replicaset.go
...lclientset/typed/extensions/internalversion/replicaset.go
+1
-1
poddisruptionbudget.go
...ntset/typed/policy/internalversion/poddisruptionbudget.go
+1
-1
types.go
staging/src/k8s.io/api/apps/v1beta2/types.go
+1
-1
customresourcedefinition.go
...t/typed/apiextensions/v1beta1/customresourcedefinition.go
+1
-1
customresourcedefinition.go
...apiextensions/internalversion/customresourcedefinition.go
+1
-1
deployment.go
....io/client-go/kubernetes/typed/apps/v1beta2/deployment.go
+1
-1
statefulset.go
...io/client-go/kubernetes/typed/apps/v1beta2/statefulset.go
+1
-1
apiservice.go
...ted/clientset/typed/apiregistration/v1beta1/apiservice.go
+1
-1
apiservice.go
...ntset/typed/apiregistration/internalversion/apiservice.go
+1
-1
flunder.go
...tset_generated/clientset/typed/wardle/v1alpha1/flunder.go
+1
-1
flunder.go
...internalclientset/typed/wardle/internalversion/flunder.go
+1
-1
No files found.
federation/client/clientset_generated/federation_clientset/typed/autoscaling/v1/horizontalpodautoscaler.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *horizontalPodAutoscalers) Update(horizontalPodAutoscaler *v1.Horizontal
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
horizontalPodAutoscalers
)
UpdateStatus
(
horizontalPodAutoscaler
*
v1
.
HorizontalPodAutoscaler
)
(
result
*
v1
.
HorizontalPodAutoscaler
,
err
error
)
{
result
=
&
v1
.
HorizontalPodAutoscaler
{}
...
...
federation/client/clientset_generated/federation_clientset/typed/batch/v1/job.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *jobs) Update(job *v1.Job) (result *v1.Job, err error) {
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
jobs
)
UpdateStatus
(
job
*
v1
.
Job
)
(
result
*
v1
.
Job
,
err
error
)
{
result
=
&
v1
.
Job
{}
...
...
federation/client/clientset_generated/federation_clientset/typed/core/v1/namespace.go
View file @
dad4ee31
...
...
@@ -81,7 +81,7 @@ func (c *namespaces) Update(namespace *v1.Namespace) (result *v1.Namespace, err
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
namespaces
)
UpdateStatus
(
namespace
*
v1
.
Namespace
)
(
result
*
v1
.
Namespace
,
err
error
)
{
result
=
&
v1
.
Namespace
{}
...
...
federation/client/clientset_generated/federation_clientset/typed/core/v1/service.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *services) Update(service *v1.Service) (result *v1.Service, err error) {
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
services
)
UpdateStatus
(
service
*
v1
.
Service
)
(
result
*
v1
.
Service
,
err
error
)
{
result
=
&
v1
.
Service
{}
...
...
federation/client/clientset_generated/federation_clientset/typed/extensions/v1beta1/daemonset.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *daemonSets) Update(daemonSet *v1beta1.DaemonSet) (result *v1beta1.Daemo
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
daemonSets
)
UpdateStatus
(
daemonSet
*
v1beta1
.
DaemonSet
)
(
result
*
v1beta1
.
DaemonSet
,
err
error
)
{
result
=
&
v1beta1
.
DaemonSet
{}
...
...
federation/client/clientset_generated/federation_clientset/typed/extensions/v1beta1/deployment.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *deployments) Update(deployment *v1beta1.Deployment) (result *v1beta1.De
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
deployments
)
UpdateStatus
(
deployment
*
v1beta1
.
Deployment
)
(
result
*
v1beta1
.
Deployment
,
err
error
)
{
result
=
&
v1beta1
.
Deployment
{}
...
...
federation/client/clientset_generated/federation_clientset/typed/extensions/v1beta1/ingress.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *ingresses) Update(ingress *v1beta1.Ingress) (result *v1beta1.Ingress, e
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
ingresses
)
UpdateStatus
(
ingress
*
v1beta1
.
Ingress
)
(
result
*
v1beta1
.
Ingress
,
err
error
)
{
result
=
&
v1beta1
.
Ingress
{}
...
...
federation/client/clientset_generated/federation_clientset/typed/extensions/v1beta1/replicaset.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *replicaSets) Update(replicaSet *v1beta1.ReplicaSet) (result *v1beta1.Re
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
replicaSets
)
UpdateStatus
(
replicaSet
*
v1beta1
.
ReplicaSet
)
(
result
*
v1beta1
.
ReplicaSet
,
err
error
)
{
result
=
&
v1beta1
.
ReplicaSet
{}
...
...
federation/client/clientset_generated/federation_clientset/typed/federation/v1beta1/cluster.go
View file @
dad4ee31
...
...
@@ -81,7 +81,7 @@ func (c *clusters) Update(cluster *v1beta1.Cluster) (result *v1beta1.Cluster, er
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
clusters
)
UpdateStatus
(
cluster
*
v1beta1
.
Cluster
)
(
result
*
v1beta1
.
Cluster
,
err
error
)
{
result
=
&
v1beta1
.
Cluster
{}
...
...
federation/client/clientset_generated/federation_internalclientset/typed/autoscaling/internalversion/horizontalpodautoscaler.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *horizontalPodAutoscalers) Update(horizontalPodAutoscaler *autoscaling.H
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
horizontalPodAutoscalers
)
UpdateStatus
(
horizontalPodAutoscaler
*
autoscaling
.
HorizontalPodAutoscaler
)
(
result
*
autoscaling
.
HorizontalPodAutoscaler
,
err
error
)
{
result
=
&
autoscaling
.
HorizontalPodAutoscaler
{}
...
...
federation/client/clientset_generated/federation_internalclientset/typed/batch/internalversion/job.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *jobs) Update(job *batch.Job) (result *batch.Job, err error) {
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
jobs
)
UpdateStatus
(
job
*
batch
.
Job
)
(
result
*
batch
.
Job
,
err
error
)
{
result
=
&
batch
.
Job
{}
...
...
federation/client/clientset_generated/federation_internalclientset/typed/core/internalversion/namespace.go
View file @
dad4ee31
...
...
@@ -81,7 +81,7 @@ func (c *namespaces) Update(namespace *api.Namespace) (result *api.Namespace, er
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
namespaces
)
UpdateStatus
(
namespace
*
api
.
Namespace
)
(
result
*
api
.
Namespace
,
err
error
)
{
result
=
&
api
.
Namespace
{}
...
...
federation/client/clientset_generated/federation_internalclientset/typed/core/internalversion/service.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *services) Update(service *api.Service) (result *api.Service, err error)
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
services
)
UpdateStatus
(
service
*
api
.
Service
)
(
result
*
api
.
Service
,
err
error
)
{
result
=
&
api
.
Service
{}
...
...
federation/client/clientset_generated/federation_internalclientset/typed/extensions/internalversion/daemonset.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *daemonSets) Update(daemonSet *extensions.DaemonSet) (result *extensions
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
daemonSets
)
UpdateStatus
(
daemonSet
*
extensions
.
DaemonSet
)
(
result
*
extensions
.
DaemonSet
,
err
error
)
{
result
=
&
extensions
.
DaemonSet
{}
...
...
federation/client/clientset_generated/federation_internalclientset/typed/extensions/internalversion/deployment.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *deployments) Update(deployment *extensions.Deployment) (result *extensi
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
deployments
)
UpdateStatus
(
deployment
*
extensions
.
Deployment
)
(
result
*
extensions
.
Deployment
,
err
error
)
{
result
=
&
extensions
.
Deployment
{}
...
...
federation/client/clientset_generated/federation_internalclientset/typed/extensions/internalversion/ingress.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *ingresses) Update(ingress *extensions.Ingress) (result *extensions.Ingr
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
ingresses
)
UpdateStatus
(
ingress
*
extensions
.
Ingress
)
(
result
*
extensions
.
Ingress
,
err
error
)
{
result
=
&
extensions
.
Ingress
{}
...
...
federation/client/clientset_generated/federation_internalclientset/typed/extensions/internalversion/replicaset.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *replicaSets) Update(replicaSet *extensions.ReplicaSet) (result *extensi
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
replicaSets
)
UpdateStatus
(
replicaSet
*
extensions
.
ReplicaSet
)
(
result
*
extensions
.
ReplicaSet
,
err
error
)
{
result
=
&
extensions
.
ReplicaSet
{}
...
...
federation/client/clientset_generated/federation_internalclientset/typed/federation/internalversion/cluster.go
View file @
dad4ee31
...
...
@@ -81,7 +81,7 @@ func (c *clusters) Update(cluster *federation.Cluster) (result *federation.Clust
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
clusters
)
UpdateStatus
(
cluster
*
federation
.
Cluster
)
(
result
*
federation
.
Cluster
,
err
error
)
{
result
=
&
federation
.
Cluster
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/apps/internalversion/statefulset.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *statefulSets) Update(statefulSet *apps.StatefulSet) (result *apps.State
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
statefulSets
)
UpdateStatus
(
statefulSet
*
apps
.
StatefulSet
)
(
result
*
apps
.
StatefulSet
,
err
error
)
{
result
=
&
apps
.
StatefulSet
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/autoscaling/internalversion/horizontalpodautoscaler.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *horizontalPodAutoscalers) Update(horizontalPodAutoscaler *autoscaling.H
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
horizontalPodAutoscalers
)
UpdateStatus
(
horizontalPodAutoscaler
*
autoscaling
.
HorizontalPodAutoscaler
)
(
result
*
autoscaling
.
HorizontalPodAutoscaler
,
err
error
)
{
result
=
&
autoscaling
.
HorizontalPodAutoscaler
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/batch/internalversion/cronjob.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *cronJobs) Update(cronJob *batch.CronJob) (result *batch.CronJob, err er
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
cronJobs
)
UpdateStatus
(
cronJob
*
batch
.
CronJob
)
(
result
*
batch
.
CronJob
,
err
error
)
{
result
=
&
batch
.
CronJob
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/batch/internalversion/job.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *jobs) Update(job *batch.Job) (result *batch.Job, err error) {
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
jobs
)
UpdateStatus
(
job
*
batch
.
Job
)
(
result
*
batch
.
Job
,
err
error
)
{
result
=
&
batch
.
Job
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/certificates/internalversion/certificatesigningrequest.go
View file @
dad4ee31
...
...
@@ -81,7 +81,7 @@ func (c *certificateSigningRequests) Update(certificateSigningRequest *certifica
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
certificateSigningRequests
)
UpdateStatus
(
certificateSigningRequest
*
certificates
.
CertificateSigningRequest
)
(
result
*
certificates
.
CertificateSigningRequest
,
err
error
)
{
result
=
&
certificates
.
CertificateSigningRequest
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/core/internalversion/namespace.go
View file @
dad4ee31
...
...
@@ -81,7 +81,7 @@ func (c *namespaces) Update(namespace *api.Namespace) (result *api.Namespace, er
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
namespaces
)
UpdateStatus
(
namespace
*
api
.
Namespace
)
(
result
*
api
.
Namespace
,
err
error
)
{
result
=
&
api
.
Namespace
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/core/internalversion/node.go
View file @
dad4ee31
...
...
@@ -81,7 +81,7 @@ func (c *nodes) Update(node *api.Node) (result *api.Node, err error) {
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
nodes
)
UpdateStatus
(
node
*
api
.
Node
)
(
result
*
api
.
Node
,
err
error
)
{
result
=
&
api
.
Node
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/core/internalversion/persistentvolume.go
View file @
dad4ee31
...
...
@@ -81,7 +81,7 @@ func (c *persistentVolumes) Update(persistentVolume *api.PersistentVolume) (resu
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
persistentVolumes
)
UpdateStatus
(
persistentVolume
*
api
.
PersistentVolume
)
(
result
*
api
.
PersistentVolume
,
err
error
)
{
result
=
&
api
.
PersistentVolume
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/core/internalversion/persistentvolumeclaim.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *persistentVolumeClaims) Update(persistentVolumeClaim *api.PersistentVol
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
persistentVolumeClaims
)
UpdateStatus
(
persistentVolumeClaim
*
api
.
PersistentVolumeClaim
)
(
result
*
api
.
PersistentVolumeClaim
,
err
error
)
{
result
=
&
api
.
PersistentVolumeClaim
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/core/internalversion/pod.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *pods) Update(pod *api.Pod) (result *api.Pod, err error) {
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
pods
)
UpdateStatus
(
pod
*
api
.
Pod
)
(
result
*
api
.
Pod
,
err
error
)
{
result
=
&
api
.
Pod
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/core/internalversion/replicationcontroller.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *replicationControllers) Update(replicationController *api.ReplicationCo
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
replicationControllers
)
UpdateStatus
(
replicationController
*
api
.
ReplicationController
)
(
result
*
api
.
ReplicationController
,
err
error
)
{
result
=
&
api
.
ReplicationController
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/core/internalversion/resourcequota.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *resourceQuotas) Update(resourceQuota *api.ResourceQuota) (result *api.R
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
resourceQuotas
)
UpdateStatus
(
resourceQuota
*
api
.
ResourceQuota
)
(
result
*
api
.
ResourceQuota
,
err
error
)
{
result
=
&
api
.
ResourceQuota
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/core/internalversion/service.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *services) Update(service *api.Service) (result *api.Service, err error)
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
services
)
UpdateStatus
(
service
*
api
.
Service
)
(
result
*
api
.
Service
,
err
error
)
{
result
=
&
api
.
Service
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/daemonset.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *daemonSets) Update(daemonSet *extensions.DaemonSet) (result *extensions
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
daemonSets
)
UpdateStatus
(
daemonSet
*
extensions
.
DaemonSet
)
(
result
*
extensions
.
DaemonSet
,
err
error
)
{
result
=
&
extensions
.
DaemonSet
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/deployment.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *deployments) Update(deployment *extensions.Deployment) (result *extensi
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
deployments
)
UpdateStatus
(
deployment
*
extensions
.
Deployment
)
(
result
*
extensions
.
Deployment
,
err
error
)
{
result
=
&
extensions
.
Deployment
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/ingress.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *ingresses) Update(ingress *extensions.Ingress) (result *extensions.Ingr
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
ingresses
)
UpdateStatus
(
ingress
*
extensions
.
Ingress
)
(
result
*
extensions
.
Ingress
,
err
error
)
{
result
=
&
extensions
.
Ingress
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/extensions/internalversion/replicaset.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *replicaSets) Update(replicaSet *extensions.ReplicaSet) (result *extensi
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
replicaSets
)
UpdateStatus
(
replicaSet
*
extensions
.
ReplicaSet
)
(
result
*
extensions
.
ReplicaSet
,
err
error
)
{
result
=
&
extensions
.
ReplicaSet
{}
...
...
pkg/client/clientset_generated/internalclientset/typed/policy/internalversion/poddisruptionbudget.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *podDisruptionBudgets) Update(podDisruptionBudget *policy.PodDisruptionB
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
podDisruptionBudgets
)
UpdateStatus
(
podDisruptionBudget
*
policy
.
PodDisruptionBudget
)
(
result
*
policy
.
PodDisruptionBudget
,
err
error
)
{
result
=
&
policy
.
PodDisruptionBudget
{}
...
...
staging/src/k8s.io/api/apps/v1beta2/types.go
View file @
dad4ee31
...
...
@@ -58,7 +58,7 @@ type ScaleStatus struct {
}
// +genclient
// +
noMethods=true
// +
genclient:noVerbs
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// WIP: This is not ready to be used and we plan to make breaking changes to it.
...
...
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1/customresourcedefinition.go
View file @
dad4ee31
...
...
@@ -81,7 +81,7 @@ func (c *customResourceDefinitions) Update(customResourceDefinition *v1beta1.Cus
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
customResourceDefinitions
)
UpdateStatus
(
customResourceDefinition
*
v1beta1
.
CustomResourceDefinition
)
(
result
*
v1beta1
.
CustomResourceDefinition
,
err
error
)
{
result
=
&
v1beta1
.
CustomResourceDefinition
{}
...
...
staging/src/k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset/typed/apiextensions/internalversion/customresourcedefinition.go
View file @
dad4ee31
...
...
@@ -81,7 +81,7 @@ func (c *customResourceDefinitions) Update(customResourceDefinition *apiextensio
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
customResourceDefinitions
)
UpdateStatus
(
customResourceDefinition
*
apiextensions
.
CustomResourceDefinition
)
(
result
*
apiextensions
.
CustomResourceDefinition
,
err
error
)
{
result
=
&
apiextensions
.
CustomResourceDefinition
{}
...
...
staging/src/k8s.io/client-go/kubernetes/typed/apps/v1beta2/deployment.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *deployments) Update(deployment *v1beta2.Deployment) (result *v1beta2.De
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
deployments
)
UpdateStatus
(
deployment
*
v1beta2
.
Deployment
)
(
result
*
v1beta2
.
Deployment
,
err
error
)
{
result
=
&
v1beta2
.
Deployment
{}
...
...
staging/src/k8s.io/client-go/kubernetes/typed/apps/v1beta2/statefulset.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *statefulSets) Update(statefulSet *v1beta2.StatefulSet) (result *v1beta2
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
statefulSets
)
UpdateStatus
(
statefulSet
*
v1beta2
.
StatefulSet
)
(
result
*
v1beta2
.
StatefulSet
,
err
error
)
{
result
=
&
v1beta2
.
StatefulSet
{}
...
...
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1/apiservice.go
View file @
dad4ee31
...
...
@@ -81,7 +81,7 @@ func (c *aPIServices) Update(aPIService *v1beta1.APIService) (result *v1beta1.AP
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
aPIServices
)
UpdateStatus
(
aPIService
*
v1beta1
.
APIService
)
(
result
*
v1beta1
.
APIService
,
err
error
)
{
result
=
&
v1beta1
.
APIService
{}
...
...
staging/src/k8s.io/kube-aggregator/pkg/client/clientset_generated/internalclientset/typed/apiregistration/internalversion/apiservice.go
View file @
dad4ee31
...
...
@@ -81,7 +81,7 @@ func (c *aPIServices) Update(aPIService *apiregistration.APIService) (result *ap
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
aPIServices
)
UpdateStatus
(
aPIService
*
apiregistration
.
APIService
)
(
result
*
apiregistration
.
APIService
,
err
error
)
{
result
=
&
apiregistration
.
APIService
{}
...
...
staging/src/k8s.io/sample-apiserver/pkg/client/clientset_generated/clientset/typed/wardle/v1alpha1/flunder.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *flunders) Update(flunder *v1alpha1.Flunder) (result *v1alpha1.Flunder,
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
flunders
)
UpdateStatus
(
flunder
*
v1alpha1
.
Flunder
)
(
result
*
v1alpha1
.
Flunder
,
err
error
)
{
result
=
&
v1alpha1
.
Flunder
{}
...
...
staging/src/k8s.io/sample-apiserver/pkg/client/clientset_generated/internalclientset/typed/wardle/internalversion/flunder.go
View file @
dad4ee31
...
...
@@ -85,7 +85,7 @@ func (c *flunders) Update(flunder *wardle.Flunder) (result *wardle.Flunder, err
}
// UpdateStatus was generated because the type contains a Status member.
// Add a +genclient
status=false
comment above the type to avoid generating UpdateStatus().
// Add a +genclient
:noStatus
comment above the type to avoid generating UpdateStatus().
func
(
c
*
flunders
)
UpdateStatus
(
flunder
*
wardle
.
Flunder
)
(
result
*
wardle
.
Flunder
,
err
error
)
{
result
=
&
wardle
.
Flunder
{}
...
...
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