mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Added generated Docs for scheduling v1, v1beta1 and v1alpha1
Signed-off-by: Chirayu Kapoor <dev.csociety@gmail.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								api/openapi-spec/swagger.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								api/openapi-spec/swagger.json
									
									
									
										generated
									
									
									
								
							@@ -13347,11 +13347,11 @@
 | 
				
			|||||||
          "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
 | 
					          "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "preemptionPolicy": {
 | 
					        "preemptionPolicy": {
 | 
				
			||||||
          "description": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
					          "description": "preemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
				
			||||||
          "type": "string"
 | 
					          "type": "string"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "value": {
 | 
					        "value": {
 | 
				
			||||||
          "description": "The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
					          "description": "value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
				
			||||||
          "format": "int32",
 | 
					          "format": "int32",
 | 
				
			||||||
          "type": "integer"
 | 
					          "type": "integer"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,12 +30,12 @@
 | 
				
			|||||||
            "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
 | 
					            "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "preemptionPolicy": {
 | 
					          "preemptionPolicy": {
 | 
				
			||||||
            "description": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
					            "description": "preemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
				
			||||||
            "type": "string"
 | 
					            "type": "string"
 | 
				
			||||||
          },
 | 
					          },
 | 
				
			||||||
          "value": {
 | 
					          "value": {
 | 
				
			||||||
            "default": 0,
 | 
					            "default": 0,
 | 
				
			||||||
            "description": "The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
					            "description": "value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
				
			||||||
            "format": "int32",
 | 
					            "format": "int32",
 | 
				
			||||||
            "type": "integer"
 | 
					            "type": "integer"
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										12
									
								
								pkg/generated/openapi/zz_generated.openapi.go
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										12
									
								
								pkg/generated/openapi/zz_generated.openapi.go
									
									
									
										generated
									
									
									
								
							@@ -42259,7 +42259,7 @@ func schema_k8sio_api_scheduling_v1_PriorityClass(ref common.ReferenceCallback)
 | 
				
			|||||||
					},
 | 
										},
 | 
				
			||||||
					"value": {
 | 
										"value": {
 | 
				
			||||||
						SchemaProps: spec.SchemaProps{
 | 
											SchemaProps: spec.SchemaProps{
 | 
				
			||||||
							Description: "The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
												Description: "value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
				
			||||||
							Default:     0,
 | 
												Default:     0,
 | 
				
			||||||
							Type:        []string{"integer"},
 | 
												Type:        []string{"integer"},
 | 
				
			||||||
							Format:      "int32",
 | 
												Format:      "int32",
 | 
				
			||||||
@@ -42281,7 +42281,7 @@ func schema_k8sio_api_scheduling_v1_PriorityClass(ref common.ReferenceCallback)
 | 
				
			|||||||
					},
 | 
										},
 | 
				
			||||||
					"preemptionPolicy": {
 | 
										"preemptionPolicy": {
 | 
				
			||||||
						SchemaProps: spec.SchemaProps{
 | 
											SchemaProps: spec.SchemaProps{
 | 
				
			||||||
							Description: "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
												Description: "preemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
				
			||||||
							Type:        []string{"string"},
 | 
												Type:        []string{"string"},
 | 
				
			||||||
							Format:      "",
 | 
												Format:      "",
 | 
				
			||||||
						},
 | 
											},
 | 
				
			||||||
@@ -42376,7 +42376,7 @@ func schema_k8sio_api_scheduling_v1alpha1_PriorityClass(ref common.ReferenceCall
 | 
				
			|||||||
					},
 | 
										},
 | 
				
			||||||
					"value": {
 | 
										"value": {
 | 
				
			||||||
						SchemaProps: spec.SchemaProps{
 | 
											SchemaProps: spec.SchemaProps{
 | 
				
			||||||
							Description: "The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
												Description: "value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
				
			||||||
							Default:     0,
 | 
												Default:     0,
 | 
				
			||||||
							Type:        []string{"integer"},
 | 
												Type:        []string{"integer"},
 | 
				
			||||||
							Format:      "int32",
 | 
												Format:      "int32",
 | 
				
			||||||
@@ -42398,7 +42398,7 @@ func schema_k8sio_api_scheduling_v1alpha1_PriorityClass(ref common.ReferenceCall
 | 
				
			|||||||
					},
 | 
										},
 | 
				
			||||||
					"preemptionPolicy": {
 | 
										"preemptionPolicy": {
 | 
				
			||||||
						SchemaProps: spec.SchemaProps{
 | 
											SchemaProps: spec.SchemaProps{
 | 
				
			||||||
							Description: "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
												Description: "preemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
				
			||||||
							Type:        []string{"string"},
 | 
												Type:        []string{"string"},
 | 
				
			||||||
							Format:      "",
 | 
												Format:      "",
 | 
				
			||||||
						},
 | 
											},
 | 
				
			||||||
@@ -42493,7 +42493,7 @@ func schema_k8sio_api_scheduling_v1beta1_PriorityClass(ref common.ReferenceCallb
 | 
				
			|||||||
					},
 | 
										},
 | 
				
			||||||
					"value": {
 | 
										"value": {
 | 
				
			||||||
						SchemaProps: spec.SchemaProps{
 | 
											SchemaProps: spec.SchemaProps{
 | 
				
			||||||
							Description: "The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
												Description: "value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
				
			||||||
							Default:     0,
 | 
												Default:     0,
 | 
				
			||||||
							Type:        []string{"integer"},
 | 
												Type:        []string{"integer"},
 | 
				
			||||||
							Format:      "int32",
 | 
												Format:      "int32",
 | 
				
			||||||
@@ -42515,7 +42515,7 @@ func schema_k8sio_api_scheduling_v1beta1_PriorityClass(ref common.ReferenceCallb
 | 
				
			|||||||
					},
 | 
										},
 | 
				
			||||||
					"preemptionPolicy": {
 | 
										"preemptionPolicy": {
 | 
				
			||||||
						SchemaProps: spec.SchemaProps{
 | 
											SchemaProps: spec.SchemaProps{
 | 
				
			||||||
							Description: "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
												Description: "preemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
				
			||||||
							Type:        []string{"string"},
 | 
												Type:        []string{"string"},
 | 
				
			||||||
							Format:      "",
 | 
												Format:      "",
 | 
				
			||||||
						},
 | 
											},
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -37,7 +37,7 @@ message PriorityClass {
 | 
				
			|||||||
  // +optional
 | 
					  // +optional
 | 
				
			||||||
  optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
 | 
					  optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // The value of this priority class. This is the actual priority that pods
 | 
					  // value represents the integer value of this priority class. This is the actual priority that pods
 | 
				
			||||||
  // receive when they have the name of this class in their pod spec.
 | 
					  // receive when they have the name of this class in their pod spec.
 | 
				
			||||||
  optional int32 value = 2;
 | 
					  optional int32 value = 2;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -54,7 +54,7 @@ message PriorityClass {
 | 
				
			|||||||
  // +optional
 | 
					  // +optional
 | 
				
			||||||
  optional string description = 4;
 | 
					  optional string description = 4;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // PreemptionPolicy is the Policy for preempting pods with lower priority.
 | 
					  // preemptionPolicy is the Policy for preempting pods with lower priority.
 | 
				
			||||||
  // One of Never, PreemptLowerPriority.
 | 
					  // One of Never, PreemptLowerPriority.
 | 
				
			||||||
  // Defaults to PreemptLowerPriority if unset.
 | 
					  // Defaults to PreemptLowerPriority if unset.
 | 
				
			||||||
  // +optional
 | 
					  // +optional
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,10 +30,10 @@ package v1
 | 
				
			|||||||
var map_PriorityClass = map[string]string{
 | 
					var map_PriorityClass = map[string]string{
 | 
				
			||||||
	"":                 "PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.",
 | 
						"":                 "PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.",
 | 
				
			||||||
	"metadata":         "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
 | 
						"metadata":         "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
 | 
				
			||||||
	"value":            "The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
						"value":            "value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
				
			||||||
	"globalDefault":    "globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.",
 | 
						"globalDefault":    "globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.",
 | 
				
			||||||
	"description":      "description is an arbitrary string that usually provides guidelines on when this priority class should be used.",
 | 
						"description":      "description is an arbitrary string that usually provides guidelines on when this priority class should be used.",
 | 
				
			||||||
	"preemptionPolicy": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
						"preemptionPolicy": "preemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func (PriorityClass) SwaggerDoc() map[string]string {
 | 
					func (PriorityClass) SwaggerDoc() map[string]string {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -38,7 +38,7 @@ message PriorityClass {
 | 
				
			|||||||
  // +optional
 | 
					  // +optional
 | 
				
			||||||
  optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
 | 
					  optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // The value of this priority class. This is the actual priority that pods
 | 
					  // value represents the integer value of this priority class. This is the actual priority that pods
 | 
				
			||||||
  // receive when they have the name of this class in their pod spec.
 | 
					  // receive when they have the name of this class in their pod spec.
 | 
				
			||||||
  optional int32 value = 2;
 | 
					  optional int32 value = 2;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -55,7 +55,7 @@ message PriorityClass {
 | 
				
			|||||||
  // +optional
 | 
					  // +optional
 | 
				
			||||||
  optional string description = 4;
 | 
					  optional string description = 4;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // PreemptionPolicy is the Policy for preempting pods with lower priority.
 | 
					  // preemptionPolicy is the Policy for preempting pods with lower priority.
 | 
				
			||||||
  // One of Never, PreemptLowerPriority.
 | 
					  // One of Never, PreemptLowerPriority.
 | 
				
			||||||
  // Defaults to PreemptLowerPriority if unset.
 | 
					  // Defaults to PreemptLowerPriority if unset.
 | 
				
			||||||
  // +optional
 | 
					  // +optional
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,10 +30,10 @@ package v1alpha1
 | 
				
			|||||||
var map_PriorityClass = map[string]string{
 | 
					var map_PriorityClass = map[string]string{
 | 
				
			||||||
	"":                 "DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.",
 | 
						"":                 "DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.",
 | 
				
			||||||
	"metadata":         "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
 | 
						"metadata":         "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
 | 
				
			||||||
	"value":            "The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
						"value":            "value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
				
			||||||
	"globalDefault":    "globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.",
 | 
						"globalDefault":    "globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.",
 | 
				
			||||||
	"description":      "description is an arbitrary string that usually provides guidelines on when this priority class should be used.",
 | 
						"description":      "description is an arbitrary string that usually provides guidelines on when this priority class should be used.",
 | 
				
			||||||
	"preemptionPolicy": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
						"preemptionPolicy": "preemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func (PriorityClass) SwaggerDoc() map[string]string {
 | 
					func (PriorityClass) SwaggerDoc() map[string]string {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -38,7 +38,7 @@ message PriorityClass {
 | 
				
			|||||||
  // +optional
 | 
					  // +optional
 | 
				
			||||||
  optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
 | 
					  optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // The value of this priority class. This is the actual priority that pods
 | 
					  // value represents the integer value of this priority class. This is the actual priority that pods
 | 
				
			||||||
  // receive when they have the name of this class in their pod spec.
 | 
					  // receive when they have the name of this class in their pod spec.
 | 
				
			||||||
  optional int32 value = 2;
 | 
					  optional int32 value = 2;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -55,7 +55,7 @@ message PriorityClass {
 | 
				
			|||||||
  // +optional
 | 
					  // +optional
 | 
				
			||||||
  optional string description = 4;
 | 
					  optional string description = 4;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // PreemptionPolicy is the Policy for preempting pods with lower priority.
 | 
					  // preemptionPolicy is the Policy for preempting pods with lower priority.
 | 
				
			||||||
  // One of Never, PreemptLowerPriority.
 | 
					  // One of Never, PreemptLowerPriority.
 | 
				
			||||||
  // Defaults to PreemptLowerPriority if unset.
 | 
					  // Defaults to PreemptLowerPriority if unset.
 | 
				
			||||||
  // +optional
 | 
					  // +optional
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,10 +30,10 @@ package v1beta1
 | 
				
			|||||||
var map_PriorityClass = map[string]string{
 | 
					var map_PriorityClass = map[string]string{
 | 
				
			||||||
	"":                 "DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.",
 | 
						"":                 "DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.",
 | 
				
			||||||
	"metadata":         "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
 | 
						"metadata":         "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
 | 
				
			||||||
	"value":            "The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
						"value":            "value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.",
 | 
				
			||||||
	"globalDefault":    "globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.",
 | 
						"globalDefault":    "globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority.",
 | 
				
			||||||
	"description":      "description is an arbitrary string that usually provides guidelines on when this priority class should be used.",
 | 
						"description":      "description is an arbitrary string that usually provides guidelines on when this priority class should be used.",
 | 
				
			||||||
	"preemptionPolicy": "PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
						"preemptionPolicy": "preemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.",
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func (PriorityClass) SwaggerDoc() map[string]string {
 | 
					func (PriorityClass) SwaggerDoc() map[string]string {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user