mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
typo list-type s/associative/map/
This commit is contained in:
parent
3d1b5d0e9a
commit
bbd2e6b48b
2541
api/openapi-spec/swagger.json
generated
2541
api/openapi-spec/swagger.json
generated
File diff suppressed because it is too large
Load Diff
@ -259,7 +259,7 @@ type NonResourcePolicyRule struct {
|
|||||||
// FlowSchemaStatus represents the current state of a FlowSchema.
|
// FlowSchemaStatus represents the current state of a FlowSchema.
|
||||||
type FlowSchemaStatus struct {
|
type FlowSchemaStatus struct {
|
||||||
// `conditions` is a list of the current states of FlowSchema.
|
// `conditions` is a list of the current states of FlowSchema.
|
||||||
// +listType=associative
|
// +listType=map
|
||||||
// +listMapKey=type
|
// +listMapKey=type
|
||||||
// +optional
|
// +optional
|
||||||
Conditions []FlowSchemaCondition
|
Conditions []FlowSchemaCondition
|
||||||
@ -404,7 +404,7 @@ type PriorityLevelConfigurationConditionType string
|
|||||||
// PriorityLevelConfigurationStatus represents the current state of a "request-priority".
|
// PriorityLevelConfigurationStatus represents the current state of a "request-priority".
|
||||||
type PriorityLevelConfigurationStatus struct {
|
type PriorityLevelConfigurationStatus struct {
|
||||||
// `conditions` is the current state of "request-priority".
|
// `conditions` is the current state of "request-priority".
|
||||||
// +listType=associative
|
// +listType=map
|
||||||
// +listMapKey=type
|
// +listMapKey=type
|
||||||
// +optional
|
// +optional
|
||||||
Conditions []PriorityLevelConfigurationCondition
|
Conditions []PriorityLevelConfigurationCondition
|
||||||
|
@ -118,7 +118,7 @@ message FlowSchemaSpec {
|
|||||||
// FlowSchemaStatus represents the current state of a FlowSchema.
|
// FlowSchemaStatus represents the current state of a FlowSchema.
|
||||||
message FlowSchemaStatus {
|
message FlowSchemaStatus {
|
||||||
// `conditions` is a list of the current states of FlowSchema.
|
// `conditions` is a list of the current states of FlowSchema.
|
||||||
// +listType=associative
|
// +listType=map
|
||||||
// +listMapKey=type
|
// +listMapKey=type
|
||||||
// +optional
|
// +optional
|
||||||
repeated FlowSchemaCondition conditions = 1;
|
repeated FlowSchemaCondition conditions = 1;
|
||||||
@ -262,7 +262,7 @@ message PriorityLevelConfigurationSpec {
|
|||||||
// PriorityLevelConfigurationStatus represents the current state of a "request-priority".
|
// PriorityLevelConfigurationStatus represents the current state of a "request-priority".
|
||||||
message PriorityLevelConfigurationStatus {
|
message PriorityLevelConfigurationStatus {
|
||||||
// `conditions` is the current state of "request-priority".
|
// `conditions` is the current state of "request-priority".
|
||||||
// +listType=associative
|
// +listType=map
|
||||||
// +listMapKey=type
|
// +listMapKey=type
|
||||||
// +optional
|
// +optional
|
||||||
repeated PriorityLevelConfigurationCondition conditions = 1;
|
repeated PriorityLevelConfigurationCondition conditions = 1;
|
||||||
|
@ -259,7 +259,7 @@ type NonResourcePolicyRule struct {
|
|||||||
// FlowSchemaStatus represents the current state of a FlowSchema.
|
// FlowSchemaStatus represents the current state of a FlowSchema.
|
||||||
type FlowSchemaStatus struct {
|
type FlowSchemaStatus struct {
|
||||||
// `conditions` is a list of the current states of FlowSchema.
|
// `conditions` is a list of the current states of FlowSchema.
|
||||||
// +listType=associative
|
// +listType=map
|
||||||
// +listMapKey=type
|
// +listMapKey=type
|
||||||
// +optional
|
// +optional
|
||||||
Conditions []FlowSchemaCondition `json:"conditions,omitempty" protobuf:"bytes,1,rep,name=conditions"`
|
Conditions []FlowSchemaCondition `json:"conditions,omitempty" protobuf:"bytes,1,rep,name=conditions"`
|
||||||
@ -404,7 +404,7 @@ type PriorityLevelConfigurationConditionType string
|
|||||||
// PriorityLevelConfigurationStatus represents the current state of a "request-priority".
|
// PriorityLevelConfigurationStatus represents the current state of a "request-priority".
|
||||||
type PriorityLevelConfigurationStatus struct {
|
type PriorityLevelConfigurationStatus struct {
|
||||||
// `conditions` is the current state of "request-priority".
|
// `conditions` is the current state of "request-priority".
|
||||||
// +listType=associative
|
// +listType=map
|
||||||
// +listMapKey=type
|
// +listMapKey=type
|
||||||
// +optional
|
// +optional
|
||||||
Conditions []PriorityLevelConfigurationCondition `json:"conditions,omitempty" protobuf:"bytes,1,rep,name=conditions"`
|
Conditions []PriorityLevelConfigurationCondition `json:"conditions,omitempty" protobuf:"bytes,1,rep,name=conditions"`
|
||||||
|
Loading…
Reference in New Issue
Block a user