Skip to content

Commit 3ebb8dd

Browse files
author
Eric Ernst
committed
runtime-class: update type description to indicate beta
Signed-off-by: Eric Ernst <[email protected]>
1 parent bd12b01 commit 3ebb8dd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

api/openapi-spec/swagger.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/core/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,7 @@ type PodSpec struct {
26722672
// If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an
26732673
// empty definition that uses the default runtime handler.
26742674
// More info: https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md
2675-
// This is an alpha feature and may change in the future.
2675+
// This is a beta feature as of Kubernetes v1.14.
26762676
// +optional
26772677
RuntimeClassName *string
26782678
// EnableServiceLinks indicates whether information about services should be injected into pod's

staging/src/k8s.io/api/core/v1/generated.proto

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/core/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2965,7 +2965,7 @@ type PodSpec struct {
29652965
// If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an
29662966
// empty definition that uses the default runtime handler.
29672967
// More info: https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md
2968-
// This is an alpha feature and may change in the future.
2968+
// This is a beta feature as of Kubernetes v1.14.
29692969
// +optional
29702970
RuntimeClassName *string `json:"runtimeClassName,omitempty" protobuf:"bytes,29,opt,name=runtimeClassName"`
29712971
// EnableServiceLinks indicates whether information about services should be injected into pod's

staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)