regenerate clients to pickup updated genclient:noStatus comment

Kubernetes-commit: dad4ee31080f13214c21c8124fdf6a5e7deed011
This commit is contained in:
Michal Fojtik 2017-07-19 10:27:42 +02:00 committed by Kubernetes Publisher
parent d9c32d7ac4
commit 6bbe54e5ef
2 changed files with 2 additions and 2 deletions

View File

@ -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 +genclientstatus=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{}

View File

@ -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 +genclientstatus=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{}