kubectl/testdata
Miciah Masters 526686bff9 Fix RollingUpdateDaemonSet godoc regarding rounding
Fix the godoc for RollingUpdateDaemonSet to state that
spec.updateStrategy.rollingUpdate.maxUnavailable is rounded up.

A recent commit changed the godoc to say that the value of this field
was rounded down, but the actual implementation rounds up and always has
rounded up.  (This is in contrast to Deployments, where
spec.strategy.rollingUpdate.maxUnavailable is rounded down.)

Follow-up to commit 5aa53f885c980873087cbc86e1eccdf342e775b5.

* api/openapi-spec/swagger.json:
* staging/src/k8s.io/api/apps/v1/generated.proto:
* pkg/apis/apps/types.go:
* staging/src/k8s.io/api/apps/v1/types.go:
* staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go:
* staging/src/k8s.io/api/apps/v1beta2/generated.proto:
* staging/src/k8s.io/api/apps/v1beta2/types.go:
* staging/src/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go:
* staging/src/k8s.io/api/extensions/v1beta1/generated.proto:
* staging/src/k8s.io/api/extensions/v1beta1/types.go:
* staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go:
* staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json:
* staging/src/k8s.io/kubectl/testdata/openapi/swagger.json:
Change "rounding down" to "rounding up".

Kubernetes-commit: 452e2eaf1ba40512e90a29d379774054e86e324d
2021-04-20 20:07:11 -04:00
..
apply Add kubectl apply generate name error message 2020-03-10 15:51:41 +08:00
openapi Fix RollingUpdateDaemonSet godoc regarding rounding 2021-04-20 20:07:11 -04:00
replace/legacy Rename test/data directory to testdata 2019-10-31 13:40:02 -07:00
set Update pause image to v3.5 2021-03-16 13:41:02 +01:00
controller.yaml Rename test/data directory to testdata 2019-10-31 13:40:02 -07:00
frontend-service.yaml Rename test/data directory to testdata 2019-10-31 13:40:02 -07:00
redis-master-controller.yaml Rename test/data directory to testdata 2019-10-31 13:40:02 -07:00
redis-master-service.yaml Rename test/data directory to testdata 2019-10-31 13:40:02 -07:00