Skip to content

Commit

Permalink
make crds
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Dec 23, 2019
1 parent 24cbf33 commit 79f02a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions k8s/crds/kops.k8s.io_clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2836,9 +2836,9 @@ spec:
description: Project is the cloud project we should use, required on
GCE
type: string
rollingUpdateDefault:
description: RollingUpdateDefault defines the default rolling-update
settings for instance groups
rollingUpdate:
description: RollingUpdate defines the default rolling-update settings
for instance groups
properties:
taintAllNeedUpdate:
description: TaintAllNeedUpdate taints all nodes in the instancegroup
Expand Down
4 changes: 2 additions & 2 deletions k8s/crds/kops.k8s.io_instancegroups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,8 @@ spec:
description: RollingUpdate defines the rolling-update behavior
properties:
taintAllNeedUpdate:
description: TaintAllNeedUpdate taints all nodes in the instance
group that need update before draining any of them
description: TaintAllNeedUpdate taints all nodes in the instancegroup
that need update before draining any of them
type: boolean
type: object
rootVolumeDeleteOnTermination:
Expand Down

0 comments on commit 79f02a1

Please sign in to comment.