Merge pull request #116556 from pohly/dra-podschedulingcontext

dra: PodScheduling -> PodSchedulingContext
This commit is contained in:
Kubernetes Prow Robot
2023-03-14 15:14:34 -07:00
committed by GitHub
54 changed files with 1840 additions and 1832 deletions

View File

@@ -13035,8 +13035,8 @@
},
"type": "object"
},
"io.k8s.api.resource.v1alpha2.PodScheduling": {
"description": "PodScheduling objects hold information that is needed to schedule a Pod with ResourceClaims that use \"WaitForFirstConsumer\" allocation mode.\n\nThis is an alpha type and requires enabling the DynamicResourceAllocation feature gate.",
"io.k8s.api.resource.v1alpha2.PodSchedulingContext": {
"description": "PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use \"WaitForFirstConsumer\" allocation mode.\n\nThis is an alpha type and requires enabling the DynamicResourceAllocation feature gate.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
@@ -13051,11 +13051,11 @@
"description": "Standard object metadata"
},
"spec": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingSpec",
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextSpec",
"description": "Spec describes where resources for the Pod are needed."
},
"status": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingStatus",
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextStatus",
"description": "Status describes where resources for the Pod can be allocated."
}
},
@@ -13066,22 +13066,22 @@
"x-kubernetes-group-version-kind": [
{
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
]
},
"io.k8s.api.resource.v1alpha2.PodSchedulingList": {
"description": "PodSchedulingList is a collection of Pod scheduling objects.",
"io.k8s.api.resource.v1alpha2.PodSchedulingContextList": {
"description": "PodSchedulingContextList is a collection of Pod scheduling objects.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"items": {
"description": "Items is the list of PodScheduling objects.",
"description": "Items is the list of PodSchedulingContext objects.",
"items": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
},
"type": "array"
},
@@ -13101,13 +13101,13 @@
"x-kubernetes-group-version-kind": [
{
"group": "resource.k8s.io",
"kind": "PodSchedulingList",
"kind": "PodSchedulingContextList",
"version": "v1alpha2"
}
]
},
"io.k8s.api.resource.v1alpha2.PodSchedulingSpec": {
"description": "PodSchedulingSpec describes where resources for the Pod are needed.",
"io.k8s.api.resource.v1alpha2.PodSchedulingContextSpec": {
"description": "PodSchedulingContextSpec describes where resources for the Pod are needed.",
"properties": {
"potentialNodes": {
"description": "PotentialNodes lists nodes where the Pod might be able to run.\n\nThe size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.",
@@ -13124,8 +13124,8 @@
},
"type": "object"
},
"io.k8s.api.resource.v1alpha2.PodSchedulingStatus": {
"description": "PodSchedulingStatus describes where resources for the Pod can be allocated.",
"io.k8s.api.resource.v1alpha2.PodSchedulingContextStatus": {
"description": "PodSchedulingContextStatus describes where resources for the Pod can be allocated.",
"properties": {
"resourceClaims": {
"description": "ResourceClaims describes resource availability for each pod.spec.resourceClaim entry where the corresponding ResourceClaim uses \"WaitForFirstConsumer\" allocation mode.",
@@ -78180,13 +78180,13 @@
]
}
},
"/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulings": {
"/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts": {
"delete": {
"consumes": [
"*/*"
],
"description": "delete collection of PodScheduling",
"operationId": "deleteResourceV1alpha2CollectionNamespacedPodScheduling",
"description": "delete collection of PodSchedulingContext",
"operationId": "deleteResourceV1alpha2CollectionNamespacedPodSchedulingContext",
"parameters": [
{
"in": "body",
@@ -78305,7 +78305,7 @@
"x-kubernetes-action": "deletecollection",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
@@ -78313,8 +78313,8 @@
"consumes": [
"*/*"
],
"description": "list or watch objects of kind PodScheduling",
"operationId": "listResourceV1alpha2NamespacedPodScheduling",
"description": "list or watch objects of kind PodSchedulingContext",
"operationId": "listResourceV1alpha2NamespacedPodSchedulingContext",
"parameters": [
{
"description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.",
@@ -78398,7 +78398,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingList"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextList"
}
},
"401": {
@@ -78414,7 +78414,7 @@
"x-kubernetes-action": "list",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
@@ -78439,15 +78439,15 @@
"consumes": [
"*/*"
],
"description": "create a PodScheduling",
"operationId": "createResourceV1alpha2NamespacedPodScheduling",
"description": "create a PodSchedulingContext",
"operationId": "createResourceV1alpha2NamespacedPodSchedulingContext",
"parameters": [
{
"in": "body",
"name": "body",
"required": true,
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
{
@@ -78481,19 +78481,19 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"202": {
"description": "Accepted",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"401": {
@@ -78509,18 +78509,18 @@
"x-kubernetes-action": "post",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
}
},
"/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulings/{name}": {
"/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}": {
"delete": {
"consumes": [
"*/*"
],
"description": "delete a PodScheduling",
"operationId": "deleteResourceV1alpha2NamespacedPodScheduling",
"description": "delete a PodSchedulingContext",
"operationId": "deleteResourceV1alpha2NamespacedPodSchedulingContext",
"parameters": [
{
"in": "body",
@@ -78567,13 +78567,13 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"202": {
"description": "Accepted",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"401": {
@@ -78589,7 +78589,7 @@
"x-kubernetes-action": "delete",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
@@ -78597,8 +78597,8 @@
"consumes": [
"*/*"
],
"description": "read the specified PodScheduling",
"operationId": "readResourceV1alpha2NamespacedPodScheduling",
"description": "read the specified PodSchedulingContext",
"operationId": "readResourceV1alpha2NamespacedPodSchedulingContext",
"produces": [
"application/json",
"application/yaml",
@@ -78608,7 +78608,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"401": {
@@ -78624,13 +78624,13 @@
"x-kubernetes-action": "get",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
"parameters": [
{
"description": "name of the PodScheduling",
"description": "name of the PodSchedulingContext",
"in": "path",
"name": "name",
"required": true,
@@ -78660,8 +78660,8 @@
"application/strategic-merge-patch+json",
"application/apply-patch+yaml"
],
"description": "partially update the specified PodScheduling",
"operationId": "patchResourceV1alpha2NamespacedPodScheduling",
"description": "partially update the specified PodSchedulingContext",
"operationId": "patchResourceV1alpha2NamespacedPodSchedulingContext",
"parameters": [
{
"in": "body",
@@ -78709,13 +78709,13 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"401": {
@@ -78731,7 +78731,7 @@
"x-kubernetes-action": "patch",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
@@ -78739,15 +78739,15 @@
"consumes": [
"*/*"
],
"description": "replace the specified PodScheduling",
"operationId": "replaceResourceV1alpha2NamespacedPodScheduling",
"description": "replace the specified PodSchedulingContext",
"operationId": "replaceResourceV1alpha2NamespacedPodSchedulingContext",
"parameters": [
{
"in": "body",
"name": "body",
"required": true,
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
{
@@ -78781,13 +78781,13 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"401": {
@@ -78803,18 +78803,18 @@
"x-kubernetes-action": "put",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
}
},
"/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulings/{name}/status": {
"/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}/status": {
"get": {
"consumes": [
"*/*"
],
"description": "read status of the specified PodScheduling",
"operationId": "readResourceV1alpha2NamespacedPodSchedulingStatus",
"description": "read status of the specified PodSchedulingContext",
"operationId": "readResourceV1alpha2NamespacedPodSchedulingContextStatus",
"produces": [
"application/json",
"application/yaml",
@@ -78824,7 +78824,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"401": {
@@ -78840,13 +78840,13 @@
"x-kubernetes-action": "get",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
"parameters": [
{
"description": "name of the PodScheduling",
"description": "name of the PodSchedulingContext",
"in": "path",
"name": "name",
"required": true,
@@ -78876,8 +78876,8 @@
"application/strategic-merge-patch+json",
"application/apply-patch+yaml"
],
"description": "partially update status of the specified PodScheduling",
"operationId": "patchResourceV1alpha2NamespacedPodSchedulingStatus",
"description": "partially update status of the specified PodSchedulingContext",
"operationId": "patchResourceV1alpha2NamespacedPodSchedulingContextStatus",
"parameters": [
{
"in": "body",
@@ -78925,13 +78925,13 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"401": {
@@ -78947,7 +78947,7 @@
"x-kubernetes-action": "patch",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
@@ -78955,15 +78955,15 @@
"consumes": [
"*/*"
],
"description": "replace status of the specified PodScheduling",
"operationId": "replaceResourceV1alpha2NamespacedPodSchedulingStatus",
"description": "replace status of the specified PodSchedulingContext",
"operationId": "replaceResourceV1alpha2NamespacedPodSchedulingContextStatus",
"parameters": [
{
"in": "body",
"name": "body",
"required": true,
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
{
@@ -78997,13 +78997,13 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"201": {
"description": "Created",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"401": {
@@ -79019,7 +79019,7 @@
"x-kubernetes-action": "put",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
}
@@ -80496,13 +80496,13 @@
}
}
},
"/apis/resource.k8s.io/v1alpha2/podschedulings": {
"/apis/resource.k8s.io/v1alpha2/podschedulingcontexts": {
"get": {
"consumes": [
"*/*"
],
"description": "list or watch objects of kind PodScheduling",
"operationId": "listResourceV1alpha2PodSchedulingForAllNamespaces",
"description": "list or watch objects of kind PodSchedulingContext",
"operationId": "listResourceV1alpha2PodSchedulingContextForAllNamespaces",
"produces": [
"application/json",
"application/yaml",
@@ -80514,7 +80514,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingList"
"$ref": "#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextList"
}
},
"401": {
@@ -80530,7 +80530,7 @@
"x-kubernetes-action": "list",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
@@ -81462,13 +81462,13 @@
}
}
},
"/apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/podschedulings": {
"/apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/podschedulingcontexts": {
"get": {
"consumes": [
"*/*"
],
"description": "watch individual changes to a list of PodScheduling. deprecated: use the 'watch' parameter with a list operation instead.",
"operationId": "watchResourceV1alpha2NamespacedPodSchedulingList",
"description": "watch individual changes to a list of PodSchedulingContext. deprecated: use the 'watch' parameter with a list operation instead.",
"operationId": "watchResourceV1alpha2NamespacedPodSchedulingContextList",
"produces": [
"application/json",
"application/yaml",
@@ -81496,7 +81496,7 @@
"x-kubernetes-action": "watchlist",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
@@ -81588,13 +81588,13 @@
}
]
},
"/apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/podschedulings/{name}": {
"/apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/podschedulingcontexts/{name}": {
"get": {
"consumes": [
"*/*"
],
"description": "watch changes to an object of kind PodScheduling. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"operationId": "watchResourceV1alpha2NamespacedPodScheduling",
"description": "watch changes to an object of kind PodSchedulingContext. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"operationId": "watchResourceV1alpha2NamespacedPodSchedulingContext",
"produces": [
"application/json",
"application/yaml",
@@ -81622,7 +81622,7 @@
"x-kubernetes-action": "watch",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
@@ -81663,7 +81663,7 @@
"uniqueItems": true
},
{
"description": "name of the PodScheduling",
"description": "name of the PodSchedulingContext",
"in": "path",
"name": "name",
"required": true,
@@ -82242,13 +82242,13 @@
}
]
},
"/apis/resource.k8s.io/v1alpha2/watch/podschedulings": {
"/apis/resource.k8s.io/v1alpha2/watch/podschedulingcontexts": {
"get": {
"consumes": [
"*/*"
],
"description": "watch individual changes to a list of PodScheduling. deprecated: use the 'watch' parameter with a list operation instead.",
"operationId": "watchResourceV1alpha2PodSchedulingListForAllNamespaces",
"description": "watch individual changes to a list of PodSchedulingContext. deprecated: use the 'watch' parameter with a list operation instead.",
"operationId": "watchResourceV1alpha2PodSchedulingContextListForAllNamespaces",
"produces": [
"application/json",
"application/yaml",
@@ -82276,7 +82276,7 @@
"x-kubernetes-action": "watchlist",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},

View File

@@ -104,8 +104,8 @@
},
"type": "object"
},
"io.k8s.api.resource.v1alpha2.PodScheduling": {
"description": "PodScheduling objects hold information that is needed to schedule a Pod with ResourceClaims that use \"WaitForFirstConsumer\" allocation mode.\n\nThis is an alpha type and requires enabling the DynamicResourceAllocation feature gate.",
"io.k8s.api.resource.v1alpha2.PodSchedulingContext": {
"description": "PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use \"WaitForFirstConsumer\" allocation mode.\n\nThis is an alpha type and requires enabling the DynamicResourceAllocation feature gate.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
@@ -127,7 +127,7 @@
"spec": {
"allOf": [
{
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingSpec"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContextSpec"
}
],
"default": {},
@@ -136,7 +136,7 @@
"status": {
"allOf": [
{
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingStatus"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContextStatus"
}
],
"default": {},
@@ -150,24 +150,24 @@
"x-kubernetes-group-version-kind": [
{
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
]
},
"io.k8s.api.resource.v1alpha2.PodSchedulingList": {
"description": "PodSchedulingList is a collection of Pod scheduling objects.",
"io.k8s.api.resource.v1alpha2.PodSchedulingContextList": {
"description": "PodSchedulingContextList is a collection of Pod scheduling objects.",
"properties": {
"apiVersion": {
"description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
"type": "string"
},
"items": {
"description": "Items is the list of PodScheduling objects.",
"description": "Items is the list of PodSchedulingContext objects.",
"items": {
"allOf": [
{
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
],
"default": {}
@@ -195,13 +195,13 @@
"x-kubernetes-group-version-kind": [
{
"group": "resource.k8s.io",
"kind": "PodSchedulingList",
"kind": "PodSchedulingContextList",
"version": "v1alpha2"
}
]
},
"io.k8s.api.resource.v1alpha2.PodSchedulingSpec": {
"description": "PodSchedulingSpec describes where resources for the Pod are needed.",
"io.k8s.api.resource.v1alpha2.PodSchedulingContextSpec": {
"description": "PodSchedulingContextSpec describes where resources for the Pod are needed.",
"properties": {
"potentialNodes": {
"description": "PotentialNodes lists nodes where the Pod might be able to run.\n\nThe size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.",
@@ -219,8 +219,8 @@
},
"type": "object"
},
"io.k8s.api.resource.v1alpha2.PodSchedulingStatus": {
"description": "PodSchedulingStatus describes where resources for the Pod can be allocated.",
"io.k8s.api.resource.v1alpha2.PodSchedulingContextStatus": {
"description": "PodSchedulingContextStatus describes where resources for the Pod can be allocated.",
"properties": {
"resourceClaims": {
"description": "ResourceClaims describes resource availability for each pod.spec.resourceClaim entry where the corresponding ResourceClaim uses \"WaitForFirstConsumer\" allocation mode.",
@@ -1878,10 +1878,10 @@
]
}
},
"/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulings": {
"/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts": {
"delete": {
"description": "delete collection of PodScheduling",
"operationId": "deleteResourceV1alpha2CollectionNamespacedPodScheduling",
"description": "delete collection of PodSchedulingContext",
"operationId": "deleteResourceV1alpha2CollectionNamespacedPodSchedulingContext",
"parameters": [
{
"description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.",
@@ -2032,13 +2032,13 @@
"x-kubernetes-action": "deletecollection",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
"get": {
"description": "list or watch objects of kind PodScheduling",
"operationId": "listResourceV1alpha2NamespacedPodScheduling",
"description": "list or watch objects of kind PodSchedulingContext",
"operationId": "listResourceV1alpha2NamespacedPodSchedulingContext",
"parameters": [
{
"description": "allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.",
@@ -2136,27 +2136,27 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingList"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContextList"
}
},
"application/json;stream=watch": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingList"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContextList"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingList"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContextList"
}
},
"application/vnd.kubernetes.protobuf;stream=watch": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingList"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContextList"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingList"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContextList"
}
}
},
@@ -2172,7 +2172,7 @@
"x-kubernetes-action": "list",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
@@ -2198,8 +2198,8 @@
}
],
"post": {
"description": "create a PodScheduling",
"operationId": "createResourceV1alpha2NamespacedPodScheduling",
"description": "create a PodSchedulingContext",
"operationId": "createResourceV1alpha2NamespacedPodSchedulingContext",
"parameters": [
{
"description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
@@ -2233,7 +2233,7 @@
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
}
@@ -2243,17 +2243,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2263,17 +2263,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2283,17 +2283,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2309,15 +2309,15 @@
"x-kubernetes-action": "post",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
}
},
"/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulings/{name}": {
"/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}": {
"delete": {
"description": "delete a PodScheduling",
"operationId": "deleteResourceV1alpha2NamespacedPodScheduling",
"description": "delete a PodSchedulingContext",
"operationId": "deleteResourceV1alpha2NamespacedPodSchedulingContext",
"parameters": [
{
"description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
@@ -2370,17 +2370,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2390,17 +2390,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2416,29 +2416,29 @@
"x-kubernetes-action": "delete",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
"get": {
"description": "read the specified PodScheduling",
"operationId": "readResourceV1alpha2NamespacedPodScheduling",
"description": "read the specified PodSchedulingContext",
"operationId": "readResourceV1alpha2NamespacedPodSchedulingContext",
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2454,13 +2454,13 @@
"x-kubernetes-action": "get",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
"parameters": [
{
"description": "name of the PodScheduling",
"description": "name of the PodSchedulingContext",
"in": "path",
"name": "name",
"required": true,
@@ -2490,8 +2490,8 @@
}
],
"patch": {
"description": "partially update the specified PodScheduling",
"operationId": "patchResourceV1alpha2NamespacedPodScheduling",
"description": "partially update the specified PodSchedulingContext",
"operationId": "patchResourceV1alpha2NamespacedPodSchedulingContext",
"parameters": [
{
"description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
@@ -2559,17 +2559,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2579,17 +2579,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2605,13 +2605,13 @@
"x-kubernetes-action": "patch",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
"put": {
"description": "replace the specified PodScheduling",
"operationId": "replaceResourceV1alpha2NamespacedPodScheduling",
"description": "replace the specified PodSchedulingContext",
"operationId": "replaceResourceV1alpha2NamespacedPodSchedulingContext",
"parameters": [
{
"description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
@@ -2645,7 +2645,7 @@
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
}
@@ -2655,17 +2655,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2675,17 +2675,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2701,31 +2701,31 @@
"x-kubernetes-action": "put",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
}
},
"/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulings/{name}/status": {
"/apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}/status": {
"get": {
"description": "read status of the specified PodScheduling",
"operationId": "readResourceV1alpha2NamespacedPodSchedulingStatus",
"description": "read status of the specified PodSchedulingContext",
"operationId": "readResourceV1alpha2NamespacedPodSchedulingContextStatus",
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2741,13 +2741,13 @@
"x-kubernetes-action": "get",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
"parameters": [
{
"description": "name of the PodScheduling",
"description": "name of the PodSchedulingContext",
"in": "path",
"name": "name",
"required": true,
@@ -2777,8 +2777,8 @@
}
],
"patch": {
"description": "partially update status of the specified PodScheduling",
"operationId": "patchResourceV1alpha2NamespacedPodSchedulingStatus",
"description": "partially update status of the specified PodSchedulingContext",
"operationId": "patchResourceV1alpha2NamespacedPodSchedulingContextStatus",
"parameters": [
{
"description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
@@ -2846,17 +2846,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2866,17 +2866,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2892,13 +2892,13 @@
"x-kubernetes-action": "patch",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
"put": {
"description": "replace status of the specified PodScheduling",
"operationId": "replaceResourceV1alpha2NamespacedPodSchedulingStatus",
"description": "replace status of the specified PodSchedulingContext",
"operationId": "replaceResourceV1alpha2NamespacedPodSchedulingContextStatus",
"parameters": [
{
"description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed",
@@ -2932,7 +2932,7 @@
"content": {
"*/*": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
}
@@ -2942,17 +2942,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2962,17 +2962,17 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodScheduling"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContext"
}
}
},
@@ -2988,7 +2988,7 @@
"x-kubernetes-action": "put",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
}
@@ -4936,36 +4936,36 @@
}
}
},
"/apis/resource.k8s.io/v1alpha2/podschedulings": {
"/apis/resource.k8s.io/v1alpha2/podschedulingcontexts": {
"get": {
"description": "list or watch objects of kind PodScheduling",
"operationId": "listResourceV1alpha2PodSchedulingForAllNamespaces",
"description": "list or watch objects of kind PodSchedulingContext",
"operationId": "listResourceV1alpha2PodSchedulingContextForAllNamespaces",
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingList"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContextList"
}
},
"application/json;stream=watch": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingList"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContextList"
}
},
"application/vnd.kubernetes.protobuf": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingList"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContextList"
}
},
"application/vnd.kubernetes.protobuf;stream=watch": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingList"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContextList"
}
},
"application/yaml": {
"schema": {
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingList"
"$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.PodSchedulingContextList"
}
}
},
@@ -4981,7 +4981,7 @@
"x-kubernetes-action": "list",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
@@ -6197,10 +6197,10 @@
}
}
},
"/apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/podschedulings": {
"/apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/podschedulingcontexts": {
"get": {
"description": "watch individual changes to a list of PodScheduling. deprecated: use the 'watch' parameter with a list operation instead.",
"operationId": "watchResourceV1alpha2NamespacedPodSchedulingList",
"description": "watch individual changes to a list of PodSchedulingContext. deprecated: use the 'watch' parameter with a list operation instead.",
"operationId": "watchResourceV1alpha2NamespacedPodSchedulingContextList",
"responses": {
"200": {
"content": {
@@ -6242,7 +6242,7 @@
"x-kubernetes-action": "watchlist",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
@@ -6358,10 +6358,10 @@
}
]
},
"/apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/podschedulings/{name}": {
"/apis/resource.k8s.io/v1alpha2/watch/namespaces/{namespace}/podschedulingcontexts/{name}": {
"get": {
"description": "watch changes to an object of kind PodScheduling. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"operationId": "watchResourceV1alpha2NamespacedPodScheduling",
"description": "watch changes to an object of kind PodSchedulingContext. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.",
"operationId": "watchResourceV1alpha2NamespacedPodSchedulingContext",
"responses": {
"200": {
"content": {
@@ -6403,7 +6403,7 @@
"x-kubernetes-action": "watch",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},
@@ -6454,7 +6454,7 @@
}
},
{
"description": "name of the PodScheduling",
"description": "name of the PodSchedulingContext",
"in": "path",
"name": "name",
"required": true,
@@ -7193,10 +7193,10 @@
}
]
},
"/apis/resource.k8s.io/v1alpha2/watch/podschedulings": {
"/apis/resource.k8s.io/v1alpha2/watch/podschedulingcontexts": {
"get": {
"description": "watch individual changes to a list of PodScheduling. deprecated: use the 'watch' parameter with a list operation instead.",
"operationId": "watchResourceV1alpha2PodSchedulingListForAllNamespaces",
"description": "watch individual changes to a list of PodSchedulingContext. deprecated: use the 'watch' parameter with a list operation instead.",
"operationId": "watchResourceV1alpha2PodSchedulingContextListForAllNamespaces",
"responses": {
"200": {
"content": {
@@ -7238,7 +7238,7 @@
"x-kubernetes-action": "watchlist",
"x-kubernetes-group-version-kind": {
"group": "resource.k8s.io",
"kind": "PodScheduling",
"kind": "PodSchedulingContext",
"version": "v1alpha2"
}
},