mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Update PriorityClassName API doc
This commit is contained in:
parent
ace0e7a695
commit
9493f5fceb
@ -2568,9 +2568,10 @@ type PodSpec struct {
|
|||||||
// file if specified. This is only valid for non-hostNetwork pods.
|
// file if specified. This is only valid for non-hostNetwork pods.
|
||||||
// +optional
|
// +optional
|
||||||
HostAliases []HostAlias
|
HostAliases []HostAlias
|
||||||
// If specified, indicates the pod's priority. "SYSTEM" is a special keyword
|
// If specified, indicates the pod's priority. "system-node-critical" and
|
||||||
// which indicates the highest priority. Any other name must be defined by
|
// "system-cluster-critical" are two special keywords which indicate the
|
||||||
// creating a PriorityClass object with that name.
|
// highest priorities with the former being the highest priority. Any other
|
||||||
|
// name must be defined by creating a PriorityClass object with that name.
|
||||||
// If not specified, the pod priority will be default or zero if there is no
|
// If not specified, the pod priority will be default or zero if there is no
|
||||||
// default.
|
// default.
|
||||||
// +optional
|
// +optional
|
||||||
|
@ -2879,9 +2879,10 @@ type PodSpec struct {
|
|||||||
// +patchMergeKey=ip
|
// +patchMergeKey=ip
|
||||||
// +patchStrategy=merge
|
// +patchStrategy=merge
|
||||||
HostAliases []HostAlias `json:"hostAliases,omitempty" patchStrategy:"merge" patchMergeKey:"ip" protobuf:"bytes,23,rep,name=hostAliases"`
|
HostAliases []HostAlias `json:"hostAliases,omitempty" patchStrategy:"merge" patchMergeKey:"ip" protobuf:"bytes,23,rep,name=hostAliases"`
|
||||||
// If specified, indicates the pod's priority. "SYSTEM" is a special keyword
|
// If specified, indicates the pod's priority. "system-node-critical" and
|
||||||
// which indicates the highest priority. Any other name must be defined by
|
// "system-cluster-critical" are two special keywords which indicate the
|
||||||
// creating a PriorityClass object with that name.
|
// highest priorities with the former being the highest priority. Any other
|
||||||
|
// name must be defined by creating a PriorityClass object with that name.
|
||||||
// If not specified, the pod priority will be default or zero if there is no
|
// If not specified, the pod priority will be default or zero if there is no
|
||||||
// default.
|
// default.
|
||||||
// +optional
|
// +optional
|
||||||
|
Loading…
Reference in New Issue
Block a user