diff --git a/Makefile b/Makefile index 4265da45..405fc08b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 2.0.2 +VERSION ?= 2.1.0 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/README.md b/README.md index 5fe28931..733a934f 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ The following table shows the relation between the versions of the two projects: | NGINX Ingress Controller | NGINX Ingress Operator | | ------------------------ | ---------------------- | +| 3.4.x | 2.1.0 | | 3.3.x | 2.0.2 | | 3.2.x | 1.5.2 | | 3.1.x | 1.4.2 | @@ -72,7 +73,7 @@ See [upgrade docs](./docs/upgrades.md) We publish NGINX Ingress Operator releases on GitHub. See our [releases page](https://github.com/nginxinc/nginx-ingress-helm-operator/releases). -The latest stable release is [2.0.2](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v2.0.2). For production use, we recommend that you choose the latest stable release. +The latest stable release is [2.1.0](https://github.com/nginxinc/nginx-ingress-helm-operator/releases/tag/v2.1.0). For production use, we recommend that you choose the latest stable release. ## Development diff --git a/bundle/manifests/nginx-ingress-operator.clusterserviceversion.yaml b/bundle/manifests/nginx-ingress-operator.clusterserviceversion.yaml index d437193c..b1ca8afc 100644 --- a/bundle/manifests/nginx-ingress-operator.clusterserviceversion.yaml +++ b/bundle/manifests/nginx-ingress-operator.clusterserviceversion.yaml @@ -26,6 +26,7 @@ metadata: }, "autoscaling": { "annotations": {}, + "behavior": {}, "enabled": false, "maxReplicas": 3, "minReplicas": 1, @@ -42,6 +43,8 @@ metadata: }, "customConfigMap": "", "customPorts": [], + "defaultHTTPListenerPort": 80, + "defaultHTTPSListenerPort": 443, "defaultTLS": { "cert": "", "key": "", @@ -54,7 +57,7 @@ metadata: "enableExternalDNS": false, "enableLatencyMetrics": false, "enableOIDC": false, - "enablePreviewPolicies": false, + "enableSSLDynamicReload": true, "enableSnippets": false, "enableTLSPassthrough": false, "env": [], @@ -82,6 +85,12 @@ metadata: "name": "nginx", "setAsDefaultIngress": false }, + "initContainerResources": { + "requests": { + "cpu": "100m", + "memory": "128Mi" + } + }, "initContainers": [], "kind": "deployment", "lifecycle": {}, @@ -115,7 +124,8 @@ metadata: "annotations": {}, "enable": true, "enableLeaderElection": true, - "ingressLink": "" + "ingressLink": "", + "leaderElectionLockName": "nginx-ingress-leader" }, "resources": { "requests": { @@ -148,8 +158,10 @@ metadata: }, "serviceAccount": { "annotations": {}, - "imagePullSecretName": "" + "imagePullSecretName": "", + "imagePullSecretsNames": [] }, + "shareProcessNamespace": false, "strategy": {}, "terminationGracePeriodSeconds": 30, "tlsPassthroughPort": 443, @@ -208,8 +220,8 @@ metadata: capabilities: Basic Install categories: Monitoring, Networking certified: "true" - containerImage: quay.io/nginx/nginx-ingress-operator:2.0.2 - createdAt: "2023-12-20T03:21:37Z" + containerImage: quay.io/nginx/nginx-ingress-operator:2.1.0 + createdAt: "2023-12-20T11:49:38Z" description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which deploys and manages one or more NGINX/NGINX Plus Ingress Controllers operatorframework.io/suggested-namespace: nginx-ingress @@ -222,7 +234,7 @@ metadata: operatorframework.io/arch.arm64: supported operatorframework.io/arch.ppc64le: supported operatorframework.io/arch.s390x: supported - name: nginx-ingress-operator.v2.0.2 + name: nginx-ingress-operator.v2.1.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -426,7 +438,7 @@ spec: - --metrics-bind-address=127.0.0.1:8080 - --leader-elect - --leader-election-id=nginx-ingress-operator - image: quay.io/nginx/nginx-ingress-operator:2.0.2 + image: quay.io/nginx/nginx-ingress-operator:2.1.0 livenessProbe: httpGet: path: /healthz @@ -517,4 +529,4 @@ spec: minKubeVersion: 1.22.0 provider: name: NGINX Inc - version: 2.0.2 + version: 2.1.0 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a27b0647..cdcfc75a 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: quay.io/nginx/nginx-ingress-operator - newTag: 2.0.2 + newTag: 2.1.0 diff --git a/config/manifests/bases/nginx-ingress-operator.clusterserviceversion.yaml b/config/manifests/bases/nginx-ingress-operator.clusterserviceversion.yaml index 00e2af4a..2fa02562 100644 --- a/config/manifests/bases/nginx-ingress-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/nginx-ingress-operator.clusterserviceversion.yaml @@ -6,7 +6,7 @@ metadata: capabilities: Basic Install categories: Monitoring, Networking certified: "true" - containerImage: quay.io/nginx/nginx-ingress-operator:2.0.2 + containerImage: quay.io/nginx/nginx-ingress-operator:2.1.0 createdAt: placeholder description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which deploys and manages one or more NGINX/NGINX Plus Ingress Controllers @@ -175,7 +175,7 @@ spec: - --metrics-bind-address=127.0.0.1:8080 - --leader-elect - --leader-election-id=nginx-ingress-operator - image: quay.io/nginx/nginx-ingress-operator:2.0.2 + image: quay.io/nginx/nginx-ingress-operator:2.1.0 livenessProbe: httpGet: path: /healthz @@ -281,4 +281,4 @@ spec: minKubeVersion: 1.22.0 provider: name: NGINX Inc - version: 2.0.2 + version: 2.1.0 diff --git a/config/samples/charts_v1alpha1_nginxingress.yaml b/config/samples/charts_v1alpha1_nginxingress.yaml index cf563fe8..a70e9410 100644 --- a/config/samples/charts_v1alpha1_nginxingress.yaml +++ b/config/samples/charts_v1alpha1_nginxingress.yaml @@ -30,6 +30,7 @@ spec: https: 443 dnsPolicy: ClusterFirst nginxDebug: false + shareProcessNamespace: false logLevel: 1 customPorts: [] image: @@ -60,13 +61,21 @@ spec: maxReplicas: 3 targetCPUUtilizationPercentage: 50 targetMemoryUtilizationPercentage: 50 + behavior: {} resources: requests: cpu: 100m memory: 128Mi - # limits: - # cpu: 1 - # memory: 1Gi + # limits: + # cpu: 1 + # memory: 1Gi + initContainerResources: + requests: + cpu: 100m + memory: 128Mi + # limits: + # cpu: 1 + # memory: 1Gi tolerations: [] affinity: {} # topologySpreadConstraints: {} @@ -105,7 +114,6 @@ spec: watchNamespaceLabel: "" watchSecretNamespace: "" enableCustomResources: true - enablePreviewPolicies: false enableOIDC: false includeYear: false enableTLSPassthrough: false @@ -158,12 +166,13 @@ spec: annotations: {} # name: nginx-ingress imagePullSecretName: "" + imagePullSecretsNames: [] reportIngressStatus: enable: true # externalService: nginx-ingress ingressLink: "" enableLeaderElection: true - # leaderElectionLockName: "nginx-ingress-leader-election" + leaderElectionLockName: "nginx-ingress-leader" annotations: {} pod: annotations: {} @@ -175,7 +184,10 @@ spec: initialDelaySeconds: 0 enableLatencyMetrics: false disableIPV6: false + defaultHTTPListenerPort: 80 + defaultHTTPSListenerPort: 443 readOnlyRootFilesystem: false + enableSSLDynamicReload: true rbac: create: true prometheus: diff --git a/docs/manual-installation.md b/docs/manual-installation.md index 21320767..0a57b589 100644 --- a/docs/manual-installation.md +++ b/docs/manual-installation.md @@ -7,20 +7,14 @@ This will deploy the operator in the `nginx-ingress-operator-system` namespace. 1. Clone the `nginx-ingress-operator` repo: ```shell - git clone https://github.com/nginxinc/nginx-ingress-helm-operator/ --branch v2.0.2 + git clone https://github.com/nginxinc/nginx-ingress-helm-operator/ --branch v2.1.0 cd nginx-ingress-helm-operator/ ``` - 2. `OpenShift` To deploy the Operator and associated resources to an OpenShift environment, run: + 2. To deploy the Operator and associated resources to all environments, run: ```shell - make deploy IMG=nginx/nginx-ingress-operator:2.0.2 - ``` - - 3. Alternatively, to deploy the Operator and associated resources to all other environments: - - ```shell - make deploy IMG=nginx/nginx-ingress-operator:2.0.2 + make deploy IMG=nginx/nginx-ingress-operator:2.1.0 ``` 2. Check that the Operator is running: @@ -36,10 +30,10 @@ This will deploy the operator in the `nginx-ingress-operator-system` namespace. In order to deploy NGINX Ingress Controller instances into OpenShift environments, a new SCC is required to be created on the cluster which will be used to bind the specific required capabilities to the NGINX Ingress service account(s). To do so for NIC deployments, please run the following command (assuming you are logged in with administrator access to the cluster): -`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.2/resources/scc.yaml` +`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.1.0/resources/scc.yaml` Alternatively, to create an SCC for NIC daemonsets, please run this command: -`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.2/resources/scc-daemonset.yaml` +`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.1.0/resources/scc-daemonset.yaml` You can now deploy the NGINX Ingress Controller instances. diff --git a/docs/nginx-ingress-controller.md b/docs/nginx-ingress-controller.md index 29e2d9b3..9f1a6496 100644 --- a/docs/nginx-ingress-controller.md +++ b/docs/nginx-ingress-controller.md @@ -42,6 +42,7 @@ spec: https: 443 dnsPolicy: ClusterFirst nginxDebug: false + shareProcessNamespace: false logLevel: 1 customPorts: [] image: @@ -72,13 +73,21 @@ spec: maxReplicas: 3 targetCPUUtilizationPercentage: 50 targetMemoryUtilizationPercentage: 50 + behavior: {} resources: requests: cpu: 100m memory: 128Mi - # limits: - # cpu: 1 - # memory: 1Gi + # limits: + # cpu: 1 + # memory: 1Gi + initContainerResources: + requests: + cpu: 100m + memory: 128Mi + # limits: + # cpu: 1 + # memory: 1Gi tolerations: [] affinity: {} # topologySpreadConstraints: {} @@ -117,7 +126,6 @@ spec: watchNamespaceLabel: "" watchSecretNamespace: "" enableCustomResources: true - enablePreviewPolicies: false enableOIDC: false includeYear: false enableTLSPassthrough: false @@ -170,12 +178,13 @@ spec: annotations: {} # name: nginx-ingress imagePullSecretName: "" + imagePullSecretsNames: [] reportIngressStatus: enable: true # externalService: nginx-ingress ingressLink: "" enableLeaderElection: true - # leaderElectionLockName: "nginx-ingress-leader-election" + leaderElectionLockName: "nginx-ingress-leader" annotations: {} pod: annotations: {} @@ -187,7 +196,10 @@ spec: initialDelaySeconds: 0 enableLatencyMetrics: false disableIPV6: false + defaultHTTPListenerPort: 80 + defaultHTTPSListenerPort: 443 readOnlyRootFilesystem: false + enableSSLDynamicReload: true rbac: create: true prometheus: diff --git a/docs/openshift-installation.md b/docs/openshift-installation.md index 8c48b858..bd3e43a8 100644 --- a/docs/openshift-installation.md +++ b/docs/openshift-installation.md @@ -21,10 +21,10 @@ Additional steps: In order to deploy NGINX Ingress Controller instances into OpenShift environments, a new SCC is required to be created on the cluster which will be used to bind the specific required capabilities to the NGINX Ingress service account(s). To do so for NIC deployments, please run the following command (assuming you are logged in with administrator access to the cluster): -`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.2/resources/scc.yaml` +`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.1.0/resources/scc.yaml` Alternatively, to create an SCC for NIC daemonsets, please run this command: -`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.0.2/resources/scc-daemonset.yaml` +`kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-ingress-helm-operator/v2.1.0/resources/scc-daemonset.yaml` You can now deploy the NGINX Ingress Controller instances. diff --git a/helm-charts/nginx-ingress/v1.27.4/all.json b/helm-charts/nginx-ingress/v1.27.4/all.json deleted file mode 100644 index 08e06442..00000000 --- a/helm-charts/nginx-ingress/v1.27.4/all.json +++ /dev/null @@ -1,1645 +0,0 @@ -{ - "oneOf": [ - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhook" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfigurationList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ServiceReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhook" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfigurationList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.AuditAnnotation" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ExpressionWarning" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchResources" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.NamedRuleWithOperations" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamKind" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamRef" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.TypeChecking" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicy" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBinding" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicySpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.Validation" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ControllerRevision" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ControllerRevisionList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSet" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetUpdateStrategy" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.Deployment" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStrategy" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSet" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDaemonSet" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDeployment" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSet" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetOrdinals" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetPersistentVolumeClaimRetentionPolicy" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetUpdateStrategy" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.BoundObjectReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenRequest" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenRequestSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenRequestStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReview" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReviewSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReviewStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1alpha1.SelfSubjectReview" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1alpha1.SelfSubjectReviewStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1beta1.SelfSubjectReview" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1beta1.SelfSubjectReviewStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.LocalSubjectAccessReview" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceAttributes" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReview" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReview" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReview" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectRulesReviewStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.CrossVersionObjectReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.Scale" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.ScaleSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.ScaleStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ContainerResourceMetricSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ContainerResourceMetricStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ExternalMetricSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ExternalMetricStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingPolicy" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingRules" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ObjectMetricSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ObjectMetricStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.PodsMetricSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.PodsMetricStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ResourceMetricSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ResourceMetricStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.CronJob" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.Job" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobTemplateSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicy" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyOnExitCodesRequirement" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyOnPodConditionsPattern" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.UncountedTerminatedPods" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundleList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundleSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.coordination.v1.Lease" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.coordination.v1.LeaseList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.coordination.v1.LeaseSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Affinity" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AttachedVolume" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AzureFilePersistentVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AzureFileVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Binding" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CSIPersistentVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CSIVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Capabilities" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CephFSPersistentVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CephFSVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CinderPersistentVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CinderVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ClaimSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ClientIPConfig" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ComponentCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ComponentStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ComponentStatusList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMap" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapKeySelector" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapNodeConfigSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapProjection" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Container" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerImage" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerResizePolicy" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerState" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateRunning" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateTerminated" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateWaiting" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DaemonEndpoint" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIProjection" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EmptyDirVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EndpointAddress" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EndpointPort" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EndpointSubset" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Endpoints" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EndpointsList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvFromSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvVarSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EphemeralContainer" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EphemeralVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Event" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EventList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EventSeries" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EventSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ExecAction" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FCVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FlexPersistentVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FlexVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FlockerVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GRPCAction" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GitRepoVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GlusterfsPersistentVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GlusterfsVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HTTPHeader" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HostAlias" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HostPathVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ISCSIPersistentVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ISCSIVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LifecycleHandler" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LimitRange" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeItem" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerIngress" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NFSVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Namespace" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Node" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAddress" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeDaemonEndpoints" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorTerm" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSystemInfo" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectFieldSelector" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolume" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimTemplate" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Pod" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfig" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfigOption" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodIP" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodOS" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodReadinessGate" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodResourceClaim" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodSchedulingGate" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodSecurityContext" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplate" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PortStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PortworxVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PreferredSchedulingTerm" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ProjectedVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.QuobyteVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.RBDPersistentVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.RBDVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationController" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceClaim" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceFieldSelector" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuota" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SELinuxOptions" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScaleIOPersistentVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScaleIOVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScopeSelector" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScopedResourceSelectorRequirement" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SeccompProfile" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Secret" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretEnvSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretKeySelector" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretProjection" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Service" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccount" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccountList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccountTokenProjection" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServicePort" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SessionAffinityConfig" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.StorageOSPersistentVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.StorageOSVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Sysctl" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TCPSocketAction" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Taint" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TopologySelectorLabelRequirement" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TopologySelectorTerm" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TypedObjectReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Volume" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeDevice" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeNodeAffinity" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeProjection" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.Endpoint" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointConditions" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointHints" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointPort" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointSlice" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointSliceList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.ForZone" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.events.v1.Event" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.events.v1.EventList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.events.v1.EventSeries" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchema" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.GroupSubject" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.LimitResponse" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.LimitedPriorityLevelConfiguration" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.NonResourcePolicyRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PolicyRulesWithSubjects" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfiguration" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.QueuingConfiguration" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.ResourcePolicyRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.ServiceAccountSubject" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.Subject" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.UserSubject" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowDistinguisherMethod" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchema" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.GroupSubject" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitResponse" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitedPriorityLevelConfiguration" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.NonResourcePolicyRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PolicyRulesWithSubjects" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfiguration" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.QueuingConfiguration" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ResourcePolicyRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ServiceAccountSubject" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.Subject" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.UserSubject" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.HTTPIngressPath" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.HTTPIngressRuleValue" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IPBlock" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.Ingress" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressBackend" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClass" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassParametersReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerIngress" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressPortStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressServiceBackend" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressTLS" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicy" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyIngressRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicySpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.ServiceBackendPort" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDR" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddress" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddressList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddressSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ParentReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.node.v1.Overhead" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.node.v1.RuntimeClass" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.node.v1.RuntimeClassList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.node.v1.Scheduling" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1.Eviction" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.AggregationRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRole" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRoleBindingList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRoleList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.PolicyRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.Role" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleBinding" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleBindingList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleRef" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.Subject" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.AllocationResult" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaim" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimConsumerReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimParametersReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSchedulingStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplate" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplateList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplateSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClass" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClassList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClassParametersReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceHandle" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.scheduling.v1.PriorityClass" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.scheduling.v1.PriorityClassList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriver" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriverList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriverSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSINode" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeDriver" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSIStorageCapacityList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.StorageClass" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.StorageClassList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.TokenRequest" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachment" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeError" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeNodeResources" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceScale" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresources" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ExternalDocumentation" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrArray" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrStringArray" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ServiceReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ValidationRule" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookClientConfig" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookConversion" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroupList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResource" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIVersions" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.version.Info" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus" - }, - { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference" - } - ] -} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicystatus-networking-v1.json b/helm-charts/nginx-ingress/v1.27.4/networkpolicystatus-networking-v1.json deleted file mode 100644 index abd2e8ff..00000000 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicystatus-networking-v1.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "description": "NetworkPolicyStatus describes the current state of the NetworkPolicy.", - "properties": { - "conditions": { - "description": "conditions holds an array of metav1.Condition that describe the state of the NetworkPolicy. Current service state", - "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" - }, - "type": [ - "array", - "null" - ], - "x-kubernetes-list-map-keys": [ - "type" - ], - "x-kubernetes-list-type": "map", - "x-kubernetes-patch-merge-key": "type", - "x-kubernetes-patch-strategy": "merge" - } - }, - "type": "object", - "$schema": "http://json-schema.org/schema#" -} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicystatus.json b/helm-charts/nginx-ingress/v1.27.4/networkpolicystatus.json deleted file mode 100644 index abd2e8ff..00000000 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicystatus.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "description": "NetworkPolicyStatus describes the current state of the NetworkPolicy.", - "properties": { - "conditions": { - "description": "conditions holds an array of metav1.Condition that describe the state of the NetworkPolicy. Current service state", - "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" - }, - "type": [ - "array", - "null" - ], - "x-kubernetes-list-map-keys": [ - "type" - ], - "x-kubernetes-list-type": "map", - "x-kubernetes-patch-merge-key": "type", - "x-kubernetes-patch-strategy": "merge" - } - }, - "type": "object", - "$schema": "http://json-schema.org/schema#" -} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/paramref-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.27.4/paramref-admissionregistration-v1alpha1.json deleted file mode 100644 index 483c0f4c..00000000 --- a/helm-charts/nginx-ingress/v1.27.4/paramref-admissionregistration-v1alpha1.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "description": "ParamRef references a parameter resource", - "properties": { - "name": { - "description": "Name of the resource being referenced.", - "type": [ - "string", - "null" - ] - }, - "namespace": { - "description": "Namespace of the referenced resource. Should be empty for the cluster-scoped resources", - "type": [ - "string", - "null" - ] - } - }, - "type": "object", - "x-kubernetes-map-type": "atomic", - "$schema": "http://json-schema.org/schema#" -} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/paramref.json b/helm-charts/nginx-ingress/v1.27.4/paramref.json deleted file mode 100644 index 483c0f4c..00000000 --- a/helm-charts/nginx-ingress/v1.27.4/paramref.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "description": "ParamRef references a parameter resource", - "properties": { - "name": { - "description": "Name of the resource being referenced.", - "type": [ - "string", - "null" - ] - }, - "namespace": { - "description": "Namespace of the referenced resource. Should be empty for the cluster-scoped resources", - "type": [ - "string", - "null" - ] - } - }, - "type": "object", - "x-kubernetes-map-type": "atomic", - "$schema": "http://json-schema.org/schema#" -} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimstatus-v1.json b/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimstatus-v1.json deleted file mode 100644 index dbc8566f..00000000 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimstatus-v1.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.", - "properties": { - "accessModes": { - "description": "accessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", - "items": { - "type": [ - "string", - "null" - ] - }, - "type": [ - "array", - "null" - ] - }, - "allocatedResources": { - "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" - }, - "description": "allocatedResources is the storage resource within AllocatedResources tracks the capacity allocated to a PVC. It may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", - "type": [ - "object", - "null" - ] - }, - "capacity": { - "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" - }, - "description": "capacity represents the actual resources of the underlying volume.", - "type": [ - "object", - "null" - ] - }, - "conditions": { - "description": "conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.", - "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimCondition" - }, - "type": [ - "array", - "null" - ], - "x-kubernetes-patch-merge-key": "type", - "x-kubernetes-patch-strategy": "merge" - }, - "phase": { - "description": "phase represents the current phase of PersistentVolumeClaim.", - "type": [ - "string", - "null" - ] - }, - "resizeStatus": { - "description": "resizeStatus stores status of resize operation. ResizeStatus is not set by default but when expansion is complete resizeStatus is set to empty string by resize controller or kubelet. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", - "type": [ - "string", - "null" - ] - } - }, - "type": "object", - "$schema": "http://json-schema.org/schema#" -} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimstatus.json b/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimstatus.json deleted file mode 100644 index dbc8566f..00000000 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimstatus.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.", - "properties": { - "accessModes": { - "description": "accessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", - "items": { - "type": [ - "string", - "null" - ] - }, - "type": [ - "array", - "null" - ] - }, - "allocatedResources": { - "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" - }, - "description": "allocatedResources is the storage resource within AllocatedResources tracks the capacity allocated to a PVC. It may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", - "type": [ - "object", - "null" - ] - }, - "capacity": { - "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" - }, - "description": "capacity represents the actual resources of the underlying volume.", - "type": [ - "object", - "null" - ] - }, - "conditions": { - "description": "conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.", - "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimCondition" - }, - "type": [ - "array", - "null" - ], - "x-kubernetes-patch-merge-key": "type", - "x-kubernetes-patch-strategy": "merge" - }, - "phase": { - "description": "phase represents the current phase of PersistentVolumeClaim.", - "type": [ - "string", - "null" - ] - }, - "resizeStatus": { - "description": "resizeStatus stores status of resize operation. ResizeStatus is not set by default but when expansion is complete resizeStatus is set to empty string by resize controller or kubelet. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", - "type": [ - "string", - "null" - ] - } - }, - "type": "object", - "$schema": "http://json-schema.org/schema#" -} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/podip-v1.json b/helm-charts/nginx-ingress/v1.27.4/podip-v1.json deleted file mode 100644 index a5379c1c..00000000 --- a/helm-charts/nginx-ingress/v1.27.4/podip-v1.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "IP address information for entries in the (plural) PodIPs field. Each entry includes:\n\n\tIP: An IP address allocated to the pod. Routable at least within the cluster.", - "properties": { - "ip": { - "description": "ip is an IP address (IPv4 or IPv6) assigned to the pod", - "type": [ - "string", - "null" - ] - } - }, - "type": "object", - "$schema": "http://json-schema.org/schema#" -} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/podip.json b/helm-charts/nginx-ingress/v1.27.4/podip.json deleted file mode 100644 index a5379c1c..00000000 --- a/helm-charts/nginx-ingress/v1.27.4/podip.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "IP address information for entries in the (plural) PodIPs field. Each entry includes:\n\n\tIP: An IP address allocated to the pod. Routable at least within the cluster.", - "properties": { - "ip": { - "description": "ip is an IP address (IPv4 or IPv6) assigned to the pod", - "type": [ - "string", - "null" - ] - } - }, - "type": "object", - "$schema": "http://json-schema.org/schema#" -} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeprojection-v1.json b/helm-charts/nginx-ingress/v1.27.4/volumeprojection-v1.json deleted file mode 100644 index 56851625..00000000 --- a/helm-charts/nginx-ingress/v1.27.4/volumeprojection-v1.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "description": "Projection that may be projected along with other supported volume types", - "properties": { - "configMap": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapProjection", - "description": "configMap information about the configMap data to project" - }, - "downwardAPI": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIProjection", - "description": "downwardAPI information about the downwardAPI data to project" - }, - "secret": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretProjection", - "description": "secret information about the secret data to project" - }, - "serviceAccountToken": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccountTokenProjection", - "description": "serviceAccountToken is information about the serviceAccountToken data to project" - } - }, - "type": "object", - "$schema": "http://json-schema.org/schema#" -} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeprojection.json b/helm-charts/nginx-ingress/v1.27.4/volumeprojection.json deleted file mode 100644 index 56851625..00000000 --- a/helm-charts/nginx-ingress/v1.27.4/volumeprojection.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "description": "Projection that may be projected along with other supported volume types", - "properties": { - "configMap": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapProjection", - "description": "configMap information about the configMap data to project" - }, - "downwardAPI": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIProjection", - "description": "downwardAPI information about the downwardAPI data to project" - }, - "secret": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretProjection", - "description": "secret information about the secret data to project" - }, - "serviceAccountToken": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccountTokenProjection", - "description": "serviceAccountToken is information about the serviceAccountToken data to project" - } - }, - "type": "object", - "$schema": "http://json-schema.org/schema#" -} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/_definitions.json b/helm-charts/nginx-ingress/v1.28.0/_definitions.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/_definitions.json rename to helm-charts/nginx-ingress/v1.28.0/_definitions.json index d052cede..0f801e99 100644 --- a/helm-charts/nginx-ingress/v1.27.4/_definitions.json +++ b/helm-charts/nginx-ingress/v1.28.0/_definitions.json @@ -37,7 +37,7 @@ "type": "string" }, "matchConditions": { - "description": "MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the error is ignored and the webhook is skipped\n\nThis is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate.", + "description": "MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the error is ignored and the webhook is skipped\n\nThis is a beta feature and managed by the AdmissionWebhookMatchConditions feature gate.", "items": { "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition" }, @@ -257,7 +257,7 @@ "type": "string" }, "matchConditions": { - "description": "MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the error is ignored and the webhook is skipped\n\nThis is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate.", + "description": "MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the error is ignored and the webhook is skipped\n\nThis is a beta feature and managed by the AdmissionWebhookMatchConditions feature gate.", "items": { "$ref": "#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition" }, @@ -559,27 +559,520 @@ "x-kubernetes-map-type": "atomic" }, "io.k8s.api.admissionregistration.v1alpha1.ParamRef": { - "description": "ParamRef references a parameter resource", + "description": "ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.", "properties": { "name": { - "description": "Name of the resource being referenced.", + "description": "`name` is the name of the resource being referenced.\n\n`name` and `selector` are mutually exclusive properties. If one is set, the other must be unset.", "type": "string" }, "namespace": { - "description": "Namespace of the referenced resource. Should be empty for the cluster-scoped resources", + "description": "namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields.\n\nA per-namespace parameter may be used by specifying a namespace-scoped `paramKind` in the policy and leaving this field empty.\n\n- If `paramKind` is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error.\n\n- If `paramKind` is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.", + "type": "string" + }, + "parameterNotFoundAction": { + "description": "`parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy.\n\nAllowed values are `Allow` or `Deny` Default to `Deny`", + "type": "string" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "selector can be used to match multiple param objects based on their labels. Supply selector: {} to match all resources of the ParamKind.\n\nIf multiple params are found, they are all evaluated with the policy expressions and the results are ANDed together.\n\nOne of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset." + } + }, + "type": "object", + "x-kubernetes-map-type": "atomic" + }, + "io.k8s.api.admissionregistration.v1alpha1.TypeChecking": { + "description": "TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy", + "properties": { + "expressionWarnings": { + "description": "The type checking warnings for each expression.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ExpressionWarning" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + } + }, + "type": "object" + }, + "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicy": { + "description": "ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.", + "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" + }, + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + "type": "string", + "enum": [ + "ValidatingAdmissionPolicy" + ] + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicySpec", + "description": "Specification of the desired behavior of the ValidatingAdmissionPolicy." + }, + "status": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyStatus", + "description": "The status of the ValidatingAdmissionPolicy, including warnings that are useful to determine if the policy behaves in the expected way. Populated by the system. Read-only." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "ValidatingAdmissionPolicy", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBinding": { + "description": "ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters.\n\nFor a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don't use params, otherwise N is the number of parameters selected by the binding.\n\nThe CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.", + "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" + }, + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + "type": "string", + "enum": [ + "ValidatingAdmissionPolicyBinding" + ] + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." + }, + "spec": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingSpec", + "description": "Specification of the desired behavior of the ValidatingAdmissionPolicyBinding." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "ValidatingAdmissionPolicyBinding", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingList": { + "description": "ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding.", + "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": "List of PolicyBinding.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBinding" + }, + "type": "array" + }, + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + "type": "string", + "enum": [ + "ValidatingAdmissionPolicyBindingList" + ] + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "ValidatingAdmissionPolicyBindingList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingSpec": { + "description": "ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding.", + "properties": { + "matchResources": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchResources", + "description": "MatchResources declares what resources match this binding and will be validated by it. Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this. If this is unset, all resources matched by the policy are validated by this binding When resourceRules is unset, it does not constrain resource matching. If a resource is matched by the other fields of this object, it will be validated. Note that this is differs from ValidatingAdmissionPolicy matchConstraints, where resourceRules are required." + }, + "paramRef": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamRef", + "description": "paramRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy applied. If the policy does not specify a ParamKind then this field is ignored, and the rules are evaluated without a param." + }, + "policyName": { + "description": "PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.", + "type": "string" + }, + "validationActions": { + "description": "validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions.\n\nFailures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according to these actions only if the FailurePolicy is set to Fail, otherwise the failures are ignored. This includes compilation errors, runtime errors and misconfigurations of the policy.\n\nvalidationActions is declared as a set of action values. Order does not matter. validationActions may not contain duplicates of the same action.\n\nThe supported actions values are:\n\n\"Deny\" specifies that a validation failure results in a denied request.\n\n\"Warn\" specifies that a validation failure is reported to the request client in HTTP Warning headers, with a warning code of 299. Warnings can be sent both for allowed or denied admission responses.\n\n\"Audit\" specifies that a validation failure is included in the published audit event for the request. The audit event will contain a `validation.policy.admission.k8s.io/validation_failure` audit annotation with a value containing the details of the validation failures, formatted as a JSON list of objects, each with the following fields: - message: The validation failure message string - policy: The resource name of the ValidatingAdmissionPolicy - binding: The resource name of the ValidatingAdmissionPolicyBinding - expressionIndex: The index of the failed validations in the ValidatingAdmissionPolicy - validationActions: The enforcement actions enacted for the validation failure Example audit annotation: `\"validation.policy.admission.k8s.io/validation_failure\": \"[{\"message\": \"Invalid value\", {\"policy\": \"policy.example.com\", {\"binding\": \"policybinding.example.com\", {\"expressionIndex\": \"1\", {\"validationActions\": [\"Audit\"]}]\"`\n\nClients should expect to handle additional values by ignoring any values not recognized.\n\n\"Deny\" and \"Warn\" may not be used together since this combination needlessly duplicates the validation failure both in the API response body and the HTTP warning headers.\n\nRequired.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "set" + } + }, + "type": "object" + }, + "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyList": { + "description": "ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy.", + "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": "List of ValidatingAdmissionPolicy.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicy" + }, + "type": "array" + }, + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + "type": "string", + "enum": [ + "ValidatingAdmissionPolicyList" + ] + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "ValidatingAdmissionPolicyList", + "version": "v1alpha1" + } + ] + }, + "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicySpec": { + "description": "ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy.", + "properties": { + "auditAnnotations": { + "description": "auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.AuditAnnotation" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + }, + "failurePolicy": { + "description": "failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings.\n\nA policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource.\n\nfailurePolicy does not define how validations that evaluate to false are handled.\n\nWhen failurePolicy is set to Fail, ValidatingAdmissionPolicyBinding validationActions define how failures are enforced.\n\nAllowed values are Ignore or Fail. Defaults to Fail.", + "type": "string" + }, + "matchConditions": { + "description": "MatchConditions is a list of conditions that must be met for a request to be validated. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nIf a parameter object is provided, it can be accessed via the `params` handle in the same manner as validation expressions.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the policy is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the policy is evaluated.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the policy is skipped", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchCondition" + }, + "type": "array", + "x-kubernetes-list-map-keys": [ + "name" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + }, + "matchConstraints": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchResources", + "description": "MatchConstraints specifies what resources this policy is designed to validate. The AdmissionPolicy cares about a request if it matches _all_ Constraints. However, in order to prevent clusters from being put into an unstable state that cannot be recovered from via the API ValidatingAdmissionPolicy cannot match ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding. Required." + }, + "paramKind": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamKind", + "description": "ParamKind specifies the kind of resources used to parameterize this policy. If absent, there are no parameters for this policy and the param CEL variable will not be provided to validation expressions. If ParamKind refers to a non-existent kind, this policy definition is mis-configured and the FailurePolicy is applied. If paramKind is specified but paramRef is unset in ValidatingAdmissionPolicyBinding, the params variable will be null." + }, + "validations": { + "description": "Validations contain CEL expressions which is used to apply the validation. Validations and AuditAnnotations may not both be empty; a minimum of one Validations or AuditAnnotations is required.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.Validation" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + }, + "variables": { + "description": "Variables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under `variables` in other expressions of the policy except MatchConditions because MatchConditions are evaluated before the rest of the policy.\n\nThe expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, Variables must be sorted by the order of first appearance and acyclic.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.Variable" + }, + "type": "array", + "x-kubernetes-list-map-keys": [ + "name" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + } + }, + "type": "object" + }, + "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyStatus": { + "description": "ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy.", + "properties": { + "conditions": { + "description": "The conditions represent the latest available observations of a policy's current state.", + "items": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" + }, + "type": "array", + "x-kubernetes-list-map-keys": [ + "type" + ], + "x-kubernetes-list-type": "map" + }, + "observedGeneration": { + "description": "The generation observed by the controller.", + "format": "int64", + "type": "integer" + }, + "typeChecking": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.TypeChecking", + "description": "The results of type checking for each expression. Presence of this field indicates the completion of the type checking." + } + }, + "type": "object" + }, + "io.k8s.api.admissionregistration.v1alpha1.Validation": { + "description": "Validation specifies the CEL expression which is used to apply the validation.", + "properties": { + "expression": { + "description": "Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API request/response, organized into CEL variables as well as some other useful variables:\n\n- 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](/pkg/apis/admission/types.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'namespaceObject' - The namespace object that the incoming object belongs to. The value is null for cluster-scoped resources. - 'variables' - Map of composited variables, from its name to its lazily evaluated value.\n For example, a variable named 'foo' can be accessed as 'variables.foo'.\n- 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.\n See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz\n- 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n request resource.\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible.\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n - Expression accessing a property named \"namespace\": {\"Expression\": \"object.__namespace__ > 0\"}\n - Expression accessing a property named \"x-prop\": {\"Expression\": \"object.x__dash__prop > 0\"}\n - Expression accessing a property named \"redact__d\": {\"Expression\": \"object.redact__underscores__d > 0\"}\n\nEquality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:\n - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and\n non-intersecting elements in `Y` are appended, retaining their partial order.\n - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values\n are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with\n non-intersecting keys are appended, retaining their partial order.\nRequired.", + "type": "string" + }, + "message": { + "description": "Message represents the message displayed when validation fails. The message is required if the Expression contains line breaks. The message must not contain line breaks. If unset, the message is \"failed rule: {Rule}\". e.g. \"must be a URL with the host matching spec.host\" If the Expression contains line breaks. Message is required. The message must not contain line breaks. If unset, the message is \"failed Expression: {Expression}\".", + "type": "string" + }, + "messageExpression": { + "description": "messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a validation, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for 'authorizer' and 'authorizer.requestResource'. Example: \"object.x must be less than max (\"+string(params.max)+\")\"", + "type": "string" + }, + "reason": { + "description": "Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: \"Unauthorized\", \"Forbidden\", \"Invalid\", \"RequestEntityTooLarge\". If not set, StatusReasonInvalid is used in the response to the client.", + "type": "string" + } + }, + "required": [ + "expression" + ], + "type": "object" + }, + "io.k8s.api.admissionregistration.v1alpha1.Variable": { + "description": "Variable is the definition of a variable that is used for composition.", + "properties": { + "expression": { + "description": "Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.", + "type": "string" + }, + "name": { + "description": "Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is \"foo\", the variable will be available as `variables.foo`", + "type": "string" + } + }, + "required": [ + "name", + "expression" + ], + "type": "object" + }, + "io.k8s.api.admissionregistration.v1beta1.AuditAnnotation": { + "description": "AuditAnnotation describes how to produce an audit annotation for an API request.", + "properties": { + "key": { + "description": "key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length.\n\nThe key is combined with the resource name of the ValidatingAdmissionPolicy to construct an audit annotation key: \"{ValidatingAdmissionPolicy name}/{key}\".\n\nIf an admission webhook uses the same resource name as this ValidatingAdmissionPolicy and the same audit annotation key, the annotation key will be identical. In this case, the first annotation written with the key will be included in the audit event and all subsequent annotations with the same key will be discarded.\n\nRequired.", + "type": "string" + }, + "valueExpression": { + "description": "valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb.\n\nIf multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated list.\n\nRequired.", + "type": "string" + } + }, + "required": [ + "key", + "valueExpression" + ], + "type": "object" + }, + "io.k8s.api.admissionregistration.v1beta1.ExpressionWarning": { + "description": "ExpressionWarning is a warning information that targets a specific expression.", + "properties": { + "fieldRef": { + "description": "The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is \"spec.validations[0].expression\"", + "type": "string" + }, + "warning": { + "description": "The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.", + "type": "string" + } + }, + "required": [ + "fieldRef", + "warning" + ], + "type": "object" + }, + "io.k8s.api.admissionregistration.v1beta1.MatchCondition": { + "description": "MatchCondition represents a condition which must be fulfilled for a request to be sent to a webhook.", + "properties": { + "expression": { + "description": "Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables:\n\n'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request(/pkg/apis/admission/types.go#AdmissionRequest). 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.\n See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz\n'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n request resource.\nDocumentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/\n\nRequired.", + "type": "string" + }, + "name": { + "description": "Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')\n\nRequired.", + "type": "string" + } + }, + "required": [ + "name", + "expression" + ], + "type": "object" + }, + "io.k8s.api.admissionregistration.v1beta1.MatchResources": { + "description": "MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)", + "properties": { + "excludeResourceRules": { + "description": "ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.NamedRuleWithOperations" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + }, + "matchPolicy": { + "description": "matchPolicy defines how the \"MatchResources\" list is used to match incoming requests. Allowed values are \"Exact\" or \"Equivalent\".\n\n- Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but \"rules\" only included `apiGroups:[\"apps\"], apiVersions:[\"v1\"], resources: [\"deployments\"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.\n\n- Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and \"rules\" only included `apiGroups:[\"apps\"], apiVersions:[\"v1\"], resources: [\"deployments\"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy.\n\nDefaults to \"Equivalent\"", + "type": "string" + }, + "namespaceSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "NamespaceSelector decides whether to run the admission control policy on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the policy.\n\nFor example, to run the webhook on any objects whose namespace is not associated with \"runlevel\" of \"0\" or \"1\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"runlevel\",\n \"operator\": \"NotIn\",\n \"values\": [\n \"0\",\n \"1\"\n ]\n }\n ]\n}\n\nIf instead you want to only run the policy on any objects whose namespace is associated with the \"environment\" of \"prod\" or \"staging\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"environment\",\n \"operator\": \"In\",\n \"values\": [\n \"prod\",\n \"staging\"\n ]\n }\n ]\n}\n\nSee https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.\n\nDefault to the empty LabelSelector, which matches everything." + }, + "objectSelector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything." + }, + "resourceRules": { + "description": "ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.NamedRuleWithOperations" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + } + }, + "type": "object", + "x-kubernetes-map-type": "atomic" + }, + "io.k8s.api.admissionregistration.v1beta1.NamedRuleWithOperations": { + "description": "NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.", + "properties": { + "apiGroups": { + "description": "APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + }, + "apiVersions": { + "description": "APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + }, + "operations": { + "description": "Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + }, + "resourceNames": { + "description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + }, + "resources": { + "description": "Resources is a list of resources this rule applies to.\n\nFor example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '*/scale' means all scale subresources. '*/*' means all resources and their subresources.\n\nIf wildcard is present, the validation rule will ensure resources do not overlap with each other.\n\nDepending on the enclosing object, subresources might not be allowed. Required.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "atomic" + }, + "scope": { + "description": "scope specifies the scope of this rule. Valid values are \"Cluster\", \"Namespaced\", and \"*\" \"Cluster\" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. \"Namespaced\" means that only namespaced resources will match this rule. \"*\" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is \"*\".", "type": "string" } }, "type": "object", "x-kubernetes-map-type": "atomic" }, - "io.k8s.api.admissionregistration.v1alpha1.TypeChecking": { + "io.k8s.api.admissionregistration.v1beta1.ParamKind": { + "description": "ParamKind is a tuple of Group Kind and Version.", + "properties": { + "apiVersion": { + "description": "APIVersion is the API group version the resources belong to. In format of \"group/version\". Required.", + "type": "string" + }, + "kind": { + "description": "Kind is the API kind the resources belong to. Required.", + "type": "string" + } + }, + "type": "object", + "x-kubernetes-map-type": "atomic" + }, + "io.k8s.api.admissionregistration.v1beta1.ParamRef": { + "description": "ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.", + "properties": { + "name": { + "description": "name is the name of the resource being referenced.\n\nOne of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset.\n\nA single parameter used for all admission requests can be configured by setting the `name` field, leaving `selector` blank, and setting namespace if `paramKind` is namespace-scoped.", + "type": "string" + }, + "namespace": { + "description": "namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields.\n\nA per-namespace parameter may be used by specifying a namespace-scoped `paramKind` in the policy and leaving this field empty.\n\n- If `paramKind` is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error.\n\n- If `paramKind` is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.", + "type": "string" + }, + "parameterNotFoundAction": { + "description": "`parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy.\n\nAllowed values are `Allow` or `Deny`\n\nRequired", + "type": "string" + }, + "selector": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "selector can be used to match multiple param objects based on their labels. Supply selector: {} to match all resources of the ParamKind.\n\nIf multiple params are found, they are all evaluated with the policy expressions and the results are ANDed together.\n\nOne of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset." + } + }, + "type": "object", + "x-kubernetes-map-type": "atomic" + }, + "io.k8s.api.admissionregistration.v1beta1.TypeChecking": { "description": "TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy", "properties": { "expressionWarnings": { "description": "The type checking warnings for each expression.", "items": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ExpressionWarning" + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ExpressionWarning" }, "type": "array", "x-kubernetes-list-type": "atomic" @@ -587,7 +1080,7 @@ }, "type": "object" }, - "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicy": { + "io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy": { "description": "ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.", "properties": { "apiVersion": { @@ -606,11 +1099,11 @@ "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." }, "spec": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicySpec", + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicySpec", "description": "Specification of the desired behavior of the ValidatingAdmissionPolicy." }, "status": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyStatus", + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyStatus", "description": "The status of the ValidatingAdmissionPolicy, including warnings that are useful to determine if the policy behaves in the expected way. Populated by the system. Read-only." } }, @@ -619,12 +1112,12 @@ { "group": "admissionregistration.k8s.io", "kind": "ValidatingAdmissionPolicy", - "version": "v1alpha1" + "version": "v1beta1" } ] }, - "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBinding": { - "description": "ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters.", + "io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding": { + "description": "ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters.\n\nFor a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don't use params, otherwise N is the number of parameters selected by the binding.\n\nThe CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.", "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", @@ -642,7 +1135,7 @@ "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." }, "spec": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingSpec", + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBindingSpec", "description": "Specification of the desired behavior of the ValidatingAdmissionPolicyBinding." } }, @@ -651,11 +1144,11 @@ { "group": "admissionregistration.k8s.io", "kind": "ValidatingAdmissionPolicyBinding", - "version": "v1alpha1" + "version": "v1beta1" } ] }, - "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingList": { + "io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBindingList": { "description": "ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding.", "properties": { "apiVersion": { @@ -665,7 +1158,7 @@ "items": { "description": "List of PolicyBinding.", "items": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBinding" + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding" }, "type": "array" }, @@ -686,20 +1179,20 @@ { "group": "admissionregistration.k8s.io", "kind": "ValidatingAdmissionPolicyBindingList", - "version": "v1alpha1" + "version": "v1beta1" } ] }, - "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingSpec": { + "io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBindingSpec": { "description": "ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding.", "properties": { "matchResources": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchResources", + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.MatchResources", "description": "MatchResources declares what resources match this binding and will be validated by it. Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this. If this is unset, all resources matched by the policy are validated by this binding When resourceRules is unset, it does not constrain resource matching. If a resource is matched by the other fields of this object, it will be validated. Note that this is differs from ValidatingAdmissionPolicy matchConstraints, where resourceRules are required." }, "paramRef": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamRef", - "description": "ParamRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy applied." + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ParamRef", + "description": "paramRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy applied. If the policy does not specify a ParamKind then this field is ignored, and the rules are evaluated without a param." }, "policyName": { "description": "PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.", @@ -716,7 +1209,7 @@ }, "type": "object" }, - "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyList": { + "io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyList": { "description": "ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy.", "properties": { "apiVersion": { @@ -726,7 +1219,7 @@ "items": { "description": "List of ValidatingAdmissionPolicy.", "items": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicy" + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy" }, "type": "array" }, @@ -747,17 +1240,17 @@ { "group": "admissionregistration.k8s.io", "kind": "ValidatingAdmissionPolicyList", - "version": "v1alpha1" + "version": "v1beta1" } ] }, - "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicySpec": { + "io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicySpec": { "description": "ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy.", "properties": { "auditAnnotations": { "description": "auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required.", "items": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.AuditAnnotation" + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.AuditAnnotation" }, "type": "array", "x-kubernetes-list-type": "atomic" @@ -769,7 +1262,7 @@ "matchConditions": { "description": "MatchConditions is a list of conditions that must be met for a request to be validated. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nIf a parameter object is provided, it can be accessed via the `params` handle in the same manner as validation expressions.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the policy is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the policy is evaluated.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the policy is skipped", "items": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchCondition" + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.MatchCondition" }, "type": "array", "x-kubernetes-list-map-keys": [ @@ -780,26 +1273,39 @@ "x-kubernetes-patch-strategy": "merge" }, "matchConstraints": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchResources", + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.MatchResources", "description": "MatchConstraints specifies what resources this policy is designed to validate. The AdmissionPolicy cares about a request if it matches _all_ Constraints. However, in order to prevent clusters from being put into an unstable state that cannot be recovered from via the API ValidatingAdmissionPolicy cannot match ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding. Required." }, "paramKind": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamKind", + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.ParamKind", "description": "ParamKind specifies the kind of resources used to parameterize this policy. If absent, there are no parameters for this policy and the param CEL variable will not be provided to validation expressions. If ParamKind refers to a non-existent kind, this policy definition is mis-configured and the FailurePolicy is applied. If paramKind is specified but paramRef is unset in ValidatingAdmissionPolicyBinding, the params variable will be null." }, "validations": { "description": "Validations contain CEL expressions which is used to apply the validation. Validations and AuditAnnotations may not both be empty; a minimum of one Validations or AuditAnnotations is required.", "items": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.Validation" + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.Validation" }, "type": "array", "x-kubernetes-list-type": "atomic" + }, + "variables": { + "description": "Variables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under `variables` in other expressions of the policy except MatchConditions because MatchConditions are evaluated before the rest of the policy.\n\nThe expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, Variables must be sorted by the order of first appearance and acyclic.", + "items": { + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.Variable" + }, + "type": "array", + "x-kubernetes-list-map-keys": [ + "name" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" } }, "type": "object" }, - "io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyStatus": { - "description": "ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy.", + "io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyStatus": { + "description": "ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.", "properties": { "conditions": { "description": "The conditions represent the latest available observations of a policy's current state.", @@ -818,17 +1324,17 @@ "type": "integer" }, "typeChecking": { - "$ref": "#/definitions/io.k8s.api.admissionregistration.v1alpha1.TypeChecking", + "$ref": "#/definitions/io.k8s.api.admissionregistration.v1beta1.TypeChecking", "description": "The results of type checking for each expression. Presence of this field indicates the completion of the type checking." } }, "type": "object" }, - "io.k8s.api.admissionregistration.v1alpha1.Validation": { + "io.k8s.api.admissionregistration.v1beta1.Validation": { "description": "Validation specifies the CEL expression which is used to apply the validation.", "properties": { "expression": { - "description": "Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API request/response, organized into CEL variables as well as some other useful variables:\n\n- 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](/pkg/apis/admission/types.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.\n See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz\n- 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n request resource.\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible.\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n - Expression accessing a property named \"namespace\": {\"Expression\": \"object.__namespace__ > 0\"}\n - Expression accessing a property named \"x-prop\": {\"Expression\": \"object.x__dash__prop > 0\"}\n - Expression accessing a property named \"redact__d\": {\"Expression\": \"object.redact__underscores__d > 0\"}\n\nEquality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:\n - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and\n non-intersecting elements in `Y` are appended, retaining their partial order.\n - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values\n are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with\n non-intersecting keys are appended, retaining their partial order.\nRequired.", + "description": "Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API request/response, organized into CEL variables as well as some other useful variables:\n\n- 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](/pkg/apis/admission/types.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'namespaceObject' - The namespace object that the incoming object belongs to. The value is null for cluster-scoped resources. - 'variables' - Map of composited variables, from its name to its lazily evaluated value.\n For example, a variable named 'foo' can be accessed as 'variables.foo'.\n- 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.\n See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz\n- 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n request resource.\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible.\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n - Expression accessing a property named \"namespace\": {\"Expression\": \"object.__namespace__ > 0\"}\n - Expression accessing a property named \"x-prop\": {\"Expression\": \"object.x__dash__prop > 0\"}\n - Expression accessing a property named \"redact__d\": {\"Expression\": \"object.redact__underscores__d > 0\"}\n\nEquality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:\n - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and\n non-intersecting elements in `Y` are appended, retaining their partial order.\n - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values\n are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with\n non-intersecting keys are appended, retaining their partial order.\nRequired.", "type": "string" }, "message": { @@ -849,6 +1355,25 @@ ], "type": "object" }, + "io.k8s.api.admissionregistration.v1beta1.Variable": { + "description": "Variable is the definition of a variable that is used for composition. A variable is defined as a named expression.", + "properties": { + "expression": { + "description": "Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.", + "type": "string" + }, + "name": { + "description": "Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is \"foo\", the variable will be available as `variables.foo`", + "type": "string" + } + }, + "required": [ + "name", + "expression" + ], + "type": "object", + "x-kubernetes-map-type": "atomic" + }, "io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion": { "description": "An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.", "properties": { @@ -867,6 +1392,14 @@ "encodingVersion": { "description": "The API server encodes the object to this version when persisting it in the backend (e.g., etcd).", "type": "string" + }, + "servedVersions": { + "description": "The API server can serve these versions. DecodableVersions must include all ServedVersions.", + "items": { + "type": "string" + }, + "type": "array", + "x-kubernetes-list-type": "set" } }, "type": "object" @@ -2038,6 +2571,48 @@ }, "type": "object" }, + "io.k8s.api.authentication.v1.SelfSubjectReview": { + "description": "SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase.", + "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" + }, + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + "type": "string", + "enum": [ + "SelfSubjectReview" + ] + }, + "metadata": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "status": { + "$ref": "#/definitions/io.k8s.api.authentication.v1.SelfSubjectReviewStatus", + "description": "Status is filled in by the server with the user attributes." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authentication.k8s.io", + "kind": "SelfSubjectReview", + "version": "v1" + } + ] + }, + "io.k8s.api.authentication.v1.SelfSubjectReviewStatus": { + "description": "SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.", + "properties": { + "userInfo": { + "$ref": "#/definitions/io.k8s.api.authentication.v1.UserInfo", + "description": "User attributes of the user making this request." + } + }, + "type": "object" + }, "io.k8s.api.authentication.v1.TokenRequest": { "description": "TokenRequest requests a token for a given service account.", "properties": { @@ -3789,6 +4364,11 @@ "format": "int32", "type": "integer" }, + "backoffLimitPerIndex": { + "description": "Specifies the limit for the number of retries within an index before marking this index as failed. When enabled the number of failures per index is kept in the pod's batch.kubernetes.io/job-index-failure-count annotation. It can only be set when Job's completionMode=Indexed, and the Pod's restart policy is Never. The field is immutable. This field is alpha-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).", + "format": "int32", + "type": "integer" + }, "completionMode": { "description": "completionMode specifies how Pod completions are tracked. It can be `NonIndexed` (default) or `Indexed`.\n\n`NonIndexed` means that the Job is considered complete when there have been .spec.completions successfully completed Pods. Each Pod completion is homologous to each other.\n\n`Indexed` means that the Pods of a Job get an associated completion index from 0 to (.spec.completions - 1), available in the annotation batch.kubernetes.io/job-completion-index. The Job is considered complete when there is one successfully completed Pod for each index. When value is `Indexed`, .spec.completions must be specified and `.spec.parallelism` must be less than or equal to 10^5. In addition, The Pod name takes the form `$(job-name)-$(index)-$(random-string)`, the Pod hostname takes the form `$(job-name)-$(index)`.\n\nMore completion modes can be added in the future. If the Job controller observes a mode that it doesn't recognize, which is possible during upgrades due to version skew, the controller skips updates for the Job.", "type": "string" @@ -3802,6 +4382,11 @@ "description": "manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#specifying-your-own-pod-selector", "type": "boolean" }, + "maxFailedIndexes": { + "description": "Specifies the maximal number of failed indexes before marking the Job as failed, when backoffLimitPerIndex is set. Once the number of failed indexes exceeds this number the entire Job is marked as Failed and its execution is terminated. When left as null the job continues execution of all of its indexes and is marked with the `Complete` Job condition. It can only be specified when backoffLimitPerIndex is set. It can be null or up to completions. It is required and must be less than or equal to 10^4 when is completions greater than 10^5. This field is alpha-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).", + "format": "int32", + "type": "integer" + }, "parallelism": { "description": "Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/", "format": "int32", @@ -3811,6 +4396,10 @@ "$ref": "#/definitions/io.k8s.api.batch.v1.PodFailurePolicy", "description": "Specifies the policy of handling failed pods. In particular, it allows to specify the set of actions and conditions which need to be satisfied to take the associated action. If empty, the default behaviour applies - the counter of failed pods, represented by the jobs's .status.failed field, is incremented and it is checked against the backoffLimit. This field cannot be used in combination with restartPolicy=OnFailure.\n\nThis field is beta-level. It can be used when the `JobPodFailurePolicy` feature gate is enabled (enabled by default)." }, + "podReplacementPolicy": { + "description": "podReplacementPolicy specifies when to create replacement Pods. Possible values are: - TerminatingOrFailed means that we recreate pods\n when they are terminating (has a metadata.deletionTimestamp) or failed.\n- Failed means to wait until a previously created Pod is fully terminated (has phase\n Failed or Succeeded) before creating a replacement Pod.\n\nWhen using podFailurePolicy, Failed is the the only allowed value. TerminatingOrFailed and Failed are allowed values when podFailurePolicy is not in use. This is an alpha field. Enable JobPodReplacementPolicy to be able to use this field.", + "type": "string" + }, "selector": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" @@ -3865,6 +4454,10 @@ "format": "int32", "type": "integer" }, + "failedIndexes": { + "description": "FailedIndexes holds the failed indexes when backoffLimitPerIndex=true. The indexes are represented in the text format analogous as for the `completedIndexes` field, ie. they are kept as decimal integers separated by commas. The numbers are listed in increasing order. Three or more consecutive numbers are compressed and represented by the first and last element of the series, separated by a hyphen. For example, if the failed indexes are 1, 3, 4, 5 and 7, they are represented as \"1,3-5,7\". This field is alpha-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).", + "type": "string" + }, "ready": { "description": "The number of pods which have a Ready condition.\n\nThis field is beta-level. The job controller populates the field when the feature gate JobReadyPods is enabled (enabled by default).", "format": "int32", @@ -3879,6 +4472,11 @@ "format": "int32", "type": "integer" }, + "terminating": { + "description": "The number of pods which are terminating (in phase Pending or Running and have a deletionTimestamp).\n\nThis field is alpha-level. The job controller populates the field when the feature gate JobPodReplacementPolicy is enabled (disabled by default).", + "format": "int32", + "type": "integer" + }, "uncountedTerminatedPods": { "$ref": "#/definitions/io.k8s.api.batch.v1.UncountedTerminatedPods", "description": "uncountedTerminatedPods holds the UIDs of Pods that have terminated but the job controller hasn't yet accounted for in the status counters.\n\nThe job controller creates pods with a finalizer. When a pod terminates (succeeded or failed), the controller does three steps to account for it in the job status:\n\n1. Add the pod UID to the arrays in this field. 2. Remove the pod finalizer. 3. Remove the pod UID from the arrays while increasing the corresponding\n counter.\n\nOld jobs might not be tracked using this field, in which case the field remains null." @@ -3966,7 +4564,7 @@ "description": "PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.", "properties": { "action": { - "description": "Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are:\n\n- FailJob: indicates that the pod's job is marked as Failed and all\n running pods are terminated.\n- Ignore: indicates that the counter towards the .backoffLimit is not\n incremented and a replacement pod is created.\n- Count: indicates that the pod is handled in the default way - the\n counter towards the .backoffLimit is incremented.\nAdditional values are considered to be added in the future. Clients should react to an unknown action by skipping the rule.", + "description": "Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are:\n\n- FailJob: indicates that the pod's job is marked as Failed and all\n running pods are terminated.\n- FailIndex: indicates that the pod's index is marked as Failed and will\n not be restarted.\n This value is alpha-level. It can be used when the\n `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).\n- Ignore: indicates that the counter towards the .backoffLimit is not\n incremented and a replacement pod is created.\n- Count: indicates that the pod is handled in the default way - the\n counter towards the .backoffLimit is incremented.\nAdditional values are considered to be added in the future. Clients should react to an unknown action by skipping the rule.", "type": "string" }, "onExitCodes": { @@ -4803,7 +5401,7 @@ "type": "string" }, "resourceClaimTemplateName": { - "description": "ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.\n\nThe template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The name of the ResourceClaim will be -, where is the PodResourceClaim.Name. Pod validation will reject the pod if the concatenated name is not valid for a ResourceClaim (e.g. too long).\n\nAn existing ResourceClaim with that name that is not owned by the pod will not be used for the pod to avoid using an unrelated resource by mistake. Scheduling and pod startup are then blocked until the unrelated ResourceClaim is removed.\n\nThis field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.", + "description": "ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.\n\nThe template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.\n\nThis field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.", "type": "string" } }, @@ -5203,6 +5801,10 @@ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements", "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/" }, + "restartPolicy": { + "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", + "type": "string" + }, "securityContext": { "$ref": "#/definitions/io.k8s.api.core.v1.SecurityContext", "description": "SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/" @@ -5583,7 +6185,7 @@ "description": "EndpointPort is a tuple that describes a single port.", "properties": { "appProtocol": { - "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", + "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", "type": "string" }, "name": { @@ -5850,6 +6452,10 @@ "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements", "description": "Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod." }, + "restartPolicy": { + "description": "Restart policy for the container to manage the restart behavior of each container within a pod. This may only be set for init containers. You cannot set this field on ephemeral containers.", + "type": "string" + }, "securityContext": { "$ref": "#/definitions/io.k8s.api.core.v1.SecurityContext", "description": "Optional: SecurityContext defines the security options the ephemeral container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext." @@ -6379,6 +6985,16 @@ }, "type": "object" }, + "io.k8s.api.core.v1.HostIP": { + "description": "HostIP represents a single IP address allocated to the host.", + "properties": { + "ip": { + "description": "IP is the IP address assigned to the host", + "type": "string" + } + }, + "type": "object" + }, "io.k8s.api.core.v1.HostPathVolumeSource": { "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.", "properties": { @@ -7589,11 +8205,19 @@ }, "type": "array" }, + "allocatedResourceStatuses": { + "additionalProperties": { + "type": "string" + }, + "description": "allocatedResourceStatuses stores status of resource being resized for the given PVC. Key names follow standard Kubernetes label syntax. Valid values are either:\n\t* Un-prefixed keys:\n\t\t- storage - the capacity of the volume.\n\t* Custom resources must use implementation-defined prefixed names such as \"example.com/my-custom-resource\"\nApart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used.\n\nClaimResourceStatus can be in any of following states:\n\t- ControllerResizeInProgress:\n\t\tState set when resize controller starts resizing the volume in control-plane.\n\t- ControllerResizeFailed:\n\t\tState set when resize has failed in resize controller with a terminal error.\n\t- NodeResizePending:\n\t\tState set when resize controller has finished resizing the volume but further resizing of\n\t\tvolume is needed on the node.\n\t- NodeResizeInProgress:\n\t\tState set when kubelet starts resizing the volume.\n\t- NodeResizeFailed:\n\t\tState set when resizing has failed in kubelet with a terminal error. Transient errors don't set\n\t\tNodeResizeFailed.\nFor example: if expanding a PVC for more capacity - this field can be one of the following states:\n\t- pvc.status.allocatedResourceStatus['storage'] = \"ControllerResizeInProgress\"\n - pvc.status.allocatedResourceStatus['storage'] = \"ControllerResizeFailed\"\n - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizePending\"\n - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizeInProgress\"\n - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizeFailed\"\nWhen this field is not set, it means that no resize operation is in progress for the given PVC.\n\nA controller that receives PVC update with previously unknown resourceName or ClaimResourceStatus should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC.\n\nThis is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", + "type": "object", + "x-kubernetes-map-type": "granular" + }, "allocatedResources": { "additionalProperties": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, - "description": "allocatedResources is the storage resource within AllocatedResources tracks the capacity allocated to a PVC. It may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", + "description": "allocatedResources tracks the resources allocated to a PVC including its capacity. Key names follow standard Kubernetes label syntax. Valid values are either:\n\t* Un-prefixed keys:\n\t\t- storage - the capacity of the volume.\n\t* Custom resources must use implementation-defined prefixed names such as \"example.com/my-custom-resource\"\nApart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used.\n\nCapacity reported here may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity.\n\nA controller that receives PVC update with previously unknown resourceName should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC.\n\nThis is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", "type": "object" }, "capacity": { @@ -7615,10 +8239,6 @@ "phase": { "description": "phase represents the current phase of PersistentVolumeClaim.", "type": "string" - }, - "resizeStatus": { - "description": "resizeStatus stores status of resize operation. ResizeStatus is not set by default but when expansion is complete resizeStatus is set to empty string by resize controller or kubelet. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", - "type": "string" } }, "type": "object" @@ -7834,6 +8454,10 @@ "io.k8s.api.core.v1.PersistentVolumeStatus": { "description": "PersistentVolumeStatus is the current status of a persistent volume.", "properties": { + "lastPhaseTransitionTime": { + "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions. This is an alpha field and requires enabling PersistentVolumeLastPhaseTransitionTime feature." + }, "message": { "description": "message is a human-readable message indicating details about why the volume is in this state.", "type": "string" @@ -8045,10 +8669,10 @@ "type": "object" }, "io.k8s.api.core.v1.PodIP": { - "description": "IP address information for entries in the (plural) PodIPs field. Each entry includes:\n\n\tIP: An IP address allocated to the pod. Routable at least within the cluster.", + "description": "PodIP represents a single IP address allocated to the pod.", "properties": { "ip": { - "description": "ip is an IP address (IPv4 or IPv6) assigned to the pod", + "description": "IP is the IP address assigned to the pod", "type": "string" } }, @@ -8135,6 +8759,23 @@ ], "type": "object" }, + "io.k8s.api.core.v1.PodResourceClaimStatus": { + "description": "PodResourceClaimStatus is stored in the PodStatus for each PodResourceClaim which references a ResourceClaimTemplate. It stores the generated name for the corresponding ResourceClaim.", + "properties": { + "name": { + "description": "Name uniquely identifies this resource claim inside the pod. This must match the name of an entry in pod.spec.resourceClaims, which implies that the string must be a DNS_LABEL.", + "type": "string" + }, + "resourceClaimName": { + "description": "ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod. It this is unset, then generating a ResourceClaim was not necessary. The pod.spec.resourceClaims entry can be ignored in this case.", + "type": "string" + } + }, + "required": [ + "name" + ], + "type": "object" + }, "io.k8s.api.core.v1.PodSchedulingGate": { "description": "PodSchedulingGate is associated to a Pod to guard its scheduling.", "properties": { @@ -8470,9 +9111,19 @@ "type": "array" }, "hostIP": { - "description": "IP address of the host to which the pod is assigned. Empty if not yet scheduled.", + "description": "hostIP holds the IP address of the host to which the pod is assigned. Empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns mean that HostIP will not be updated even if there is a node is assigned to pod", "type": "string" }, + "hostIPs": { + "description": "hostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must match the hostIP field. This list is empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns means that HostIPs will not be updated even if there is a node is assigned to this pod.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.HostIP" + }, + "type": "array", + "x-kubernetes-list-type": "atomic", + "x-kubernetes-patch-merge-key": "ip", + "x-kubernetes-patch-strategy": "merge" + }, "initContainerStatuses": { "description": "The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status", "items": { @@ -8493,7 +9144,7 @@ "type": "string" }, "podIP": { - "description": "IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.", + "description": "podIP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.", "type": "string" }, "podIPs": { @@ -8517,6 +9168,19 @@ "description": "Status of resources resize desired for pod's containers. It is empty if no resources resize is pending. Any changes to container resources will automatically set this to \"Proposed\"", "type": "string" }, + "resourceClaimStatuses": { + "description": "Status of resource claims.", + "items": { + "$ref": "#/definitions/io.k8s.api.core.v1.PodResourceClaimStatus" + }, + "type": "array", + "x-kubernetes-list-map-keys": [ + "name" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge,retainKeys" + }, "startTime": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod." @@ -9390,7 +10054,7 @@ "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { - "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is \"Localhost\".", + "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": "string" }, "type": { @@ -9836,7 +10500,7 @@ "description": "ServicePort contains information on service's port.", "properties": { "appProtocol": { - "description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol.", + "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", "type": "string" }, "name": { @@ -9927,7 +10591,7 @@ "type": "string" }, "loadBalancerIP": { - "description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations, and it cannot support dual-stack. As of Kubernetes v1.24, users are encouraged to use implementation-specific annotations when available. This field may be removed in a future API version.", + "description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations. Using it is non-portable and it may not support dual-stack. Users are encouraged to use implementation-specific annotations when available.", "type": "string" }, "loadBalancerSourceRanges": { @@ -10552,7 +11216,7 @@ "type": "string" }, "hostProcess": { - "description": "HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", + "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": "boolean" }, "runAsUserName": { @@ -10646,7 +11310,7 @@ "description": "EndpointPort represents a Port used by an EndpointSlice", "properties": { "appProtocol": { - "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", + "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", "type": "string" }, "name": { @@ -10914,6 +11578,22 @@ ], "type": "object" }, + "io.k8s.api.flowcontrol.v1beta2.ExemptPriorityLevelConfiguration": { + "description": "ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.", + "properties": { + "lendablePercent": { + "description": "`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.\n\nLendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )", + "format": "int32", + "type": "integer" + }, + "nominalConcurrencyShares": { + "description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of zero.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod": { "description": "FlowDistinguisherMethod specifies the method of a flow distinguisher.", "properties": { @@ -11312,6 +11992,10 @@ "io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationSpec": { "description": "PriorityLevelConfigurationSpec specifies the configuration of a priority level.", "properties": { + "exempt": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1beta2.ExemptPriorityLevelConfiguration", + "description": "`exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `\"Limited\"`. This field MAY be non-empty if `type` is `\"Exempt\"`. If empty and `type` is `\"Exempt\"` then the default values for `ExemptPriorityLevelConfiguration` apply." + }, "limited": { "$ref": "#/definitions/io.k8s.api.flowcontrol.v1beta2.LimitedPriorityLevelConfiguration", "description": "`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `\"Limited\"`." @@ -11329,6 +12013,7 @@ { "discriminator": "type", "fields-to-discriminateBy": { + "exempt": "Exempt", "limited": "Limited" } } @@ -11485,6 +12170,22 @@ ], "type": "object" }, + "io.k8s.api.flowcontrol.v1beta3.ExemptPriorityLevelConfiguration": { + "description": "ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.", + "properties": { + "lendablePercent": { + "description": "`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.\n\nLendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )", + "format": "int32", + "type": "integer" + }, + "nominalConcurrencyShares": { + "description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of zero.", + "format": "int32", + "type": "integer" + } + }, + "type": "object" + }, "io.k8s.api.flowcontrol.v1beta3.FlowDistinguisherMethod": { "description": "FlowDistinguisherMethod specifies the method of a flow distinguisher.", "properties": { @@ -11703,7 +12404,7 @@ "description": "`limitResponse` indicates what to do with requests that can not be executed right now" }, "nominalConcurrencyShares": { - "description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.", + "description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.", "format": "int32", "type": "integer" } @@ -11885,6 +12586,10 @@ "io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationSpec": { "description": "PriorityLevelConfigurationSpec specifies the configuration of a priority level.", "properties": { + "exempt": { + "$ref": "#/definitions/io.k8s.api.flowcontrol.v1beta3.ExemptPriorityLevelConfiguration", + "description": "`exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `\"Limited\"`. This field MAY be non-empty if `type` is `\"Exempt\"`. If empty and `type` is `\"Exempt\"` then the default values for `ExemptPriorityLevelConfiguration` apply." + }, "limited": { "$ref": "#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitedPriorityLevelConfiguration", "description": "`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `\"Limited\"`." @@ -11902,6 +12607,7 @@ { "discriminator": "type", "fields-to-discriminateBy": { + "exempt": "Exempt", "limited": "Limited" } } @@ -12488,10 +13194,6 @@ "spec": { "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicySpec", "description": "spec represents the specification of the desired behavior for this NetworkPolicy." - }, - "status": { - "$ref": "#/definitions/io.k8s.api.networking.v1.NetworkPolicyStatus", - "description": "status represents the current state of the NetworkPolicy. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, "type": "object", @@ -12652,25 +13354,6 @@ ], "type": "object" }, - "io.k8s.api.networking.v1.NetworkPolicyStatus": { - "description": "NetworkPolicyStatus describes the current state of the NetworkPolicy.", - "properties": { - "conditions": { - "description": "conditions holds an array of metav1.Condition that describe the state of the NetworkPolicy. Current service state", - "items": { - "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" - }, - "type": "array", - "x-kubernetes-list-map-keys": [ - "type" - ], - "x-kubernetes-list-type": "map", - "x-kubernetes-patch-merge-key": "type", - "x-kubernetes-patch-strategy": "merge" - } - }, - "type": "object" - }, "io.k8s.api.networking.v1.ServiceBackendPort": { "description": "ServiceBackendPort is the service port being referenced.", "properties": { @@ -13262,7 +13945,7 @@ }, "roleRef": { "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleRef", - "description": "RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error." + "description": "RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. This field is immutable." }, "subjects": { "description": "Subjects holds references to the objects the role applies to.", @@ -13459,7 +14142,7 @@ }, "roleRef": { "$ref": "#/definitions/io.k8s.api.rbac.v1.RoleRef", - "description": "RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error." + "description": "RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. This field is immutable." }, "subjects": { "description": "Subjects holds references to the objects the role applies to.", @@ -15465,6 +16148,10 @@ "io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ValidationRule": { "description": "ValidationRule describes a validation rule written in the CEL expression language.", "properties": { + "fieldPath": { + "description": "fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`", + "type": "string" + }, "message": { "description": "Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is \"failed rule: {Rule}\". e.g. \"must be a URL with the host matching spec.host\"", "type": "string" @@ -15473,6 +16160,10 @@ "description": "MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: \"x must be less than max (\"+string(self.max)+\")\"", "type": "string" }, + "reason": { + "description": "reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: \"FieldValueInvalid\", \"FieldValueForbidden\", \"FieldValueRequired\", \"FieldValueDuplicate\". If not set, default to use \"FieldValueInvalid\". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.", + "type": "string" + }, "rule": { "description": "Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {\"rule\": \"self.status.actual <= self.spec.maxDesired\"}\n\nIf the Rule is scoped to an object with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the Rule is scoped to an array, the elements of the array are accessible via `self[i]` and also by macros and functions. If the Rule is scoped to a scalar, `self` is bound to the scalar value. Examples: - Rule scoped to a map of objects: {\"rule\": \"self.components['Widget'].priority < 10\"} - Rule scoped to a list of integers: {\"rule\": \"self.values.all(value, value >= 0 && value < 100)\"} - Rule scoped to a string value: {\"rule\": \"self.startsWith('kube')\"}\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object and from any x-kubernetes-embedded-resource annotated objects. No other metadata properties are accessible.\n\nUnknown data preserved in custom resources via x-kubernetes-preserve-unknown-fields is not accessible in CEL expressions. This includes: - Unknown field values that are preserved by object schemas with x-kubernetes-preserve-unknown-fields. - Object properties where the property schema is of an \"unknown type\". An \"unknown type\" is recursively defined as:\n - A schema with no type and x-kubernetes-preserve-unknown-fields set to true\n - An array where the items schema is of an \"unknown type\"\n - An object where the additionalProperties schema is of an \"unknown type\"\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n - Rule accessing a property named \"namespace\": {\"rule\": \"self.__namespace__ > 0\"}\n - Rule accessing a property named \"x-prop\": {\"rule\": \"self.x__dash__prop > 0\"}\n - Rule accessing a property named \"redact__d\": {\"rule\": \"self.redact__underscores__d > 0\"}\n\nEquality on arrays with x-kubernetes-list-type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:\n - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and\n non-intersecting elements in `Y` are appended, retaining their partial order.\n - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values\n are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with\n non-intersecting keys are appended, retaining their partial order.", "type": "string" @@ -16178,9 +16869,7 @@ "properties": { "key": { "description": "key is the label key that the selector applies to.", - "type": "string", - "x-kubernetes-patch-merge-key": "key", - "x-kubernetes-patch-strategy": "merge" + "type": "string" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", diff --git a/helm-charts/nginx-ingress/v1.27.4/affinity-v1.json b/helm-charts/nginx-ingress/v1.28.0/affinity-v1.json similarity index 56% rename from helm-charts/nginx-ingress/v1.27.4/affinity-v1.json rename to helm-charts/nginx-ingress/v1.28.0/affinity-v1.json index 3b971018..d2ab7634 100644 --- a/helm-charts/nginx-ingress/v1.27.4/affinity-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/affinity-v1.json @@ -2,15 +2,15 @@ "description": "Affinity is a group of affinity scheduling rules.", "properties": { "nodeAffinity": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity", "description": "Describes node affinity scheduling rules for the pod." }, "podAffinity": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity", "description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))." }, "podAntiAffinity": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity", "description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/affinity.json b/helm-charts/nginx-ingress/v1.28.0/affinity.json similarity index 56% rename from helm-charts/nginx-ingress/v1.27.4/affinity.json rename to helm-charts/nginx-ingress/v1.28.0/affinity.json index 3b971018..d2ab7634 100644 --- a/helm-charts/nginx-ingress/v1.27.4/affinity.json +++ b/helm-charts/nginx-ingress/v1.28.0/affinity.json @@ -2,15 +2,15 @@ "description": "Affinity is a group of affinity scheduling rules.", "properties": { "nodeAffinity": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity", "description": "Describes node affinity scheduling rules for the pod." }, "podAffinity": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity", "description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))." }, "podAntiAffinity": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity", "description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/aggregationrule-rbac-v1.json b/helm-charts/nginx-ingress/v1.28.0/aggregationrule-rbac-v1.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/aggregationrule-rbac-v1.json rename to helm-charts/nginx-ingress/v1.28.0/aggregationrule-rbac-v1.json index 5b85376b..7735d26c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/aggregationrule-rbac-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/aggregationrule-rbac-v1.json @@ -4,7 +4,7 @@ "clusterRoleSelectors": { "description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/aggregationrule.json b/helm-charts/nginx-ingress/v1.28.0/aggregationrule.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/aggregationrule.json rename to helm-charts/nginx-ingress/v1.28.0/aggregationrule.json index 5b85376b..7735d26c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/aggregationrule.json +++ b/helm-charts/nginx-ingress/v1.28.0/aggregationrule.json @@ -4,7 +4,7 @@ "clusterRoleSelectors": { "description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.28.0/all.json b/helm-charts/nginx-ingress/v1.28.0/all.json new file mode 100644 index 00000000..4f30a02c --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/all.json @@ -0,0 +1,1714 @@ +{ + "oneOf": [ + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhook" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfigurationList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ServiceReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhook" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfigurationList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.AuditAnnotation" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ExpressionWarning" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchResources" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.NamedRuleWithOperations" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamKind" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamRef" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.TypeChecking" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicy" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBinding" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicySpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.Validation" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.Variable" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.AuditAnnotation" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ExpressionWarning" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.MatchCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.MatchResources" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.NamedRuleWithOperations" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ParamKind" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ParamRef" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.TypeChecking" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBindingList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBindingSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicySpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.Validation" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.Variable" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ControllerRevision" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ControllerRevisionList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSet" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetUpdateStrategy" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.Deployment" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStrategy" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSet" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDaemonSet" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDeployment" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSet" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetOrdinals" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetPersistentVolumeClaimRetentionPolicy" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetUpdateStrategy" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.BoundObjectReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.SelfSubjectReview" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.SelfSubjectReviewStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenRequest" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenRequestSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenRequestStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReview" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReviewSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReviewStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1alpha1.SelfSubjectReview" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1alpha1.SelfSubjectReviewStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1beta1.SelfSubjectReview" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1beta1.SelfSubjectReviewStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.LocalSubjectAccessReview" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceAttributes" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReview" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReview" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReview" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectRulesReviewStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.CrossVersionObjectReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.Scale" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.ScaleSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.ScaleStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ContainerResourceMetricSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ContainerResourceMetricStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ExternalMetricSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ExternalMetricStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingPolicy" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingRules" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ObjectMetricSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ObjectMetricStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.PodsMetricSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.PodsMetricStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ResourceMetricSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ResourceMetricStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.CronJob" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.Job" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobTemplateSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicy" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyOnExitCodesRequirement" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyOnPodConditionsPattern" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.UncountedTerminatedPods" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundleList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundleSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.coordination.v1.Lease" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.coordination.v1.LeaseList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.coordination.v1.LeaseSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Affinity" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AttachedVolume" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AzureFilePersistentVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AzureFileVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Binding" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CSIPersistentVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CSIVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Capabilities" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CephFSPersistentVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CephFSVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CinderPersistentVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CinderVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ClaimSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ClientIPConfig" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ComponentCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ComponentStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ComponentStatusList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMap" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapKeySelector" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapNodeConfigSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapProjection" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Container" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerImage" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerResizePolicy" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerState" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateRunning" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateTerminated" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateWaiting" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DaemonEndpoint" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIProjection" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EmptyDirVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EndpointAddress" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EndpointPort" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EndpointSubset" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Endpoints" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EndpointsList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvFromSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVarSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EphemeralContainer" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EphemeralVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Event" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EventList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EventSeries" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EventSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ExecAction" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FCVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FlexPersistentVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FlexVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FlockerVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GRPCAction" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GitRepoVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GlusterfsPersistentVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GlusterfsVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HTTPHeader" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HostAlias" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HostIP" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HostPathVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ISCSIPersistentVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ISCSIVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LifecycleHandler" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LimitRange" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeItem" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerIngress" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NFSVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Namespace" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Node" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAddress" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeDaemonEndpoints" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorTerm" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSystemInfo" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectFieldSelector" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolume" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimTemplate" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Pod" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfig" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfigOption" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodIP" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodOS" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodReadinessGate" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodResourceClaim" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodResourceClaimStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSchedulingGate" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSecurityContext" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplate" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PortStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PortworxVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PreferredSchedulingTerm" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ProjectedVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.QuobyteVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.RBDPersistentVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.RBDVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationController" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceClaim" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceFieldSelector" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuota" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SELinuxOptions" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ScaleIOPersistentVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ScaleIOVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ScopeSelector" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ScopedResourceSelectorRequirement" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SeccompProfile" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Secret" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretEnvSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretKeySelector" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretProjection" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Service" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccount" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccountList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccountTokenProjection" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServicePort" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SessionAffinityConfig" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.StorageOSPersistentVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.StorageOSVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Sysctl" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TCPSocketAction" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Taint" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TopologySelectorLabelRequirement" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TopologySelectorTerm" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TypedObjectReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeDevice" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeNodeAffinity" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeProjection" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.Endpoint" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointConditions" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointHints" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointPort" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointSlice" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointSliceList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.ForZone" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.events.v1.Event" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.events.v1.EventList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.events.v1.EventSeries" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.ExemptPriorityLevelConfiguration" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchema" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.GroupSubject" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.LimitResponse" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.LimitedPriorityLevelConfiguration" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.NonResourcePolicyRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PolicyRulesWithSubjects" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfiguration" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.QueuingConfiguration" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.ResourcePolicyRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.ServiceAccountSubject" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.Subject" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.UserSubject" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ExemptPriorityLevelConfiguration" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowDistinguisherMethod" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchema" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.GroupSubject" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitResponse" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitedPriorityLevelConfiguration" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.NonResourcePolicyRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PolicyRulesWithSubjects" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfiguration" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.QueuingConfiguration" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ResourcePolicyRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ServiceAccountSubject" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.Subject" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.UserSubject" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.HTTPIngressPath" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.HTTPIngressRuleValue" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IPBlock" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.Ingress" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressBackend" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClass" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassParametersReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerIngress" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressPortStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressServiceBackend" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressTLS" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicy" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyIngressRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicySpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.ServiceBackendPort" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDR" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddress" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddressList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddressSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ParentReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.node.v1.Overhead" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.node.v1.RuntimeClass" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.node.v1.RuntimeClassList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.node.v1.Scheduling" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.Eviction" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.AggregationRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRole" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRoleBindingList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRoleList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.PolicyRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.Role" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleBinding" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleBindingList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleRef" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.Subject" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.AllocationResult" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaim" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimConsumerReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimParametersReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSchedulingStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplate" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplateList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplateSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClass" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClassList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClassParametersReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceHandle" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.scheduling.v1.PriorityClass" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.scheduling.v1.PriorityClassList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriver" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriverList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriverSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSINode" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeDriver" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSIStorageCapacityList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.StorageClass" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.StorageClassList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.TokenRequest" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachment" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeError" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeNodeResources" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceScale" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresources" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ExternalDocumentation" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrArray" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrStringArray" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ServiceReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ValidationRule" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookClientConfig" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookConversion" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroupList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResource" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIVersions" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.version.Info" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus" + }, + { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference" + } + ] +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/allocationresult-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/allocationresult-resource-v1alpha2.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/allocationresult-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/allocationresult-resource-v1alpha2.json index 95b78826..caca1598 100644 --- a/helm-charts/nginx-ingress/v1.27.4/allocationresult-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/allocationresult-resource-v1alpha2.json @@ -2,13 +2,13 @@ "description": "AllocationResult contains attributes of an allocated resource.", "properties": { "availableOnNodes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", "description": "This field will get set by the resource driver after it has allocated the resource to inform the scheduler where it can schedule Pods using the ResourceClaim.\n\nSetting this field is optional. If null, the resource is available everywhere." }, "resourceHandles": { "description": "ResourceHandles contain the state associated with an allocation that should be maintained throughout the lifetime of a claim. Each ResourceHandle contains data that should be passed to a specific kubelet plugin once it lands on a node. This data is returned by the driver after a successful allocation and is opaque to Kubernetes. Driver documentation may explain to users how to interpret this data if needed.\n\nSetting this field is optional. It has a maximum size of 32 entries. If null (or empty), it is assumed this allocation will be processed by a single kubelet plugin with no ResourceHandle data attached. The name of the kubelet plugin invoked will match the DriverName set in the ResourceClaimStatus this AllocationResult is embedded in.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceHandle" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceHandle" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/allocationresult.json b/helm-charts/nginx-ingress/v1.28.0/allocationresult.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/allocationresult.json rename to helm-charts/nginx-ingress/v1.28.0/allocationresult.json index 95b78826..caca1598 100644 --- a/helm-charts/nginx-ingress/v1.27.4/allocationresult.json +++ b/helm-charts/nginx-ingress/v1.28.0/allocationresult.json @@ -2,13 +2,13 @@ "description": "AllocationResult contains attributes of an allocated resource.", "properties": { "availableOnNodes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", "description": "This field will get set by the resource driver after it has allocated the resource to inform the scheduler where it can schedule Pods using the ResourceClaim.\n\nSetting this field is optional. If null, the resource is available everywhere." }, "resourceHandles": { "description": "ResourceHandles contain the state associated with an allocation that should be maintained throughout the lifetime of a claim. Each ResourceHandle contains data that should be passed to a specific kubelet plugin once it lands on a node. This data is returned by the driver after a successful allocation and is opaque to Kubernetes. Driver documentation may explain to users how to interpret this data if needed.\n\nSetting this field is optional. It has a maximum size of 32 entries. If null (or empty), it is assumed this allocation will be processed by a single kubelet plugin with no ResourceHandle data attached. The name of the kubelet plugin invoked will match the DriverName set in the ResourceClaimStatus this AllocationResult is embedded in.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceHandle" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceHandle" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/apigroup-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/apigroup-meta-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/apigroup-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/apigroup-meta-v1.json index 4d82fcd4..2440b172 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apigroup-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/apigroup-meta-v1.json @@ -29,13 +29,13 @@ ] }, "preferredVersion": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery", "description": "preferredVersion is the version preferred by the API server, which probably is the storage version." }, "serverAddressByClientCIDRs": { "description": "a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR" }, "type": [ "array", @@ -45,7 +45,7 @@ "versions": { "description": "versions are the versions supported in this group.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/apigroup.json b/helm-charts/nginx-ingress/v1.28.0/apigroup.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/apigroup.json rename to helm-charts/nginx-ingress/v1.28.0/apigroup.json index ebe57e8f..9bd24d71 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apigroup.json +++ b/helm-charts/nginx-ingress/v1.28.0/apigroup.json @@ -26,13 +26,13 @@ ] }, "preferredVersion": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery", "description": "preferredVersion is the version preferred by the API server, which probably is the storage version." }, "serverAddressByClientCIDRs": { "description": "a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR" }, "type": [ "array", @@ -42,7 +42,7 @@ "versions": { "description": "versions are the versions supported in this group.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/apigrouplist-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/apigrouplist-meta-v1.json similarity index 88% rename from helm-charts/nginx-ingress/v1.27.4/apigrouplist-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/apigrouplist-meta-v1.json index 2eb165c3..5850e6aa 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apigrouplist-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/apigrouplist-meta-v1.json @@ -14,7 +14,7 @@ "groups": { "description": "groups is a list of APIGroup.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/apigrouplist.json b/helm-charts/nginx-ingress/v1.28.0/apigrouplist.json similarity index 88% rename from helm-charts/nginx-ingress/v1.27.4/apigrouplist.json rename to helm-charts/nginx-ingress/v1.28.0/apigrouplist.json index 7108cb76..36cd838e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apigrouplist.json +++ b/helm-charts/nginx-ingress/v1.28.0/apigrouplist.json @@ -11,7 +11,7 @@ "groups": { "description": "groups is a list of APIGroup.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/apiresource-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/apiresource-meta-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/apiresource-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/apiresource-meta-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/apiresource.json b/helm-charts/nginx-ingress/v1.28.0/apiresource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/apiresource.json rename to helm-charts/nginx-ingress/v1.28.0/apiresource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/apiresourcelist-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/apiresourcelist-meta-v1.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/apiresourcelist-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/apiresourcelist-meta-v1.json index e7847566..d9a3bc16 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiresourcelist-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiresourcelist-meta-v1.json @@ -31,7 +31,7 @@ "resources": { "description": "resources contains the name of the resources and if they are namespaced.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResource" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResource" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/apiresourcelist.json b/helm-charts/nginx-ingress/v1.28.0/apiresourcelist.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/apiresourcelist.json rename to helm-charts/nginx-ingress/v1.28.0/apiresourcelist.json index ccc66e03..7baee0e4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiresourcelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiresourcelist.json @@ -28,7 +28,7 @@ "resources": { "description": "resources contains the name of the resources and if they are namespaced.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResource" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResource" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/apiservice-apiregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/apiservice-apiregistration-v1.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/apiservice-apiregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/apiservice-apiregistration-v1.json index ab3881f1..c6ea18bd 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiservice-apiregistration-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiservice-apiregistration-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec", "description": "Spec contains information for locating and communicating with a server" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus", "description": "Status contains derived information about an API server" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/apiservice.json b/helm-charts/nginx-ingress/v1.28.0/apiservice.json similarity index 73% rename from helm-charts/nginx-ingress/v1.27.4/apiservice.json rename to helm-charts/nginx-ingress/v1.28.0/apiservice.json index c7bb1245..86bcc821 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiservice.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiservice.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec", "description": "Spec contains information for locating and communicating with a server" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus", "description": "Status contains derived information about an API server" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/apiservicecondition-apiregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/apiservicecondition-apiregistration-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/apiservicecondition-apiregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/apiservicecondition-apiregistration-v1.json index 735b17a7..aa18b1a5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiservicecondition-apiregistration-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiservicecondition-apiregistration-v1.json @@ -2,7 +2,7 @@ "description": "APIServiceCondition describes the state of an APIService at a particular point", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/apiservicecondition.json b/helm-charts/nginx-ingress/v1.28.0/apiservicecondition.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/apiservicecondition.json rename to helm-charts/nginx-ingress/v1.28.0/apiservicecondition.json index 735b17a7..aa18b1a5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiservicecondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiservicecondition.json @@ -2,7 +2,7 @@ "description": "APIServiceCondition describes the state of an APIService at a particular point", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/apiservicelist-apiregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/apiservicelist-apiregistration-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/apiservicelist-apiregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/apiservicelist-apiregistration-v1.json index 909274ba..1ea70df5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiservicelist-apiregistration-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiservicelist-apiregistration-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is the list of APIService", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/apiservicelist.json b/helm-charts/nginx-ingress/v1.28.0/apiservicelist.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/apiservicelist.json rename to helm-charts/nginx-ingress/v1.28.0/apiservicelist.json index 67806658..f3e045a5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiservicelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiservicelist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is the list of APIService", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/apiservicespec-apiregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/apiservicespec-apiregistration-v1.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/apiservicespec-apiregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/apiservicespec-apiregistration-v1.json index b294074a..b65f0f02 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiservicespec-apiregistration-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiservicespec-apiregistration-v1.json @@ -33,7 +33,7 @@ ] }, "service": { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference", "description": "Service is a reference to the service for this API server. It must communicate on port 443. If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled." }, "version": { diff --git a/helm-charts/nginx-ingress/v1.27.4/apiservicespec.json b/helm-charts/nginx-ingress/v1.28.0/apiservicespec.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/apiservicespec.json rename to helm-charts/nginx-ingress/v1.28.0/apiservicespec.json index b294074a..b65f0f02 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiservicespec.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiservicespec.json @@ -33,7 +33,7 @@ ] }, "service": { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference", "description": "Service is a reference to the service for this API server. It must communicate on port 443. If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled." }, "version": { diff --git a/helm-charts/nginx-ingress/v1.27.4/apiservicestatus-apiregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/apiservicestatus-apiregistration-v1.json similarity index 73% rename from helm-charts/nginx-ingress/v1.27.4/apiservicestatus-apiregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/apiservicestatus-apiregistration-v1.json index d8b56328..f37af7e3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiservicestatus-apiregistration-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiservicestatus-apiregistration-v1.json @@ -4,7 +4,7 @@ "conditions": { "description": "Current service state of apiService.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/apiservicestatus.json b/helm-charts/nginx-ingress/v1.28.0/apiservicestatus.json similarity index 73% rename from helm-charts/nginx-ingress/v1.27.4/apiservicestatus.json rename to helm-charts/nginx-ingress/v1.28.0/apiservicestatus.json index d8b56328..f37af7e3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiservicestatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiservicestatus.json @@ -4,7 +4,7 @@ "conditions": { "description": "Current service state of apiService.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/apiversions-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/apiversions-meta-v1.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/apiversions-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/apiversions-meta-v1.json index 5bf84b71..fdb5b5f5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiversions-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiversions-meta-v1.json @@ -24,7 +24,7 @@ "serverAddressByClientCIDRs": { "description": "a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/apiversions.json b/helm-charts/nginx-ingress/v1.28.0/apiversions.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/apiversions.json rename to helm-charts/nginx-ingress/v1.28.0/apiversions.json index 2b685e55..20edc21e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/apiversions.json +++ b/helm-charts/nginx-ingress/v1.28.0/apiversions.json @@ -21,7 +21,7 @@ "serverAddressByClientCIDRs": { "description": "a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/attachedvolume-v1.json b/helm-charts/nginx-ingress/v1.28.0/attachedvolume-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/attachedvolume-v1.json rename to helm-charts/nginx-ingress/v1.28.0/attachedvolume-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/attachedvolume.json b/helm-charts/nginx-ingress/v1.28.0/attachedvolume.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/attachedvolume.json rename to helm-charts/nginx-ingress/v1.28.0/attachedvolume.json diff --git a/helm-charts/nginx-ingress/v1.27.4/auditannotation-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/auditannotation-admissionregistration-v1alpha1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/auditannotation-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/auditannotation-admissionregistration-v1alpha1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/auditannotation.json b/helm-charts/nginx-ingress/v1.28.0/auditannotation-admissionregistration-v1beta1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/auditannotation.json rename to helm-charts/nginx-ingress/v1.28.0/auditannotation-admissionregistration-v1beta1.json diff --git a/helm-charts/nginx-ingress/v1.28.0/auditannotation.json b/helm-charts/nginx-ingress/v1.28.0/auditannotation.json new file mode 100644 index 00000000..a6d3ffb0 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/auditannotation.json @@ -0,0 +1,25 @@ +{ + "description": "AuditAnnotation describes how to produce an audit annotation for an API request.", + "properties": { + "key": { + "description": "key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length.\n\nThe key is combined with the resource name of the ValidatingAdmissionPolicy to construct an audit annotation key: \"{ValidatingAdmissionPolicy name}/{key}\".\n\nIf an admission webhook uses the same resource name as this ValidatingAdmissionPolicy and the same audit annotation key, the annotation key will be identical. In this case, the first annotation written with the key will be included in the audit event and all subsequent annotations with the same key will be discarded.\n\nRequired.", + "type": [ + "string", + "null" + ] + }, + "valueExpression": { + "description": "valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb.\n\nIf multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated list.\n\nRequired.", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "key", + "valueExpression" + ], + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/awselasticblockstorevolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/awselasticblockstorevolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/awselasticblockstorevolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/awselasticblockstorevolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/awselasticblockstorevolumesource.json b/helm-charts/nginx-ingress/v1.28.0/awselasticblockstorevolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/awselasticblockstorevolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/awselasticblockstorevolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/azurediskvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/azurediskvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/azurediskvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/azurediskvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/azurediskvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/azurediskvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/azurediskvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/azurediskvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/azurefilepersistentvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/azurefilepersistentvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/azurefilepersistentvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/azurefilepersistentvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/azurefilepersistentvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/azurefilepersistentvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/azurefilepersistentvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/azurefilepersistentvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/azurefilevolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/azurefilevolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/azurefilevolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/azurefilevolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/azurefilevolumesource.json b/helm-charts/nginx-ingress/v1.28.0/azurefilevolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/azurefilevolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/azurefilevolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/binding-v1.json b/helm-charts/nginx-ingress/v1.28.0/binding-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/binding-v1.json rename to helm-charts/nginx-ingress/v1.28.0/binding-v1.json index 7d035026..b389cc74 100644 --- a/helm-charts/nginx-ingress/v1.27.4/binding-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/binding-v1.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "target": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "The target object that you want to bind to the standard object." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/binding.json b/helm-charts/nginx-ingress/v1.28.0/binding.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/binding.json rename to helm-charts/nginx-ingress/v1.28.0/binding.json index b9130eca..1c346158 100644 --- a/helm-charts/nginx-ingress/v1.27.4/binding.json +++ b/helm-charts/nginx-ingress/v1.28.0/binding.json @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "target": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "The target object that you want to bind to the standard object." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/boundobjectreference-authentication-v1.json b/helm-charts/nginx-ingress/v1.28.0/boundobjectreference-authentication-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/boundobjectreference-authentication-v1.json rename to helm-charts/nginx-ingress/v1.28.0/boundobjectreference-authentication-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/boundobjectreference.json b/helm-charts/nginx-ingress/v1.28.0/boundobjectreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/boundobjectreference.json rename to helm-charts/nginx-ingress/v1.28.0/boundobjectreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/capabilities-v1.json b/helm-charts/nginx-ingress/v1.28.0/capabilities-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/capabilities-v1.json rename to helm-charts/nginx-ingress/v1.28.0/capabilities-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/capabilities.json b/helm-charts/nginx-ingress/v1.28.0/capabilities.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/capabilities.json rename to helm-charts/nginx-ingress/v1.28.0/capabilities.json diff --git a/helm-charts/nginx-ingress/v1.27.4/cephfspersistentvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/cephfspersistentvolumesource-v1.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/cephfspersistentvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/cephfspersistentvolumesource-v1.json index 08138e49..2f825f14 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cephfspersistentvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/cephfspersistentvolumesource-v1.json @@ -36,7 +36,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it" }, "user": { diff --git a/helm-charts/nginx-ingress/v1.27.4/cephfspersistentvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/cephfspersistentvolumesource.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/cephfspersistentvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/cephfspersistentvolumesource.json index 08138e49..2f825f14 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cephfspersistentvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/cephfspersistentvolumesource.json @@ -36,7 +36,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it" }, "user": { diff --git a/helm-charts/nginx-ingress/v1.27.4/cephfsvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/cephfsvolumesource-v1.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/cephfsvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/cephfsvolumesource-v1.json index 16c0d132..506a739d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cephfsvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/cephfsvolumesource-v1.json @@ -36,7 +36,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it" }, "user": { diff --git a/helm-charts/nginx-ingress/v1.27.4/cephfsvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/cephfsvolumesource.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/cephfsvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/cephfsvolumesource.json index 16c0d132..506a739d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cephfsvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/cephfsvolumesource.json @@ -36,7 +36,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it" }, "user": { diff --git a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequest-certificates-v1.json b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequest-certificates-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/certificatesigningrequest-certificates-v1.json rename to helm-charts/nginx-ingress/v1.28.0/certificatesigningrequest-certificates-v1.json index e7836fb1..a7a2b56c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequest-certificates-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequest-certificates-v1.json @@ -22,14 +22,14 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestSpec", "description": "spec contains the certificate request, and is immutable after creation. Only the request, signerName, expirationSeconds, and usages fields can be set on creation. Other fields are derived by Kubernetes and cannot be modified by users." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestStatus", "description": "status contains information about whether the request is approved or denied, and the certificate issued by the signer, or the failure condition indicating signer failure." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequest.json b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequest.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/certificatesigningrequest.json rename to helm-charts/nginx-ingress/v1.28.0/certificatesigningrequest.json index 4b95c5ac..8257b03c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequest.json +++ b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequest.json @@ -19,14 +19,14 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestSpec", "description": "spec contains the certificate request, and is immutable after creation. Only the request, signerName, expirationSeconds, and usages fields can be set on creation. Other fields are derived by Kubernetes and cannot be modified by users." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestStatus", "description": "status contains information about whether the request is approved or denied, and the certificate issued by the signer, or the failure condition indicating signer failure." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestcondition-certificates-v1.json b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestcondition-certificates-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestcondition-certificates-v1.json rename to helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestcondition-certificates-v1.json index 6ebf6dbe..aae19bb8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestcondition-certificates-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestcondition-certificates-v1.json @@ -2,11 +2,11 @@ "description": "CertificateSigningRequestCondition describes a condition of a CertificateSigningRequest object", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastTransitionTime is the time the condition last transitioned from one status to another. If unset, when a new condition type is added or an existing condition's status is changed, the server defaults this to the current time." }, "lastUpdateTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastUpdateTime is the time of the last update to this condition" }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestcondition.json b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestcondition.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestcondition.json rename to helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestcondition.json index 6ebf6dbe..aae19bb8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestcondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestcondition.json @@ -2,11 +2,11 @@ "description": "CertificateSigningRequestCondition describes a condition of a CertificateSigningRequest object", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastTransitionTime is the time the condition last transitioned from one status to another. If unset, when a new condition type is added or an existing condition's status is changed, the server defaults this to the current time." }, "lastUpdateTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastUpdateTime is the time of the last update to this condition" }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestlist-certificates-v1.json b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestlist-certificates-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestlist-certificates-v1.json rename to helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestlist-certificates-v1.json index 26ae9168..6d1480ff 100644 --- a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestlist-certificates-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestlist-certificates-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is a collection of CertificateSigningRequest objects", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } }, "required": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestlist.json b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestlist.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestlist.json rename to helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestlist.json index 49d16c80..4a7d905f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestlist.json @@ -11,7 +11,7 @@ "items": { "description": "items is a collection of CertificateSigningRequest objects", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } }, "required": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestspec-certificates-v1.json b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestspec-certificates-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestspec-certificates-v1.json rename to helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestspec-certificates-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestspec.json b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestspec.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/certificatesigningrequestspec.json rename to helm-charts/nginx-ingress/v1.28.0/certificatesigningrequestspec.json diff --git a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequeststatus-certificates-v1.json b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequeststatus-certificates-v1.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/certificatesigningrequeststatus-certificates-v1.json rename to helm-charts/nginx-ingress/v1.28.0/certificatesigningrequeststatus-certificates-v1.json index df9df425..19725cba 100644 --- a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequeststatus-certificates-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequeststatus-certificates-v1.json @@ -13,7 +13,7 @@ "conditions": { "description": "conditions applied to the request. Known conditions are \"Approved\", \"Denied\", and \"Failed\".", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequeststatus.json b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequeststatus.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/certificatesigningrequeststatus.json rename to helm-charts/nginx-ingress/v1.28.0/certificatesigningrequeststatus.json index df9df425..19725cba 100644 --- a/helm-charts/nginx-ingress/v1.27.4/certificatesigningrequeststatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/certificatesigningrequeststatus.json @@ -13,7 +13,7 @@ "conditions": { "description": "conditions applied to the request. Known conditions are \"Approved\", \"Denied\", and \"Failed\".", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/cinderpersistentvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/cinderpersistentvolumesource-v1.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/cinderpersistentvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/cinderpersistentvolumesource-v1.json index 8ca012be..6d1af2ea 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cinderpersistentvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/cinderpersistentvolumesource-v1.json @@ -16,7 +16,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack." }, "volumeID": { diff --git a/helm-charts/nginx-ingress/v1.27.4/cinderpersistentvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/cinderpersistentvolumesource.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/cinderpersistentvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/cinderpersistentvolumesource.json index 8ca012be..6d1af2ea 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cinderpersistentvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/cinderpersistentvolumesource.json @@ -16,7 +16,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack." }, "volumeID": { diff --git a/helm-charts/nginx-ingress/v1.27.4/cindervolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/cindervolumesource-v1.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/cindervolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/cindervolumesource-v1.json index 896fe19f..7102cca4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cindervolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/cindervolumesource-v1.json @@ -16,7 +16,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef is optional: points to a secret object containing parameters used to connect to OpenStack." }, "volumeID": { diff --git a/helm-charts/nginx-ingress/v1.27.4/cindervolumesource.json b/helm-charts/nginx-ingress/v1.28.0/cindervolumesource.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/cindervolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/cindervolumesource.json index 896fe19f..7102cca4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cindervolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/cindervolumesource.json @@ -16,7 +16,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef is optional: points to a secret object containing parameters used to connect to OpenStack." }, "volumeID": { diff --git a/helm-charts/nginx-ingress/v1.27.4/claimsource-v1.json b/helm-charts/nginx-ingress/v1.28.0/claimsource-v1.json similarity index 56% rename from helm-charts/nginx-ingress/v1.27.4/claimsource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/claimsource-v1.json index 688ac10d..d83992c9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/claimsource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/claimsource-v1.json @@ -9,7 +9,7 @@ ] }, "resourceClaimTemplateName": { - "description": "ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.\n\nThe template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The name of the ResourceClaim will be -, where is the PodResourceClaim.Name. Pod validation will reject the pod if the concatenated name is not valid for a ResourceClaim (e.g. too long).\n\nAn existing ResourceClaim with that name that is not owned by the pod will not be used for the pod to avoid using an unrelated resource by mistake. Scheduling and pod startup are then blocked until the unrelated ResourceClaim is removed.\n\nThis field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.", + "description": "ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.\n\nThe template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.\n\nThis field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.", "type": [ "string", "null" diff --git a/helm-charts/nginx-ingress/v1.27.4/claimsource.json b/helm-charts/nginx-ingress/v1.28.0/claimsource.json similarity index 56% rename from helm-charts/nginx-ingress/v1.27.4/claimsource.json rename to helm-charts/nginx-ingress/v1.28.0/claimsource.json index 688ac10d..d83992c9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/claimsource.json +++ b/helm-charts/nginx-ingress/v1.28.0/claimsource.json @@ -9,7 +9,7 @@ ] }, "resourceClaimTemplateName": { - "description": "ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.\n\nThe template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The name of the ResourceClaim will be -, where is the PodResourceClaim.Name. Pod validation will reject the pod if the concatenated name is not valid for a ResourceClaim (e.g. too long).\n\nAn existing ResourceClaim with that name that is not owned by the pod will not be used for the pod to avoid using an unrelated resource by mistake. Scheduling and pod startup are then blocked until the unrelated ResourceClaim is removed.\n\nThis field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.", + "description": "ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.\n\nThe template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.\n\nThis field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.", "type": [ "string", "null" diff --git a/helm-charts/nginx-ingress/v1.27.4/clientipconfig-v1.json b/helm-charts/nginx-ingress/v1.28.0/clientipconfig-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/clientipconfig-v1.json rename to helm-charts/nginx-ingress/v1.28.0/clientipconfig-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/clientipconfig.json b/helm-charts/nginx-ingress/v1.28.0/clientipconfig.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/clientipconfig.json rename to helm-charts/nginx-ingress/v1.28.0/clientipconfig.json diff --git a/helm-charts/nginx-ingress/v1.27.4/clustercidr-networking-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/clustercidr-networking-v1alpha1.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/clustercidr-networking-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/clustercidr-networking-v1alpha1.json index d000928a..24cfe7ec 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clustercidr-networking-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/clustercidr-networking-v1alpha1.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRSpec", "description": "spec is the desired state of the ClusterCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/clustercidr.json b/helm-charts/nginx-ingress/v1.28.0/clustercidr.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/clustercidr.json rename to helm-charts/nginx-ingress/v1.28.0/clustercidr.json index 63235e92..4f878543 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clustercidr.json +++ b/helm-charts/nginx-ingress/v1.28.0/clustercidr.json @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDRSpec", "description": "spec is the desired state of the ClusterCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/clustercidrlist-networking-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/clustercidrlist-networking-v1alpha1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/clustercidrlist-networking-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/clustercidrlist-networking-v1alpha1.json index f53eb2eb..5f1a150b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clustercidrlist-networking-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/clustercidrlist-networking-v1alpha1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of ClusterCIDRs.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDR" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDR" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/clustercidrlist.json b/helm-charts/nginx-ingress/v1.28.0/clustercidrlist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/clustercidrlist.json rename to helm-charts/nginx-ingress/v1.28.0/clustercidrlist.json index 9888f4d3..931deff8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clustercidrlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/clustercidrlist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of ClusterCIDRs.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDR" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ClusterCIDR" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/clustercidrspec-networking-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/clustercidrspec-networking-v1alpha1.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/clustercidrspec-networking-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/clustercidrspec-networking-v1alpha1.json index 4ad39c27..19bda376 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clustercidrspec-networking-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/clustercidrspec-networking-v1alpha1.json @@ -16,7 +16,7 @@ ] }, "nodeSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", "description": "nodeSelector defines which nodes the config is applicable to. An empty or nil nodeSelector selects all nodes. This field is immutable." }, "perNodeHostBits": { diff --git a/helm-charts/nginx-ingress/v1.27.4/clustercidrspec.json b/helm-charts/nginx-ingress/v1.28.0/clustercidrspec.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/clustercidrspec.json rename to helm-charts/nginx-ingress/v1.28.0/clustercidrspec.json index 4ad39c27..19bda376 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clustercidrspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/clustercidrspec.json @@ -16,7 +16,7 @@ ] }, "nodeSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", "description": "nodeSelector defines which nodes the config is applicable to. An empty or nil nodeSelector selects all nodes. This field is immutable." }, "perNodeHostBits": { diff --git a/helm-charts/nginx-ingress/v1.27.4/clusterrole-rbac-v1.json b/helm-charts/nginx-ingress/v1.28.0/clusterrole-rbac-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/clusterrole-rbac-v1.json rename to helm-charts/nginx-ingress/v1.28.0/clusterrole-rbac-v1.json index 600c959e..88cefa85 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clusterrole-rbac-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/clusterrole-rbac-v1.json @@ -2,7 +2,7 @@ "description": "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.", "properties": { "aggregationRule": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.AggregationRule", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.AggregationRule", "description": "AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller." }, "apiVersion": { @@ -26,13 +26,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata." }, "rules": { "description": "Rules holds all the PolicyRules for this ClusterRole", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.PolicyRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.PolicyRule" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/clusterrole.json b/helm-charts/nginx-ingress/v1.28.0/clusterrole.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/clusterrole.json rename to helm-charts/nginx-ingress/v1.28.0/clusterrole.json index 9e0b819a..fa831689 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clusterrole.json +++ b/helm-charts/nginx-ingress/v1.28.0/clusterrole.json @@ -2,7 +2,7 @@ "description": "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.", "properties": { "aggregationRule": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.AggregationRule", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.AggregationRule", "description": "AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller." }, "apiVersion": { @@ -23,13 +23,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata." }, "rules": { "description": "Rules holds all the PolicyRules for this ClusterRole", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.PolicyRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.PolicyRule" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/clusterrolebinding-rbac-v1.json b/helm-charts/nginx-ingress/v1.28.0/clusterrolebinding-rbac-v1.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/clusterrolebinding-rbac-v1.json rename to helm-charts/nginx-ingress/v1.28.0/clusterrolebinding-rbac-v1.json index 69fd660d..0d447029 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clusterrolebinding-rbac-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/clusterrolebinding-rbac-v1.json @@ -22,17 +22,17 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata." }, "roleRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleRef", - "description": "RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error." + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleRef", + "description": "RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. This field is immutable." }, "subjects": { "description": "Subjects holds references to the objects the role applies to.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.Subject" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.Subject" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/clusterrolebinding.json b/helm-charts/nginx-ingress/v1.28.0/clusterrolebinding.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/clusterrolebinding.json rename to helm-charts/nginx-ingress/v1.28.0/clusterrolebinding.json index 2c53510d..3a85f859 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clusterrolebinding.json +++ b/helm-charts/nginx-ingress/v1.28.0/clusterrolebinding.json @@ -19,17 +19,17 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata." }, "roleRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleRef", - "description": "RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error." + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleRef", + "description": "RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. This field is immutable." }, "subjects": { "description": "Subjects holds references to the objects the role applies to.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.Subject" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.Subject" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/clusterrolebindinglist-rbac-v1.json b/helm-charts/nginx-ingress/v1.28.0/clusterrolebindinglist-rbac-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/clusterrolebindinglist-rbac-v1.json rename to helm-charts/nginx-ingress/v1.28.0/clusterrolebindinglist-rbac-v1.json index 45498177..081c4a38 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clusterrolebindinglist-rbac-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/clusterrolebindinglist-rbac-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is a list of ClusterRoleBindings", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/clusterrolebindinglist.json b/helm-charts/nginx-ingress/v1.28.0/clusterrolebindinglist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/clusterrolebindinglist.json rename to helm-charts/nginx-ingress/v1.28.0/clusterrolebindinglist.json index 58c9abd1..76553831 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clusterrolebindinglist.json +++ b/helm-charts/nginx-ingress/v1.28.0/clusterrolebindinglist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is a list of ClusterRoleBindings", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/clusterrolelist-rbac-v1.json b/helm-charts/nginx-ingress/v1.28.0/clusterrolelist-rbac-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/clusterrolelist-rbac-v1.json rename to helm-charts/nginx-ingress/v1.28.0/clusterrolelist-rbac-v1.json index 4790e459..fd782bf8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clusterrolelist-rbac-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/clusterrolelist-rbac-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is a list of ClusterRoles", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRole" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRole" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/clusterrolelist.json b/helm-charts/nginx-ingress/v1.28.0/clusterrolelist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/clusterrolelist.json rename to helm-charts/nginx-ingress/v1.28.0/clusterrolelist.json index cbfdaeb7..90995ca6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clusterrolelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/clusterrolelist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is a list of ClusterRoles", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRole" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.ClusterRole" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/clustertrustbundle-certificates-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/clustertrustbundle-certificates-v1alpha1.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/clustertrustbundle-certificates-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/clustertrustbundle-certificates-v1alpha1.json index e8b78155..c95e3bff 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clustertrustbundle-certificates-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/clustertrustbundle-certificates-v1alpha1.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "metadata contains the object metadata." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundleSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundleSpec", "description": "spec contains the signer (if any) and trust anchors." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/clustertrustbundle.json b/helm-charts/nginx-ingress/v1.28.0/clustertrustbundle.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/clustertrustbundle.json rename to helm-charts/nginx-ingress/v1.28.0/clustertrustbundle.json index 4cb710ed..79ff381b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clustertrustbundle.json +++ b/helm-charts/nginx-ingress/v1.28.0/clustertrustbundle.json @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "metadata contains the object metadata." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundleSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundleSpec", "description": "spec contains the signer (if any) and trust anchors." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/clustertrustbundlelist-certificates-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/clustertrustbundlelist-certificates-v1alpha1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/clustertrustbundlelist-certificates-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/clustertrustbundlelist-certificates-v1alpha1.json index e792b455..9dea4cbb 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clustertrustbundlelist-certificates-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/clustertrustbundlelist-certificates-v1alpha1.json @@ -14,7 +14,7 @@ "items": { "description": "items is a collection of ClusterTrustBundle objects", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "metadata contains the list metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/clustertrustbundlelist.json b/helm-charts/nginx-ingress/v1.28.0/clustertrustbundlelist.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/clustertrustbundlelist.json rename to helm-charts/nginx-ingress/v1.28.0/clustertrustbundlelist.json index b127c851..5d86f326 100644 --- a/helm-charts/nginx-ingress/v1.27.4/clustertrustbundlelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/clustertrustbundlelist.json @@ -11,7 +11,7 @@ "items": { "description": "items is a collection of ClusterTrustBundle objects", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.certificates.v1alpha1.ClusterTrustBundle" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "metadata contains the list metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/clustertrustbundlespec-certificates-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/clustertrustbundlespec-certificates-v1alpha1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/clustertrustbundlespec-certificates-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/clustertrustbundlespec-certificates-v1alpha1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/clustertrustbundlespec.json b/helm-charts/nginx-ingress/v1.28.0/clustertrustbundlespec.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/clustertrustbundlespec.json rename to helm-charts/nginx-ingress/v1.28.0/clustertrustbundlespec.json diff --git a/helm-charts/nginx-ingress/v1.27.4/componentcondition-v1.json b/helm-charts/nginx-ingress/v1.28.0/componentcondition-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/componentcondition-v1.json rename to helm-charts/nginx-ingress/v1.28.0/componentcondition-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/componentcondition.json b/helm-charts/nginx-ingress/v1.28.0/componentcondition.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/componentcondition.json rename to helm-charts/nginx-ingress/v1.28.0/componentcondition.json diff --git a/helm-charts/nginx-ingress/v1.27.4/componentstatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/componentstatus-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/componentstatus-v1.json rename to helm-charts/nginx-ingress/v1.28.0/componentstatus-v1.json index 0b3637a0..461a1cc2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/componentstatus-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/componentstatus-v1.json @@ -14,7 +14,7 @@ "conditions": { "description": "List of component conditions observed", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ComponentCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ComponentCondition" }, "type": [ "array", @@ -34,7 +34,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/componentstatus.json b/helm-charts/nginx-ingress/v1.28.0/componentstatus.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/componentstatus.json rename to helm-charts/nginx-ingress/v1.28.0/componentstatus.json index 03246fae..fb45d898 100644 --- a/helm-charts/nginx-ingress/v1.27.4/componentstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/componentstatus.json @@ -11,7 +11,7 @@ "conditions": { "description": "List of component conditions observed", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ComponentCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ComponentCondition" }, "type": [ "array", @@ -31,7 +31,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/componentstatuslist-v1.json b/helm-charts/nginx-ingress/v1.28.0/componentstatuslist-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/componentstatuslist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/componentstatuslist-v1.json index 1e4884b5..835b8e00 100644 --- a/helm-charts/nginx-ingress/v1.27.4/componentstatuslist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/componentstatuslist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "List of ComponentStatus objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ComponentStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ComponentStatus" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/componentstatuslist.json b/helm-charts/nginx-ingress/v1.28.0/componentstatuslist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/componentstatuslist.json rename to helm-charts/nginx-ingress/v1.28.0/componentstatuslist.json index a27f61ca..7aeb9cfd 100644 --- a/helm-charts/nginx-ingress/v1.27.4/componentstatuslist.json +++ b/helm-charts/nginx-ingress/v1.28.0/componentstatuslist.json @@ -11,7 +11,7 @@ "items": { "description": "List of ComponentStatus objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ComponentStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ComponentStatus" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/condition-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/condition-meta-v1.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/condition-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/condition-meta-v1.json index 1af1bf68..d44f330f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/condition-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/condition-meta-v1.json @@ -2,7 +2,7 @@ "description": "Condition contains details for one aspect of the current state of this API Resource.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/condition.json b/helm-charts/nginx-ingress/v1.28.0/condition.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/condition.json rename to helm-charts/nginx-ingress/v1.28.0/condition.json index 1af1bf68..d44f330f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/condition.json +++ b/helm-charts/nginx-ingress/v1.28.0/condition.json @@ -2,7 +2,7 @@ "description": "Condition contains details for one aspect of the current state of this API Resource.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/configmap-v1.json b/helm-charts/nginx-ingress/v1.28.0/configmap-v1.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/configmap-v1.json rename to helm-charts/nginx-ingress/v1.28.0/configmap-v1.json index 0cb0675f..903ab8e2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/configmap-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/configmap-v1.json @@ -56,7 +56,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/configmap.json b/helm-charts/nginx-ingress/v1.28.0/configmap.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/configmap.json rename to helm-charts/nginx-ingress/v1.28.0/configmap.json index 63514f51..545cf0e0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/configmap.json +++ b/helm-charts/nginx-ingress/v1.28.0/configmap.json @@ -53,7 +53,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/configmapenvsource-v1.json b/helm-charts/nginx-ingress/v1.28.0/configmapenvsource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/configmapenvsource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/configmapenvsource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/configmapenvsource.json b/helm-charts/nginx-ingress/v1.28.0/configmapenvsource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/configmapenvsource.json rename to helm-charts/nginx-ingress/v1.28.0/configmapenvsource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/configmapkeyselector-v1.json b/helm-charts/nginx-ingress/v1.28.0/configmapkeyselector-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/configmapkeyselector-v1.json rename to helm-charts/nginx-ingress/v1.28.0/configmapkeyselector-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/configmapkeyselector.json b/helm-charts/nginx-ingress/v1.28.0/configmapkeyselector.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/configmapkeyselector.json rename to helm-charts/nginx-ingress/v1.28.0/configmapkeyselector.json diff --git a/helm-charts/nginx-ingress/v1.27.4/configmaplist-v1.json b/helm-charts/nginx-ingress/v1.28.0/configmaplist-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/configmaplist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/configmaplist-v1.json index b9486b15..5ba1a3bb 100644 --- a/helm-charts/nginx-ingress/v1.27.4/configmaplist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/configmaplist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is the list of ConfigMaps.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMap" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMap" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/configmaplist.json b/helm-charts/nginx-ingress/v1.28.0/configmaplist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/configmaplist.json rename to helm-charts/nginx-ingress/v1.28.0/configmaplist.json index 43bb12d3..bac49bfa 100644 --- a/helm-charts/nginx-ingress/v1.27.4/configmaplist.json +++ b/helm-charts/nginx-ingress/v1.28.0/configmaplist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is the list of ConfigMaps.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMap" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMap" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/configmapnodeconfigsource-v1.json b/helm-charts/nginx-ingress/v1.28.0/configmapnodeconfigsource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/configmapnodeconfigsource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/configmapnodeconfigsource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/configmapnodeconfigsource.json b/helm-charts/nginx-ingress/v1.28.0/configmapnodeconfigsource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/configmapnodeconfigsource.json rename to helm-charts/nginx-ingress/v1.28.0/configmapnodeconfigsource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/configmapprojection-v1.json b/helm-charts/nginx-ingress/v1.28.0/configmapprojection-v1.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/configmapprojection-v1.json rename to helm-charts/nginx-ingress/v1.28.0/configmapprojection-v1.json index 5d48c406..5e06efde 100644 --- a/helm-charts/nginx-ingress/v1.27.4/configmapprojection-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/configmapprojection-v1.json @@ -4,7 +4,7 @@ "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/configmapprojection.json b/helm-charts/nginx-ingress/v1.28.0/configmapprojection.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/configmapprojection.json rename to helm-charts/nginx-ingress/v1.28.0/configmapprojection.json index 5d48c406..5e06efde 100644 --- a/helm-charts/nginx-ingress/v1.27.4/configmapprojection.json +++ b/helm-charts/nginx-ingress/v1.28.0/configmapprojection.json @@ -4,7 +4,7 @@ "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/configmapvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/configmapvolumesource-v1.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/configmapvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/configmapvolumesource-v1.json index b0564e18..c8bd87b8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/configmapvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/configmapvolumesource-v1.json @@ -12,7 +12,7 @@ "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/configmapvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/configmapvolumesource.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/configmapvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/configmapvolumesource.json index b0564e18..c8bd87b8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/configmapvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/configmapvolumesource.json @@ -12,7 +12,7 @@ "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/container-v1.json b/helm-charts/nginx-ingress/v1.28.0/container-v1.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/container-v1.json rename to helm-charts/nginx-ingress/v1.28.0/container-v1.json index 3a232072..5b7bc403 100644 --- a/helm-charts/nginx-ingress/v1.27.4/container-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/container-v1.json @@ -30,7 +30,7 @@ "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "type": [ "array", @@ -42,7 +42,7 @@ "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvFromSource" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvFromSource" }, "type": [ "array", @@ -64,11 +64,11 @@ ] }, "lifecycle": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle", "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated." }, "livenessProbe": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "name": { @@ -81,7 +81,7 @@ "ports": { "description": "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort" }, "type": [ "array", @@ -96,13 +96,13 @@ "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "description": "Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerResizePolicy" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerResizePolicy" }, "type": [ "array", @@ -111,15 +111,22 @@ "x-kubernetes-list-type": "atomic" }, "resources": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/" }, + "restartPolicy": { + "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", + "type": [ + "string", + "null" + ] + }, "securityContext": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "description": "SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/" }, "startupProbe": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "description": "StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "stdin": { @@ -160,7 +167,7 @@ "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeDevice" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeDevice" }, "type": [ "array", @@ -172,7 +179,7 @@ "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/container.json b/helm-charts/nginx-ingress/v1.28.0/container.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/container.json rename to helm-charts/nginx-ingress/v1.28.0/container.json index 3a232072..5b7bc403 100644 --- a/helm-charts/nginx-ingress/v1.27.4/container.json +++ b/helm-charts/nginx-ingress/v1.28.0/container.json @@ -30,7 +30,7 @@ "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "type": [ "array", @@ -42,7 +42,7 @@ "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvFromSource" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvFromSource" }, "type": [ "array", @@ -64,11 +64,11 @@ ] }, "lifecycle": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle", "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated." }, "livenessProbe": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "name": { @@ -81,7 +81,7 @@ "ports": { "description": "List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort" }, "type": [ "array", @@ -96,13 +96,13 @@ "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "description": "Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerResizePolicy" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerResizePolicy" }, "type": [ "array", @@ -111,15 +111,22 @@ "x-kubernetes-list-type": "atomic" }, "resources": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/" }, + "restartPolicy": { + "description": "RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is \"Always\". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as \"Always\" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy \"Always\" will be shut down. This lifecycle differs from normal init containers and is often referred to as a \"sidecar\" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.", + "type": [ + "string", + "null" + ] + }, "securityContext": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "description": "SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/" }, "startupProbe": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "description": "StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "stdin": { @@ -160,7 +167,7 @@ "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeDevice" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeDevice" }, "type": [ "array", @@ -172,7 +179,7 @@ "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/containerimage-v1.json b/helm-charts/nginx-ingress/v1.28.0/containerimage-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/containerimage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/containerimage-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/containerimage.json b/helm-charts/nginx-ingress/v1.28.0/containerimage.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/containerimage.json rename to helm-charts/nginx-ingress/v1.28.0/containerimage.json diff --git a/helm-charts/nginx-ingress/v1.27.4/containerport-v1.json b/helm-charts/nginx-ingress/v1.28.0/containerport-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/containerport-v1.json rename to helm-charts/nginx-ingress/v1.28.0/containerport-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/containerport.json b/helm-charts/nginx-ingress/v1.28.0/containerport.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/containerport.json rename to helm-charts/nginx-ingress/v1.28.0/containerport.json diff --git a/helm-charts/nginx-ingress/v1.27.4/containerresizepolicy-v1.json b/helm-charts/nginx-ingress/v1.28.0/containerresizepolicy-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/containerresizepolicy-v1.json rename to helm-charts/nginx-ingress/v1.28.0/containerresizepolicy-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/containerresizepolicy.json b/helm-charts/nginx-ingress/v1.28.0/containerresizepolicy.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/containerresizepolicy.json rename to helm-charts/nginx-ingress/v1.28.0/containerresizepolicy.json diff --git a/helm-charts/nginx-ingress/v1.27.4/containerresourcemetricsource-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/containerresourcemetricsource-autoscaling-v2.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/containerresourcemetricsource-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/containerresourcemetricsource-autoscaling-v2.json index 95f8581a..11357342 100644 --- a/helm-charts/nginx-ingress/v1.27.4/containerresourcemetricsource-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/containerresourcemetricsource-autoscaling-v2.json @@ -16,7 +16,7 @@ ] }, "target": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", "description": "target specifies the target value for the given metric" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/containerresourcemetricsource.json b/helm-charts/nginx-ingress/v1.28.0/containerresourcemetricsource.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/containerresourcemetricsource.json rename to helm-charts/nginx-ingress/v1.28.0/containerresourcemetricsource.json index 95f8581a..11357342 100644 --- a/helm-charts/nginx-ingress/v1.27.4/containerresourcemetricsource.json +++ b/helm-charts/nginx-ingress/v1.28.0/containerresourcemetricsource.json @@ -16,7 +16,7 @@ ] }, "target": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", "description": "target specifies the target value for the given metric" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/containerresourcemetricstatus-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/containerresourcemetricstatus-autoscaling-v2.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/containerresourcemetricstatus-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/containerresourcemetricstatus-autoscaling-v2.json index 977e9cf8..d498043d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/containerresourcemetricstatus-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/containerresourcemetricstatus-autoscaling-v2.json @@ -9,7 +9,7 @@ ] }, "current": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", "description": "current contains the current value for the given metric" }, "name": { diff --git a/helm-charts/nginx-ingress/v1.27.4/containerresourcemetricstatus.json b/helm-charts/nginx-ingress/v1.28.0/containerresourcemetricstatus.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/containerresourcemetricstatus.json rename to helm-charts/nginx-ingress/v1.28.0/containerresourcemetricstatus.json index 977e9cf8..d498043d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/containerresourcemetricstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/containerresourcemetricstatus.json @@ -9,7 +9,7 @@ ] }, "current": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", "description": "current contains the current value for the given metric" }, "name": { diff --git a/helm-charts/nginx-ingress/v1.27.4/containerstate-v1.json b/helm-charts/nginx-ingress/v1.28.0/containerstate-v1.json similarity index 51% rename from helm-charts/nginx-ingress/v1.27.4/containerstate-v1.json rename to helm-charts/nginx-ingress/v1.28.0/containerstate-v1.json index 9e88b9b4..b922d7bf 100644 --- a/helm-charts/nginx-ingress/v1.27.4/containerstate-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/containerstate-v1.json @@ -2,15 +2,15 @@ "description": "ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.", "properties": { "running": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateRunning", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateRunning", "description": "Details about a running container" }, "terminated": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateTerminated", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateTerminated", "description": "Details about a terminated container" }, "waiting": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateWaiting", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateWaiting", "description": "Details about a waiting container" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/containerstate.json b/helm-charts/nginx-ingress/v1.28.0/containerstate.json similarity index 51% rename from helm-charts/nginx-ingress/v1.27.4/containerstate.json rename to helm-charts/nginx-ingress/v1.28.0/containerstate.json index 9e88b9b4..b922d7bf 100644 --- a/helm-charts/nginx-ingress/v1.27.4/containerstate.json +++ b/helm-charts/nginx-ingress/v1.28.0/containerstate.json @@ -2,15 +2,15 @@ "description": "ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.", "properties": { "running": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateRunning", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateRunning", "description": "Details about a running container" }, "terminated": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateTerminated", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateTerminated", "description": "Details about a terminated container" }, "waiting": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateWaiting", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStateWaiting", "description": "Details about a waiting container" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/containerstaterunning-v1.json b/helm-charts/nginx-ingress/v1.28.0/containerstaterunning-v1.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/containerstaterunning-v1.json rename to helm-charts/nginx-ingress/v1.28.0/containerstaterunning-v1.json index a7387f5e..4847bc29 100644 --- a/helm-charts/nginx-ingress/v1.27.4/containerstaterunning-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/containerstaterunning-v1.json @@ -2,7 +2,7 @@ "description": "ContainerStateRunning is a running state of a container.", "properties": { "startedAt": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Time at which the container was last (re-)started" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/containerstaterunning.json b/helm-charts/nginx-ingress/v1.28.0/containerstaterunning.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/containerstaterunning.json rename to helm-charts/nginx-ingress/v1.28.0/containerstaterunning.json index a7387f5e..4847bc29 100644 --- a/helm-charts/nginx-ingress/v1.27.4/containerstaterunning.json +++ b/helm-charts/nginx-ingress/v1.28.0/containerstaterunning.json @@ -2,7 +2,7 @@ "description": "ContainerStateRunning is a running state of a container.", "properties": { "startedAt": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Time at which the container was last (re-)started" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/containerstateterminated-v1.json b/helm-charts/nginx-ingress/v1.28.0/containerstateterminated-v1.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/containerstateterminated-v1.json rename to helm-charts/nginx-ingress/v1.28.0/containerstateterminated-v1.json index 14fa2a6d..cb95e5c8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/containerstateterminated-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/containerstateterminated-v1.json @@ -17,7 +17,7 @@ ] }, "finishedAt": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Time at which the container last terminated" }, "message": { @@ -43,7 +43,7 @@ ] }, "startedAt": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Time at which previous execution of the container started" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/containerstateterminated.json b/helm-charts/nginx-ingress/v1.28.0/containerstateterminated.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/containerstateterminated.json rename to helm-charts/nginx-ingress/v1.28.0/containerstateterminated.json index 14fa2a6d..cb95e5c8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/containerstateterminated.json +++ b/helm-charts/nginx-ingress/v1.28.0/containerstateterminated.json @@ -17,7 +17,7 @@ ] }, "finishedAt": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Time at which the container last terminated" }, "message": { @@ -43,7 +43,7 @@ ] }, "startedAt": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Time at which previous execution of the container started" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/containerstatewaiting-v1.json b/helm-charts/nginx-ingress/v1.28.0/containerstatewaiting-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/containerstatewaiting-v1.json rename to helm-charts/nginx-ingress/v1.28.0/containerstatewaiting-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/containerstatewaiting.json b/helm-charts/nginx-ingress/v1.28.0/containerstatewaiting.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/containerstatewaiting.json rename to helm-charts/nginx-ingress/v1.28.0/containerstatewaiting.json diff --git a/helm-charts/nginx-ingress/v1.27.4/containerstatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/containerstatus-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/containerstatus-v1.json rename to helm-charts/nginx-ingress/v1.28.0/containerstatus-v1.json index edfc9f16..9ebd1742 100644 --- a/helm-charts/nginx-ingress/v1.27.4/containerstatus-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/containerstatus-v1.json @@ -3,7 +3,7 @@ "properties": { "allocatedResources": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.", "type": [ @@ -33,7 +33,7 @@ ] }, "lastState": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerState", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerState", "description": "LastTerminationState holds the last termination state of the container to help debug container crashes and restarts. This field is not populated if the container is still running and RestartCount is 0." }, "name": { @@ -51,7 +51,7 @@ ] }, "resources": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "description": "Resources represents the compute resource requests and limits that have been successfully enacted on the running container after it has been started or has been successfully resized." }, "restartCount": { @@ -70,7 +70,7 @@ ] }, "state": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerState", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerState", "description": "State holds details about the container's current condition." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/containerstatus.json b/helm-charts/nginx-ingress/v1.28.0/containerstatus.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/containerstatus.json rename to helm-charts/nginx-ingress/v1.28.0/containerstatus.json index edfc9f16..9ebd1742 100644 --- a/helm-charts/nginx-ingress/v1.27.4/containerstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/containerstatus.json @@ -3,7 +3,7 @@ "properties": { "allocatedResources": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.", "type": [ @@ -33,7 +33,7 @@ ] }, "lastState": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerState", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerState", "description": "LastTerminationState holds the last termination state of the container to help debug container crashes and restarts. This field is not populated if the container is still running and RestartCount is 0." }, "name": { @@ -51,7 +51,7 @@ ] }, "resources": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "description": "Resources represents the compute resource requests and limits that have been successfully enacted on the running container after it has been started or has been successfully resized." }, "restartCount": { @@ -70,7 +70,7 @@ ] }, "state": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerState", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerState", "description": "State holds details about the container's current condition." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/controllerrevision-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/controllerrevision-apps-v1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/controllerrevision-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/controllerrevision-apps-v1.json index 9ac7b5d7..58778c91 100644 --- a/helm-charts/nginx-ingress/v1.27.4/controllerrevision-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/controllerrevision-apps-v1.json @@ -12,7 +12,7 @@ ] }, "data": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension", "description": "Data is the serialized representation of the state." }, "kind": { @@ -26,7 +26,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "revision": { diff --git a/helm-charts/nginx-ingress/v1.27.4/controllerrevision.json b/helm-charts/nginx-ingress/v1.28.0/controllerrevision.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/controllerrevision.json rename to helm-charts/nginx-ingress/v1.28.0/controllerrevision.json index f66cfd9f..e5831d0b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/controllerrevision.json +++ b/helm-charts/nginx-ingress/v1.28.0/controllerrevision.json @@ -9,7 +9,7 @@ ] }, "data": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension", "description": "Data is the serialized representation of the state." }, "kind": { @@ -23,7 +23,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "revision": { diff --git a/helm-charts/nginx-ingress/v1.27.4/controllerrevisionlist-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/controllerrevisionlist-apps-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/controllerrevisionlist-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/controllerrevisionlist-apps-v1.json index 11420d65..2c0fac2d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/controllerrevisionlist-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/controllerrevisionlist-apps-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is the list of ControllerRevisions", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ControllerRevision" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ControllerRevision" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/controllerrevisionlist.json b/helm-charts/nginx-ingress/v1.28.0/controllerrevisionlist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/controllerrevisionlist.json rename to helm-charts/nginx-ingress/v1.28.0/controllerrevisionlist.json index 140bb886..125f9e06 100644 --- a/helm-charts/nginx-ingress/v1.27.4/controllerrevisionlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/controllerrevisionlist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is the list of ControllerRevisions", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ControllerRevision" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ControllerRevision" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/cronjob-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/cronjob-batch-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/cronjob-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/cronjob-batch-v1.json index 721e61fa..05f3eafb 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cronjob-batch-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/cronjob-batch-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobSpec", "description": "Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobStatus", "description": "Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/cronjob.json b/helm-charts/nginx-ingress/v1.28.0/cronjob.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/cronjob.json rename to helm-charts/nginx-ingress/v1.28.0/cronjob.json index d6790b44..dc23b1e4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cronjob.json +++ b/helm-charts/nginx-ingress/v1.28.0/cronjob.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobSpec", "description": "Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.CronJobStatus", "description": "Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/cronjoblist-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/cronjoblist-batch-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/cronjoblist-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/cronjoblist-batch-v1.json index cf87b080..184715df 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cronjoblist-batch-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/cronjoblist-batch-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of CronJobs.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.CronJob" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.CronJob" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/cronjoblist.json b/helm-charts/nginx-ingress/v1.28.0/cronjoblist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/cronjoblist.json rename to helm-charts/nginx-ingress/v1.28.0/cronjoblist.json index e68a1685..e751808b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cronjoblist.json +++ b/helm-charts/nginx-ingress/v1.28.0/cronjoblist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of CronJobs.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.CronJob" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.CronJob" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/cronjobspec-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/cronjobspec-batch-v1.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/cronjobspec-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/cronjobspec-batch-v1.json index ff80ba83..2fdf8185 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cronjobspec-batch-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/cronjobspec-batch-v1.json @@ -17,7 +17,7 @@ ] }, "jobTemplate": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobTemplateSpec", "description": "Specifies the job that will be created when executing a CronJob." }, "schedule": { diff --git a/helm-charts/nginx-ingress/v1.27.4/cronjobspec.json b/helm-charts/nginx-ingress/v1.28.0/cronjobspec.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/cronjobspec.json rename to helm-charts/nginx-ingress/v1.28.0/cronjobspec.json index ff80ba83..2fdf8185 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cronjobspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/cronjobspec.json @@ -17,7 +17,7 @@ ] }, "jobTemplate": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobTemplateSpec", "description": "Specifies the job that will be created when executing a CronJob." }, "schedule": { diff --git a/helm-charts/nginx-ingress/v1.27.4/cronjobstatus-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/cronjobstatus-batch-v1.json similarity index 56% rename from helm-charts/nginx-ingress/v1.27.4/cronjobstatus-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/cronjobstatus-batch-v1.json index a8931119..3fb0734e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cronjobstatus-batch-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/cronjobstatus-batch-v1.json @@ -4,7 +4,7 @@ "active": { "description": "A list of pointers to currently running jobs.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference" }, "type": [ "array", @@ -13,11 +13,11 @@ "x-kubernetes-list-type": "atomic" }, "lastScheduleTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Information when was the last time the job was successfully scheduled." }, "lastSuccessfulTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Information when was the last time the job successfully completed." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/cronjobstatus.json b/helm-charts/nginx-ingress/v1.28.0/cronjobstatus.json similarity index 56% rename from helm-charts/nginx-ingress/v1.27.4/cronjobstatus.json rename to helm-charts/nginx-ingress/v1.28.0/cronjobstatus.json index a8931119..3fb0734e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/cronjobstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/cronjobstatus.json @@ -4,7 +4,7 @@ "active": { "description": "A list of pointers to currently running jobs.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference" }, "type": [ "array", @@ -13,11 +13,11 @@ "x-kubernetes-list-type": "atomic" }, "lastScheduleTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Information when was the last time the job was successfully scheduled." }, "lastSuccessfulTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Information when was the last time the job successfully completed." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/crossversionobjectreference-autoscaling-v1.json b/helm-charts/nginx-ingress/v1.28.0/crossversionobjectreference-autoscaling-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/crossversionobjectreference-autoscaling-v1.json rename to helm-charts/nginx-ingress/v1.28.0/crossversionobjectreference-autoscaling-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/crossversionobjectreference-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/crossversionobjectreference-autoscaling-v2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/crossversionobjectreference-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/crossversionobjectreference-autoscaling-v2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/crossversionobjectreference.json b/helm-charts/nginx-ingress/v1.28.0/crossversionobjectreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/crossversionobjectreference.json rename to helm-charts/nginx-ingress/v1.28.0/crossversionobjectreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/csidriver-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/csidriver-storage-v1.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/csidriver-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/csidriver-storage-v1.json index b6458338..5cd665f0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csidriver-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/csidriver-storage-v1.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata. metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriverSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriverSpec", "description": "spec represents the specification of the CSI Driver." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/csidriver.json b/helm-charts/nginx-ingress/v1.28.0/csidriver.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/csidriver.json rename to helm-charts/nginx-ingress/v1.28.0/csidriver.json index 7d9d8866..fd85c4a7 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csidriver.json +++ b/helm-charts/nginx-ingress/v1.28.0/csidriver.json @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata. metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriverSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriverSpec", "description": "spec represents the specification of the CSI Driver." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/csidriverlist-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/csidriverlist-storage-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/csidriverlist-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/csidriverlist-storage-v1.json index a0e0e434..ae1428fa 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csidriverlist-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/csidriverlist-storage-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of CSIDriver", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriver" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriver" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/csidriverlist.json b/helm-charts/nginx-ingress/v1.28.0/csidriverlist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/csidriverlist.json rename to helm-charts/nginx-ingress/v1.28.0/csidriverlist.json index 2fbdd426..02ed1bdc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csidriverlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/csidriverlist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of CSIDriver", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriver" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSIDriver" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/csidriverspec-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/csidriverspec-storage-v1.json similarity index 97% rename from helm-charts/nginx-ingress/v1.27.4/csidriverspec-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/csidriverspec-storage-v1.json index 768d6d15..53670019 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csidriverspec-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/csidriverspec-storage-v1.json @@ -46,7 +46,7 @@ "tokenRequests": { "description": "tokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: \"csi.storage.k8s.io/serviceAccount.tokens\": {\n \"\": {\n \"token\": ,\n \"expirationTimestamp\": ,\n },\n ...\n}\n\nNote: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.TokenRequest" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.TokenRequest" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/csidriverspec.json b/helm-charts/nginx-ingress/v1.28.0/csidriverspec.json similarity index 97% rename from helm-charts/nginx-ingress/v1.27.4/csidriverspec.json rename to helm-charts/nginx-ingress/v1.28.0/csidriverspec.json index 768d6d15..53670019 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csidriverspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/csidriverspec.json @@ -46,7 +46,7 @@ "tokenRequests": { "description": "tokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: \"csi.storage.k8s.io/serviceAccount.tokens\": {\n \"\": {\n \"token\": ,\n \"expirationTimestamp\": ,\n },\n ...\n}\n\nNote: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.TokenRequest" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.TokenRequest" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/csinode-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/csinode-storage-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/csinode-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/csinode-storage-v1.json index 48b650ba..012c0dfc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csinode-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/csinode-storage-v1.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. metadata.name must be the Kubernetes node name." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeSpec", "description": "spec is the specification of CSINode" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/csinode.json b/helm-charts/nginx-ingress/v1.28.0/csinode.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/csinode.json rename to helm-charts/nginx-ingress/v1.28.0/csinode.json index f71ca9a6..207b07f5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csinode.json +++ b/helm-charts/nginx-ingress/v1.28.0/csinode.json @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. metadata.name must be the Kubernetes node name." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeSpec", "description": "spec is the specification of CSINode" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/csinodedriver-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/csinodedriver-storage-v1.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/csinodedriver-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/csinodedriver-storage-v1.json index 7095d2eb..3070506e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csinodedriver-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/csinodedriver-storage-v1.json @@ -2,7 +2,7 @@ "description": "CSINodeDriver holds information about the specification of one CSI driver installed on a node", "properties": { "allocatable": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeNodeResources", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeNodeResources", "description": "allocatable represents the volume resources of a node that are available for scheduling. This field is beta." }, "name": { diff --git a/helm-charts/nginx-ingress/v1.27.4/csinodedriver.json b/helm-charts/nginx-ingress/v1.28.0/csinodedriver.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/csinodedriver.json rename to helm-charts/nginx-ingress/v1.28.0/csinodedriver.json index 7095d2eb..3070506e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csinodedriver.json +++ b/helm-charts/nginx-ingress/v1.28.0/csinodedriver.json @@ -2,7 +2,7 @@ "description": "CSINodeDriver holds information about the specification of one CSI driver installed on a node", "properties": { "allocatable": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeNodeResources", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeNodeResources", "description": "allocatable represents the volume resources of a node that are available for scheduling. This field is beta." }, "name": { diff --git a/helm-charts/nginx-ingress/v1.27.4/csinodelist-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/csinodelist-storage-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/csinodelist-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/csinodelist-storage-v1.json index 37005bde..27ba872f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csinodelist-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/csinodelist-storage-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of CSINode", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSINode" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSINode" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/csinodelist.json b/helm-charts/nginx-ingress/v1.28.0/csinodelist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/csinodelist.json rename to helm-charts/nginx-ingress/v1.28.0/csinodelist.json index 968d9bf6..793e0a4d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csinodelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/csinodelist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of CSINode", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSINode" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSINode" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/csinodespec-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/csinodespec-storage-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/csinodespec-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/csinodespec-storage-v1.json index 3f7545eb..e609a478 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csinodespec-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/csinodespec-storage-v1.json @@ -4,7 +4,7 @@ "drivers": { "description": "drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeDriver" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeDriver" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/csinodespec.json b/helm-charts/nginx-ingress/v1.28.0/csinodespec.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/csinodespec.json rename to helm-charts/nginx-ingress/v1.28.0/csinodespec.json index 3f7545eb..e609a478 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csinodespec.json +++ b/helm-charts/nginx-ingress/v1.28.0/csinodespec.json @@ -4,7 +4,7 @@ "drivers": { "description": "drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeDriver" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSINodeDriver" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/csipersistentvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/csipersistentvolumesource-v1.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/csipersistentvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/csipersistentvolumesource-v1.json index bc9df990..cc801287 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csipersistentvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/csipersistentvolumesource-v1.json @@ -2,11 +2,11 @@ "description": "Represents storage that is managed by an external CSI volume driver (Beta feature)", "properties": { "controllerExpandSecretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "controllerExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerExpandVolume call. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed." }, "controllerPublishSecretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "controllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed." }, "driver": { @@ -24,15 +24,15 @@ ] }, "nodeExpandSecretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "nodeExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeExpandVolume call. This is a beta field which is enabled default by CSINodeExpandSecret feature gate. This field is optional, may be omitted if no secret is required. If the secret object contains more than one secret, all secrets are passed." }, "nodePublishSecretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed." }, "nodeStageSecretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "nodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume and NodeUnstageVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed." }, "readOnly": { diff --git a/helm-charts/nginx-ingress/v1.27.4/csipersistentvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/csipersistentvolumesource.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/csipersistentvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/csipersistentvolumesource.json index bc9df990..cc801287 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csipersistentvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/csipersistentvolumesource.json @@ -2,11 +2,11 @@ "description": "Represents storage that is managed by an external CSI volume driver (Beta feature)", "properties": { "controllerExpandSecretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "controllerExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerExpandVolume call. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed." }, "controllerPublishSecretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "controllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed." }, "driver": { @@ -24,15 +24,15 @@ ] }, "nodeExpandSecretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "nodeExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeExpandVolume call. This is a beta field which is enabled default by CSINodeExpandSecret feature gate. This field is optional, may be omitted if no secret is required. If the secret object contains more than one secret, all secrets are passed." }, "nodePublishSecretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed." }, "nodeStageSecretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "nodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume and NodeUnstageVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed." }, "readOnly": { diff --git a/helm-charts/nginx-ingress/v1.27.4/csistoragecapacity-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/csistoragecapacity-storage-v1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/csistoragecapacity-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/csistoragecapacity-storage-v1.json index 38286f5b..a90c9ae9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csistoragecapacity-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/csistoragecapacity-storage-v1.json @@ -12,7 +12,7 @@ ] }, "capacity": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.\n\nThe semantic is currently (CSI spec 1.2) defined as: The available capacity, in bytes, of the storage that can be used to provision volumes. If not set, that information is currently unavailable." }, "kind": { @@ -26,15 +26,15 @@ ] }, "maximumVolumeSize": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.\n\nThis is defined since CSI spec 1.4.0 as the largest size that may be used in a CreateVolumeRequest.capacity_range.required_bytes field to create a volume with the same parameters as those in GetCapacityRequest. The corresponding value in the Kubernetes API is ResourceRequirements.Requests in a volume claim." }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. The name has no particular meaning. It must be a DNS subdomain (dots allowed, 253 characters). To ensure that there are no conflicts with other CSI drivers on the cluster, the recommendation is to use csisc-, a generated name, or a reverse-domain name which ends with the unique CSI driver name.\n\nObjects are namespaced.\n\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "nodeTopology": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "nodeTopology defines which nodes have access to the storage for which capacity was reported. If not set, the storage is not accessible from any node in the cluster. If empty, the storage is accessible from all nodes. This field is immutable." }, "storageClassName": { diff --git a/helm-charts/nginx-ingress/v1.27.4/csistoragecapacity.json b/helm-charts/nginx-ingress/v1.28.0/csistoragecapacity.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/csistoragecapacity.json rename to helm-charts/nginx-ingress/v1.28.0/csistoragecapacity.json index 7c88b709..ffc99de3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csistoragecapacity.json +++ b/helm-charts/nginx-ingress/v1.28.0/csistoragecapacity.json @@ -9,7 +9,7 @@ ] }, "capacity": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.\n\nThe semantic is currently (CSI spec 1.2) defined as: The available capacity, in bytes, of the storage that can be used to provision volumes. If not set, that information is currently unavailable." }, "kind": { @@ -23,15 +23,15 @@ ] }, "maximumVolumeSize": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields.\n\nThis is defined since CSI spec 1.4.0 as the largest size that may be used in a CreateVolumeRequest.capacity_range.required_bytes field to create a volume with the same parameters as those in GetCapacityRequest. The corresponding value in the Kubernetes API is ResourceRequirements.Requests in a volume claim." }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. The name has no particular meaning. It must be a DNS subdomain (dots allowed, 253 characters). To ensure that there are no conflicts with other CSI drivers on the cluster, the recommendation is to use csisc-, a generated name, or a reverse-domain name which ends with the unique CSI driver name.\n\nObjects are namespaced.\n\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "nodeTopology": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "nodeTopology defines which nodes have access to the storage for which capacity was reported. If not set, the storage is not accessible from any node in the cluster. If empty, the storage is accessible from all nodes. This field is immutable." }, "storageClassName": { diff --git a/helm-charts/nginx-ingress/v1.27.4/csistoragecapacitylist-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/csistoragecapacitylist-storage-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/csistoragecapacitylist-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/csistoragecapacitylist-storage-v1.json index 7e177e5b..83c72903 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csistoragecapacitylist-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/csistoragecapacitylist-storage-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of CSIStorageCapacity objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity" }, "type": [ "array", @@ -36,7 +36,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/csistoragecapacitylist.json b/helm-charts/nginx-ingress/v1.28.0/csistoragecapacitylist.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/csistoragecapacitylist.json rename to helm-charts/nginx-ingress/v1.28.0/csistoragecapacitylist.json index 15be4cf5..8714e077 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csistoragecapacitylist.json +++ b/helm-charts/nginx-ingress/v1.28.0/csistoragecapacitylist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of CSIStorageCapacity objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.CSIStorageCapacity" }, "type": [ "array", @@ -33,7 +33,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/csivolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/csivolumesource-v1.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/csivolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/csivolumesource-v1.json index 375794d2..79064c7f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csivolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/csivolumesource-v1.json @@ -16,7 +16,7 @@ ] }, "nodePublishSecretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secret references are passed." }, "readOnly": { diff --git a/helm-charts/nginx-ingress/v1.27.4/csivolumesource.json b/helm-charts/nginx-ingress/v1.28.0/csivolumesource.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/csivolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/csivolumesource.json index 375794d2..79064c7f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/csivolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/csivolumesource.json @@ -16,7 +16,7 @@ ] }, "nodePublishSecretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secret references are passed." }, "readOnly": { diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcecolumndefinition-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourcecolumndefinition-apiextensions-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/customresourcecolumndefinition-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcecolumndefinition-apiextensions-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcecolumndefinition.json b/helm-charts/nginx-ingress/v1.28.0/customresourcecolumndefinition.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/customresourcecolumndefinition.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcecolumndefinition.json diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourceconversion-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourceconversion-apiextensions-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/customresourceconversion-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourceconversion-apiextensions-v1.json index 5653098c..0ae3a4da 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourceconversion-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourceconversion-apiextensions-v1.json @@ -9,7 +9,7 @@ ] }, "webhook": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookConversion", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookConversion", "description": "webhook describes how to call the conversion webhook. Required when `strategy` is set to `\"Webhook\"`." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourceconversion.json b/helm-charts/nginx-ingress/v1.28.0/customresourceconversion.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/customresourceconversion.json rename to helm-charts/nginx-ingress/v1.28.0/customresourceconversion.json index 5653098c..0ae3a4da 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourceconversion.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourceconversion.json @@ -9,7 +9,7 @@ ] }, "webhook": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookConversion", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookConversion", "description": "webhook describes how to call the conversion webhook. Required when `strategy` is set to `\"Webhook\"`." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinition-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinition-apiextensions-v1.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinition-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinition-apiextensions-v1.json index ee793ece..4a9b267f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinition-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinition-apiextensions-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec", "description": "spec describes how the user wants the resources to appear" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionStatus", "description": "status indicates the actual state of the CustomResourceDefinition" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinition.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinition.json similarity index 73% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinition.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinition.json index 0f8b7e88..0589a1ef 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinition.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinition.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec", "description": "spec describes how the user wants the resources to appear" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionStatus", "description": "status indicates the actual state of the CustomResourceDefinition" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitioncondition-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitioncondition-apiextensions-v1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinitioncondition-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinitioncondition-apiextensions-v1.json index 61f35d7c..c5bc4fe5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitioncondition-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitioncondition-apiextensions-v1.json @@ -2,7 +2,7 @@ "description": "CustomResourceDefinitionCondition contains details for the current condition of this pod.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastTransitionTime last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitioncondition.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitioncondition.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinitioncondition.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinitioncondition.json index 61f35d7c..c5bc4fe5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitioncondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitioncondition.json @@ -2,7 +2,7 @@ "description": "CustomResourceDefinitionCondition contains details for the current condition of this pod.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastTransitionTime last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionlist-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionlist-apiextensions-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionlist-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionlist-apiextensions-v1.json index 86a3a955..9ca72d3f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionlist-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionlist-apiextensions-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items list individual CustomResourceDefinition objects", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionlist.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionlist.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionlist.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionlist.json index d3363bca..e8a194f0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionlist.json @@ -11,7 +11,7 @@ "items": { "description": "items list individual CustomResourceDefinition objects", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionnames-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionnames-apiextensions-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionnames-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionnames-apiextensions-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionnames.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionnames.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionnames.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionnames.json diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionspec-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionspec-apiextensions-v1.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionspec-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionspec-apiextensions-v1.json index e592d02f..eb0c9abe 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionspec-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionspec-apiextensions-v1.json @@ -2,7 +2,7 @@ "description": "CustomResourceDefinitionSpec describes how a user wants their resource to appear", "properties": { "conversion": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion", "description": "conversion defines conversion settings for the CRD." }, "group": { @@ -13,7 +13,7 @@ ] }, "names": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames", "description": "names specify the resource and kind names for the custom resource." }, "preserveUnknownFields": { @@ -33,7 +33,7 @@ "versions": { "description": "versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionspec.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionspec.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionspec.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionspec.json index e592d02f..eb0c9abe 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionspec.json @@ -2,7 +2,7 @@ "description": "CustomResourceDefinitionSpec describes how a user wants their resource to appear", "properties": { "conversion": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion", "description": "conversion defines conversion settings for the CRD." }, "group": { @@ -13,7 +13,7 @@ ] }, "names": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames", "description": "names specify the resource and kind names for the custom resource." }, "preserveUnknownFields": { @@ -33,7 +33,7 @@ "versions": { "description": "versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionstatus-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionstatus-apiextensions-v1.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionstatus-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionstatus-apiextensions-v1.json index c3f4ee60..62352dc9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionstatus-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionstatus-apiextensions-v1.json @@ -2,13 +2,13 @@ "description": "CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition", "properties": { "acceptedNames": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames", "description": "acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec." }, "conditions": { "description": "conditions indicate state for particular aspects of a CustomResourceDefinition", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionstatus.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionstatus.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionstatus.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionstatus.json index c3f4ee60..62352dc9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionstatus.json @@ -2,13 +2,13 @@ "description": "CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition", "properties": { "acceptedNames": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames", "description": "acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec." }, "conditions": { "description": "conditions indicate state for particular aspects of a CustomResourceDefinition", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionversion-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionversion-apiextensions-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionversion-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionversion-apiextensions-v1.json index ea1494b8..9b2d20e3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionversion-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionversion-apiextensions-v1.json @@ -4,7 +4,7 @@ "additionalPrinterColumns": { "description": "additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition" }, "type": [ "array", @@ -33,7 +33,7 @@ ] }, "schema": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation", "description": "schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource." }, "served": { @@ -51,7 +51,7 @@ ] }, "subresources": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresources", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresources", "description": "subresources specify what subresources this version of the defined custom resource have." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionversion.json b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionversion.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionversion.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionversion.json index ea1494b8..9b2d20e3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcedefinitionversion.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcedefinitionversion.json @@ -4,7 +4,7 @@ "additionalPrinterColumns": { "description": "additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition" }, "type": [ "array", @@ -33,7 +33,7 @@ ] }, "schema": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation", "description": "schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource." }, "served": { @@ -51,7 +51,7 @@ ] }, "subresources": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresources", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresources", "description": "subresources specify what subresources this version of the defined custom resource have." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcesubresources-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourcesubresources-apiextensions-v1.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/customresourcesubresources-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcesubresources-apiextensions-v1.json index 3ec0815c..14d1d5dc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcesubresources-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcesubresources-apiextensions-v1.json @@ -2,11 +2,11 @@ "description": "CustomResourceSubresources defines the status and scale subresources for CustomResources.", "properties": { "scale": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceScale", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceScale", "description": "scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceStatus", "description": "status indicates the custom resource should serve a `/status` subresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object. 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcesubresources.json b/helm-charts/nginx-ingress/v1.28.0/customresourcesubresources.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/customresourcesubresources.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcesubresources.json index 3ec0815c..14d1d5dc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcesubresources.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcesubresources.json @@ -2,11 +2,11 @@ "description": "CustomResourceSubresources defines the status and scale subresources for CustomResources.", "properties": { "scale": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceScale", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceScale", "description": "scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceStatus", "description": "status indicates the custom resource should serve a `/status` subresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object. 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcesubresourcescale-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourcesubresourcescale-apiextensions-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/customresourcesubresourcescale-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcesubresourcescale-apiextensions-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcesubresourcescale.json b/helm-charts/nginx-ingress/v1.28.0/customresourcesubresourcescale.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/customresourcesubresourcescale.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcesubresourcescale.json diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcesubresourcestatus-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourcesubresourcestatus-apiextensions-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/customresourcesubresourcestatus-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcesubresourcestatus-apiextensions-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcesubresourcestatus.json b/helm-charts/nginx-ingress/v1.28.0/customresourcesubresourcestatus.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/customresourcesubresourcestatus.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcesubresourcestatus.json diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcevalidation-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/customresourcevalidation-apiextensions-v1.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/customresourcevalidation-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcevalidation-apiextensions-v1.json index 0d757e65..ab281c49 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcevalidation-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcevalidation-apiextensions-v1.json @@ -2,7 +2,7 @@ "description": "CustomResourceValidation is a list of validation methods for CustomResources.", "properties": { "openAPIV3Schema": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps", "description": "openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/customresourcevalidation.json b/helm-charts/nginx-ingress/v1.28.0/customresourcevalidation.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/customresourcevalidation.json rename to helm-charts/nginx-ingress/v1.28.0/customresourcevalidation.json index 0d757e65..ab281c49 100644 --- a/helm-charts/nginx-ingress/v1.27.4/customresourcevalidation.json +++ b/helm-charts/nginx-ingress/v1.28.0/customresourcevalidation.json @@ -2,7 +2,7 @@ "description": "CustomResourceValidation is a list of validation methods for CustomResources.", "properties": { "openAPIV3Schema": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps", "description": "openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonendpoint-v1.json b/helm-charts/nginx-ingress/v1.28.0/daemonendpoint-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/daemonendpoint-v1.json rename to helm-charts/nginx-ingress/v1.28.0/daemonendpoint-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonendpoint.json b/helm-charts/nginx-ingress/v1.28.0/daemonendpoint.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/daemonendpoint.json rename to helm-charts/nginx-ingress/v1.28.0/daemonendpoint.json diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonset-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/daemonset-apps-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/daemonset-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/daemonset-apps-v1.json index a75b031e..3ac5d2fe 100644 --- a/helm-charts/nginx-ingress/v1.27.4/daemonset-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/daemonset-apps-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetSpec", "description": "The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetStatus", "description": "The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonset.json b/helm-charts/nginx-ingress/v1.28.0/daemonset.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/daemonset.json rename to helm-charts/nginx-ingress/v1.28.0/daemonset.json index f5309c68..cd07e6ef 100644 --- a/helm-charts/nginx-ingress/v1.27.4/daemonset.json +++ b/helm-charts/nginx-ingress/v1.28.0/daemonset.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetSpec", "description": "The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetStatus", "description": "The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonsetcondition-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/daemonsetcondition-apps-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/daemonsetcondition-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/daemonsetcondition-apps-v1.json index 529e10ea..0d631d05 100644 --- a/helm-charts/nginx-ingress/v1.27.4/daemonsetcondition-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/daemonsetcondition-apps-v1.json @@ -2,7 +2,7 @@ "description": "DaemonSetCondition describes the state of a DaemonSet at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonsetcondition.json b/helm-charts/nginx-ingress/v1.28.0/daemonsetcondition.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/daemonsetcondition.json rename to helm-charts/nginx-ingress/v1.28.0/daemonsetcondition.json index 529e10ea..0d631d05 100644 --- a/helm-charts/nginx-ingress/v1.27.4/daemonsetcondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/daemonsetcondition.json @@ -2,7 +2,7 @@ "description": "DaemonSetCondition describes the state of a DaemonSet at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonsetlist-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/daemonsetlist-apps-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/daemonsetlist-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/daemonsetlist-apps-v1.json index d74fefc9..0b403358 100644 --- a/helm-charts/nginx-ingress/v1.27.4/daemonsetlist-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/daemonsetlist-apps-v1.json @@ -14,7 +14,7 @@ "items": { "description": "A list of daemon sets.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSet" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSet" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonsetlist.json b/helm-charts/nginx-ingress/v1.28.0/daemonsetlist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/daemonsetlist.json rename to helm-charts/nginx-ingress/v1.28.0/daemonsetlist.json index 9ccf14ad..f27321d3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/daemonsetlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/daemonsetlist.json @@ -11,7 +11,7 @@ "items": { "description": "A list of daemon sets.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSet" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSet" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonsetspec-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/daemonsetspec-apps-v1.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/daemonsetspec-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/daemonsetspec-apps-v1.json index 728df646..71218c3e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/daemonsetspec-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/daemonsetspec-apps-v1.json @@ -18,15 +18,15 @@ ] }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). The only allowed template.spec.restartPolicy value is \"Always\". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template" }, "updateStrategy": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetUpdateStrategy", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetUpdateStrategy", "description": "An update strategy to replace existing DaemonSet pods with new pods." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonsetspec.json b/helm-charts/nginx-ingress/v1.28.0/daemonsetspec.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/daemonsetspec.json rename to helm-charts/nginx-ingress/v1.28.0/daemonsetspec.json index 728df646..71218c3e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/daemonsetspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/daemonsetspec.json @@ -18,15 +18,15 @@ ] }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). The only allowed template.spec.restartPolicy value is \"Always\". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template" }, "updateStrategy": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetUpdateStrategy", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetUpdateStrategy", "description": "An update strategy to replace existing DaemonSet pods with new pods." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonsetstatus-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/daemonsetstatus-apps-v1.json similarity index 95% rename from helm-charts/nginx-ingress/v1.27.4/daemonsetstatus-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/daemonsetstatus-apps-v1.json index 597e066d..22bf847c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/daemonsetstatus-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/daemonsetstatus-apps-v1.json @@ -12,7 +12,7 @@ "conditions": { "description": "Represents the latest available observations of a DaemonSet's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonsetstatus.json b/helm-charts/nginx-ingress/v1.28.0/daemonsetstatus.json similarity index 95% rename from helm-charts/nginx-ingress/v1.27.4/daemonsetstatus.json rename to helm-charts/nginx-ingress/v1.28.0/daemonsetstatus.json index 597e066d..22bf847c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/daemonsetstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/daemonsetstatus.json @@ -12,7 +12,7 @@ "conditions": { "description": "Represents the latest available observations of a DaemonSet's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DaemonSetCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonsetupdatestrategy-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/daemonsetupdatestrategy-apps-v1.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/daemonsetupdatestrategy-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/daemonsetupdatestrategy-apps-v1.json index 2dd871d0..1a0c595d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/daemonsetupdatestrategy-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/daemonsetupdatestrategy-apps-v1.json @@ -2,7 +2,7 @@ "description": "DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.", "properties": { "rollingUpdate": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDaemonSet", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDaemonSet", "description": "Rolling update config params. Present only if type = \"RollingUpdate\"." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/daemonsetupdatestrategy.json b/helm-charts/nginx-ingress/v1.28.0/daemonsetupdatestrategy.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/daemonsetupdatestrategy.json rename to helm-charts/nginx-ingress/v1.28.0/daemonsetupdatestrategy.json index 2dd871d0..1a0c595d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/daemonsetupdatestrategy.json +++ b/helm-charts/nginx-ingress/v1.28.0/daemonsetupdatestrategy.json @@ -2,7 +2,7 @@ "description": "DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.", "properties": { "rollingUpdate": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDaemonSet", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDaemonSet", "description": "Rolling update config params. Present only if type = \"RollingUpdate\"." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/deleteoptions-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/deleteoptions-meta-v1.json similarity index 98% rename from helm-charts/nginx-ingress/v1.27.4/deleteoptions-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/deleteoptions-meta-v1.json index 59558ec8..4a61643e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deleteoptions-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/deleteoptions-meta-v1.json @@ -107,7 +107,7 @@ ] }, "preconditions": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions", "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned." }, "propagationPolicy": { diff --git a/helm-charts/nginx-ingress/v1.27.4/deleteoptions.json b/helm-charts/nginx-ingress/v1.28.0/deleteoptions.json similarity index 98% rename from helm-charts/nginx-ingress/v1.27.4/deleteoptions.json rename to helm-charts/nginx-ingress/v1.28.0/deleteoptions.json index edf4fb97..21db5396 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deleteoptions.json +++ b/helm-charts/nginx-ingress/v1.28.0/deleteoptions.json @@ -47,7 +47,7 @@ ] }, "preconditions": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions", "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned." }, "propagationPolicy": { diff --git a/helm-charts/nginx-ingress/v1.27.4/deployment-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/deployment-apps-v1.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/deployment-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/deployment-apps-v1.json index 10370188..bc7ceda5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deployment-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/deployment-apps-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentSpec", "description": "Specification of the desired behavior of the Deployment." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStatus", "description": "Most recently observed status of the Deployment." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/deployment.json b/helm-charts/nginx-ingress/v1.28.0/deployment.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/deployment.json rename to helm-charts/nginx-ingress/v1.28.0/deployment.json index aa426f55..23e7f76f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deployment.json +++ b/helm-charts/nginx-ingress/v1.28.0/deployment.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentSpec", "description": "Specification of the desired behavior of the Deployment." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStatus", "description": "Most recently observed status of the Deployment." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/deploymentcondition-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/deploymentcondition-apps-v1.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/deploymentcondition-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/deploymentcondition-apps-v1.json index 0533a723..415b8b56 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deploymentcondition-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/deploymentcondition-apps-v1.json @@ -2,11 +2,11 @@ "description": "DeploymentCondition describes the state of a deployment at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "lastUpdateTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "The last time this condition was updated." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/deploymentcondition.json b/helm-charts/nginx-ingress/v1.28.0/deploymentcondition.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/deploymentcondition.json rename to helm-charts/nginx-ingress/v1.28.0/deploymentcondition.json index 0533a723..415b8b56 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deploymentcondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/deploymentcondition.json @@ -2,11 +2,11 @@ "description": "DeploymentCondition describes the state of a deployment at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "lastUpdateTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "The last time this condition was updated." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/deploymentlist-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/deploymentlist-apps-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/deploymentlist-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/deploymentlist-apps-v1.json index cf7586ab..88bf4bd4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deploymentlist-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/deploymentlist-apps-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is the list of Deployments.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.Deployment" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.Deployment" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/deploymentlist.json b/helm-charts/nginx-ingress/v1.28.0/deploymentlist.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/deploymentlist.json rename to helm-charts/nginx-ingress/v1.28.0/deploymentlist.json index b7834fc9..cb875fce 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deploymentlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/deploymentlist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is the list of Deployments.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.Deployment" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.Deployment" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/deploymentspec-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/deploymentspec-apps-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/deploymentspec-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/deploymentspec-apps-v1.json index 3aa926ab..165023ee 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deploymentspec-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/deploymentspec-apps-v1.json @@ -41,16 +41,16 @@ ] }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels." }, "strategy": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStrategy", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStrategy", "description": "The deployment strategy to use to replace existing pods with new ones.", "x-kubernetes-patch-strategy": "retainKeys" }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is \"Always\"." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/deploymentspec.json b/helm-charts/nginx-ingress/v1.28.0/deploymentspec.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/deploymentspec.json rename to helm-charts/nginx-ingress/v1.28.0/deploymentspec.json index 3aa926ab..165023ee 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deploymentspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/deploymentspec.json @@ -41,16 +41,16 @@ ] }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels." }, "strategy": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStrategy", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStrategy", "description": "The deployment strategy to use to replace existing pods with new ones.", "x-kubernetes-patch-strategy": "retainKeys" }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is \"Always\"." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/deploymentstatus-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/deploymentstatus-apps-v1.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/deploymentstatus-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/deploymentstatus-apps-v1.json index c31fc2d1..e581a9d4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deploymentstatus-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/deploymentstatus-apps-v1.json @@ -20,7 +20,7 @@ "conditions": { "description": "Represents the latest available observations of a deployment's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/deploymentstatus.json b/helm-charts/nginx-ingress/v1.28.0/deploymentstatus.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/deploymentstatus.json rename to helm-charts/nginx-ingress/v1.28.0/deploymentstatus.json index c31fc2d1..e581a9d4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deploymentstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/deploymentstatus.json @@ -20,7 +20,7 @@ "conditions": { "description": "Represents the latest available observations of a deployment's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/deploymentstrategy-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/deploymentstrategy-apps-v1.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/deploymentstrategy-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/deploymentstrategy-apps-v1.json index 54007643..d2ddaf08 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deploymentstrategy-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/deploymentstrategy-apps-v1.json @@ -2,7 +2,7 @@ "description": "DeploymentStrategy describes how to replace existing pods with new ones.", "properties": { "rollingUpdate": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDeployment", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDeployment", "description": "Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/deploymentstrategy.json b/helm-charts/nginx-ingress/v1.28.0/deploymentstrategy.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/deploymentstrategy.json rename to helm-charts/nginx-ingress/v1.28.0/deploymentstrategy.json index 54007643..d2ddaf08 100644 --- a/helm-charts/nginx-ingress/v1.27.4/deploymentstrategy.json +++ b/helm-charts/nginx-ingress/v1.28.0/deploymentstrategy.json @@ -2,7 +2,7 @@ "description": "DeploymentStrategy describes how to replace existing pods with new ones.", "properties": { "rollingUpdate": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDeployment", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDeployment", "description": "Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/downwardapiprojection-v1.json b/helm-charts/nginx-ingress/v1.28.0/downwardapiprojection-v1.json similarity index 72% rename from helm-charts/nginx-ingress/v1.27.4/downwardapiprojection-v1.json rename to helm-charts/nginx-ingress/v1.28.0/downwardapiprojection-v1.json index bb59ea3d..707dcee5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/downwardapiprojection-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/downwardapiprojection-v1.json @@ -4,7 +4,7 @@ "items": { "description": "Items is a list of DownwardAPIVolume file", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/downwardapiprojection.json b/helm-charts/nginx-ingress/v1.28.0/downwardapiprojection.json similarity index 72% rename from helm-charts/nginx-ingress/v1.27.4/downwardapiprojection.json rename to helm-charts/nginx-ingress/v1.28.0/downwardapiprojection.json index bb59ea3d..707dcee5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/downwardapiprojection.json +++ b/helm-charts/nginx-ingress/v1.28.0/downwardapiprojection.json @@ -4,7 +4,7 @@ "items": { "description": "Items is a list of DownwardAPIVolume file", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/downwardapivolumefile-v1.json b/helm-charts/nginx-ingress/v1.28.0/downwardapivolumefile-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/downwardapivolumefile-v1.json rename to helm-charts/nginx-ingress/v1.28.0/downwardapivolumefile-v1.json index 4baf11e0..45827f7e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/downwardapivolumefile-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/downwardapivolumefile-v1.json @@ -2,7 +2,7 @@ "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectFieldSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectFieldSelector", "description": "Required: Selects a field of the pod: only annotations, labels, name and namespace are supported." }, "mode": { @@ -21,7 +21,7 @@ ] }, "resourceFieldRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceFieldSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceFieldSelector", "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/downwardapivolumefile.json b/helm-charts/nginx-ingress/v1.28.0/downwardapivolumefile.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/downwardapivolumefile.json rename to helm-charts/nginx-ingress/v1.28.0/downwardapivolumefile.json index 4baf11e0..45827f7e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/downwardapivolumefile.json +++ b/helm-charts/nginx-ingress/v1.28.0/downwardapivolumefile.json @@ -2,7 +2,7 @@ "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "properties": { "fieldRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectFieldSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectFieldSelector", "description": "Required: Selects a field of the pod: only annotations, labels, name and namespace are supported." }, "mode": { @@ -21,7 +21,7 @@ ] }, "resourceFieldRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceFieldSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceFieldSelector", "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/downwardapivolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/downwardapivolumesource-v1.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/downwardapivolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/downwardapivolumesource-v1.json index 53a09caa..6b4d0c62 100644 --- a/helm-charts/nginx-ingress/v1.27.4/downwardapivolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/downwardapivolumesource-v1.json @@ -12,7 +12,7 @@ "items": { "description": "Items is a list of downward API volume file", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/downwardapivolumesource.json b/helm-charts/nginx-ingress/v1.28.0/downwardapivolumesource.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/downwardapivolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/downwardapivolumesource.json index 53a09caa..6b4d0c62 100644 --- a/helm-charts/nginx-ingress/v1.27.4/downwardapivolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/downwardapivolumesource.json @@ -12,7 +12,7 @@ "items": { "description": "Items is a list of downward API volume file", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/emptydirvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/emptydirvolumesource-v1.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/emptydirvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/emptydirvolumesource-v1.json index 501c626c..bb71fa25 100644 --- a/helm-charts/nginx-ingress/v1.27.4/emptydirvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/emptydirvolumesource-v1.json @@ -9,7 +9,7 @@ ] }, "sizeLimit": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "sizeLimit is the total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/emptydirvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/emptydirvolumesource.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/emptydirvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/emptydirvolumesource.json index 501c626c..bb71fa25 100644 --- a/helm-charts/nginx-ingress/v1.27.4/emptydirvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/emptydirvolumesource.json @@ -9,7 +9,7 @@ ] }, "sizeLimit": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "sizeLimit is the total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/endpoint-discovery-v1.json b/helm-charts/nginx-ingress/v1.28.0/endpoint-discovery-v1.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/endpoint-discovery-v1.json rename to helm-charts/nginx-ingress/v1.28.0/endpoint-discovery-v1.json index 01065cef..0b69d32b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpoint-discovery-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpoint-discovery-v1.json @@ -16,7 +16,7 @@ "x-kubernetes-list-type": "set" }, "conditions": { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointConditions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointConditions", "description": "conditions contains information about the current status of the endpoint." }, "deprecatedTopology": { @@ -33,7 +33,7 @@ ] }, "hints": { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointHints", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointHints", "description": "hints contains information associated with how an endpoint should be consumed." }, "hostname": { @@ -51,7 +51,7 @@ ] }, "targetRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "targetRef is a reference to a Kubernetes object that represents this endpoint." }, "zone": { diff --git a/helm-charts/nginx-ingress/v1.27.4/endpoint.json b/helm-charts/nginx-ingress/v1.28.0/endpoint.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/endpoint.json rename to helm-charts/nginx-ingress/v1.28.0/endpoint.json index 01065cef..0b69d32b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpoint.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpoint.json @@ -16,7 +16,7 @@ "x-kubernetes-list-type": "set" }, "conditions": { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointConditions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointConditions", "description": "conditions contains information about the current status of the endpoint." }, "deprecatedTopology": { @@ -33,7 +33,7 @@ ] }, "hints": { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointHints", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointHints", "description": "hints contains information associated with how an endpoint should be consumed." }, "hostname": { @@ -51,7 +51,7 @@ ] }, "targetRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "targetRef is a reference to a Kubernetes object that represents this endpoint." }, "zone": { diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointaddress-v1.json b/helm-charts/nginx-ingress/v1.28.0/endpointaddress-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/endpointaddress-v1.json rename to helm-charts/nginx-ingress/v1.28.0/endpointaddress-v1.json index 4ece9317..7dc12521 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointaddress-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointaddress-v1.json @@ -23,7 +23,7 @@ ] }, "targetRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "Reference to object providing the endpoint." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointaddress.json b/helm-charts/nginx-ingress/v1.28.0/endpointaddress.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/endpointaddress.json rename to helm-charts/nginx-ingress/v1.28.0/endpointaddress.json index 4ece9317..7dc12521 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointaddress.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointaddress.json @@ -23,7 +23,7 @@ ] }, "targetRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "Reference to object providing the endpoint." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointconditions-discovery-v1.json b/helm-charts/nginx-ingress/v1.28.0/endpointconditions-discovery-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/endpointconditions-discovery-v1.json rename to helm-charts/nginx-ingress/v1.28.0/endpointconditions-discovery-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointconditions.json b/helm-charts/nginx-ingress/v1.28.0/endpointconditions.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/endpointconditions.json rename to helm-charts/nginx-ingress/v1.28.0/endpointconditions.json diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointhints-discovery-v1.json b/helm-charts/nginx-ingress/v1.28.0/endpointhints-discovery-v1.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/endpointhints-discovery-v1.json rename to helm-charts/nginx-ingress/v1.28.0/endpointhints-discovery-v1.json index a517b0a7..645804b3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointhints-discovery-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointhints-discovery-v1.json @@ -4,7 +4,7 @@ "forZones": { "description": "forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.ForZone" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.ForZone" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointhints.json b/helm-charts/nginx-ingress/v1.28.0/endpointhints.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/endpointhints.json rename to helm-charts/nginx-ingress/v1.28.0/endpointhints.json index a517b0a7..645804b3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointhints.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointhints.json @@ -4,7 +4,7 @@ "forZones": { "description": "forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.ForZone" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.ForZone" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointport-discovery-v1.json b/helm-charts/nginx-ingress/v1.28.0/endpointport-discovery-v1.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/endpointport-discovery-v1.json rename to helm-charts/nginx-ingress/v1.28.0/endpointport-discovery-v1.json index 8e3c2e1a..abe12f16 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointport-discovery-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointport-discovery-v1.json @@ -2,7 +2,7 @@ "description": "EndpointPort represents a Port used by an EndpointSlice", "properties": { "appProtocol": { - "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", + "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", "type": [ "string", "null" diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointport-v1.json b/helm-charts/nginx-ingress/v1.28.0/endpointport-v1.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/endpointport-v1.json rename to helm-charts/nginx-ingress/v1.28.0/endpointport-v1.json index 3691d8c4..b995f5e7 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointport-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointport-v1.json @@ -2,7 +2,7 @@ "description": "EndpointPort is a tuple that describes a single port.", "properties": { "appProtocol": { - "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", + "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", "type": [ "string", "null" diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointport.json b/helm-charts/nginx-ingress/v1.28.0/endpointport.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/endpointport.json rename to helm-charts/nginx-ingress/v1.28.0/endpointport.json index 8e3c2e1a..abe12f16 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointport.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointport.json @@ -2,7 +2,7 @@ "description": "EndpointPort represents a Port used by an EndpointSlice", "properties": { "appProtocol": { - "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", + "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", "type": [ "string", "null" diff --git a/helm-charts/nginx-ingress/v1.27.4/endpoints-v1.json b/helm-charts/nginx-ingress/v1.28.0/endpoints-v1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/endpoints-v1.json rename to helm-charts/nginx-ingress/v1.28.0/endpoints-v1.json index 363ec3b0..1282cf88 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpoints-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpoints-v1.json @@ -22,13 +22,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "subsets": { "description": "The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EndpointSubset" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EndpointSubset" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/endpoints.json b/helm-charts/nginx-ingress/v1.28.0/endpoints.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/endpoints.json rename to helm-charts/nginx-ingress/v1.28.0/endpoints.json index 25516222..3e42872a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpoints.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpoints.json @@ -19,13 +19,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "subsets": { "description": "The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EndpointSubset" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EndpointSubset" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointslice-discovery-v1.json b/helm-charts/nginx-ingress/v1.28.0/endpointslice-discovery-v1.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/endpointslice-discovery-v1.json rename to helm-charts/nginx-ingress/v1.28.0/endpointslice-discovery-v1.json index dcca044b..2dbeab99 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointslice-discovery-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointslice-discovery-v1.json @@ -21,7 +21,7 @@ "endpoints": { "description": "endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.Endpoint" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.Endpoint" }, "type": [ "array", @@ -40,13 +40,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata." }, "ports": { "description": "ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates \"all ports\". Each slice may include a maximum of 100 ports.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointPort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointPort" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointslice.json b/helm-charts/nginx-ingress/v1.28.0/endpointslice.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/endpointslice.json rename to helm-charts/nginx-ingress/v1.28.0/endpointslice.json index e6e1de01..6639fb10 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointslice.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointslice.json @@ -18,7 +18,7 @@ "endpoints": { "description": "endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.Endpoint" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.Endpoint" }, "type": [ "array", @@ -37,13 +37,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata." }, "ports": { "description": "ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates \"all ports\". Each slice may include a maximum of 100 ports.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointPort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointPort" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointslicelist-discovery-v1.json b/helm-charts/nginx-ingress/v1.28.0/endpointslicelist-discovery-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/endpointslicelist-discovery-v1.json rename to helm-charts/nginx-ingress/v1.28.0/endpointslicelist-discovery-v1.json index 858df66e..3bf4f214 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointslicelist-discovery-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointslicelist-discovery-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of endpoint slices", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointSlice" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointSlice" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointslicelist.json b/helm-charts/nginx-ingress/v1.28.0/endpointslicelist.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/endpointslicelist.json rename to helm-charts/nginx-ingress/v1.28.0/endpointslicelist.json index aacf70d4..2849bed1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointslicelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointslicelist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of endpoint slices", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointSlice" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.discovery.v1.EndpointSlice" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointslist-v1.json b/helm-charts/nginx-ingress/v1.28.0/endpointslist-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/endpointslist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/endpointslist-v1.json index 21908719..eb3b4fbb 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointslist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointslist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "List of endpoints.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Endpoints" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Endpoints" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointslist.json b/helm-charts/nginx-ingress/v1.28.0/endpointslist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/endpointslist.json rename to helm-charts/nginx-ingress/v1.28.0/endpointslist.json index 9fd8b07c..4b1dab5f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointslist.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointslist.json @@ -11,7 +11,7 @@ "items": { "description": "List of endpoints.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Endpoints" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Endpoints" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointsubset-v1.json b/helm-charts/nginx-ingress/v1.28.0/endpointsubset-v1.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/endpointsubset-v1.json rename to helm-charts/nginx-ingress/v1.28.0/endpointsubset-v1.json index 1c3aed7f..b4a6b058 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointsubset-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointsubset-v1.json @@ -4,7 +4,7 @@ "addresses": { "description": "IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EndpointAddress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EndpointAddress" }, "type": [ "array", @@ -14,7 +14,7 @@ "notReadyAddresses": { "description": "IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EndpointAddress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EndpointAddress" }, "type": [ "array", @@ -24,7 +24,7 @@ "ports": { "description": "Port numbers available on the related IP addresses.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EndpointPort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EndpointPort" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/endpointsubset.json b/helm-charts/nginx-ingress/v1.28.0/endpointsubset.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/endpointsubset.json rename to helm-charts/nginx-ingress/v1.28.0/endpointsubset.json index 1c3aed7f..b4a6b058 100644 --- a/helm-charts/nginx-ingress/v1.27.4/endpointsubset.json +++ b/helm-charts/nginx-ingress/v1.28.0/endpointsubset.json @@ -4,7 +4,7 @@ "addresses": { "description": "IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EndpointAddress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EndpointAddress" }, "type": [ "array", @@ -14,7 +14,7 @@ "notReadyAddresses": { "description": "IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EndpointAddress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EndpointAddress" }, "type": [ "array", @@ -24,7 +24,7 @@ "ports": { "description": "Port numbers available on the related IP addresses.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EndpointPort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EndpointPort" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/envfromsource-v1.json b/helm-charts/nginx-ingress/v1.28.0/envfromsource-v1.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/envfromsource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/envfromsource-v1.json index b9b36f76..16a9a152 100644 --- a/helm-charts/nginx-ingress/v1.27.4/envfromsource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/envfromsource-v1.json @@ -2,7 +2,7 @@ "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource", "description": "The ConfigMap to select from" }, "prefix": { @@ -13,7 +13,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretEnvSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretEnvSource", "description": "The Secret to select from" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/envfromsource.json b/helm-charts/nginx-ingress/v1.28.0/envfromsource.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/envfromsource.json rename to helm-charts/nginx-ingress/v1.28.0/envfromsource.json index b9b36f76..16a9a152 100644 --- a/helm-charts/nginx-ingress/v1.27.4/envfromsource.json +++ b/helm-charts/nginx-ingress/v1.28.0/envfromsource.json @@ -2,7 +2,7 @@ "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "configMapRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapEnvSource", "description": "The ConfigMap to select from" }, "prefix": { @@ -13,7 +13,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretEnvSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretEnvSource", "description": "The Secret to select from" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/envvar-v1.json b/helm-charts/nginx-ingress/v1.28.0/envvar-v1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/envvar-v1.json rename to helm-charts/nginx-ingress/v1.28.0/envvar-v1.json index 3ff791d6..87b912a4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/envvar-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/envvar-v1.json @@ -16,7 +16,7 @@ ] }, "valueFrom": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvVarSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVarSource", "description": "Source for the environment variable's value. Cannot be used if value is not empty." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/envvar.json b/helm-charts/nginx-ingress/v1.28.0/envvar.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/envvar.json rename to helm-charts/nginx-ingress/v1.28.0/envvar.json index 3ff791d6..87b912a4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/envvar.json +++ b/helm-charts/nginx-ingress/v1.28.0/envvar.json @@ -16,7 +16,7 @@ ] }, "valueFrom": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvVarSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVarSource", "description": "Source for the environment variable's value. Cannot be used if value is not empty." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/envvarsource-v1.json b/helm-charts/nginx-ingress/v1.28.0/envvarsource-v1.json similarity index 57% rename from helm-charts/nginx-ingress/v1.27.4/envvarsource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/envvarsource-v1.json index 959595d4..74256906 100644 --- a/helm-charts/nginx-ingress/v1.27.4/envvarsource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/envvarsource-v1.json @@ -2,19 +2,19 @@ "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapKeySelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapKeySelector", "description": "Selects a key of a ConfigMap." }, "fieldRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectFieldSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectFieldSelector", "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs." }, "resourceFieldRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceFieldSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceFieldSelector", "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported." }, "secretKeyRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretKeySelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretKeySelector", "description": "Selects a key of a secret in the pod's namespace" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/envvarsource.json b/helm-charts/nginx-ingress/v1.28.0/envvarsource.json similarity index 57% rename from helm-charts/nginx-ingress/v1.27.4/envvarsource.json rename to helm-charts/nginx-ingress/v1.28.0/envvarsource.json index 959595d4..74256906 100644 --- a/helm-charts/nginx-ingress/v1.27.4/envvarsource.json +++ b/helm-charts/nginx-ingress/v1.28.0/envvarsource.json @@ -2,19 +2,19 @@ "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "configMapKeyRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapKeySelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapKeySelector", "description": "Selects a key of a ConfigMap." }, "fieldRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectFieldSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectFieldSelector", "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs." }, "resourceFieldRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceFieldSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceFieldSelector", "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported." }, "secretKeyRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretKeySelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretKeySelector", "description": "Selects a key of a secret in the pod's namespace" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ephemeralcontainer-v1.json b/helm-charts/nginx-ingress/v1.28.0/ephemeralcontainer-v1.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/ephemeralcontainer-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ephemeralcontainer-v1.json index b3e19540..494b4a49 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ephemeralcontainer-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ephemeralcontainer-v1.json @@ -30,7 +30,7 @@ "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "type": [ "array", @@ -42,7 +42,7 @@ "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvFromSource" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvFromSource" }, "type": [ "array", @@ -64,11 +64,11 @@ ] }, "lifecycle": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle", "description": "Lifecycle is not allowed for ephemeral containers." }, "livenessProbe": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "description": "Probes are not allowed for ephemeral containers." }, "name": { @@ -81,7 +81,7 @@ "ports": { "description": "Ports are not allowed for ephemeral containers.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort" }, "type": [ "array", @@ -96,13 +96,13 @@ "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "description": "Probes are not allowed for ephemeral containers." }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerResizePolicy" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerResizePolicy" }, "type": [ "array", @@ -111,15 +111,22 @@ "x-kubernetes-list-type": "atomic" }, "resources": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "description": "Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod." }, + "restartPolicy": { + "description": "Restart policy for the container to manage the restart behavior of each container within a pod. This may only be set for init containers. You cannot set this field on ephemeral containers.", + "type": [ + "string", + "null" + ] + }, "securityContext": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "description": "Optional: SecurityContext defines the security options the ephemeral container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext." }, "startupProbe": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "description": "Probes are not allowed for ephemeral containers." }, "stdin": { @@ -167,7 +174,7 @@ "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeDevice" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeDevice" }, "type": [ "array", @@ -179,7 +186,7 @@ "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/ephemeralcontainer.json b/helm-charts/nginx-ingress/v1.28.0/ephemeralcontainer.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/ephemeralcontainer.json rename to helm-charts/nginx-ingress/v1.28.0/ephemeralcontainer.json index b3e19540..494b4a49 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ephemeralcontainer.json +++ b/helm-charts/nginx-ingress/v1.28.0/ephemeralcontainer.json @@ -30,7 +30,7 @@ "env": { "description": "List of environment variables to set in the container. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" }, "type": [ "array", @@ -42,7 +42,7 @@ "envFrom": { "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EnvFromSource" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvFromSource" }, "type": [ "array", @@ -64,11 +64,11 @@ ] }, "lifecycle": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle", "description": "Lifecycle is not allowed for ephemeral containers." }, "livenessProbe": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "description": "Probes are not allowed for ephemeral containers." }, "name": { @@ -81,7 +81,7 @@ "ports": { "description": "Ports are not allowed for ephemeral containers.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort" }, "type": [ "array", @@ -96,13 +96,13 @@ "x-kubernetes-patch-strategy": "merge" }, "readinessProbe": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "description": "Probes are not allowed for ephemeral containers." }, "resizePolicy": { "description": "Resources resize policy for the container.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerResizePolicy" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerResizePolicy" }, "type": [ "array", @@ -111,15 +111,22 @@ "x-kubernetes-list-type": "atomic" }, "resources": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "description": "Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod." }, + "restartPolicy": { + "description": "Restart policy for the container to manage the restart behavior of each container within a pod. This may only be set for init containers. You cannot set this field on ephemeral containers.", + "type": [ + "string", + "null" + ] + }, "securityContext": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecurityContext", "description": "Optional: SecurityContext defines the security options the ephemeral container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext." }, "startupProbe": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Probe", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe", "description": "Probes are not allowed for ephemeral containers." }, "stdin": { @@ -167,7 +174,7 @@ "volumeDevices": { "description": "volumeDevices is the list of block devices to be used by the container.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeDevice" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeDevice" }, "type": [ "array", @@ -179,7 +186,7 @@ "volumeMounts": { "description": "Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/ephemeralvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/ephemeralvolumesource-v1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/ephemeralvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ephemeralvolumesource-v1.json index 7a624fc3..8e989f9b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ephemeralvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ephemeralvolumesource-v1.json @@ -2,7 +2,7 @@ "description": "Represents an ephemeral volume that is handled by a normal storage driver.", "properties": { "volumeClaimTemplate": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimTemplate", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimTemplate", "description": "Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod. The name of the PVC will be `-` where `` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long).\n\nAn existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the pod is then blocked until the unrelated PVC is removed. If such a pre-created PVC is meant to be used by the pod, the PVC has to updated with an owner reference to the pod once the pod exists. Normally this should not be necessary, but it may be useful when manually reconstructing a broken cluster.\n\nThis field is read-only and no changes will be made by Kubernetes to the PVC after it has been created.\n\nRequired, must not be nil." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ephemeralvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/ephemeralvolumesource.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/ephemeralvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/ephemeralvolumesource.json index 7a624fc3..8e989f9b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ephemeralvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/ephemeralvolumesource.json @@ -2,7 +2,7 @@ "description": "Represents an ephemeral volume that is handled by a normal storage driver.", "properties": { "volumeClaimTemplate": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimTemplate", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimTemplate", "description": "Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod. The name of the PVC will be `-` where `` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long).\n\nAn existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the pod is then blocked until the unrelated PVC is removed. If such a pre-created PVC is meant to be used by the pod, the PVC has to updated with an owner reference to the pod once the pod exists. Normally this should not be necessary, but it may be useful when manually reconstructing a broken cluster.\n\nThis field is read-only and no changes will be made by Kubernetes to the PVC after it has been created.\n\nRequired, must not be nil." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/event-events-v1.json b/helm-charts/nginx-ingress/v1.28.0/event-events-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/event-events-v1.json rename to helm-charts/nginx-ingress/v1.28.0/event-events-v1.json index d1f99a03..bb1ac647 100644 --- a/helm-charts/nginx-ingress/v1.27.4/event-events-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/event-events-v1.json @@ -27,19 +27,19 @@ ] }, "deprecatedFirstTimestamp": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "deprecatedFirstTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type." }, "deprecatedLastTimestamp": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "deprecatedLastTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type." }, "deprecatedSource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EventSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EventSource", "description": "deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type." }, "eventTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", "description": "eventTime is the time when this Event was first observed. It is required." }, "kind": { @@ -53,7 +53,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "note": { @@ -71,11 +71,11 @@ ] }, "regarding": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "regarding contains the object this Event is about. In most cases it's an Object reporting controller implements, e.g. ReplicaSetController implements ReplicaSets and this event is emitted because it acts on some changes in a ReplicaSet object." }, "related": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "related is the optional secondary object for more complex actions. E.g. when regarding object triggers a creation or deletion of related object." }, "reportingController": { @@ -93,7 +93,7 @@ ] }, "series": { - "$ref": "_definitions.json#/definitions/io.k8s.api.events.v1.EventSeries", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.events.v1.EventSeries", "description": "series is data about the Event series this event represents or nil if it's a singleton Event." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/event-v1.json b/helm-charts/nginx-ingress/v1.28.0/event-v1.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/event-v1.json rename to helm-charts/nginx-ingress/v1.28.0/event-v1.json index e026e905..08ef97b4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/event-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/event-v1.json @@ -27,15 +27,15 @@ ] }, "eventTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", "description": "Time when this Event was first observed." }, "firstTimestamp": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)" }, "involvedObject": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "The object that this event is about." }, "kind": { @@ -49,7 +49,7 @@ ] }, "lastTimestamp": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "The time at which the most recent occurrence of this event was recorded." }, "message": { @@ -60,7 +60,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "reason": { @@ -71,7 +71,7 @@ ] }, "related": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "Optional secondary object for more complex actions." }, "reportingComponent": { @@ -89,11 +89,11 @@ ] }, "series": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EventSeries", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EventSeries", "description": "Data about the Event series this event represents or nil if it's a singleton Event." }, "source": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EventSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EventSource", "description": "The component reporting this event. Should be a short machine understandable string." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/event.json b/helm-charts/nginx-ingress/v1.28.0/event.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/event.json rename to helm-charts/nginx-ingress/v1.28.0/event.json index 4de75a98..8deed3ba 100644 --- a/helm-charts/nginx-ingress/v1.27.4/event.json +++ b/helm-charts/nginx-ingress/v1.28.0/event.json @@ -24,19 +24,19 @@ ] }, "deprecatedFirstTimestamp": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "deprecatedFirstTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type." }, "deprecatedLastTimestamp": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "deprecatedLastTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type." }, "deprecatedSource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EventSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EventSource", "description": "deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type." }, "eventTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", "description": "eventTime is the time when this Event was first observed. It is required." }, "kind": { @@ -50,7 +50,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "note": { @@ -68,11 +68,11 @@ ] }, "regarding": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "regarding contains the object this Event is about. In most cases it's an Object reporting controller implements, e.g. ReplicaSetController implements ReplicaSets and this event is emitted because it acts on some changes in a ReplicaSet object." }, "related": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "related is the optional secondary object for more complex actions. E.g. when regarding object triggers a creation or deletion of related object." }, "reportingController": { @@ -90,7 +90,7 @@ ] }, "series": { - "$ref": "_definitions.json#/definitions/io.k8s.api.events.v1.EventSeries", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.events.v1.EventSeries", "description": "series is data about the Event series this event represents or nil if it's a singleton Event." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/eventlist-events-v1.json b/helm-charts/nginx-ingress/v1.28.0/eventlist-events-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/eventlist-events-v1.json rename to helm-charts/nginx-ingress/v1.28.0/eventlist-events-v1.json index 9d66a014..5da27a52 100644 --- a/helm-charts/nginx-ingress/v1.27.4/eventlist-events-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/eventlist-events-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is a list of schema objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.events.v1.Event" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.events.v1.Event" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/eventlist-v1.json b/helm-charts/nginx-ingress/v1.28.0/eventlist-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/eventlist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/eventlist-v1.json index 55fa2957..73a85f6b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/eventlist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/eventlist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "List of events", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Event" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Event" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/eventlist.json b/helm-charts/nginx-ingress/v1.28.0/eventlist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/eventlist.json rename to helm-charts/nginx-ingress/v1.28.0/eventlist.json index 2c2b1ad6..477a7d06 100644 --- a/helm-charts/nginx-ingress/v1.27.4/eventlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/eventlist.json @@ -11,7 +11,7 @@ "items": { "description": "items is a list of schema objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.events.v1.Event" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.events.v1.Event" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/eventseries-events-v1.json b/helm-charts/nginx-ingress/v1.28.0/eventseries-events-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/eventseries-events-v1.json rename to helm-charts/nginx-ingress/v1.28.0/eventseries-events-v1.json index 92428486..3df519dc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/eventseries-events-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/eventseries-events-v1.json @@ -10,7 +10,7 @@ ] }, "lastObservedTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", "description": "lastObservedTime is the time when last Event from the series was seen before last heartbeat." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/eventseries-v1.json b/helm-charts/nginx-ingress/v1.28.0/eventseries-v1.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/eventseries-v1.json rename to helm-charts/nginx-ingress/v1.28.0/eventseries-v1.json index 774640bb..2326b85f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/eventseries-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/eventseries-v1.json @@ -10,7 +10,7 @@ ] }, "lastObservedTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", "description": "Time of the last occurrence observed" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/eventseries.json b/helm-charts/nginx-ingress/v1.28.0/eventseries.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/eventseries.json rename to helm-charts/nginx-ingress/v1.28.0/eventseries.json index 92428486..3df519dc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/eventseries.json +++ b/helm-charts/nginx-ingress/v1.28.0/eventseries.json @@ -10,7 +10,7 @@ ] }, "lastObservedTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", "description": "lastObservedTime is the time when last Event from the series was seen before last heartbeat." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/eventsource-v1.json b/helm-charts/nginx-ingress/v1.28.0/eventsource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/eventsource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/eventsource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/eventsource.json b/helm-charts/nginx-ingress/v1.28.0/eventsource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/eventsource.json rename to helm-charts/nginx-ingress/v1.28.0/eventsource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/eviction-policy-v1.json b/helm-charts/nginx-ingress/v1.28.0/eviction-policy-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/eviction-policy-v1.json rename to helm-charts/nginx-ingress/v1.28.0/eviction-policy-v1.json index 4466b8a5..9e9bce28 100644 --- a/helm-charts/nginx-ingress/v1.27.4/eviction-policy-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/eviction-policy-v1.json @@ -12,7 +12,7 @@ ] }, "deleteOptions": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions", "description": "DeleteOptions may be provided" }, "kind": { @@ -26,7 +26,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "ObjectMeta describes the pod that is being evicted." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/eviction.json b/helm-charts/nginx-ingress/v1.28.0/eviction.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/eviction.json rename to helm-charts/nginx-ingress/v1.28.0/eviction.json index b4099339..10f17ead 100644 --- a/helm-charts/nginx-ingress/v1.27.4/eviction.json +++ b/helm-charts/nginx-ingress/v1.28.0/eviction.json @@ -9,7 +9,7 @@ ] }, "deleteOptions": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions", "description": "DeleteOptions may be provided" }, "kind": { @@ -23,7 +23,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "ObjectMeta describes the pod that is being evicted." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/execaction-v1.json b/helm-charts/nginx-ingress/v1.28.0/execaction-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/execaction-v1.json rename to helm-charts/nginx-ingress/v1.28.0/execaction-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/execaction.json b/helm-charts/nginx-ingress/v1.28.0/execaction.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/execaction.json rename to helm-charts/nginx-ingress/v1.28.0/execaction.json diff --git a/helm-charts/nginx-ingress/v1.28.0/exemptprioritylevelconfiguration-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/exemptprioritylevelconfiguration-flowcontrol-v1beta2.json new file mode 100644 index 00000000..81bb3cf5 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/exemptprioritylevelconfiguration-flowcontrol-v1beta2.json @@ -0,0 +1,23 @@ +{ + "description": "ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.", + "properties": { + "lendablePercent": { + "description": "`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.\n\nLendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )", + "format": "int32", + "type": [ + "integer", + "null" + ] + }, + "nominalConcurrencyShares": { + "description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of zero.", + "format": "int32", + "type": [ + "integer", + "null" + ] + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.28.0/exemptprioritylevelconfiguration-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/exemptprioritylevelconfiguration-flowcontrol-v1beta3.json new file mode 100644 index 00000000..81bb3cf5 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/exemptprioritylevelconfiguration-flowcontrol-v1beta3.json @@ -0,0 +1,23 @@ +{ + "description": "ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.", + "properties": { + "lendablePercent": { + "description": "`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.\n\nLendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )", + "format": "int32", + "type": [ + "integer", + "null" + ] + }, + "nominalConcurrencyShares": { + "description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of zero.", + "format": "int32", + "type": [ + "integer", + "null" + ] + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.28.0/exemptprioritylevelconfiguration.json b/helm-charts/nginx-ingress/v1.28.0/exemptprioritylevelconfiguration.json new file mode 100644 index 00000000..81bb3cf5 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/exemptprioritylevelconfiguration.json @@ -0,0 +1,23 @@ +{ + "description": "ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.", + "properties": { + "lendablePercent": { + "description": "`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.\n\nLendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )", + "format": "int32", + "type": [ + "integer", + "null" + ] + }, + "nominalConcurrencyShares": { + "description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of zero.", + "format": "int32", + "type": [ + "integer", + "null" + ] + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/expressionwarning-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/expressionwarning-admissionregistration-v1alpha1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/expressionwarning-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/expressionwarning-admissionregistration-v1alpha1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/expressionwarning.json b/helm-charts/nginx-ingress/v1.28.0/expressionwarning-admissionregistration-v1beta1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/expressionwarning.json rename to helm-charts/nginx-ingress/v1.28.0/expressionwarning-admissionregistration-v1beta1.json diff --git a/helm-charts/nginx-ingress/v1.28.0/expressionwarning.json b/helm-charts/nginx-ingress/v1.28.0/expressionwarning.json new file mode 100644 index 00000000..664f5a5f --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/expressionwarning.json @@ -0,0 +1,25 @@ +{ + "description": "ExpressionWarning is a warning information that targets a specific expression.", + "properties": { + "fieldRef": { + "description": "The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is \"spec.validations[0].expression\"", + "type": [ + "string", + "null" + ] + }, + "warning": { + "description": "The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "fieldRef", + "warning" + ], + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/externaldocumentation-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/externaldocumentation-apiextensions-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/externaldocumentation-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/externaldocumentation-apiextensions-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/externaldocumentation.json b/helm-charts/nginx-ingress/v1.28.0/externaldocumentation.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/externaldocumentation.json rename to helm-charts/nginx-ingress/v1.28.0/externaldocumentation.json diff --git a/helm-charts/nginx-ingress/v1.27.4/externalmetricsource-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/externalmetricsource-autoscaling-v2.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/externalmetricsource-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/externalmetricsource-autoscaling-v2.json index 7e5e0dc3..268933e9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/externalmetricsource-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/externalmetricsource-autoscaling-v2.json @@ -2,11 +2,11 @@ "description": "ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).", "properties": { "metric": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", "description": "metric identifies the target metric by name and selector" }, "target": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", "description": "target specifies the target value for the given metric" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/externalmetricsource.json b/helm-charts/nginx-ingress/v1.28.0/externalmetricsource.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/externalmetricsource.json rename to helm-charts/nginx-ingress/v1.28.0/externalmetricsource.json index 7e5e0dc3..268933e9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/externalmetricsource.json +++ b/helm-charts/nginx-ingress/v1.28.0/externalmetricsource.json @@ -2,11 +2,11 @@ "description": "ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).", "properties": { "metric": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", "description": "metric identifies the target metric by name and selector" }, "target": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", "description": "target specifies the target value for the given metric" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/externalmetricstatus-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/externalmetricstatus-autoscaling-v2.json similarity index 58% rename from helm-charts/nginx-ingress/v1.27.4/externalmetricstatus-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/externalmetricstatus-autoscaling-v2.json index fd0fc762..f1e20e04 100644 --- a/helm-charts/nginx-ingress/v1.27.4/externalmetricstatus-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/externalmetricstatus-autoscaling-v2.json @@ -2,11 +2,11 @@ "description": "ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.", "properties": { "current": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", "description": "current contains the current value for the given metric" }, "metric": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", "description": "metric identifies the target metric by name and selector" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/externalmetricstatus.json b/helm-charts/nginx-ingress/v1.28.0/externalmetricstatus.json similarity index 58% rename from helm-charts/nginx-ingress/v1.27.4/externalmetricstatus.json rename to helm-charts/nginx-ingress/v1.28.0/externalmetricstatus.json index fd0fc762..f1e20e04 100644 --- a/helm-charts/nginx-ingress/v1.27.4/externalmetricstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/externalmetricstatus.json @@ -2,11 +2,11 @@ "description": "ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.", "properties": { "current": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", "description": "current contains the current value for the given metric" }, "metric": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", "description": "metric identifies the target metric by name and selector" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/fcvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/fcvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/fcvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/fcvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/fcvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/fcvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/fcvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/fcvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/fieldsv1-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/fieldsv1-meta-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/fieldsv1-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/fieldsv1-meta-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/fieldsv1.json b/helm-charts/nginx-ingress/v1.28.0/fieldsv1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/fieldsv1.json rename to helm-charts/nginx-ingress/v1.28.0/fieldsv1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/flexpersistentvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/flexpersistentvolumesource-v1.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/flexpersistentvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/flexpersistentvolumesource-v1.json index a698ec40..407e3168 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flexpersistentvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/flexpersistentvolumesource-v1.json @@ -36,7 +36,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "secretRef is Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/flexpersistentvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/flexpersistentvolumesource.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/flexpersistentvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/flexpersistentvolumesource.json index a698ec40..407e3168 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flexpersistentvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/flexpersistentvolumesource.json @@ -36,7 +36,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "secretRef is Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/flexvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/flexvolumesource-v1.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/flexvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/flexvolumesource-v1.json index 766c7c40..ca07e882 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flexvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/flexvolumesource-v1.json @@ -36,7 +36,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef is Optional: secretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/flexvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/flexvolumesource.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/flexvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/flexvolumesource.json index 766c7c40..ca07e882 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flexvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/flexvolumesource.json @@ -36,7 +36,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef is Optional: secretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/flockervolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/flockervolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/flockervolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/flockervolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/flockervolumesource.json b/helm-charts/nginx-ingress/v1.28.0/flockervolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/flockervolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/flockervolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/flowdistinguishermethod-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/flowdistinguishermethod-flowcontrol-v1beta2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/flowdistinguishermethod-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/flowdistinguishermethod-flowcontrol-v1beta2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/flowdistinguishermethod-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/flowdistinguishermethod-flowcontrol-v1beta3.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/flowdistinguishermethod-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/flowdistinguishermethod-flowcontrol-v1beta3.json diff --git a/helm-charts/nginx-ingress/v1.27.4/flowdistinguishermethod.json b/helm-charts/nginx-ingress/v1.28.0/flowdistinguishermethod.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/flowdistinguishermethod.json rename to helm-charts/nginx-ingress/v1.28.0/flowdistinguishermethod.json diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschema-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/flowschema-flowcontrol-v1beta2.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/flowschema-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/flowschema-flowcontrol-v1beta2.json index e82952bb..9b77b70a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschema-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschema-flowcontrol-v1beta2.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaSpec", "description": "`spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaStatus", "description": "`status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschema-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/flowschema-flowcontrol-v1beta3.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/flowschema-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/flowschema-flowcontrol-v1beta3.json index 31de88ff..de4efdbe 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschema-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschema-flowcontrol-v1beta3.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaSpec", "description": "`spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaStatus", "description": "`status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschema.json b/helm-charts/nginx-ingress/v1.28.0/flowschema.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/flowschema.json rename to helm-charts/nginx-ingress/v1.28.0/flowschema.json index b6e1fac5..a28ae4c3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschema.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschema.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaSpec", "description": "`spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaStatus", "description": "`status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschemacondition-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/flowschemacondition-flowcontrol-v1beta2.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/flowschemacondition-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/flowschemacondition-flowcontrol-v1beta2.json index a60a8fa9..a0f1d85a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschemacondition-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschemacondition-flowcontrol-v1beta2.json @@ -2,7 +2,7 @@ "description": "FlowSchemaCondition describes conditions for a FlowSchema.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "`lastTransitionTime` is the last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschemacondition-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/flowschemacondition-flowcontrol-v1beta3.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/flowschemacondition-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/flowschemacondition-flowcontrol-v1beta3.json index a60a8fa9..a0f1d85a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschemacondition-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschemacondition-flowcontrol-v1beta3.json @@ -2,7 +2,7 @@ "description": "FlowSchemaCondition describes conditions for a FlowSchema.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "`lastTransitionTime` is the last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschemacondition.json b/helm-charts/nginx-ingress/v1.28.0/flowschemacondition.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/flowschemacondition.json rename to helm-charts/nginx-ingress/v1.28.0/flowschemacondition.json index a60a8fa9..a0f1d85a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschemacondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschemacondition.json @@ -2,7 +2,7 @@ "description": "FlowSchemaCondition describes conditions for a FlowSchema.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "`lastTransitionTime` is the last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschemalist-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/flowschemalist-flowcontrol-v1beta2.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/flowschemalist-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/flowschemalist-flowcontrol-v1beta2.json index 678f027a..3e05a1f2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschemalist-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschemalist-flowcontrol-v1beta2.json @@ -14,7 +14,7 @@ "items": { "description": "`items` is a list of FlowSchemas.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchema" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchema" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "`metadata` is the standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschemalist-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/flowschemalist-flowcontrol-v1beta3.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/flowschemalist-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/flowschemalist-flowcontrol-v1beta3.json index 053bf338..2ed30300 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschemalist-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschemalist-flowcontrol-v1beta3.json @@ -14,7 +14,7 @@ "items": { "description": "`items` is a list of FlowSchemas.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchema" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchema" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "`metadata` is the standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschemalist.json b/helm-charts/nginx-ingress/v1.28.0/flowschemalist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/flowschemalist.json rename to helm-charts/nginx-ingress/v1.28.0/flowschemalist.json index cb751523..61ef20ae 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschemalist.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschemalist.json @@ -11,7 +11,7 @@ "items": { "description": "`items` is a list of FlowSchemas.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchema" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchema" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "`metadata` is the standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschemaspec-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/flowschemaspec-flowcontrol-v1beta2.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/flowschemaspec-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/flowschemaspec-flowcontrol-v1beta2.json index 5582cb6b..9bb0da78 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschemaspec-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschemaspec-flowcontrol-v1beta2.json @@ -2,7 +2,7 @@ "description": "FlowSchemaSpec describes how the FlowSchema's specification looks like.", "properties": { "distinguisherMethod": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod", "description": "`distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string." }, "matchingPrecedence": { @@ -14,13 +14,13 @@ ] }, "priorityLevelConfiguration": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationReference", "description": "`priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required." }, "rules": { "description": "`rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PolicyRulesWithSubjects" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PolicyRulesWithSubjects" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschemaspec-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/flowschemaspec-flowcontrol-v1beta3.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/flowschemaspec-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/flowschemaspec-flowcontrol-v1beta3.json index 35903976..f1f4de99 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschemaspec-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschemaspec-flowcontrol-v1beta3.json @@ -2,7 +2,7 @@ "description": "FlowSchemaSpec describes how the FlowSchema's specification looks like.", "properties": { "distinguisherMethod": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowDistinguisherMethod", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowDistinguisherMethod", "description": "`distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string." }, "matchingPrecedence": { @@ -14,13 +14,13 @@ ] }, "priorityLevelConfiguration": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationReference", "description": "`priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required." }, "rules": { "description": "`rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PolicyRulesWithSubjects" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PolicyRulesWithSubjects" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschemaspec.json b/helm-charts/nginx-ingress/v1.28.0/flowschemaspec.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/flowschemaspec.json rename to helm-charts/nginx-ingress/v1.28.0/flowschemaspec.json index 35903976..f1f4de99 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschemaspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschemaspec.json @@ -2,7 +2,7 @@ "description": "FlowSchemaSpec describes how the FlowSchema's specification looks like.", "properties": { "distinguisherMethod": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowDistinguisherMethod", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowDistinguisherMethod", "description": "`distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string." }, "matchingPrecedence": { @@ -14,13 +14,13 @@ ] }, "priorityLevelConfiguration": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationReference", "description": "`priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required." }, "rules": { "description": "`rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PolicyRulesWithSubjects" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PolicyRulesWithSubjects" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschemastatus-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/flowschemastatus-flowcontrol-v1beta2.json similarity index 72% rename from helm-charts/nginx-ingress/v1.27.4/flowschemastatus-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/flowschemastatus-flowcontrol-v1beta2.json index 969e3300..1eb132be 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschemastatus-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschemastatus-flowcontrol-v1beta2.json @@ -4,7 +4,7 @@ "conditions": { "description": "`conditions` is a list of the current states of FlowSchema.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.FlowSchemaCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschemastatus-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/flowschemastatus-flowcontrol-v1beta3.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/flowschemastatus-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/flowschemastatus-flowcontrol-v1beta3.json index 67adcf29..cadeb615 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschemastatus-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschemastatus-flowcontrol-v1beta3.json @@ -4,7 +4,7 @@ "conditions": { "description": "`conditions` is a list of the current states of FlowSchema.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/flowschemastatus.json b/helm-charts/nginx-ingress/v1.28.0/flowschemastatus.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/flowschemastatus.json rename to helm-charts/nginx-ingress/v1.28.0/flowschemastatus.json index 67adcf29..cadeb615 100644 --- a/helm-charts/nginx-ingress/v1.27.4/flowschemastatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/flowschemastatus.json @@ -4,7 +4,7 @@ "conditions": { "description": "`conditions` is a list of the current states of FlowSchema.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.FlowSchemaCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/forzone-discovery-v1.json b/helm-charts/nginx-ingress/v1.28.0/forzone-discovery-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/forzone-discovery-v1.json rename to helm-charts/nginx-ingress/v1.28.0/forzone-discovery-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/forzone.json b/helm-charts/nginx-ingress/v1.28.0/forzone.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/forzone.json rename to helm-charts/nginx-ingress/v1.28.0/forzone.json diff --git a/helm-charts/nginx-ingress/v1.27.4/gcepersistentdiskvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/gcepersistentdiskvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/gcepersistentdiskvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/gcepersistentdiskvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/gcepersistentdiskvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/gcepersistentdiskvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/gcepersistentdiskvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/gcepersistentdiskvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/gitrepovolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/gitrepovolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/gitrepovolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/gitrepovolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/gitrepovolumesource.json b/helm-charts/nginx-ingress/v1.28.0/gitrepovolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/gitrepovolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/gitrepovolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/glusterfspersistentvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/glusterfspersistentvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/glusterfspersistentvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/glusterfspersistentvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/glusterfspersistentvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/glusterfspersistentvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/glusterfspersistentvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/glusterfspersistentvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/glusterfsvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/glusterfsvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/glusterfsvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/glusterfsvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/glusterfsvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/glusterfsvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/glusterfsvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/glusterfsvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/groupsubject-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/groupsubject-flowcontrol-v1beta2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/groupsubject-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/groupsubject-flowcontrol-v1beta2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/groupsubject-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/groupsubject-flowcontrol-v1beta3.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/groupsubject-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/groupsubject-flowcontrol-v1beta3.json diff --git a/helm-charts/nginx-ingress/v1.27.4/groupsubject.json b/helm-charts/nginx-ingress/v1.28.0/groupsubject.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/groupsubject.json rename to helm-charts/nginx-ingress/v1.28.0/groupsubject.json diff --git a/helm-charts/nginx-ingress/v1.27.4/groupversionfordiscovery-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/groupversionfordiscovery-meta-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/groupversionfordiscovery-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/groupversionfordiscovery-meta-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/groupversionfordiscovery.json b/helm-charts/nginx-ingress/v1.28.0/groupversionfordiscovery.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/groupversionfordiscovery.json rename to helm-charts/nginx-ingress/v1.28.0/groupversionfordiscovery.json diff --git a/helm-charts/nginx-ingress/v1.27.4/grpcaction-v1.json b/helm-charts/nginx-ingress/v1.28.0/grpcaction-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/grpcaction-v1.json rename to helm-charts/nginx-ingress/v1.28.0/grpcaction-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/grpcaction.json b/helm-charts/nginx-ingress/v1.28.0/grpcaction.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/grpcaction.json rename to helm-charts/nginx-ingress/v1.28.0/grpcaction.json diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscaler-autoscaling-v1.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscaler-autoscaling-v1.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscaler-autoscaling-v1.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscaler-autoscaling-v1.json index fe38e4bb..b70ae1ec 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscaler-autoscaling-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscaler-autoscaling-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec", "description": "spec defines the behaviour of autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerStatus", "description": "status is the current information about the autoscaler." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscaler-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscaler-autoscaling-v2.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscaler-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscaler-autoscaling-v2.json index 76b9a7bb..0a662d02 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscaler-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscaler-autoscaling-v2.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerSpec", "description": "spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerStatus", "description": "status is the current information about the autoscaler." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscaler.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscaler.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscaler.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscaler.json index 54cef691..e04892e5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscaler.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscaler.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerSpec", "description": "spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerStatus", "description": "status is the current information about the autoscaler." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerbehavior-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerbehavior-autoscaling-v2.json similarity index 70% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerbehavior-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerbehavior-autoscaling-v2.json index b247165c..2a8ea8f4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerbehavior-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerbehavior-autoscaling-v2.json @@ -2,11 +2,11 @@ "description": "HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).", "properties": { "scaleDown": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingRules", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingRules", "description": "scaleDown is scaling policy for scaling Down. If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used)." }, "scaleUp": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingRules", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingRules", "description": "scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of:\n * increase no more than 4 pods per 60 seconds\n * double the number of pods per 60 seconds\nNo stabilization is used." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerbehavior.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerbehavior.json similarity index 70% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerbehavior.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerbehavior.json index b247165c..2a8ea8f4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerbehavior.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerbehavior.json @@ -2,11 +2,11 @@ "description": "HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).", "properties": { "scaleDown": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingRules", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingRules", "description": "scaleDown is scaling policy for scaling Down. If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used)." }, "scaleUp": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingRules", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingRules", "description": "scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of:\n * increase no more than 4 pods per 60 seconds\n * double the number of pods per 60 seconds\nNo stabilization is used." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalercondition-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalercondition-autoscaling-v2.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalercondition-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalercondition-autoscaling-v2.json index 3f2af511..67253fc1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalercondition-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalercondition-autoscaling-v2.json @@ -2,7 +2,7 @@ "description": "HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastTransitionTime is the last time the condition transitioned from one status to another" }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalercondition.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalercondition.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalercondition.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalercondition.json index 3f2af511..67253fc1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalercondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalercondition.json @@ -2,7 +2,7 @@ "description": "HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastTransitionTime is the last time the condition transitioned from one status to another" }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerlist-autoscaling-v1.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerlist-autoscaling-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerlist-autoscaling-v1.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerlist-autoscaling-v1.json index c276c80c..cb7937bd 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerlist-autoscaling-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerlist-autoscaling-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of horizontal pod autoscaler objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerlist-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerlist-autoscaling-v2.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerlist-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerlist-autoscaling-v2.json index 493e4540..499f2071 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerlist-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerlist-autoscaling-v2.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of horizontal pod autoscaler objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "metadata is the standard list metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerlist.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerlist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerlist.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerlist.json index 8e837490..55a72bf4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerlist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of horizontal pod autoscaler objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "metadata is the standard list metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerspec-autoscaling-v1.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerspec-autoscaling-v1.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerspec-autoscaling-v1.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerspec-autoscaling-v1.json index ffef9763..7c0799d1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerspec-autoscaling-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerspec-autoscaling-v1.json @@ -18,7 +18,7 @@ ] }, "scaleTargetRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.CrossVersionObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.CrossVersionObjectReference", "description": "reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption and will set the desired number of pods by using its Scale subresource." }, "targetCPUUtilizationPercentage": { diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerspec-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerspec-autoscaling-v2.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerspec-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerspec-autoscaling-v2.json index 9d25d40d..d6a594f2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerspec-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerspec-autoscaling-v2.json @@ -2,7 +2,7 @@ "description": "HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.", "properties": { "behavior": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior", "description": "behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used." }, "maxReplicas": { @@ -16,7 +16,7 @@ "metrics": { "description": "metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricSpec" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricSpec" }, "type": [ "array", @@ -33,7 +33,7 @@ ] }, "scaleTargetRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference", "description": "scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerspec.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerspec.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerspec.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerspec.json index 9d25d40d..d6a594f2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerspec.json @@ -2,7 +2,7 @@ "description": "HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.", "properties": { "behavior": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior", "description": "behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used." }, "maxReplicas": { @@ -16,7 +16,7 @@ "metrics": { "description": "metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricSpec" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricSpec" }, "type": [ "array", @@ -33,7 +33,7 @@ ] }, "scaleTargetRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference", "description": "scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerstatus-autoscaling-v1.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerstatus-autoscaling-v1.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerstatus-autoscaling-v1.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerstatus-autoscaling-v1.json index 9f0c6bdb..66d1cee4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerstatus-autoscaling-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerstatus-autoscaling-v1.json @@ -26,7 +26,7 @@ ] }, "lastScaleTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed." }, "observedGeneration": { diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerstatus-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerstatus-autoscaling-v2.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerstatus-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerstatus-autoscaling-v2.json index a37551c4..86b144c4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerstatus-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerstatus-autoscaling-v2.json @@ -4,7 +4,7 @@ "conditions": { "description": "conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerCondition" }, "type": [ "array", @@ -20,7 +20,7 @@ "currentMetrics": { "description": "currentMetrics is the last read state of the metrics used by this autoscaler.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricStatus" }, "type": [ "array", @@ -45,7 +45,7 @@ ] }, "lastScaleTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed." }, "observedGeneration": { diff --git a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerstatus.json b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerstatus.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerstatus.json rename to helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerstatus.json index a37551c4..86b144c4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/horizontalpodautoscalerstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/horizontalpodautoscalerstatus.json @@ -4,7 +4,7 @@ "conditions": { "description": "conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerCondition" }, "type": [ "array", @@ -20,7 +20,7 @@ "currentMetrics": { "description": "currentMetrics is the last read state of the metrics used by this autoscaler.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricStatus" }, "type": [ "array", @@ -45,7 +45,7 @@ ] }, "lastScaleTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed." }, "observedGeneration": { diff --git a/helm-charts/nginx-ingress/v1.27.4/hostalias-v1.json b/helm-charts/nginx-ingress/v1.28.0/hostalias-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/hostalias-v1.json rename to helm-charts/nginx-ingress/v1.28.0/hostalias-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/hostalias.json b/helm-charts/nginx-ingress/v1.28.0/hostalias.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/hostalias.json rename to helm-charts/nginx-ingress/v1.28.0/hostalias.json diff --git a/helm-charts/nginx-ingress/v1.28.0/hostip-v1.json b/helm-charts/nginx-ingress/v1.28.0/hostip-v1.json new file mode 100644 index 00000000..663f82a0 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/hostip-v1.json @@ -0,0 +1,14 @@ +{ + "description": "HostIP represents a single IP address allocated to the host.", + "properties": { + "ip": { + "description": "IP is the IP address assigned to the host", + "type": [ + "string", + "null" + ] + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.28.0/hostip.json b/helm-charts/nginx-ingress/v1.28.0/hostip.json new file mode 100644 index 00000000..663f82a0 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/hostip.json @@ -0,0 +1,14 @@ +{ + "description": "HostIP represents a single IP address allocated to the host.", + "properties": { + "ip": { + "description": "IP is the IP address assigned to the host", + "type": [ + "string", + "null" + ] + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/hostpathvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/hostpathvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/hostpathvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/hostpathvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/hostpathvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/hostpathvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/hostpathvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/hostpathvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/hpascalingpolicy-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/hpascalingpolicy-autoscaling-v2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/hpascalingpolicy-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/hpascalingpolicy-autoscaling-v2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/hpascalingpolicy.json b/helm-charts/nginx-ingress/v1.28.0/hpascalingpolicy.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/hpascalingpolicy.json rename to helm-charts/nginx-ingress/v1.28.0/hpascalingpolicy.json diff --git a/helm-charts/nginx-ingress/v1.27.4/hpascalingrules-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/hpascalingrules-autoscaling-v2.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/hpascalingrules-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/hpascalingrules-autoscaling-v2.json index 4c2228e1..31c5ca93 100644 --- a/helm-charts/nginx-ingress/v1.27.4/hpascalingrules-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/hpascalingrules-autoscaling-v2.json @@ -4,7 +4,7 @@ "policies": { "description": "policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingPolicy" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingPolicy" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/hpascalingrules.json b/helm-charts/nginx-ingress/v1.28.0/hpascalingrules.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/hpascalingrules.json rename to helm-charts/nginx-ingress/v1.28.0/hpascalingrules.json index 4c2228e1..31c5ca93 100644 --- a/helm-charts/nginx-ingress/v1.27.4/hpascalingrules.json +++ b/helm-charts/nginx-ingress/v1.28.0/hpascalingrules.json @@ -4,7 +4,7 @@ "policies": { "description": "policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingPolicy" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.HPAScalingPolicy" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/httpgetaction-v1.json b/helm-charts/nginx-ingress/v1.28.0/httpgetaction-v1.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/httpgetaction-v1.json rename to helm-charts/nginx-ingress/v1.28.0/httpgetaction-v1.json index fe1ba397..b6d86774 100644 --- a/helm-charts/nginx-ingress/v1.27.4/httpgetaction-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/httpgetaction-v1.json @@ -11,7 +11,7 @@ "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HTTPHeader" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HTTPHeader" }, "type": [ "array", @@ -26,7 +26,7 @@ ] }, "port": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." }, "scheme": { diff --git a/helm-charts/nginx-ingress/v1.27.4/httpgetaction.json b/helm-charts/nginx-ingress/v1.28.0/httpgetaction.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/httpgetaction.json rename to helm-charts/nginx-ingress/v1.28.0/httpgetaction.json index fe1ba397..b6d86774 100644 --- a/helm-charts/nginx-ingress/v1.27.4/httpgetaction.json +++ b/helm-charts/nginx-ingress/v1.28.0/httpgetaction.json @@ -11,7 +11,7 @@ "httpHeaders": { "description": "Custom headers to set in the request. HTTP allows repeated headers.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HTTPHeader" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HTTPHeader" }, "type": [ "array", @@ -26,7 +26,7 @@ ] }, "port": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." }, "scheme": { diff --git a/helm-charts/nginx-ingress/v1.27.4/httpheader-v1.json b/helm-charts/nginx-ingress/v1.28.0/httpheader-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/httpheader-v1.json rename to helm-charts/nginx-ingress/v1.28.0/httpheader-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/httpheader.json b/helm-charts/nginx-ingress/v1.28.0/httpheader.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/httpheader.json rename to helm-charts/nginx-ingress/v1.28.0/httpheader.json diff --git a/helm-charts/nginx-ingress/v1.27.4/httpingresspath-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/httpingresspath-networking-v1.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/httpingresspath-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/httpingresspath-networking-v1.json index ea10b458..c91868c4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/httpingresspath-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/httpingresspath-networking-v1.json @@ -2,7 +2,7 @@ "description": "HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.", "properties": { "backend": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressBackend", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressBackend", "description": "backend defines the referenced service endpoint to which the traffic will be forwarded to." }, "path": { diff --git a/helm-charts/nginx-ingress/v1.27.4/httpingresspath.json b/helm-charts/nginx-ingress/v1.28.0/httpingresspath.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/httpingresspath.json rename to helm-charts/nginx-ingress/v1.28.0/httpingresspath.json index ea10b458..c91868c4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/httpingresspath.json +++ b/helm-charts/nginx-ingress/v1.28.0/httpingresspath.json @@ -2,7 +2,7 @@ "description": "HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.", "properties": { "backend": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressBackend", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressBackend", "description": "backend defines the referenced service endpoint to which the traffic will be forwarded to." }, "path": { diff --git a/helm-charts/nginx-ingress/v1.27.4/httpingressrulevalue-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/httpingressrulevalue-networking-v1.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/httpingressrulevalue-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/httpingressrulevalue-networking-v1.json index ed1082a0..af982f86 100644 --- a/helm-charts/nginx-ingress/v1.27.4/httpingressrulevalue-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/httpingressrulevalue-networking-v1.json @@ -4,7 +4,7 @@ "paths": { "description": "paths is a collection of paths that map requests to backends.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.HTTPIngressPath" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.HTTPIngressPath" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/httpingressrulevalue.json b/helm-charts/nginx-ingress/v1.28.0/httpingressrulevalue.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/httpingressrulevalue.json rename to helm-charts/nginx-ingress/v1.28.0/httpingressrulevalue.json index ed1082a0..af982f86 100644 --- a/helm-charts/nginx-ingress/v1.27.4/httpingressrulevalue.json +++ b/helm-charts/nginx-ingress/v1.28.0/httpingressrulevalue.json @@ -4,7 +4,7 @@ "paths": { "description": "paths is a collection of paths that map requests to backends.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.HTTPIngressPath" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.HTTPIngressPath" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/info-pkg-version.json b/helm-charts/nginx-ingress/v1.28.0/info-pkg-version.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/info-pkg-version.json rename to helm-charts/nginx-ingress/v1.28.0/info-pkg-version.json diff --git a/helm-charts/nginx-ingress/v1.27.4/info.json b/helm-charts/nginx-ingress/v1.28.0/info.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/info.json rename to helm-charts/nginx-ingress/v1.28.0/info.json diff --git a/helm-charts/nginx-ingress/v1.27.4/ingress-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingress-networking-v1.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/ingress-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingress-networking-v1.json index 6b1cf152..4f86dbcc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingress-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingress-networking-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressSpec", "description": "spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressStatus", "description": "status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingress.json b/helm-charts/nginx-ingress/v1.28.0/ingress.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/ingress.json rename to helm-charts/nginx-ingress/v1.28.0/ingress.json index 4f157811..1b2a9fe5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingress.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingress.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressSpec", "description": "spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressStatus", "description": "status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressbackend-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingressbackend-networking-v1.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/ingressbackend-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingressbackend-networking-v1.json index 34b0815d..cac1aaae 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressbackend-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressbackend-networking-v1.json @@ -2,11 +2,11 @@ "description": "IngressBackend describes all endpoints for a given service and port.", "properties": { "resource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference", "description": "resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with \"Service\"." }, "service": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressServiceBackend", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressServiceBackend", "description": "service references a service as a backend. This is a mutually exclusive setting with \"Resource\"." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressbackend.json b/helm-charts/nginx-ingress/v1.28.0/ingressbackend.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/ingressbackend.json rename to helm-charts/nginx-ingress/v1.28.0/ingressbackend.json index 34b0815d..cac1aaae 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressbackend.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressbackend.json @@ -2,11 +2,11 @@ "description": "IngressBackend describes all endpoints for a given service and port.", "properties": { "resource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference", "description": "resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with \"Service\"." }, "service": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressServiceBackend", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressServiceBackend", "description": "service references a service as a backend. This is a mutually exclusive setting with \"Resource\"." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressclass-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingressclass-networking-v1.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/ingressclass-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingressclass-networking-v1.json index c52a1cd5..775b37e6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressclass-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressclass-networking-v1.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassSpec", "description": "spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressclass.json b/helm-charts/nginx-ingress/v1.28.0/ingressclass.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/ingressclass.json rename to helm-charts/nginx-ingress/v1.28.0/ingressclass.json index 1f32e67a..171ada1e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressclass.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressclass.json @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassSpec", "description": "spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressclasslist-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingressclasslist-networking-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/ingressclasslist-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingressclasslist-networking-v1.json index 5a3c4056..953acb2c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressclasslist-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressclasslist-networking-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of IngressClasses.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClass" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClass" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressclasslist.json b/helm-charts/nginx-ingress/v1.28.0/ingressclasslist.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/ingressclasslist.json rename to helm-charts/nginx-ingress/v1.28.0/ingressclasslist.json index 61588944..bdb21518 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressclasslist.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressclasslist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of IngressClasses.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClass" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClass" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressclassparametersreference-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingressclassparametersreference-networking-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/ingressclassparametersreference-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingressclassparametersreference-networking-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressclassparametersreference.json b/helm-charts/nginx-ingress/v1.28.0/ingressclassparametersreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/ingressclassparametersreference.json rename to helm-charts/nginx-ingress/v1.28.0/ingressclassparametersreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressclassspec-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingressclassspec-networking-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/ingressclassspec-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingressclassspec-networking-v1.json index 6f37a6af..902640d8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressclassspec-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressclassspec-networking-v1.json @@ -9,7 +9,7 @@ ] }, "parameters": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassParametersReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassParametersReference", "description": "parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressclassspec.json b/helm-charts/nginx-ingress/v1.28.0/ingressclassspec.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/ingressclassspec.json rename to helm-charts/nginx-ingress/v1.28.0/ingressclassspec.json index 6f37a6af..902640d8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressclassspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressclassspec.json @@ -9,7 +9,7 @@ ] }, "parameters": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassParametersReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressClassParametersReference", "description": "parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingresslist-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingresslist-networking-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/ingresslist-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingresslist-networking-v1.json index ae9238b5..06028ae1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingresslist-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingresslist-networking-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of Ingress.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.Ingress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.Ingress" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingresslist.json b/helm-charts/nginx-ingress/v1.28.0/ingresslist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/ingresslist.json rename to helm-charts/nginx-ingress/v1.28.0/ingresslist.json index 60b66daa..d8b6c19d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingresslist.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingresslist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of Ingress.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.Ingress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.Ingress" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressloadbalanceringress-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingressloadbalanceringress-networking-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/ingressloadbalanceringress-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingressloadbalanceringress-networking-v1.json index 30a37d80..c5d31c3e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressloadbalanceringress-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressloadbalanceringress-networking-v1.json @@ -18,7 +18,7 @@ "ports": { "description": "ports provides information about the ports exposed by this LoadBalancer.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressPortStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressPortStatus" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressloadbalanceringress.json b/helm-charts/nginx-ingress/v1.28.0/ingressloadbalanceringress.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/ingressloadbalanceringress.json rename to helm-charts/nginx-ingress/v1.28.0/ingressloadbalanceringress.json index 30a37d80..c5d31c3e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressloadbalanceringress.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressloadbalanceringress.json @@ -18,7 +18,7 @@ "ports": { "description": "ports provides information about the ports exposed by this LoadBalancer.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressPortStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressPortStatus" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressloadbalancerstatus-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingressloadbalancerstatus-networking-v1.json similarity index 67% rename from helm-charts/nginx-ingress/v1.27.4/ingressloadbalancerstatus-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingressloadbalancerstatus-networking-v1.json index 631d0cb0..d735259b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressloadbalancerstatus-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressloadbalancerstatus-networking-v1.json @@ -4,7 +4,7 @@ "ingress": { "description": "ingress is a list containing ingress points for the load-balancer.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerIngress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerIngress" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressloadbalancerstatus.json b/helm-charts/nginx-ingress/v1.28.0/ingressloadbalancerstatus.json similarity index 67% rename from helm-charts/nginx-ingress/v1.27.4/ingressloadbalancerstatus.json rename to helm-charts/nginx-ingress/v1.28.0/ingressloadbalancerstatus.json index 631d0cb0..d735259b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressloadbalancerstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressloadbalancerstatus.json @@ -4,7 +4,7 @@ "ingress": { "description": "ingress is a list containing ingress points for the load-balancer.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerIngress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerIngress" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressportstatus-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingressportstatus-networking-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/ingressportstatus-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingressportstatus-networking-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressportstatus.json b/helm-charts/nginx-ingress/v1.28.0/ingressportstatus.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/ingressportstatus.json rename to helm-charts/nginx-ingress/v1.28.0/ingressportstatus.json diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressrule-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingressrule-networking-v1.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/ingressrule-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingressrule-networking-v1.json index 793f86ef..ece41b6a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressrule-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressrule-networking-v1.json @@ -9,7 +9,7 @@ ] }, "http": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.HTTPIngressRuleValue" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.HTTPIngressRuleValue" } }, "type": "object", diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressrule.json b/helm-charts/nginx-ingress/v1.28.0/ingressrule.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/ingressrule.json rename to helm-charts/nginx-ingress/v1.28.0/ingressrule.json index 793f86ef..ece41b6a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressrule.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressrule.json @@ -9,7 +9,7 @@ ] }, "http": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.HTTPIngressRuleValue" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.HTTPIngressRuleValue" } }, "type": "object", diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressservicebackend-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingressservicebackend-networking-v1.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/ingressservicebackend-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingressservicebackend-networking-v1.json index b2ade58e..3f133dc3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressservicebackend-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressservicebackend-networking-v1.json @@ -9,7 +9,7 @@ ] }, "port": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.ServiceBackendPort", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.ServiceBackendPort", "description": "port of the referenced service. A port name or port number is required for a IngressServiceBackend." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressservicebackend.json b/helm-charts/nginx-ingress/v1.28.0/ingressservicebackend.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/ingressservicebackend.json rename to helm-charts/nginx-ingress/v1.28.0/ingressservicebackend.json index b2ade58e..3f133dc3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressservicebackend.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressservicebackend.json @@ -9,7 +9,7 @@ ] }, "port": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.ServiceBackendPort", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.ServiceBackendPort", "description": "port of the referenced service. A port name or port number is required for a IngressServiceBackend." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressspec-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingressspec-networking-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/ingressspec-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingressspec-networking-v1.json index a1511b4c..04355651 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressspec-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressspec-networking-v1.json @@ -2,7 +2,7 @@ "description": "IngressSpec describes the Ingress the user wishes to exist.", "properties": { "defaultBackend": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressBackend", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressBackend", "description": "defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller." }, "ingressClassName": { @@ -15,7 +15,7 @@ "rules": { "description": "rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressRule" }, "type": [ "array", @@ -26,7 +26,7 @@ "tls": { "description": "tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressTLS" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressTLS" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressspec.json b/helm-charts/nginx-ingress/v1.28.0/ingressspec.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/ingressspec.json rename to helm-charts/nginx-ingress/v1.28.0/ingressspec.json index a1511b4c..04355651 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressspec.json @@ -2,7 +2,7 @@ "description": "IngressSpec describes the Ingress the user wishes to exist.", "properties": { "defaultBackend": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressBackend", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressBackend", "description": "defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller." }, "ingressClassName": { @@ -15,7 +15,7 @@ "rules": { "description": "rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressRule" }, "type": [ "array", @@ -26,7 +26,7 @@ "tls": { "description": "tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressTLS" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressTLS" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressstatus-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingressstatus-networking-v1.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/ingressstatus-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingressstatus-networking-v1.json index ad967819..e51a7d0b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressstatus-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressstatus-networking-v1.json @@ -2,7 +2,7 @@ "description": "IngressStatus describe the current state of the Ingress.", "properties": { "loadBalancer": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerStatus", "description": "loadBalancer contains the current status of the load-balancer." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingressstatus.json b/helm-charts/nginx-ingress/v1.28.0/ingressstatus.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/ingressstatus.json rename to helm-charts/nginx-ingress/v1.28.0/ingressstatus.json index ad967819..e51a7d0b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ingressstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/ingressstatus.json @@ -2,7 +2,7 @@ "description": "IngressStatus describe the current state of the Ingress.", "properties": { "loadBalancer": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IngressLoadBalancerStatus", "description": "loadBalancer contains the current status of the load-balancer." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ingresstls-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ingresstls-networking-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/ingresstls-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ingresstls-networking-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/ingresstls.json b/helm-charts/nginx-ingress/v1.28.0/ingresstls.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/ingresstls.json rename to helm-charts/nginx-ingress/v1.28.0/ingresstls.json diff --git a/helm-charts/nginx-ingress/v1.27.4/intorstring-util-intstr.json b/helm-charts/nginx-ingress/v1.28.0/intorstring-util-intstr.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/intorstring-util-intstr.json rename to helm-charts/nginx-ingress/v1.28.0/intorstring-util-intstr.json diff --git a/helm-charts/nginx-ingress/v1.27.4/intorstring.json b/helm-charts/nginx-ingress/v1.28.0/intorstring.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/intorstring.json rename to helm-charts/nginx-ingress/v1.28.0/intorstring.json diff --git a/helm-charts/nginx-ingress/v1.27.4/ipaddress-networking-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/ipaddress-networking-v1alpha1.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/ipaddress-networking-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/ipaddress-networking-v1alpha1.json index a81cc001..bf1567ec 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ipaddress-networking-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ipaddress-networking-v1alpha1.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddressSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddressSpec", "description": "spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ipaddress.json b/helm-charts/nginx-ingress/v1.28.0/ipaddress.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/ipaddress.json rename to helm-charts/nginx-ingress/v1.28.0/ipaddress.json index f9fce127..3489a4b3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ipaddress.json +++ b/helm-charts/nginx-ingress/v1.28.0/ipaddress.json @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddressSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddressSpec", "description": "spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ipaddresslist-networking-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/ipaddresslist-networking-v1alpha1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/ipaddresslist-networking-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/ipaddresslist-networking-v1alpha1.json index 7799a5ae..93db0c3e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ipaddresslist-networking-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ipaddresslist-networking-v1alpha1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of IPAddresses.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddress" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ipaddresslist.json b/helm-charts/nginx-ingress/v1.28.0/ipaddresslist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/ipaddresslist.json rename to helm-charts/nginx-ingress/v1.28.0/ipaddresslist.json index c3711d6f..a54c2aac 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ipaddresslist.json +++ b/helm-charts/nginx-ingress/v1.28.0/ipaddresslist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of IPAddresses.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.IPAddress" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ipaddressspec-networking-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/ipaddressspec-networking-v1alpha1.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/ipaddressspec-networking-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/ipaddressspec-networking-v1alpha1.json index b5dfd53b..cf99c7e4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ipaddressspec-networking-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/ipaddressspec-networking-v1alpha1.json @@ -2,7 +2,7 @@ "description": "IPAddressSpec describe the attributes in an IP Address.", "properties": { "parentRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ParentReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ParentReference", "description": "ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ipaddressspec.json b/helm-charts/nginx-ingress/v1.28.0/ipaddressspec.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/ipaddressspec.json rename to helm-charts/nginx-ingress/v1.28.0/ipaddressspec.json index b5dfd53b..cf99c7e4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/ipaddressspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/ipaddressspec.json @@ -2,7 +2,7 @@ "description": "IPAddressSpec describe the attributes in an IP Address.", "properties": { "parentRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ParentReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1alpha1.ParentReference", "description": "ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/ipblock-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/ipblock-networking-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/ipblock-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ipblock-networking-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/ipblock.json b/helm-charts/nginx-ingress/v1.28.0/ipblock.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/ipblock.json rename to helm-charts/nginx-ingress/v1.28.0/ipblock.json diff --git a/helm-charts/nginx-ingress/v1.27.4/iscsipersistentvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/iscsipersistentvolumesource-v1.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/iscsipersistentvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/iscsipersistentvolumesource-v1.json index b3e23dd8..cfe38cd3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/iscsipersistentvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/iscsipersistentvolumesource-v1.json @@ -72,7 +72,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "secretRef is the CHAP Secret for iSCSI target and initiator authentication" }, "targetPortal": { diff --git a/helm-charts/nginx-ingress/v1.27.4/iscsipersistentvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/iscsipersistentvolumesource.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/iscsipersistentvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/iscsipersistentvolumesource.json index b3e23dd8..cfe38cd3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/iscsipersistentvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/iscsipersistentvolumesource.json @@ -72,7 +72,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "secretRef is the CHAP Secret for iSCSI target and initiator authentication" }, "targetPortal": { diff --git a/helm-charts/nginx-ingress/v1.27.4/iscsivolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/iscsivolumesource-v1.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/iscsivolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/iscsivolumesource-v1.json index 700c8879..214ec5aa 100644 --- a/helm-charts/nginx-ingress/v1.27.4/iscsivolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/iscsivolumesource-v1.json @@ -72,7 +72,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef is the CHAP Secret for iSCSI target and initiator authentication" }, "targetPortal": { diff --git a/helm-charts/nginx-ingress/v1.27.4/iscsivolumesource.json b/helm-charts/nginx-ingress/v1.28.0/iscsivolumesource.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/iscsivolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/iscsivolumesource.json index 700c8879..214ec5aa 100644 --- a/helm-charts/nginx-ingress/v1.27.4/iscsivolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/iscsivolumesource.json @@ -72,7 +72,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef is the CHAP Secret for iSCSI target and initiator authentication" }, "targetPortal": { diff --git a/helm-charts/nginx-ingress/v1.27.4/job-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/job-batch-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/job-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/job-batch-v1.json index 1d3b42a2..1bbd6183 100644 --- a/helm-charts/nginx-ingress/v1.27.4/job-batch-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/job-batch-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobSpec", "description": "Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobStatus", "description": "Current status of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/job.json b/helm-charts/nginx-ingress/v1.28.0/job.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/job.json rename to helm-charts/nginx-ingress/v1.28.0/job.json index 7c40f69a..9f189350 100644 --- a/helm-charts/nginx-ingress/v1.27.4/job.json +++ b/helm-charts/nginx-ingress/v1.28.0/job.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobSpec", "description": "Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobStatus", "description": "Current status of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/jobcondition-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/jobcondition-batch-v1.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/jobcondition-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/jobcondition-batch-v1.json index 65400ee3..8de8105e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/jobcondition-batch-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/jobcondition-batch-v1.json @@ -2,11 +2,11 @@ "description": "JobCondition describes current state of a job.", "properties": { "lastProbeTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition was checked." }, "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transit from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/jobcondition.json b/helm-charts/nginx-ingress/v1.28.0/jobcondition.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/jobcondition.json rename to helm-charts/nginx-ingress/v1.28.0/jobcondition.json index 65400ee3..8de8105e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/jobcondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/jobcondition.json @@ -2,11 +2,11 @@ "description": "JobCondition describes current state of a job.", "properties": { "lastProbeTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition was checked." }, "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transit from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/joblist-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/joblist-batch-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/joblist-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/joblist-batch-v1.json index 7225782a..9b50b93b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/joblist-batch-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/joblist-batch-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of Jobs.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.Job" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.Job" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/joblist.json b/helm-charts/nginx-ingress/v1.28.0/joblist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/joblist.json rename to helm-charts/nginx-ingress/v1.28.0/joblist.json index bd49c731..dd1e2aca 100644 --- a/helm-charts/nginx-ingress/v1.27.4/joblist.json +++ b/helm-charts/nginx-ingress/v1.28.0/joblist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of Jobs.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.Job" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.Job" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/jobspec-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/jobspec-batch-v1.json similarity index 70% rename from helm-charts/nginx-ingress/v1.27.4/jobspec-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/jobspec-batch-v1.json index f909c279..e29130e1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/jobspec-batch-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/jobspec-batch-v1.json @@ -17,6 +17,14 @@ "null" ] }, + "backoffLimitPerIndex": { + "description": "Specifies the limit for the number of retries within an index before marking this index as failed. When enabled the number of failures per index is kept in the pod's batch.kubernetes.io/job-index-failure-count annotation. It can only be set when Job's completionMode=Indexed, and the Pod's restart policy is Never. The field is immutable. This field is alpha-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).", + "format": "int32", + "type": [ + "integer", + "null" + ] + }, "completionMode": { "description": "completionMode specifies how Pod completions are tracked. It can be `NonIndexed` (default) or `Indexed`.\n\n`NonIndexed` means that the Job is considered complete when there have been .spec.completions successfully completed Pods. Each Pod completion is homologous to each other.\n\n`Indexed` means that the Pods of a Job get an associated completion index from 0 to (.spec.completions - 1), available in the annotation batch.kubernetes.io/job-completion-index. The Job is considered complete when there is one successfully completed Pod for each index. When value is `Indexed`, .spec.completions must be specified and `.spec.parallelism` must be less than or equal to 10^5. In addition, The Pod name takes the form `$(job-name)-$(index)-$(random-string)`, the Pod hostname takes the form `$(job-name)-$(index)`.\n\nMore completion modes can be added in the future. If the Job controller observes a mode that it doesn't recognize, which is possible during upgrades due to version skew, the controller skips updates for the Job.", "type": [ @@ -39,6 +47,14 @@ "null" ] }, + "maxFailedIndexes": { + "description": "Specifies the maximal number of failed indexes before marking the Job as failed, when backoffLimitPerIndex is set. Once the number of failed indexes exceeds this number the entire Job is marked as Failed and its execution is terminated. When left as null the job continues execution of all of its indexes and is marked with the `Complete` Job condition. It can only be specified when backoffLimitPerIndex is set. It can be null or up to completions. It is required and must be less than or equal to 10^4 when is completions greater than 10^5. This field is alpha-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).", + "format": "int32", + "type": [ + "integer", + "null" + ] + }, "parallelism": { "description": "Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/", "format": "int32", @@ -48,11 +64,18 @@ ] }, "podFailurePolicy": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicy", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicy", "description": "Specifies the policy of handling failed pods. In particular, it allows to specify the set of actions and conditions which need to be satisfied to take the associated action. If empty, the default behaviour applies - the counter of failed pods, represented by the jobs's .status.failed field, is incremented and it is checked against the backoffLimit. This field cannot be used in combination with restartPolicy=OnFailure.\n\nThis field is beta-level. It can be used when the `JobPodFailurePolicy` feature gate is enabled (enabled by default)." }, + "podReplacementPolicy": { + "description": "podReplacementPolicy specifies when to create replacement Pods. Possible values are: - TerminatingOrFailed means that we recreate pods\n when they are terminating (has a metadata.deletionTimestamp) or failed.\n- Failed means to wait until a previously created Pod is fully terminated (has phase\n Failed or Succeeded) before creating a replacement Pod.\n\nWhen using podFailurePolicy, Failed is the the only allowed value. TerminatingOrFailed and Failed are allowed values when podFailurePolicy is not in use. This is an alpha field. Enable JobPodReplacementPolicy to be able to use this field.", + "type": [ + "string", + "null" + ] + }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" }, "suspend": { @@ -63,7 +86,7 @@ ] }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "Describes the pod that will be created when executing a job. The only allowed template.spec.restartPolicy values are \"Never\" or \"OnFailure\". More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/" }, "ttlSecondsAfterFinished": { diff --git a/helm-charts/nginx-ingress/v1.27.4/jobspec.json b/helm-charts/nginx-ingress/v1.28.0/jobspec.json similarity index 70% rename from helm-charts/nginx-ingress/v1.27.4/jobspec.json rename to helm-charts/nginx-ingress/v1.28.0/jobspec.json index f909c279..e29130e1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/jobspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/jobspec.json @@ -17,6 +17,14 @@ "null" ] }, + "backoffLimitPerIndex": { + "description": "Specifies the limit for the number of retries within an index before marking this index as failed. When enabled the number of failures per index is kept in the pod's batch.kubernetes.io/job-index-failure-count annotation. It can only be set when Job's completionMode=Indexed, and the Pod's restart policy is Never. The field is immutable. This field is alpha-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).", + "format": "int32", + "type": [ + "integer", + "null" + ] + }, "completionMode": { "description": "completionMode specifies how Pod completions are tracked. It can be `NonIndexed` (default) or `Indexed`.\n\n`NonIndexed` means that the Job is considered complete when there have been .spec.completions successfully completed Pods. Each Pod completion is homologous to each other.\n\n`Indexed` means that the Pods of a Job get an associated completion index from 0 to (.spec.completions - 1), available in the annotation batch.kubernetes.io/job-completion-index. The Job is considered complete when there is one successfully completed Pod for each index. When value is `Indexed`, .spec.completions must be specified and `.spec.parallelism` must be less than or equal to 10^5. In addition, The Pod name takes the form `$(job-name)-$(index)-$(random-string)`, the Pod hostname takes the form `$(job-name)-$(index)`.\n\nMore completion modes can be added in the future. If the Job controller observes a mode that it doesn't recognize, which is possible during upgrades due to version skew, the controller skips updates for the Job.", "type": [ @@ -39,6 +47,14 @@ "null" ] }, + "maxFailedIndexes": { + "description": "Specifies the maximal number of failed indexes before marking the Job as failed, when backoffLimitPerIndex is set. Once the number of failed indexes exceeds this number the entire Job is marked as Failed and its execution is terminated. When left as null the job continues execution of all of its indexes and is marked with the `Complete` Job condition. It can only be specified when backoffLimitPerIndex is set. It can be null or up to completions. It is required and must be less than or equal to 10^4 when is completions greater than 10^5. This field is alpha-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).", + "format": "int32", + "type": [ + "integer", + "null" + ] + }, "parallelism": { "description": "Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/", "format": "int32", @@ -48,11 +64,18 @@ ] }, "podFailurePolicy": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicy", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicy", "description": "Specifies the policy of handling failed pods. In particular, it allows to specify the set of actions and conditions which need to be satisfied to take the associated action. If empty, the default behaviour applies - the counter of failed pods, represented by the jobs's .status.failed field, is incremented and it is checked against the backoffLimit. This field cannot be used in combination with restartPolicy=OnFailure.\n\nThis field is beta-level. It can be used when the `JobPodFailurePolicy` feature gate is enabled (enabled by default)." }, + "podReplacementPolicy": { + "description": "podReplacementPolicy specifies when to create replacement Pods. Possible values are: - TerminatingOrFailed means that we recreate pods\n when they are terminating (has a metadata.deletionTimestamp) or failed.\n- Failed means to wait until a previously created Pod is fully terminated (has phase\n Failed or Succeeded) before creating a replacement Pod.\n\nWhen using podFailurePolicy, Failed is the the only allowed value. TerminatingOrFailed and Failed are allowed values when podFailurePolicy is not in use. This is an alpha field. Enable JobPodReplacementPolicy to be able to use this field.", + "type": [ + "string", + "null" + ] + }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" }, "suspend": { @@ -63,7 +86,7 @@ ] }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "Describes the pod that will be created when executing a job. The only allowed template.spec.restartPolicy values are \"Never\" or \"OnFailure\". More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/" }, "ttlSecondsAfterFinished": { diff --git a/helm-charts/nginx-ingress/v1.27.4/jobstatus-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/jobstatus-batch-v1.json similarity index 66% rename from helm-charts/nginx-ingress/v1.27.4/jobstatus-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/jobstatus-batch-v1.json index aaf7705a..e7d4d558 100644 --- a/helm-charts/nginx-ingress/v1.27.4/jobstatus-batch-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/jobstatus-batch-v1.json @@ -17,13 +17,13 @@ ] }, "completionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. The completion time is only set when the job finishes successfully." }, "conditions": { "description": "The latest available observations of an object's current state. When a Job fails, one of the conditions will have type \"Failed\" and status true. When a Job is suspended, one of the conditions will have type \"Suspended\" and status true; when the Job is resumed, the status of this condition will become false. When a Job is completed, one of the conditions will have type \"Complete\" and status true. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobCondition" }, "type": [ "array", @@ -41,6 +41,13 @@ "null" ] }, + "failedIndexes": { + "description": "FailedIndexes holds the failed indexes when backoffLimitPerIndex=true. The indexes are represented in the text format analogous as for the `completedIndexes` field, ie. they are kept as decimal integers separated by commas. The numbers are listed in increasing order. Three or more consecutive numbers are compressed and represented by the first and last element of the series, separated by a hyphen. For example, if the failed indexes are 1, 3, 4, 5 and 7, they are represented as \"1,3-5,7\". This field is alpha-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).", + "type": [ + "string", + "null" + ] + }, "ready": { "description": "The number of pods which have a Ready condition.\n\nThis field is beta-level. The job controller populates the field when the feature gate JobReadyPods is enabled (enabled by default).", "format": "int32", @@ -50,7 +57,7 @@ ] }, "startTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Represents time when the job controller started processing a job. When a Job is created in the suspended state, this field is not set until the first time it is resumed. This field is reset every time a Job is resumed from suspension. It is represented in RFC3339 form and is in UTC." }, "succeeded": { @@ -61,8 +68,16 @@ "null" ] }, + "terminating": { + "description": "The number of pods which are terminating (in phase Pending or Running and have a deletionTimestamp).\n\nThis field is alpha-level. The job controller populates the field when the feature gate JobPodReplacementPolicy is enabled (disabled by default).", + "format": "int32", + "type": [ + "integer", + "null" + ] + }, "uncountedTerminatedPods": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.UncountedTerminatedPods", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.UncountedTerminatedPods", "description": "uncountedTerminatedPods holds the UIDs of Pods that have terminated but the job controller hasn't yet accounted for in the status counters.\n\nThe job controller creates pods with a finalizer. When a pod terminates (succeeded or failed), the controller does three steps to account for it in the job status:\n\n1. Add the pod UID to the arrays in this field. 2. Remove the pod finalizer. 3. Remove the pod UID from the arrays while increasing the corresponding\n counter.\n\nOld jobs might not be tracked using this field, in which case the field remains null." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/jobstatus.json b/helm-charts/nginx-ingress/v1.28.0/jobstatus.json similarity index 66% rename from helm-charts/nginx-ingress/v1.27.4/jobstatus.json rename to helm-charts/nginx-ingress/v1.28.0/jobstatus.json index aaf7705a..e7d4d558 100644 --- a/helm-charts/nginx-ingress/v1.27.4/jobstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/jobstatus.json @@ -17,13 +17,13 @@ ] }, "completionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. The completion time is only set when the job finishes successfully." }, "conditions": { "description": "The latest available observations of an object's current state. When a Job fails, one of the conditions will have type \"Failed\" and status true. When a Job is suspended, one of the conditions will have type \"Suspended\" and status true; when the Job is resumed, the status of this condition will become false. When a Job is completed, one of the conditions will have type \"Complete\" and status true. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobCondition" }, "type": [ "array", @@ -41,6 +41,13 @@ "null" ] }, + "failedIndexes": { + "description": "FailedIndexes holds the failed indexes when backoffLimitPerIndex=true. The indexes are represented in the text format analogous as for the `completedIndexes` field, ie. they are kept as decimal integers separated by commas. The numbers are listed in increasing order. Three or more consecutive numbers are compressed and represented by the first and last element of the series, separated by a hyphen. For example, if the failed indexes are 1, 3, 4, 5 and 7, they are represented as \"1,3-5,7\". This field is alpha-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).", + "type": [ + "string", + "null" + ] + }, "ready": { "description": "The number of pods which have a Ready condition.\n\nThis field is beta-level. The job controller populates the field when the feature gate JobReadyPods is enabled (enabled by default).", "format": "int32", @@ -50,7 +57,7 @@ ] }, "startTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Represents time when the job controller started processing a job. When a Job is created in the suspended state, this field is not set until the first time it is resumed. This field is reset every time a Job is resumed from suspension. It is represented in RFC3339 form and is in UTC." }, "succeeded": { @@ -61,8 +68,16 @@ "null" ] }, + "terminating": { + "description": "The number of pods which are terminating (in phase Pending or Running and have a deletionTimestamp).\n\nThis field is alpha-level. The job controller populates the field when the feature gate JobPodReplacementPolicy is enabled (disabled by default).", + "format": "int32", + "type": [ + "integer", + "null" + ] + }, "uncountedTerminatedPods": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.UncountedTerminatedPods", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.UncountedTerminatedPods", "description": "uncountedTerminatedPods holds the UIDs of Pods that have terminated but the job controller hasn't yet accounted for in the status counters.\n\nThe job controller creates pods with a finalizer. When a pod terminates (succeeded or failed), the controller does three steps to account for it in the job status:\n\n1. Add the pod UID to the arrays in this field. 2. Remove the pod finalizer. 3. Remove the pod UID from the arrays while increasing the corresponding\n counter.\n\nOld jobs might not be tracked using this field, in which case the field remains null." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/jobtemplatespec-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/jobtemplatespec-batch-v1.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/jobtemplatespec-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/jobtemplatespec-batch-v1.json index 94f4363f..2693f1bc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/jobtemplatespec-batch-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/jobtemplatespec-batch-v1.json @@ -2,11 +2,11 @@ "description": "JobTemplateSpec describes the data a Job should have when created from a template", "properties": { "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata of the jobs created from this template. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobSpec", "description": "Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/jobtemplatespec.json b/helm-charts/nginx-ingress/v1.28.0/jobtemplatespec.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/jobtemplatespec.json rename to helm-charts/nginx-ingress/v1.28.0/jobtemplatespec.json index 94f4363f..2693f1bc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/jobtemplatespec.json +++ b/helm-charts/nginx-ingress/v1.28.0/jobtemplatespec.json @@ -2,11 +2,11 @@ "description": "JobTemplateSpec describes the data a Job should have when created from a template", "properties": { "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata of the jobs created from this template. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.JobSpec", "description": "Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/json-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/json-apiextensions-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/json-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/json-apiextensions-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/json.json b/helm-charts/nginx-ingress/v1.28.0/json.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/json.json rename to helm-charts/nginx-ingress/v1.28.0/json.json diff --git a/helm-charts/nginx-ingress/v1.27.4/jsonschemaprops-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/jsonschemaprops-apiextensions-v1.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/jsonschemaprops-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/jsonschemaprops-apiextensions-v1.json index bd982682..d3638e61 100644 --- a/helm-charts/nginx-ingress/v1.27.4/jsonschemaprops-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/jsonschemaprops-apiextensions-v1.json @@ -14,14 +14,14 @@ ] }, "additionalItems": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool" }, "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool" }, "allOf": { "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "type": [ "array", @@ -30,7 +30,7 @@ }, "anyOf": { "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "type": [ "array", @@ -38,12 +38,12 @@ ] }, "default": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON", "description": "default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false." }, "definitions": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "type": [ "object", @@ -52,7 +52,7 @@ }, "dependencies": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrStringArray" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrStringArray" }, "type": [ "object", @@ -67,7 +67,7 @@ }, "enum": { "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON" }, "type": [ "array", @@ -75,7 +75,7 @@ ] }, "example": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON" }, "exclusiveMaximum": { "type": [ @@ -90,7 +90,7 @@ ] }, "externalDocs": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ExternalDocumentation" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ExternalDocumentation" }, "format": { "description": "format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:\n\n- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like \"0321751043\" or \"978-0321751041\" - isbn10: an ISBN10 number string like \"0321751043\" - isbn13: an ISBN13 number string like \"978-0321751041\" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like \"#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like \"rgb(255,255,2559\" - byte: base64 encoded binary data - password: any kind of string - date: a date string like \"2006-01-02\" as defined by full-date in RFC3339 - duration: a duration string like \"22 ns\" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like \"2014-12-15T19:30:20.000Z\" as defined by date-time in RFC3339.", @@ -106,7 +106,7 @@ ] }, "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrArray" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrArray" }, "maxItems": { "format": "int64", @@ -172,7 +172,7 @@ ] }, "not": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "nullable": { "type": [ @@ -182,7 +182,7 @@ }, "oneOf": { "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "type": [ "array", @@ -197,7 +197,7 @@ }, "patternProperties": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "type": [ "object", @@ -206,7 +206,7 @@ }, "properties": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "type": [ "object", @@ -288,7 +288,7 @@ "x-kubernetes-validations": { "description": "x-kubernetes-validations describes a list of validation rules written in the CEL expression language. This field is an alpha-level. Using this field requires the feature gate `CustomResourceValidationExpressions` to be enabled.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ValidationRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ValidationRule" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/jsonschemaprops.json b/helm-charts/nginx-ingress/v1.28.0/jsonschemaprops.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/jsonschemaprops.json rename to helm-charts/nginx-ingress/v1.28.0/jsonschemaprops.json index bd982682..d3638e61 100644 --- a/helm-charts/nginx-ingress/v1.27.4/jsonschemaprops.json +++ b/helm-charts/nginx-ingress/v1.28.0/jsonschemaprops.json @@ -14,14 +14,14 @@ ] }, "additionalItems": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool" }, "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool" }, "allOf": { "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "type": [ "array", @@ -30,7 +30,7 @@ }, "anyOf": { "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "type": [ "array", @@ -38,12 +38,12 @@ ] }, "default": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON", "description": "default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false." }, "definitions": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "type": [ "object", @@ -52,7 +52,7 @@ }, "dependencies": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrStringArray" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrStringArray" }, "type": [ "object", @@ -67,7 +67,7 @@ }, "enum": { "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON" }, "type": [ "array", @@ -75,7 +75,7 @@ ] }, "example": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON" }, "exclusiveMaximum": { "type": [ @@ -90,7 +90,7 @@ ] }, "externalDocs": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ExternalDocumentation" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ExternalDocumentation" }, "format": { "description": "format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated:\n\n- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like \"0321751043\" or \"978-0321751041\" - isbn10: an ISBN10 number string like \"0321751043\" - isbn13: an ISBN13 number string like \"978-0321751041\" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\\d{3}[- ]?\\d{2}[- ]?\\d{4}$ - hexcolor: an hexadecimal color code like \"#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like \"rgb(255,255,2559\" - byte: base64 encoded binary data - password: any kind of string - date: a date string like \"2006-01-02\" as defined by full-date in RFC3339 - duration: a duration string like \"22 ns\" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like \"2014-12-15T19:30:20.000Z\" as defined by date-time in RFC3339.", @@ -106,7 +106,7 @@ ] }, "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrArray" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrArray" }, "maxItems": { "format": "int64", @@ -172,7 +172,7 @@ ] }, "not": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "nullable": { "type": [ @@ -182,7 +182,7 @@ }, "oneOf": { "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "type": [ "array", @@ -197,7 +197,7 @@ }, "patternProperties": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "type": [ "object", @@ -206,7 +206,7 @@ }, "properties": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps" }, "type": [ "object", @@ -288,7 +288,7 @@ "x-kubernetes-validations": { "description": "x-kubernetes-validations describes a list of validation rules written in the CEL expression language. This field is an alpha-level. Using this field requires the feature gate `CustomResourceValidationExpressions` to be enabled.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ValidationRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ValidationRule" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/jsonschemapropsorarray-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/jsonschemapropsorarray-apiextensions-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/jsonschemapropsorarray-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/jsonschemapropsorarray-apiextensions-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/jsonschemapropsorarray.json b/helm-charts/nginx-ingress/v1.28.0/jsonschemapropsorarray.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/jsonschemapropsorarray.json rename to helm-charts/nginx-ingress/v1.28.0/jsonschemapropsorarray.json diff --git a/helm-charts/nginx-ingress/v1.27.4/jsonschemapropsorbool-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/jsonschemapropsorbool-apiextensions-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/jsonschemapropsorbool-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/jsonschemapropsorbool-apiextensions-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/jsonschemapropsorbool.json b/helm-charts/nginx-ingress/v1.28.0/jsonschemapropsorbool.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/jsonschemapropsorbool.json rename to helm-charts/nginx-ingress/v1.28.0/jsonschemapropsorbool.json diff --git a/helm-charts/nginx-ingress/v1.27.4/jsonschemapropsorstringarray-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/jsonschemapropsorstringarray-apiextensions-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/jsonschemapropsorstringarray-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/jsonschemapropsorstringarray-apiextensions-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/jsonschemapropsorstringarray.json b/helm-charts/nginx-ingress/v1.28.0/jsonschemapropsorstringarray.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/jsonschemapropsorstringarray.json rename to helm-charts/nginx-ingress/v1.28.0/jsonschemapropsorstringarray.json diff --git a/helm-charts/nginx-ingress/v1.27.4/keytopath-v1.json b/helm-charts/nginx-ingress/v1.28.0/keytopath-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/keytopath-v1.json rename to helm-charts/nginx-ingress/v1.28.0/keytopath-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/keytopath.json b/helm-charts/nginx-ingress/v1.28.0/keytopath.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/keytopath.json rename to helm-charts/nginx-ingress/v1.28.0/keytopath.json diff --git a/helm-charts/nginx-ingress/v1.27.4/labelselector-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/labelselector-meta-v1.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/labelselector-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/labelselector-meta-v1.json index c3400de5..98b73573 100644 --- a/helm-charts/nginx-ingress/v1.27.4/labelselector-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/labelselector-meta-v1.json @@ -4,7 +4,7 @@ "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/labelselector.json b/helm-charts/nginx-ingress/v1.28.0/labelselector.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/labelselector.json rename to helm-charts/nginx-ingress/v1.28.0/labelselector.json index c3400de5..98b73573 100644 --- a/helm-charts/nginx-ingress/v1.27.4/labelselector.json +++ b/helm-charts/nginx-ingress/v1.28.0/labelselector.json @@ -4,7 +4,7 @@ "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/labelselectorrequirement-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/labelselectorrequirement-meta-v1.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/labelselectorrequirement-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/labelselectorrequirement-meta-v1.json index 7471696d..15c40634 100644 --- a/helm-charts/nginx-ingress/v1.27.4/labelselectorrequirement-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/labelselectorrequirement-meta-v1.json @@ -6,9 +6,7 @@ "type": [ "string", "null" - ], - "x-kubernetes-patch-merge-key": "key", - "x-kubernetes-patch-strategy": "merge" + ] }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", diff --git a/helm-charts/nginx-ingress/v1.27.4/labelselectorrequirement.json b/helm-charts/nginx-ingress/v1.28.0/labelselectorrequirement.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/labelselectorrequirement.json rename to helm-charts/nginx-ingress/v1.28.0/labelselectorrequirement.json index 7471696d..15c40634 100644 --- a/helm-charts/nginx-ingress/v1.27.4/labelselectorrequirement.json +++ b/helm-charts/nginx-ingress/v1.28.0/labelselectorrequirement.json @@ -6,9 +6,7 @@ "type": [ "string", "null" - ], - "x-kubernetes-patch-merge-key": "key", - "x-kubernetes-patch-strategy": "merge" + ] }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", diff --git a/helm-charts/nginx-ingress/v1.27.4/lease-coordination-v1.json b/helm-charts/nginx-ingress/v1.28.0/lease-coordination-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/lease-coordination-v1.json rename to helm-charts/nginx-ingress/v1.28.0/lease-coordination-v1.json index d9323f56..94e0baf9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/lease-coordination-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/lease-coordination-v1.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.coordination.v1.LeaseSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.coordination.v1.LeaseSpec", "description": "spec contains the specification of the Lease. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/lease.json b/helm-charts/nginx-ingress/v1.28.0/lease.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/lease.json rename to helm-charts/nginx-ingress/v1.28.0/lease.json index c807a7aa..de6fd31c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/lease.json +++ b/helm-charts/nginx-ingress/v1.28.0/lease.json @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.coordination.v1.LeaseSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.coordination.v1.LeaseSpec", "description": "spec contains the specification of the Lease. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/leaselist-coordination-v1.json b/helm-charts/nginx-ingress/v1.28.0/leaselist-coordination-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/leaselist-coordination-v1.json rename to helm-charts/nginx-ingress/v1.28.0/leaselist-coordination-v1.json index a991f129..14ab8d13 100644 --- a/helm-charts/nginx-ingress/v1.27.4/leaselist-coordination-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/leaselist-coordination-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is a list of schema objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.coordination.v1.Lease" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.coordination.v1.Lease" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/leaselist.json b/helm-charts/nginx-ingress/v1.28.0/leaselist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/leaselist.json rename to helm-charts/nginx-ingress/v1.28.0/leaselist.json index 9c919709..ce7cb216 100644 --- a/helm-charts/nginx-ingress/v1.27.4/leaselist.json +++ b/helm-charts/nginx-ingress/v1.28.0/leaselist.json @@ -11,7 +11,7 @@ "items": { "description": "items is a list of schema objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.coordination.v1.Lease" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.coordination.v1.Lease" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/leasespec-coordination-v1.json b/helm-charts/nginx-ingress/v1.28.0/leasespec-coordination-v1.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/leasespec-coordination-v1.json rename to helm-charts/nginx-ingress/v1.28.0/leasespec-coordination-v1.json index 503651dd..9d8b969e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/leasespec-coordination-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/leasespec-coordination-v1.json @@ -2,7 +2,7 @@ "description": "LeaseSpec is a specification of a Lease.", "properties": { "acquireTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", "description": "acquireTime is a time when the current lease was acquired." }, "holderIdentity": { @@ -29,7 +29,7 @@ ] }, "renewTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", "description": "renewTime is a time when the current holder of a lease has last updated the lease." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/leasespec.json b/helm-charts/nginx-ingress/v1.28.0/leasespec.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/leasespec.json rename to helm-charts/nginx-ingress/v1.28.0/leasespec.json index 503651dd..9d8b969e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/leasespec.json +++ b/helm-charts/nginx-ingress/v1.28.0/leasespec.json @@ -2,7 +2,7 @@ "description": "LeaseSpec is a specification of a Lease.", "properties": { "acquireTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", "description": "acquireTime is a time when the current lease was acquired." }, "holderIdentity": { @@ -29,7 +29,7 @@ ] }, "renewTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime", "description": "renewTime is a time when the current holder of a lease has last updated the lease." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/lifecycle-v1.json b/helm-charts/nginx-ingress/v1.28.0/lifecycle-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/lifecycle-v1.json rename to helm-charts/nginx-ingress/v1.28.0/lifecycle-v1.json index c82995cc..d13dd172 100644 --- a/helm-charts/nginx-ingress/v1.27.4/lifecycle-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/lifecycle-v1.json @@ -2,11 +2,11 @@ "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LifecycleHandler", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LifecycleHandler", "description": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks" }, "preStop": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LifecycleHandler", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LifecycleHandler", "description": "PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/lifecycle.json b/helm-charts/nginx-ingress/v1.28.0/lifecycle.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/lifecycle.json rename to helm-charts/nginx-ingress/v1.28.0/lifecycle.json index c82995cc..d13dd172 100644 --- a/helm-charts/nginx-ingress/v1.27.4/lifecycle.json +++ b/helm-charts/nginx-ingress/v1.28.0/lifecycle.json @@ -2,11 +2,11 @@ "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LifecycleHandler", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LifecycleHandler", "description": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks" }, "preStop": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LifecycleHandler", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LifecycleHandler", "description": "PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/lifecyclehandler-v1.json b/helm-charts/nginx-ingress/v1.28.0/lifecyclehandler-v1.json similarity index 59% rename from helm-charts/nginx-ingress/v1.27.4/lifecyclehandler-v1.json rename to helm-charts/nginx-ingress/v1.28.0/lifecyclehandler-v1.json index 95fece02..62eba5a4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/lifecyclehandler-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/lifecyclehandler-v1.json @@ -2,15 +2,15 @@ "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ExecAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ExecAction", "description": "Exec specifies the action to take." }, "httpGet": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction", "description": "HTTPGet specifies the http request to perform." }, "tcpSocket": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TCPSocketAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TCPSocketAction", "description": "Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/lifecyclehandler.json b/helm-charts/nginx-ingress/v1.28.0/lifecyclehandler.json similarity index 59% rename from helm-charts/nginx-ingress/v1.27.4/lifecyclehandler.json rename to helm-charts/nginx-ingress/v1.28.0/lifecyclehandler.json index 95fece02..62eba5a4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/lifecyclehandler.json +++ b/helm-charts/nginx-ingress/v1.28.0/lifecyclehandler.json @@ -2,15 +2,15 @@ "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", "properties": { "exec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ExecAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ExecAction", "description": "Exec specifies the action to take." }, "httpGet": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction", "description": "HTTPGet specifies the http request to perform." }, "tcpSocket": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TCPSocketAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TCPSocketAction", "description": "Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/limitedprioritylevelconfiguration-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/limitedprioritylevelconfiguration-flowcontrol-v1beta2.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/limitedprioritylevelconfiguration-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/limitedprioritylevelconfiguration-flowcontrol-v1beta2.json index 6a610a24..93ecd454 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitedprioritylevelconfiguration-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitedprioritylevelconfiguration-flowcontrol-v1beta2.json @@ -26,7 +26,7 @@ ] }, "limitResponse": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.LimitResponse", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.LimitResponse", "description": "`limitResponse` indicates what to do with requests that can not be executed right now" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/limitedprioritylevelconfiguration-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/limitedprioritylevelconfiguration-flowcontrol-v1beta3.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/limitedprioritylevelconfiguration-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/limitedprioritylevelconfiguration-flowcontrol-v1beta3.json index 115f80c4..ed6719a8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitedprioritylevelconfiguration-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitedprioritylevelconfiguration-flowcontrol-v1beta3.json @@ -18,11 +18,11 @@ ] }, "limitResponse": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitResponse", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitResponse", "description": "`limitResponse` indicates what to do with requests that can not be executed right now" }, "nominalConcurrencyShares": { - "description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.", + "description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.", "format": "int32", "type": [ "integer", diff --git a/helm-charts/nginx-ingress/v1.27.4/limitedprioritylevelconfiguration.json b/helm-charts/nginx-ingress/v1.28.0/limitedprioritylevelconfiguration.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/limitedprioritylevelconfiguration.json rename to helm-charts/nginx-ingress/v1.28.0/limitedprioritylevelconfiguration.json index 115f80c4..ed6719a8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitedprioritylevelconfiguration.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitedprioritylevelconfiguration.json @@ -18,11 +18,11 @@ ] }, "limitResponse": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitResponse", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitResponse", "description": "`limitResponse` indicates what to do with requests that can not be executed right now" }, "nominalConcurrencyShares": { - "description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30.", + "description": "`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:\n\nNominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)\n\nBigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of 30.", "format": "int32", "type": [ "integer", diff --git a/helm-charts/nginx-ingress/v1.27.4/limitrange-v1.json b/helm-charts/nginx-ingress/v1.28.0/limitrange-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/limitrange-v1.json rename to helm-charts/nginx-ingress/v1.28.0/limitrange-v1.json index 3a862ba1..023e4a54 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitrange-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitrange-v1.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeSpec", "description": "Spec defines the limits enforced. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/limitrange.json b/helm-charts/nginx-ingress/v1.28.0/limitrange.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/limitrange.json rename to helm-charts/nginx-ingress/v1.28.0/limitrange.json index 9ce52c33..9702cbb2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitrange.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitrange.json @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeSpec", "description": "Spec defines the limits enforced. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/limitrangeitem-v1.json b/helm-charts/nginx-ingress/v1.28.0/limitrangeitem-v1.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/limitrangeitem-v1.json rename to helm-charts/nginx-ingress/v1.28.0/limitrangeitem-v1.json index 173ce4e0..b608ab3d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitrangeitem-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitrangeitem-v1.json @@ -3,7 +3,7 @@ "properties": { "default": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Default resource requirement limit value by resource name if resource limit is omitted.", "type": [ @@ -13,7 +13,7 @@ }, "defaultRequest": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.", "type": [ @@ -23,7 +23,7 @@ }, "max": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Max usage constraints on this kind by resource name.", "type": [ @@ -33,7 +33,7 @@ }, "maxLimitRequestRatio": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.", "type": [ @@ -43,7 +43,7 @@ }, "min": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Min usage constraints on this kind by resource name.", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/limitrangeitem.json b/helm-charts/nginx-ingress/v1.28.0/limitrangeitem.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/limitrangeitem.json rename to helm-charts/nginx-ingress/v1.28.0/limitrangeitem.json index 173ce4e0..b608ab3d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitrangeitem.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitrangeitem.json @@ -3,7 +3,7 @@ "properties": { "default": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Default resource requirement limit value by resource name if resource limit is omitted.", "type": [ @@ -13,7 +13,7 @@ }, "defaultRequest": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "DefaultRequest is the default resource requirement request value by resource name if resource request is omitted.", "type": [ @@ -23,7 +23,7 @@ }, "max": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Max usage constraints on this kind by resource name.", "type": [ @@ -33,7 +33,7 @@ }, "maxLimitRequestRatio": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.", "type": [ @@ -43,7 +43,7 @@ }, "min": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Min usage constraints on this kind by resource name.", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/limitrangelist-v1.json b/helm-charts/nginx-ingress/v1.28.0/limitrangelist-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/limitrangelist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/limitrangelist-v1.json index d1cd95c1..802f7468 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitrangelist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitrangelist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is a list of LimitRange objects. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LimitRange" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LimitRange" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/limitrangelist.json b/helm-charts/nginx-ingress/v1.28.0/limitrangelist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/limitrangelist.json rename to helm-charts/nginx-ingress/v1.28.0/limitrangelist.json index e1cf43cc..79b9edbf 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitrangelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitrangelist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is a list of LimitRange objects. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LimitRange" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LimitRange" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/limitrangespec-v1.json b/helm-charts/nginx-ingress/v1.28.0/limitrangespec-v1.json similarity index 72% rename from helm-charts/nginx-ingress/v1.27.4/limitrangespec-v1.json rename to helm-charts/nginx-ingress/v1.28.0/limitrangespec-v1.json index 31494789..16e6a0f6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitrangespec-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitrangespec-v1.json @@ -4,7 +4,7 @@ "limits": { "description": "Limits is the list of LimitRangeItem objects that are enforced.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeItem" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeItem" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/limitrangespec.json b/helm-charts/nginx-ingress/v1.28.0/limitrangespec.json similarity index 72% rename from helm-charts/nginx-ingress/v1.27.4/limitrangespec.json rename to helm-charts/nginx-ingress/v1.28.0/limitrangespec.json index 31494789..16e6a0f6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitrangespec.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitrangespec.json @@ -4,7 +4,7 @@ "limits": { "description": "Limits is the list of LimitRangeItem objects that are enforced.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeItem" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LimitRangeItem" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/limitresponse-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/limitresponse-flowcontrol-v1beta2.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/limitresponse-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/limitresponse-flowcontrol-v1beta2.json index ca87fb4e..50668ef5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitresponse-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitresponse-flowcontrol-v1beta2.json @@ -2,7 +2,7 @@ "description": "LimitResponse defines how to handle requests that can not be executed right now.", "properties": { "queuing": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.QueuingConfiguration", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.QueuingConfiguration", "description": "`queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `\"Queue\"`." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/limitresponse-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/limitresponse-flowcontrol-v1beta3.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/limitresponse-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/limitresponse-flowcontrol-v1beta3.json index fce0869b..880f898a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitresponse-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitresponse-flowcontrol-v1beta3.json @@ -2,7 +2,7 @@ "description": "LimitResponse defines how to handle requests that can not be executed right now.", "properties": { "queuing": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.QueuingConfiguration", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.QueuingConfiguration", "description": "`queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `\"Queue\"`." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/limitresponse.json b/helm-charts/nginx-ingress/v1.28.0/limitresponse.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/limitresponse.json rename to helm-charts/nginx-ingress/v1.28.0/limitresponse.json index fce0869b..880f898a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/limitresponse.json +++ b/helm-charts/nginx-ingress/v1.28.0/limitresponse.json @@ -2,7 +2,7 @@ "description": "LimitResponse defines how to handle requests that can not be executed right now.", "properties": { "queuing": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.QueuingConfiguration", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.QueuingConfiguration", "description": "`queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `\"Queue\"`." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/listmeta-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/listmeta-meta-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/listmeta-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/listmeta-meta-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/listmeta.json b/helm-charts/nginx-ingress/v1.28.0/listmeta.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/listmeta.json rename to helm-charts/nginx-ingress/v1.28.0/listmeta.json diff --git a/helm-charts/nginx-ingress/v1.27.4/loadbalanceringress-v1.json b/helm-charts/nginx-ingress/v1.28.0/loadbalanceringress-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/loadbalanceringress-v1.json rename to helm-charts/nginx-ingress/v1.28.0/loadbalanceringress-v1.json index ee9cda06..e2f9ac66 100644 --- a/helm-charts/nginx-ingress/v1.27.4/loadbalanceringress-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/loadbalanceringress-v1.json @@ -18,7 +18,7 @@ "ports": { "description": "Ports is a list of records of service ports If used, every port defined in the service should have an entry in it", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PortStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PortStatus" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/loadbalanceringress.json b/helm-charts/nginx-ingress/v1.28.0/loadbalanceringress.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/loadbalanceringress.json rename to helm-charts/nginx-ingress/v1.28.0/loadbalanceringress.json index ee9cda06..e2f9ac66 100644 --- a/helm-charts/nginx-ingress/v1.27.4/loadbalanceringress.json +++ b/helm-charts/nginx-ingress/v1.28.0/loadbalanceringress.json @@ -18,7 +18,7 @@ "ports": { "description": "Ports is a list of records of service ports If used, every port defined in the service should have an entry in it", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PortStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PortStatus" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/loadbalancerstatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/loadbalancerstatus-v1.json similarity index 72% rename from helm-charts/nginx-ingress/v1.27.4/loadbalancerstatus-v1.json rename to helm-charts/nginx-ingress/v1.28.0/loadbalancerstatus-v1.json index 4eb815df..8c453ada 100644 --- a/helm-charts/nginx-ingress/v1.27.4/loadbalancerstatus-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/loadbalancerstatus-v1.json @@ -4,7 +4,7 @@ "ingress": { "description": "Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerIngress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerIngress" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/loadbalancerstatus.json b/helm-charts/nginx-ingress/v1.28.0/loadbalancerstatus.json similarity index 72% rename from helm-charts/nginx-ingress/v1.27.4/loadbalancerstatus.json rename to helm-charts/nginx-ingress/v1.28.0/loadbalancerstatus.json index 4eb815df..8c453ada 100644 --- a/helm-charts/nginx-ingress/v1.27.4/loadbalancerstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/loadbalancerstatus.json @@ -4,7 +4,7 @@ "ingress": { "description": "Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerIngress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerIngress" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/localobjectreference-v1.json b/helm-charts/nginx-ingress/v1.28.0/localobjectreference-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/localobjectreference-v1.json rename to helm-charts/nginx-ingress/v1.28.0/localobjectreference-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/localobjectreference.json b/helm-charts/nginx-ingress/v1.28.0/localobjectreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/localobjectreference.json rename to helm-charts/nginx-ingress/v1.28.0/localobjectreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/localsubjectaccessreview-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/localsubjectaccessreview-authorization-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/localsubjectaccessreview-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/localsubjectaccessreview-authorization-v1.json index 1aec4aa9..390f1283 100644 --- a/helm-charts/nginx-ingress/v1.27.4/localsubjectaccessreview-authorization-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/localsubjectaccessreview-authorization-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec", "description": "Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", "description": "Status is filled in by the server and indicates whether the request is allowed or not" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/localsubjectaccessreview.json b/helm-charts/nginx-ingress/v1.28.0/localsubjectaccessreview.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/localsubjectaccessreview.json rename to helm-charts/nginx-ingress/v1.28.0/localsubjectaccessreview.json index f3ac1aa6..bb0290a0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/localsubjectaccessreview.json +++ b/helm-charts/nginx-ingress/v1.28.0/localsubjectaccessreview.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec", "description": "Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", "description": "Status is filled in by the server and indicates whether the request is allowed or not" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/localvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/localvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/localvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/localvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/localvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/localvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/localvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/localvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/managedfieldsentry-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/managedfieldsentry-meta-v1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/managedfieldsentry-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/managedfieldsentry-meta-v1.json index aedfe44c..7aaf2052 100644 --- a/helm-charts/nginx-ingress/v1.27.4/managedfieldsentry-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/managedfieldsentry-meta-v1.json @@ -16,7 +16,7 @@ ] }, "fieldsV1": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { @@ -41,7 +41,7 @@ ] }, "time": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/managedfieldsentry.json b/helm-charts/nginx-ingress/v1.28.0/managedfieldsentry.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/managedfieldsentry.json rename to helm-charts/nginx-ingress/v1.28.0/managedfieldsentry.json index aedfe44c..7aaf2052 100644 --- a/helm-charts/nginx-ingress/v1.27.4/managedfieldsentry.json +++ b/helm-charts/nginx-ingress/v1.28.0/managedfieldsentry.json @@ -16,7 +16,7 @@ ] }, "fieldsV1": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1", "description": "FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type." }, "manager": { @@ -41,7 +41,7 @@ ] }, "time": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/matchcondition-admissionregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/matchcondition-admissionregistration-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/matchcondition-admissionregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/matchcondition-admissionregistration-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/matchcondition-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/matchcondition-admissionregistration-v1alpha1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/matchcondition-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/matchcondition-admissionregistration-v1alpha1.json diff --git a/helm-charts/nginx-ingress/v1.28.0/matchcondition-admissionregistration-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/matchcondition-admissionregistration-v1beta1.json new file mode 100644 index 00000000..4e03c5d0 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/matchcondition-admissionregistration-v1beta1.json @@ -0,0 +1,25 @@ +{ + "description": "MatchCondition represents a condition which must be fulfilled for a request to be sent to a webhook.", + "properties": { + "expression": { + "description": "Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables:\n\n'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request(/pkg/apis/admission/types.go#AdmissionRequest). 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.\n See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz\n'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n request resource.\nDocumentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/\n\nRequired.", + "type": [ + "string", + "null" + ] + }, + "name": { + "description": "Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')\n\nRequired.", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "name", + "expression" + ], + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/matchcondition.json b/helm-charts/nginx-ingress/v1.28.0/matchcondition.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/matchcondition.json rename to helm-charts/nginx-ingress/v1.28.0/matchcondition.json index 2bedf88b..4e03c5d0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/matchcondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/matchcondition.json @@ -1,4 +1,5 @@ { + "description": "MatchCondition represents a condition which must be fulfilled for a request to be sent to a webhook.", "properties": { "expression": { "description": "Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables:\n\n'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request(/pkg/apis/admission/types.go#AdmissionRequest). 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.\n See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz\n'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n request resource.\nDocumentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/\n\nRequired.", diff --git a/helm-charts/nginx-ingress/v1.27.4/matchresources-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/matchresources-admissionregistration-v1alpha1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/matchresources-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/matchresources-admissionregistration-v1alpha1.json index 8cab5cef..a7cbae53 100644 --- a/helm-charts/nginx-ingress/v1.27.4/matchresources-admissionregistration-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/matchresources-admissionregistration-v1alpha1.json @@ -4,7 +4,7 @@ "excludeResourceRules": { "description": "ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.NamedRuleWithOperations" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.NamedRuleWithOperations" }, "type": [ "array", @@ -20,17 +20,17 @@ ] }, "namespaceSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "NamespaceSelector decides whether to run the admission control policy on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the policy.\n\nFor example, to run the webhook on any objects whose namespace is not associated with \"runlevel\" of \"0\" or \"1\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"runlevel\",\n \"operator\": \"NotIn\",\n \"values\": [\n \"0\",\n \"1\"\n ]\n }\n ]\n}\n\nIf instead you want to only run the policy on any objects whose namespace is associated with the \"environment\" of \"prod\" or \"staging\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"environment\",\n \"operator\": \"In\",\n \"values\": [\n \"prod\",\n \"staging\"\n ]\n }\n ]\n}\n\nSee https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.\n\nDefault to the empty LabelSelector, which matches everything." }, "objectSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything." }, "resourceRules": { "description": "ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.NamedRuleWithOperations" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.NamedRuleWithOperations" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.28.0/matchresources-admissionregistration-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/matchresources-admissionregistration-v1beta1.json new file mode 100644 index 00000000..cff2914f --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/matchresources-admissionregistration-v1beta1.json @@ -0,0 +1,45 @@ +{ + "description": "MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)", + "properties": { + "excludeResourceRules": { + "description": "ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.NamedRuleWithOperations" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "atomic" + }, + "matchPolicy": { + "description": "matchPolicy defines how the \"MatchResources\" list is used to match incoming requests. Allowed values are \"Exact\" or \"Equivalent\".\n\n- Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but \"rules\" only included `apiGroups:[\"apps\"], apiVersions:[\"v1\"], resources: [\"deployments\"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.\n\n- Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and \"rules\" only included `apiGroups:[\"apps\"], apiVersions:[\"v1\"], resources: [\"deployments\"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy.\n\nDefaults to \"Equivalent\"", + "type": [ + "string", + "null" + ] + }, + "namespaceSelector": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "NamespaceSelector decides whether to run the admission control policy on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the policy.\n\nFor example, to run the webhook on any objects whose namespace is not associated with \"runlevel\" of \"0\" or \"1\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"runlevel\",\n \"operator\": \"NotIn\",\n \"values\": [\n \"0\",\n \"1\"\n ]\n }\n ]\n}\n\nIf instead you want to only run the policy on any objects whose namespace is associated with the \"environment\" of \"prod\" or \"staging\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"environment\",\n \"operator\": \"In\",\n \"values\": [\n \"prod\",\n \"staging\"\n ]\n }\n ]\n}\n\nSee https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.\n\nDefault to the empty LabelSelector, which matches everything." + }, + "objectSelector": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything." + }, + "resourceRules": { + "description": "ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.NamedRuleWithOperations" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "atomic" + } + }, + "type": "object", + "x-kubernetes-map-type": "atomic", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/matchresources.json b/helm-charts/nginx-ingress/v1.28.0/matchresources.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/matchresources.json rename to helm-charts/nginx-ingress/v1.28.0/matchresources.json index 8cab5cef..cff2914f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/matchresources.json +++ b/helm-charts/nginx-ingress/v1.28.0/matchresources.json @@ -4,7 +4,7 @@ "excludeResourceRules": { "description": "ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.NamedRuleWithOperations" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.NamedRuleWithOperations" }, "type": [ "array", @@ -20,17 +20,17 @@ ] }, "namespaceSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "NamespaceSelector decides whether to run the admission control policy on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the policy.\n\nFor example, to run the webhook on any objects whose namespace is not associated with \"runlevel\" of \"0\" or \"1\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"runlevel\",\n \"operator\": \"NotIn\",\n \"values\": [\n \"0\",\n \"1\"\n ]\n }\n ]\n}\n\nIf instead you want to only run the policy on any objects whose namespace is associated with the \"environment\" of \"prod\" or \"staging\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"environment\",\n \"operator\": \"In\",\n \"values\": [\n \"prod\",\n \"staging\"\n ]\n }\n ]\n}\n\nSee https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.\n\nDefault to the empty LabelSelector, which matches everything." }, "objectSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything." }, "resourceRules": { "description": "ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.NamedRuleWithOperations" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.NamedRuleWithOperations" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/metricidentifier-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/metricidentifier-autoscaling-v2.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/metricidentifier-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/metricidentifier-autoscaling-v2.json index 4f887d3a..0f1cbded 100644 --- a/helm-charts/nginx-ingress/v1.27.4/metricidentifier-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/metricidentifier-autoscaling-v2.json @@ -9,7 +9,7 @@ ] }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/metricidentifier.json b/helm-charts/nginx-ingress/v1.28.0/metricidentifier.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/metricidentifier.json rename to helm-charts/nginx-ingress/v1.28.0/metricidentifier.json index 4f887d3a..0f1cbded 100644 --- a/helm-charts/nginx-ingress/v1.27.4/metricidentifier.json +++ b/helm-charts/nginx-ingress/v1.28.0/metricidentifier.json @@ -9,7 +9,7 @@ ] }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/metricspec-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/metricspec-autoscaling-v2.json similarity index 72% rename from helm-charts/nginx-ingress/v1.27.4/metricspec-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/metricspec-autoscaling-v2.json index 62d43b79..1fb36e5b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/metricspec-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/metricspec-autoscaling-v2.json @@ -2,23 +2,23 @@ "description": "MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).", "properties": { "containerResource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ContainerResourceMetricSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ContainerResourceMetricSource", "description": "containerResource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag." }, "external": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ExternalMetricSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ExternalMetricSource", "description": "external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster)." }, "object": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ObjectMetricSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ObjectMetricSource", "description": "object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object)." }, "pods": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.PodsMetricSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.PodsMetricSource", "description": "pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value." }, "resource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ResourceMetricSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ResourceMetricSource", "description": "resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/metricspec.json b/helm-charts/nginx-ingress/v1.28.0/metricspec.json similarity index 72% rename from helm-charts/nginx-ingress/v1.27.4/metricspec.json rename to helm-charts/nginx-ingress/v1.28.0/metricspec.json index 62d43b79..1fb36e5b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/metricspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/metricspec.json @@ -2,23 +2,23 @@ "description": "MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).", "properties": { "containerResource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ContainerResourceMetricSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ContainerResourceMetricSource", "description": "containerResource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag." }, "external": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ExternalMetricSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ExternalMetricSource", "description": "external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster)." }, "object": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ObjectMetricSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ObjectMetricSource", "description": "object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object)." }, "pods": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.PodsMetricSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.PodsMetricSource", "description": "pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value." }, "resource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ResourceMetricSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ResourceMetricSource", "description": "resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/metricstatus-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/metricstatus-autoscaling-v2.json similarity index 71% rename from helm-charts/nginx-ingress/v1.27.4/metricstatus-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/metricstatus-autoscaling-v2.json index 123f585d..c56050aa 100644 --- a/helm-charts/nginx-ingress/v1.27.4/metricstatus-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/metricstatus-autoscaling-v2.json @@ -2,23 +2,23 @@ "description": "MetricStatus describes the last-read state of a single metric.", "properties": { "containerResource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ContainerResourceMetricStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ContainerResourceMetricStatus", "description": "container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source." }, "external": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ExternalMetricStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ExternalMetricStatus", "description": "external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster)." }, "object": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ObjectMetricStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ObjectMetricStatus", "description": "object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object)." }, "pods": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.PodsMetricStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.PodsMetricStatus", "description": "pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value." }, "resource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ResourceMetricStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ResourceMetricStatus", "description": "resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/metricstatus.json b/helm-charts/nginx-ingress/v1.28.0/metricstatus.json similarity index 71% rename from helm-charts/nginx-ingress/v1.27.4/metricstatus.json rename to helm-charts/nginx-ingress/v1.28.0/metricstatus.json index 123f585d..c56050aa 100644 --- a/helm-charts/nginx-ingress/v1.27.4/metricstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/metricstatus.json @@ -2,23 +2,23 @@ "description": "MetricStatus describes the last-read state of a single metric.", "properties": { "containerResource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ContainerResourceMetricStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ContainerResourceMetricStatus", "description": "container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source." }, "external": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ExternalMetricStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ExternalMetricStatus", "description": "external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster)." }, "object": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ObjectMetricStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ObjectMetricStatus", "description": "object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object)." }, "pods": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.PodsMetricStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.PodsMetricStatus", "description": "pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value." }, "resource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ResourceMetricStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.ResourceMetricStatus", "description": "resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/metrictarget-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/metrictarget-autoscaling-v2.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/metrictarget-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/metrictarget-autoscaling-v2.json index cee22738..74344a5d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/metrictarget-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/metrictarget-autoscaling-v2.json @@ -10,7 +10,7 @@ ] }, "averageValue": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "averageValue is the target value of the average of the metric across all relevant pods (as a quantity)" }, "type": { @@ -21,7 +21,7 @@ ] }, "value": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "value is the target value of the metric (as a quantity)." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/metrictarget.json b/helm-charts/nginx-ingress/v1.28.0/metrictarget.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/metrictarget.json rename to helm-charts/nginx-ingress/v1.28.0/metrictarget.json index cee22738..74344a5d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/metrictarget.json +++ b/helm-charts/nginx-ingress/v1.28.0/metrictarget.json @@ -10,7 +10,7 @@ ] }, "averageValue": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "averageValue is the target value of the average of the metric across all relevant pods (as a quantity)" }, "type": { @@ -21,7 +21,7 @@ ] }, "value": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "value is the target value of the metric (as a quantity)." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/metricvaluestatus-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/metricvaluestatus-autoscaling-v2.json similarity index 68% rename from helm-charts/nginx-ingress/v1.27.4/metricvaluestatus-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/metricvaluestatus-autoscaling-v2.json index 9f206efc..7e411daf 100644 --- a/helm-charts/nginx-ingress/v1.27.4/metricvaluestatus-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/metricvaluestatus-autoscaling-v2.json @@ -10,11 +10,11 @@ ] }, "averageValue": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "averageValue is the current value of the average of the metric across all relevant pods (as a quantity)" }, "value": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "value is the current value of the metric (as a quantity)." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/metricvaluestatus.json b/helm-charts/nginx-ingress/v1.28.0/metricvaluestatus.json similarity index 68% rename from helm-charts/nginx-ingress/v1.27.4/metricvaluestatus.json rename to helm-charts/nginx-ingress/v1.28.0/metricvaluestatus.json index 9f206efc..7e411daf 100644 --- a/helm-charts/nginx-ingress/v1.27.4/metricvaluestatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/metricvaluestatus.json @@ -10,11 +10,11 @@ ] }, "averageValue": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "averageValue is the current value of the average of the metric across all relevant pods (as a quantity)" }, "value": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "value is the current value of the metric (as a quantity)." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/microtime-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/microtime-meta-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/microtime-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/microtime-meta-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/microtime.json b/helm-charts/nginx-ingress/v1.28.0/microtime.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/microtime.json rename to helm-charts/nginx-ingress/v1.28.0/microtime.json diff --git a/helm-charts/nginx-ingress/v1.27.4/mutatingwebhook-admissionregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/mutatingwebhook-admissionregistration-v1.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/mutatingwebhook-admissionregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/mutatingwebhook-admissionregistration-v1.json index 0e959999..46c08dfe 100644 --- a/helm-charts/nginx-ingress/v1.27.4/mutatingwebhook-admissionregistration-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/mutatingwebhook-admissionregistration-v1.json @@ -15,7 +15,7 @@ ] }, "clientConfig": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig", "description": "ClientConfig defines how to communicate with the hook. Required" }, "failurePolicy": { @@ -26,9 +26,9 @@ ] }, "matchConditions": { - "description": "MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the error is ignored and the webhook is skipped\n\nThis is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate.", + "description": "MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the error is ignored and the webhook is skipped\n\nThis is a beta feature and managed by the AdmissionWebhookMatchConditions feature gate.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition" }, "type": [ "array", @@ -56,11 +56,11 @@ ] }, "namespaceSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook.\n\nFor example, to run the webhook on any objects whose namespace is not associated with \"runlevel\" of \"0\" or \"1\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"runlevel\",\n \"operator\": \"NotIn\",\n \"values\": [\n \"0\",\n \"1\"\n ]\n }\n ]\n}\n\nIf instead you want to only run the webhook on any objects whose namespace is associated with the \"environment\" of \"prod\" or \"staging\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"environment\",\n \"operator\": \"In\",\n \"values\": [\n \"prod\",\n \"staging\"\n ]\n }\n ]\n}\n\nSee https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.\n\nDefault to the empty LabelSelector, which matches everything." }, "objectSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything." }, "reinvocationPolicy": { @@ -73,7 +73,7 @@ "rules": { "description": "Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/mutatingwebhook.json b/helm-charts/nginx-ingress/v1.28.0/mutatingwebhook.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/mutatingwebhook.json rename to helm-charts/nginx-ingress/v1.28.0/mutatingwebhook.json index 0e959999..46c08dfe 100644 --- a/helm-charts/nginx-ingress/v1.27.4/mutatingwebhook.json +++ b/helm-charts/nginx-ingress/v1.28.0/mutatingwebhook.json @@ -15,7 +15,7 @@ ] }, "clientConfig": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig", "description": "ClientConfig defines how to communicate with the hook. Required" }, "failurePolicy": { @@ -26,9 +26,9 @@ ] }, "matchConditions": { - "description": "MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the error is ignored and the webhook is skipped\n\nThis is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate.", + "description": "MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the error is ignored and the webhook is skipped\n\nThis is a beta feature and managed by the AdmissionWebhookMatchConditions feature gate.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition" }, "type": [ "array", @@ -56,11 +56,11 @@ ] }, "namespaceSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook.\n\nFor example, to run the webhook on any objects whose namespace is not associated with \"runlevel\" of \"0\" or \"1\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"runlevel\",\n \"operator\": \"NotIn\",\n \"values\": [\n \"0\",\n \"1\"\n ]\n }\n ]\n}\n\nIf instead you want to only run the webhook on any objects whose namespace is associated with the \"environment\" of \"prod\" or \"staging\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"environment\",\n \"operator\": \"In\",\n \"values\": [\n \"prod\",\n \"staging\"\n ]\n }\n ]\n}\n\nSee https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.\n\nDefault to the empty LabelSelector, which matches everything." }, "objectSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything." }, "reinvocationPolicy": { @@ -73,7 +73,7 @@ "rules": { "description": "Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/mutatingwebhookconfiguration-admissionregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/mutatingwebhookconfiguration-admissionregistration-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/mutatingwebhookconfiguration-admissionregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/mutatingwebhookconfiguration-admissionregistration-v1.json index e0344ed1..c9061a6d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/mutatingwebhookconfiguration-admissionregistration-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/mutatingwebhookconfiguration-admissionregistration-v1.json @@ -22,13 +22,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." }, "webhooks": { "description": "Webhooks is a list of webhooks and the affected resources and operations.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhook" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhook" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/mutatingwebhookconfiguration.json b/helm-charts/nginx-ingress/v1.28.0/mutatingwebhookconfiguration.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/mutatingwebhookconfiguration.json rename to helm-charts/nginx-ingress/v1.28.0/mutatingwebhookconfiguration.json index a0e8ffd0..b12b4492 100644 --- a/helm-charts/nginx-ingress/v1.27.4/mutatingwebhookconfiguration.json +++ b/helm-charts/nginx-ingress/v1.28.0/mutatingwebhookconfiguration.json @@ -19,13 +19,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." }, "webhooks": { "description": "Webhooks is a list of webhooks and the affected resources and operations.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhook" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhook" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/mutatingwebhookconfigurationlist-admissionregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/mutatingwebhookconfigurationlist-admissionregistration-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/mutatingwebhookconfigurationlist-admissionregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/mutatingwebhookconfigurationlist-admissionregistration-v1.json index 9bf07b8f..6fa59eb8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/mutatingwebhookconfigurationlist-admissionregistration-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/mutatingwebhookconfigurationlist-admissionregistration-v1.json @@ -14,7 +14,7 @@ "items": { "description": "List of MutatingWebhookConfiguration.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/mutatingwebhookconfigurationlist.json b/helm-charts/nginx-ingress/v1.28.0/mutatingwebhookconfigurationlist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/mutatingwebhookconfigurationlist.json rename to helm-charts/nginx-ingress/v1.28.0/mutatingwebhookconfigurationlist.json index 17137dce..c47df19f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/mutatingwebhookconfigurationlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/mutatingwebhookconfigurationlist.json @@ -11,7 +11,7 @@ "items": { "description": "List of MutatingWebhookConfiguration.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/namedrulewithoperations-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/namedrulewithoperations-admissionregistration-v1alpha1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/namedrulewithoperations-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/namedrulewithoperations-admissionregistration-v1alpha1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/namedrulewithoperations.json b/helm-charts/nginx-ingress/v1.28.0/namedrulewithoperations-admissionregistration-v1beta1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/namedrulewithoperations.json rename to helm-charts/nginx-ingress/v1.28.0/namedrulewithoperations-admissionregistration-v1beta1.json diff --git a/helm-charts/nginx-ingress/v1.28.0/namedrulewithoperations.json b/helm-charts/nginx-ingress/v1.28.0/namedrulewithoperations.json new file mode 100644 index 00000000..ee58ee27 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/namedrulewithoperations.json @@ -0,0 +1,85 @@ +{ + "description": "NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.", + "properties": { + "apiGroups": { + "description": "APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.", + "items": { + "type": [ + "string", + "null" + ] + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "atomic" + }, + "apiVersions": { + "description": "APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.", + "items": { + "type": [ + "string", + "null" + ] + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "atomic" + }, + "operations": { + "description": "Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.", + "items": { + "type": [ + "string", + "null" + ] + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "atomic" + }, + "resourceNames": { + "description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.", + "items": { + "type": [ + "string", + "null" + ] + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "atomic" + }, + "resources": { + "description": "Resources is a list of resources this rule applies to.\n\nFor example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '*/scale' means all scale subresources. '*/*' means all resources and their subresources.\n\nIf wildcard is present, the validation rule will ensure resources do not overlap with each other.\n\nDepending on the enclosing object, subresources might not be allowed. Required.", + "items": { + "type": [ + "string", + "null" + ] + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "atomic" + }, + "scope": { + "description": "scope specifies the scope of this rule. Valid values are \"Cluster\", \"Namespaced\", and \"*\" \"Cluster\" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. \"Namespaced\" means that only namespaced resources will match this rule. \"*\" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is \"*\".", + "type": [ + "string", + "null" + ] + } + }, + "type": "object", + "x-kubernetes-map-type": "atomic", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/namespace-v1.json b/helm-charts/nginx-ingress/v1.28.0/namespace-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/namespace-v1.json rename to helm-charts/nginx-ingress/v1.28.0/namespace-v1.json index d9f93618..1adcc2bb 100644 --- a/helm-charts/nginx-ingress/v1.27.4/namespace-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/namespace-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceSpec", "description": "Spec defines the behavior of the Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceStatus", "description": "Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/namespace.json b/helm-charts/nginx-ingress/v1.28.0/namespace.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/namespace.json rename to helm-charts/nginx-ingress/v1.28.0/namespace.json index ff3f2877..690ac272 100644 --- a/helm-charts/nginx-ingress/v1.27.4/namespace.json +++ b/helm-charts/nginx-ingress/v1.28.0/namespace.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceSpec", "description": "Spec defines the behavior of the Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceStatus", "description": "Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/namespacecondition-v1.json b/helm-charts/nginx-ingress/v1.28.0/namespacecondition-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/namespacecondition-v1.json rename to helm-charts/nginx-ingress/v1.28.0/namespacecondition-v1.json index 5bd088c3..7c61e47f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/namespacecondition-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/namespacecondition-v1.json @@ -2,7 +2,7 @@ "description": "NamespaceCondition contains details about state of namespace.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" }, "message": { "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/namespacecondition.json b/helm-charts/nginx-ingress/v1.28.0/namespacecondition.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/namespacecondition.json rename to helm-charts/nginx-ingress/v1.28.0/namespacecondition.json index 5bd088c3..7c61e47f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/namespacecondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/namespacecondition.json @@ -2,7 +2,7 @@ "description": "NamespaceCondition contains details about state of namespace.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" }, "message": { "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/namespacelist-v1.json b/helm-charts/nginx-ingress/v1.28.0/namespacelist-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/namespacelist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/namespacelist-v1.json index af648201..85202b63 100644 --- a/helm-charts/nginx-ingress/v1.27.4/namespacelist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/namespacelist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Namespace" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Namespace" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/namespacelist.json b/helm-charts/nginx-ingress/v1.28.0/namespacelist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/namespacelist.json rename to helm-charts/nginx-ingress/v1.28.0/namespacelist.json index 4d0f8c8f..d536e08b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/namespacelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/namespacelist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Namespace" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Namespace" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/namespacespec-v1.json b/helm-charts/nginx-ingress/v1.28.0/namespacespec-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/namespacespec-v1.json rename to helm-charts/nginx-ingress/v1.28.0/namespacespec-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/namespacespec.json b/helm-charts/nginx-ingress/v1.28.0/namespacespec.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/namespacespec.json rename to helm-charts/nginx-ingress/v1.28.0/namespacespec.json diff --git a/helm-charts/nginx-ingress/v1.27.4/namespacestatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/namespacestatus-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/namespacestatus-v1.json rename to helm-charts/nginx-ingress/v1.28.0/namespacestatus-v1.json index 15241f25..8fb01db0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/namespacestatus-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/namespacestatus-v1.json @@ -4,7 +4,7 @@ "conditions": { "description": "Represents the latest available observations of a namespace's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/namespacestatus.json b/helm-charts/nginx-ingress/v1.28.0/namespacestatus.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/namespacestatus.json rename to helm-charts/nginx-ingress/v1.28.0/namespacestatus.json index 15241f25..8fb01db0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/namespacestatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/namespacestatus.json @@ -4,7 +4,7 @@ "conditions": { "description": "Represents the latest available observations of a namespace's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NamespaceCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicy-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicy-networking-v1.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicy-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicy-networking-v1.json index b9468878..94cb6f2a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicy-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicy-networking-v1.json @@ -22,16 +22,12 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicySpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicySpec", "description": "spec represents the specification of the desired behavior for this NetworkPolicy." - }, - "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyStatus", - "description": "status represents the current state of the NetworkPolicy. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, "type": "object", diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicy.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicy.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicy.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicy.json index d9d7d9e3..d34f4027 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicy.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicy.json @@ -19,16 +19,12 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicySpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicySpec", "description": "spec represents the specification of the desired behavior for this NetworkPolicy." - }, - "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyStatus", - "description": "status represents the current state of the NetworkPolicy. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, "type": "object", diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicyegressrule-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicyegressrule-networking-v1.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicyegressrule-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicyegressrule-networking-v1.json index 35b2f7a8..b00ad757 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicyegressrule-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicyegressrule-networking-v1.json @@ -4,7 +4,7 @@ "ports": { "description": "ports is a list of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort" }, "type": [ "array", @@ -14,7 +14,7 @@ "to": { "description": "to is a list of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicyegressrule.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicyegressrule.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicyegressrule.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicyegressrule.json index 35b2f7a8..b00ad757 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicyegressrule.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicyegressrule.json @@ -4,7 +4,7 @@ "ports": { "description": "ports is a list of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort" }, "type": [ "array", @@ -14,7 +14,7 @@ "to": { "description": "to is a list of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicyingressrule-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicyingressrule-networking-v1.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicyingressrule-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicyingressrule-networking-v1.json index e0980c38..e5083692 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicyingressrule-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicyingressrule-networking-v1.json @@ -4,7 +4,7 @@ "from": { "description": "from is a list of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer" }, "type": [ "array", @@ -14,7 +14,7 @@ "ports": { "description": "ports is a list of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicyingressrule.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicyingressrule.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicyingressrule.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicyingressrule.json index e0980c38..e5083692 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicyingressrule.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicyingressrule.json @@ -4,7 +4,7 @@ "from": { "description": "from is a list of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer" }, "type": [ "array", @@ -14,7 +14,7 @@ "ports": { "description": "ports is a list of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicylist-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicylist-networking-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicylist-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicylist-networking-v1.json index d70f864f..1643351d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicylist-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicylist-networking-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is a list of schema objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicy" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicy" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicylist.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicylist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicylist.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicylist.json index d3b9e040..b2570a27 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicylist.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicylist.json @@ -11,7 +11,7 @@ "items": { "description": "items is a list of schema objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicy" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicy" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicypeer-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicypeer-networking-v1.json similarity index 71% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicypeer-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicypeer-networking-v1.json index bf299b62..597f13eb 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicypeer-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicypeer-networking-v1.json @@ -2,15 +2,15 @@ "description": "NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed", "properties": { "ipBlock": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IPBlock", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IPBlock", "description": "ipBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be." }, "namespaceSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "namespaceSelector selects namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces.\n\nIf podSelector is also set, then the NetworkPolicyPeer as a whole selects the pods matching podSelector in the namespaces selected by namespaceSelector. Otherwise it selects all pods in the namespaces selected by namespaceSelector." }, "podSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "podSelector is a label selector which selects pods. This field follows standard label selector semantics; if present but empty, it selects all pods.\n\nIf namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the pods matching podSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the pods matching podSelector in the policy's own namespace." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicypeer.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicypeer.json similarity index 71% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicypeer.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicypeer.json index bf299b62..597f13eb 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicypeer.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicypeer.json @@ -2,15 +2,15 @@ "description": "NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed", "properties": { "ipBlock": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.IPBlock", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.IPBlock", "description": "ipBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be." }, "namespaceSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "namespaceSelector selects namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces.\n\nIf podSelector is also set, then the NetworkPolicyPeer as a whole selects the pods matching podSelector in the namespaces selected by namespaceSelector. Otherwise it selects all pods in the namespaces selected by namespaceSelector." }, "podSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "podSelector is a label selector which selects pods. This field follows standard label selector semantics; if present but empty, it selects all pods.\n\nIf namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the pods matching podSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the pods matching podSelector in the policy's own namespace." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicyport-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicyport-networking-v1.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicyport-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicyport-networking-v1.json index 8ae6b239..ed50033b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicyport-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicyport-networking-v1.json @@ -10,7 +10,7 @@ ] }, "port": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched." }, "protocol": { diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicyport.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicyport.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicyport.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicyport.json index 8ae6b239..ed50033b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicyport.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicyport.json @@ -10,7 +10,7 @@ ] }, "port": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched." }, "protocol": { diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicyspec-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicyspec-networking-v1.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicyspec-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicyspec-networking-v1.json index 8b3138de..13e8143b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicyspec-networking-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicyspec-networking-v1.json @@ -4,7 +4,7 @@ "egress": { "description": "egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" }, "type": [ "array", @@ -14,7 +14,7 @@ "ingress": { "description": "ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyIngressRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyIngressRule" }, "type": [ "array", @@ -22,7 +22,7 @@ ] }, "podSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace." }, "policyTypes": { diff --git a/helm-charts/nginx-ingress/v1.27.4/networkpolicyspec.json b/helm-charts/nginx-ingress/v1.28.0/networkpolicyspec.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/networkpolicyspec.json rename to helm-charts/nginx-ingress/v1.28.0/networkpolicyspec.json index 8b3138de..13e8143b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/networkpolicyspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/networkpolicyspec.json @@ -4,7 +4,7 @@ "egress": { "description": "egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule" }, "type": [ "array", @@ -14,7 +14,7 @@ "ingress": { "description": "ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyIngressRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.networking.v1.NetworkPolicyIngressRule" }, "type": [ "array", @@ -22,7 +22,7 @@ ] }, "podSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace." }, "policyTypes": { diff --git a/helm-charts/nginx-ingress/v1.27.4/nfsvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/nfsvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nfsvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nfsvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nfsvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/nfsvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nfsvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/nfsvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/node-v1.json b/helm-charts/nginx-ingress/v1.28.0/node-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/node-v1.json rename to helm-charts/nginx-ingress/v1.28.0/node-v1.json index 7d9a521f..5e78a953 100644 --- a/helm-charts/nginx-ingress/v1.27.4/node-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/node-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSpec", "description": "Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeStatus", "description": "Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/node.json b/helm-charts/nginx-ingress/v1.28.0/node.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/node.json rename to helm-charts/nginx-ingress/v1.28.0/node.json index 01c81ba6..dbe7807d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/node.json +++ b/helm-charts/nginx-ingress/v1.28.0/node.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSpec", "description": "Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeStatus", "description": "Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeaddress-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodeaddress-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nodeaddress-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodeaddress-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeaddress.json b/helm-charts/nginx-ingress/v1.28.0/nodeaddress.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nodeaddress.json rename to helm-charts/nginx-ingress/v1.28.0/nodeaddress.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeaffinity-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodeaffinity-v1.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/nodeaffinity-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodeaffinity-v1.json index 694345d1..b3101b91 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodeaffinity-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodeaffinity-v1.json @@ -4,7 +4,7 @@ "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PreferredSchedulingTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PreferredSchedulingTerm" }, "type": [ "array", @@ -12,7 +12,7 @@ ] }, "requiredDuringSchedulingIgnoredDuringExecution": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeaffinity.json b/helm-charts/nginx-ingress/v1.28.0/nodeaffinity.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/nodeaffinity.json rename to helm-charts/nginx-ingress/v1.28.0/nodeaffinity.json index 694345d1..b3101b91 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodeaffinity.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodeaffinity.json @@ -4,7 +4,7 @@ "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PreferredSchedulingTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PreferredSchedulingTerm" }, "type": [ "array", @@ -12,7 +12,7 @@ ] }, "requiredDuringSchedulingIgnoredDuringExecution": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/nodecondition-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodecondition-v1.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/nodecondition-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodecondition-v1.json index 89e67b0b..d58fc8dc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodecondition-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodecondition-v1.json @@ -2,11 +2,11 @@ "description": "NodeCondition contains condition information for a node.", "properties": { "lastHeartbeatTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time we got an update on a given condition." }, "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transit from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/nodecondition.json b/helm-charts/nginx-ingress/v1.28.0/nodecondition.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/nodecondition.json rename to helm-charts/nginx-ingress/v1.28.0/nodecondition.json index 89e67b0b..d58fc8dc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodecondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodecondition.json @@ -2,11 +2,11 @@ "description": "NodeCondition contains condition information for a node.", "properties": { "lastHeartbeatTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time we got an update on a given condition." }, "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transit from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeconfigsource-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodeconfigsource-v1.json similarity index 67% rename from helm-charts/nginx-ingress/v1.27.4/nodeconfigsource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodeconfigsource-v1.json index e92628ac..0321f930 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodeconfigsource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodeconfigsource-v1.json @@ -2,7 +2,7 @@ "description": "NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22", "properties": { "configMap": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapNodeConfigSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapNodeConfigSource", "description": "ConfigMap is a reference to a Node's ConfigMap" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeconfigsource.json b/helm-charts/nginx-ingress/v1.28.0/nodeconfigsource.json similarity index 67% rename from helm-charts/nginx-ingress/v1.27.4/nodeconfigsource.json rename to helm-charts/nginx-ingress/v1.28.0/nodeconfigsource.json index e92628ac..0321f930 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodeconfigsource.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodeconfigsource.json @@ -2,7 +2,7 @@ "description": "NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22", "properties": { "configMap": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapNodeConfigSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapNodeConfigSource", "description": "ConfigMap is a reference to a Node's ConfigMap" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeconfigstatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodeconfigstatus-v1.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/nodeconfigstatus-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodeconfigstatus-v1.json index 8684d316..dbc07c5c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodeconfigstatus-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodeconfigstatus-v1.json @@ -2,11 +2,11 @@ "description": "NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.", "properties": { "active": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", "description": "Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error." }, "assigned": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", "description": "Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned." }, "error": { @@ -17,7 +17,7 @@ ] }, "lastKnownGood": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", "description": "LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeconfigstatus.json b/helm-charts/nginx-ingress/v1.28.0/nodeconfigstatus.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/nodeconfigstatus.json rename to helm-charts/nginx-ingress/v1.28.0/nodeconfigstatus.json index 8684d316..dbc07c5c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodeconfigstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodeconfigstatus.json @@ -2,11 +2,11 @@ "description": "NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.", "properties": { "active": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", "description": "Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error." }, "assigned": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", "description": "Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned." }, "error": { @@ -17,7 +17,7 @@ ] }, "lastKnownGood": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", "description": "LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/nodedaemonendpoints-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodedaemonendpoints-v1.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/nodedaemonendpoints-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodedaemonendpoints-v1.json index 5376093d..8a024a95 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodedaemonendpoints-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodedaemonendpoints-v1.json @@ -2,7 +2,7 @@ "description": "NodeDaemonEndpoints lists ports opened by daemons running on the Node.", "properties": { "kubeletEndpoint": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DaemonEndpoint", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DaemonEndpoint", "description": "Endpoint on which Kubelet is listening." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/nodedaemonendpoints.json b/helm-charts/nginx-ingress/v1.28.0/nodedaemonendpoints.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/nodedaemonendpoints.json rename to helm-charts/nginx-ingress/v1.28.0/nodedaemonendpoints.json index 5376093d..8a024a95 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodedaemonendpoints.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodedaemonendpoints.json @@ -2,7 +2,7 @@ "description": "NodeDaemonEndpoints lists ports opened by daemons running on the Node.", "properties": { "kubeletEndpoint": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DaemonEndpoint", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DaemonEndpoint", "description": "Endpoint on which Kubelet is listening." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/nodelist-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodelist-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/nodelist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodelist-v1.json index 13b53c21..3c6c74ad 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodelist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodelist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "List of nodes", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Node" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Node" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/nodelist.json b/helm-charts/nginx-ingress/v1.28.0/nodelist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/nodelist.json rename to helm-charts/nginx-ingress/v1.28.0/nodelist.json index 34433c4f..94e99e1b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodelist.json @@ -11,7 +11,7 @@ "items": { "description": "List of nodes", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Node" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Node" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeselector-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodeselector-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/nodeselector-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodeselector-v1.json index 78a39b4e..45986adf 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodeselector-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodeselector-v1.json @@ -4,7 +4,7 @@ "nodeSelectorTerms": { "description": "Required. A list of node selector terms. The terms are ORed.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorTerm" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeselector.json b/helm-charts/nginx-ingress/v1.28.0/nodeselector.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/nodeselector.json rename to helm-charts/nginx-ingress/v1.28.0/nodeselector.json index 78a39b4e..45986adf 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodeselector.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodeselector.json @@ -4,7 +4,7 @@ "nodeSelectorTerms": { "description": "Required. A list of node selector terms. The terms are ORed.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorTerm" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeselectorrequirement-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodeselectorrequirement-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nodeselectorrequirement-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodeselectorrequirement-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeselectorrequirement.json b/helm-charts/nginx-ingress/v1.28.0/nodeselectorrequirement.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nodeselectorrequirement.json rename to helm-charts/nginx-ingress/v1.28.0/nodeselectorrequirement.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeselectorterm-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodeselectorterm-v1.json similarity index 67% rename from helm-charts/nginx-ingress/v1.27.4/nodeselectorterm-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodeselectorterm-v1.json index 7d7299c3..1b43bedf 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodeselectorterm-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodeselectorterm-v1.json @@ -4,7 +4,7 @@ "matchExpressions": { "description": "A list of node selector requirements by node's labels.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" }, "type": [ "array", @@ -14,7 +14,7 @@ "matchFields": { "description": "A list of node selector requirements by node's fields.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/nodeselectorterm.json b/helm-charts/nginx-ingress/v1.28.0/nodeselectorterm.json similarity index 67% rename from helm-charts/nginx-ingress/v1.27.4/nodeselectorterm.json rename to helm-charts/nginx-ingress/v1.28.0/nodeselectorterm.json index 7d7299c3..1b43bedf 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodeselectorterm.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodeselectorterm.json @@ -4,7 +4,7 @@ "matchExpressions": { "description": "A list of node selector requirements by node's labels.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" }, "type": [ "array", @@ -14,7 +14,7 @@ "matchFields": { "description": "A list of node selector requirements by node's fields.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/nodespec-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodespec-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/nodespec-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodespec-v1.json index 83282f2a..95acf25d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodespec-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodespec-v1.json @@ -2,7 +2,7 @@ "description": "NodeSpec describes the attributes that a node is created with.", "properties": { "configSource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", "description": "Deprecated: Previously used to specify the source of the node's configuration for the DynamicKubeletConfig feature. This feature is removed." }, "externalID": { @@ -43,7 +43,7 @@ "taints": { "description": "If specified, the node's taints.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Taint" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Taint" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/nodespec.json b/helm-charts/nginx-ingress/v1.28.0/nodespec.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/nodespec.json rename to helm-charts/nginx-ingress/v1.28.0/nodespec.json index 83282f2a..95acf25d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodespec.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodespec.json @@ -2,7 +2,7 @@ "description": "NodeSpec describes the attributes that a node is created with.", "properties": { "configSource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigSource", "description": "Deprecated: Previously used to specify the source of the node's configuration for the DynamicKubeletConfig feature. This feature is removed." }, "externalID": { @@ -43,7 +43,7 @@ "taints": { "description": "If specified, the node's taints.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Taint" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Taint" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/nodestatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodestatus-v1.json similarity index 68% rename from helm-charts/nginx-ingress/v1.27.4/nodestatus-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodestatus-v1.json index 554a23c5..493acc06 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodestatus-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodestatus-v1.json @@ -4,7 +4,7 @@ "addresses": { "description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP).", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAddress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAddress" }, "type": [ "array", @@ -15,7 +15,7 @@ }, "allocatable": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.", "type": [ @@ -25,7 +25,7 @@ }, "capacity": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity", "type": [ @@ -36,7 +36,7 @@ "conditions": { "description": "Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeCondition" }, "type": [ "array", @@ -46,17 +46,17 @@ "x-kubernetes-patch-strategy": "merge" }, "config": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigStatus", "description": "Status of the config assigned to the node via the dynamic Kubelet config feature." }, "daemonEndpoints": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeDaemonEndpoints", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeDaemonEndpoints", "description": "Endpoints of daemons running on the Node." }, "images": { "description": "List of container images on this node", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerImage" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerImage" }, "type": [ "array", @@ -64,7 +64,7 @@ ] }, "nodeInfo": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSystemInfo", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSystemInfo", "description": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info" }, "phase": { @@ -77,7 +77,7 @@ "volumesAttached": { "description": "List of volumes that are attached to the node.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AttachedVolume" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AttachedVolume" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/nodestatus.json b/helm-charts/nginx-ingress/v1.28.0/nodestatus.json similarity index 68% rename from helm-charts/nginx-ingress/v1.27.4/nodestatus.json rename to helm-charts/nginx-ingress/v1.28.0/nodestatus.json index 554a23c5..493acc06 100644 --- a/helm-charts/nginx-ingress/v1.27.4/nodestatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/nodestatus.json @@ -4,7 +4,7 @@ "addresses": { "description": "List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP).", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAddress" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAddress" }, "type": [ "array", @@ -15,7 +15,7 @@ }, "allocatable": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.", "type": [ @@ -25,7 +25,7 @@ }, "capacity": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity", "type": [ @@ -36,7 +36,7 @@ "conditions": { "description": "Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeCondition" }, "type": [ "array", @@ -46,17 +46,17 @@ "x-kubernetes-patch-strategy": "merge" }, "config": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeConfigStatus", "description": "Status of the config assigned to the node via the dynamic Kubelet config feature." }, "daemonEndpoints": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeDaemonEndpoints", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeDaemonEndpoints", "description": "Endpoints of daemons running on the Node." }, "images": { "description": "List of container images on this node", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerImage" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerImage" }, "type": [ "array", @@ -64,7 +64,7 @@ ] }, "nodeInfo": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSystemInfo", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSystemInfo", "description": "Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info" }, "phase": { @@ -77,7 +77,7 @@ "volumesAttached": { "description": "List of volumes that are attached to the node.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AttachedVolume" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AttachedVolume" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/nodesysteminfo-v1.json b/helm-charts/nginx-ingress/v1.28.0/nodesysteminfo-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nodesysteminfo-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nodesysteminfo-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nodesysteminfo.json b/helm-charts/nginx-ingress/v1.28.0/nodesysteminfo.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nodesysteminfo.json rename to helm-charts/nginx-ingress/v1.28.0/nodesysteminfo.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nonresourceattributes-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/nonresourceattributes-authorization-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nonresourceattributes-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nonresourceattributes-authorization-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nonresourceattributes.json b/helm-charts/nginx-ingress/v1.28.0/nonresourceattributes.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nonresourceattributes.json rename to helm-charts/nginx-ingress/v1.28.0/nonresourceattributes.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nonresourcepolicyrule-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/nonresourcepolicyrule-flowcontrol-v1beta2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nonresourcepolicyrule-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/nonresourcepolicyrule-flowcontrol-v1beta2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nonresourcepolicyrule-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/nonresourcepolicyrule-flowcontrol-v1beta3.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nonresourcepolicyrule-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/nonresourcepolicyrule-flowcontrol-v1beta3.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nonresourcepolicyrule.json b/helm-charts/nginx-ingress/v1.28.0/nonresourcepolicyrule.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nonresourcepolicyrule.json rename to helm-charts/nginx-ingress/v1.28.0/nonresourcepolicyrule.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nonresourcerule-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/nonresourcerule-authorization-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nonresourcerule-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/nonresourcerule-authorization-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/nonresourcerule.json b/helm-charts/nginx-ingress/v1.28.0/nonresourcerule.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/nonresourcerule.json rename to helm-charts/nginx-ingress/v1.28.0/nonresourcerule.json diff --git a/helm-charts/nginx-ingress/v1.27.4/objectfieldselector-v1.json b/helm-charts/nginx-ingress/v1.28.0/objectfieldselector-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/objectfieldselector-v1.json rename to helm-charts/nginx-ingress/v1.28.0/objectfieldselector-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/objectfieldselector.json b/helm-charts/nginx-ingress/v1.28.0/objectfieldselector.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/objectfieldselector.json rename to helm-charts/nginx-ingress/v1.28.0/objectfieldselector.json diff --git a/helm-charts/nginx-ingress/v1.27.4/objectmeta-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/objectmeta-meta-v1.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/objectmeta-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/objectmeta-meta-v1.json index 9ad7c31e..0db5e26a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/objectmeta-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/objectmeta-meta-v1.json @@ -15,7 +15,7 @@ ] }, "creationTimestamp": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { @@ -27,7 +27,7 @@ ] }, "deletionTimestamp": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { @@ -75,7 +75,7 @@ "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry" }, "type": [ "array", @@ -99,7 +99,7 @@ "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/objectmeta.json b/helm-charts/nginx-ingress/v1.28.0/objectmeta.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/objectmeta.json rename to helm-charts/nginx-ingress/v1.28.0/objectmeta.json index 9ad7c31e..0db5e26a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/objectmeta.json +++ b/helm-charts/nginx-ingress/v1.28.0/objectmeta.json @@ -15,7 +15,7 @@ ] }, "creationTimestamp": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { @@ -27,7 +27,7 @@ ] }, "deletionTimestamp": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "finalizers": { @@ -75,7 +75,7 @@ "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry" }, "type": [ "array", @@ -99,7 +99,7 @@ "ownerReferences": { "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/objectmetricsource-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/objectmetricsource-autoscaling-v2.json similarity index 56% rename from helm-charts/nginx-ingress/v1.27.4/objectmetricsource-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/objectmetricsource-autoscaling-v2.json index ee285359..f684ace6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/objectmetricsource-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/objectmetricsource-autoscaling-v2.json @@ -2,15 +2,15 @@ "description": "ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).", "properties": { "describedObject": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference", "description": "describedObject specifies the descriptions of a object,such as kind,name apiVersion" }, "metric": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", "description": "metric identifies the target metric by name and selector" }, "target": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", "description": "target specifies the target value for the given metric" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/objectmetricsource.json b/helm-charts/nginx-ingress/v1.28.0/objectmetricsource.json similarity index 56% rename from helm-charts/nginx-ingress/v1.27.4/objectmetricsource.json rename to helm-charts/nginx-ingress/v1.28.0/objectmetricsource.json index ee285359..f684ace6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/objectmetricsource.json +++ b/helm-charts/nginx-ingress/v1.28.0/objectmetricsource.json @@ -2,15 +2,15 @@ "description": "ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).", "properties": { "describedObject": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference", "description": "describedObject specifies the descriptions of a object,such as kind,name apiVersion" }, "metric": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", "description": "metric identifies the target metric by name and selector" }, "target": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", "description": "target specifies the target value for the given metric" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/objectmetricstatus-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/objectmetricstatus-autoscaling-v2.json similarity index 56% rename from helm-charts/nginx-ingress/v1.27.4/objectmetricstatus-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/objectmetricstatus-autoscaling-v2.json index c6cd4ea8..132fbc51 100644 --- a/helm-charts/nginx-ingress/v1.27.4/objectmetricstatus-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/objectmetricstatus-autoscaling-v2.json @@ -2,15 +2,15 @@ "description": "ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).", "properties": { "current": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", "description": "current contains the current value for the given metric" }, "describedObject": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference", "description": "DescribedObject specifies the descriptions of a object,such as kind,name apiVersion" }, "metric": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", "description": "metric identifies the target metric by name and selector" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/objectmetricstatus.json b/helm-charts/nginx-ingress/v1.28.0/objectmetricstatus.json similarity index 56% rename from helm-charts/nginx-ingress/v1.27.4/objectmetricstatus.json rename to helm-charts/nginx-ingress/v1.28.0/objectmetricstatus.json index c6cd4ea8..132fbc51 100644 --- a/helm-charts/nginx-ingress/v1.27.4/objectmetricstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/objectmetricstatus.json @@ -2,15 +2,15 @@ "description": "ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).", "properties": { "current": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", "description": "current contains the current value for the given metric" }, "describedObject": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.CrossVersionObjectReference", "description": "DescribedObject specifies the descriptions of a object,such as kind,name apiVersion" }, "metric": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", "description": "metric identifies the target metric by name and selector" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/objectreference-v1.json b/helm-charts/nginx-ingress/v1.28.0/objectreference-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/objectreference-v1.json rename to helm-charts/nginx-ingress/v1.28.0/objectreference-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/objectreference.json b/helm-charts/nginx-ingress/v1.28.0/objectreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/objectreference.json rename to helm-charts/nginx-ingress/v1.28.0/objectreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/overhead-node-v1.json b/helm-charts/nginx-ingress/v1.28.0/overhead-node-v1.json similarity index 70% rename from helm-charts/nginx-ingress/v1.27.4/overhead-node-v1.json rename to helm-charts/nginx-ingress/v1.28.0/overhead-node-v1.json index 6257aa46..893efced 100644 --- a/helm-charts/nginx-ingress/v1.27.4/overhead-node-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/overhead-node-v1.json @@ -3,7 +3,7 @@ "properties": { "podFixed": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "podFixed represents the fixed resource overhead associated with running a pod.", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/overhead.json b/helm-charts/nginx-ingress/v1.28.0/overhead.json similarity index 70% rename from helm-charts/nginx-ingress/v1.27.4/overhead.json rename to helm-charts/nginx-ingress/v1.28.0/overhead.json index 6257aa46..893efced 100644 --- a/helm-charts/nginx-ingress/v1.27.4/overhead.json +++ b/helm-charts/nginx-ingress/v1.28.0/overhead.json @@ -3,7 +3,7 @@ "properties": { "podFixed": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "podFixed represents the fixed resource overhead associated with running a pod.", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/ownerreference-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/ownerreference-meta-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/ownerreference-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/ownerreference-meta-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/ownerreference.json b/helm-charts/nginx-ingress/v1.28.0/ownerreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/ownerreference.json rename to helm-charts/nginx-ingress/v1.28.0/ownerreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/paramkind-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/paramkind-admissionregistration-v1alpha1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/paramkind-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/paramkind-admissionregistration-v1alpha1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/paramkind.json b/helm-charts/nginx-ingress/v1.28.0/paramkind-admissionregistration-v1beta1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/paramkind.json rename to helm-charts/nginx-ingress/v1.28.0/paramkind-admissionregistration-v1beta1.json diff --git a/helm-charts/nginx-ingress/v1.28.0/paramkind.json b/helm-charts/nginx-ingress/v1.28.0/paramkind.json new file mode 100644 index 00000000..fe6aa282 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/paramkind.json @@ -0,0 +1,22 @@ +{ + "description": "ParamKind is a tuple of Group Kind and Version.", + "properties": { + "apiVersion": { + "description": "APIVersion is the API group version the resources belong to. In format of \"group/version\". Required.", + "type": [ + "string", + "null" + ] + }, + "kind": { + "description": "Kind is the API kind the resources belong to. Required.", + "type": [ + "string", + "null" + ] + } + }, + "type": "object", + "x-kubernetes-map-type": "atomic", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.28.0/paramref-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/paramref-admissionregistration-v1alpha1.json new file mode 100644 index 00000000..91ab9898 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/paramref-admissionregistration-v1alpha1.json @@ -0,0 +1,33 @@ +{ + "description": "ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.", + "properties": { + "name": { + "description": "`name` is the name of the resource being referenced.\n\n`name` and `selector` are mutually exclusive properties. If one is set, the other must be unset.", + "type": [ + "string", + "null" + ] + }, + "namespace": { + "description": "namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields.\n\nA per-namespace parameter may be used by specifying a namespace-scoped `paramKind` in the policy and leaving this field empty.\n\n- If `paramKind` is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error.\n\n- If `paramKind` is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.", + "type": [ + "string", + "null" + ] + }, + "parameterNotFoundAction": { + "description": "`parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy.\n\nAllowed values are `Allow` or `Deny` Default to `Deny`", + "type": [ + "string", + "null" + ] + }, + "selector": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "selector can be used to match multiple param objects based on their labels. Supply selector: {} to match all resources of the ParamKind.\n\nIf multiple params are found, they are all evaluated with the policy expressions and the results are ANDed together.\n\nOne of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset." + } + }, + "type": "object", + "x-kubernetes-map-type": "atomic", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.28.0/paramref-admissionregistration-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/paramref-admissionregistration-v1beta1.json new file mode 100644 index 00000000..b11fae6d --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/paramref-admissionregistration-v1beta1.json @@ -0,0 +1,33 @@ +{ + "description": "ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.", + "properties": { + "name": { + "description": "name is the name of the resource being referenced.\n\nOne of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset.\n\nA single parameter used for all admission requests can be configured by setting the `name` field, leaving `selector` blank, and setting namespace if `paramKind` is namespace-scoped.", + "type": [ + "string", + "null" + ] + }, + "namespace": { + "description": "namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields.\n\nA per-namespace parameter may be used by specifying a namespace-scoped `paramKind` in the policy and leaving this field empty.\n\n- If `paramKind` is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error.\n\n- If `paramKind` is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.", + "type": [ + "string", + "null" + ] + }, + "parameterNotFoundAction": { + "description": "`parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy.\n\nAllowed values are `Allow` or `Deny`\n\nRequired", + "type": [ + "string", + "null" + ] + }, + "selector": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "selector can be used to match multiple param objects based on their labels. Supply selector: {} to match all resources of the ParamKind.\n\nIf multiple params are found, they are all evaluated with the policy expressions and the results are ANDed together.\n\nOne of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset." + } + }, + "type": "object", + "x-kubernetes-map-type": "atomic", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.28.0/paramref.json b/helm-charts/nginx-ingress/v1.28.0/paramref.json new file mode 100644 index 00000000..b11fae6d --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/paramref.json @@ -0,0 +1,33 @@ +{ + "description": "ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.", + "properties": { + "name": { + "description": "name is the name of the resource being referenced.\n\nOne of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset.\n\nA single parameter used for all admission requests can be configured by setting the `name` field, leaving `selector` blank, and setting namespace if `paramKind` is namespace-scoped.", + "type": [ + "string", + "null" + ] + }, + "namespace": { + "description": "namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields.\n\nA per-namespace parameter may be used by specifying a namespace-scoped `paramKind` in the policy and leaving this field empty.\n\n- If `paramKind` is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error.\n\n- If `paramKind` is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.", + "type": [ + "string", + "null" + ] + }, + "parameterNotFoundAction": { + "description": "`parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy.\n\nAllowed values are `Allow` or `Deny`\n\nRequired", + "type": [ + "string", + "null" + ] + }, + "selector": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "description": "selector can be used to match multiple param objects based on their labels. Supply selector: {} to match all resources of the ParamKind.\n\nIf multiple params are found, they are all evaluated with the policy expressions and the results are ANDed together.\n\nOne of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset." + } + }, + "type": "object", + "x-kubernetes-map-type": "atomic", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/parentreference-networking-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/parentreference-networking-v1alpha1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/parentreference-networking-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/parentreference-networking-v1alpha1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/parentreference.json b/helm-charts/nginx-ingress/v1.28.0/parentreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/parentreference.json rename to helm-charts/nginx-ingress/v1.28.0/parentreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/patch-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/patch-meta-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/patch-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/patch-meta-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/patch.json b/helm-charts/nginx-ingress/v1.28.0/patch.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/patch.json rename to helm-charts/nginx-ingress/v1.28.0/patch.json diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolume-v1.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolume-v1.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolume-v1.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolume-v1.json index a5e366f6..182bf2d8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolume-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolume-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec", "description": "spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeStatus", "description": "status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolume.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolume.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolume.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolume.json index 694c643e..193f61d1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolume.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolume.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec", "description": "spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeStatus", "description": "status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaim-v1.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaim-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaim-v1.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaim-v1.json index 747db7ab..f8dc3f27 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaim-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaim-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec", "description": "spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimStatus", "description": "status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaim.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaim.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaim.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaim.json index bcc34e28..40ab02fc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaim.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaim.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec", "description": "spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimStatus", "description": "status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimcondition-v1.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimcondition-v1.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimcondition-v1.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimcondition-v1.json index a3ca7caf..bc00b9fd 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimcondition-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimcondition-v1.json @@ -2,11 +2,11 @@ "description": "PersistentVolumeClaimCondition contains details about state of pvc", "properties": { "lastProbeTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastProbeTime is the time we probed the condition." }, "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastTransitionTime is the time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimcondition.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimcondition.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimcondition.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimcondition.json index a3ca7caf..bc00b9fd 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimcondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimcondition.json @@ -2,11 +2,11 @@ "description": "PersistentVolumeClaimCondition contains details about state of pvc", "properties": { "lastProbeTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastProbeTime is the time we probed the condition." }, "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "lastTransitionTime is the time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimlist-v1.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimlist-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimlist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimlist-v1.json index 92fb4db3..12a1db3b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimlist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimlist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is a list of persistent volume claims. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimlist.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimlist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimlist.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimlist.json index c7d709c9..8e79fe5d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimlist.json @@ -11,7 +11,7 @@ "items": { "description": "items is a list of persistent volume claims. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimspec-v1.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimspec-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimspec-v1.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimspec-v1.json index 6bc0be36..1c5ac049 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimspec-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimspec-v1.json @@ -15,19 +15,19 @@ ] }, "dataSource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference", "description": "dataSource field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. When the AnyVolumeDataSource feature gate is enabled, dataSource contents will be copied to dataSourceRef, and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified. If the namespace is specified, then dataSourceRef will not be copied to dataSource." }, "dataSourceRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TypedObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TypedObjectReference", "description": "dataSourceRef specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the dataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, when namespace isn't specified in dataSourceRef, both fields (dataSource and dataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. When namespace is specified in dataSourceRef, dataSource isn't set to the same value and must be empty. There are three important differences between dataSource and dataSourceRef: * While dataSource only allows two specific types of objects, dataSourceRef\n allows any non-core object, as well as PersistentVolumeClaim objects.\n* While dataSource ignores disallowed values (dropping them), dataSourceRef\n preserves all values, and generates an error if a disallowed value is\n specified.\n* While dataSource only allows local objects, dataSourceRef allows objects\n in any namespaces.\n(Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. (Alpha) Using the namespace field of dataSourceRef requires the CrossNamespaceVolumeDataSource feature gate to be enabled." }, "resources": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "description": "resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources" }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "selector is a label query over volumes to consider for binding." }, "storageClassName": { diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimspec.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimspec.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimspec.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimspec.json index 6bc0be36..1c5ac049 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimspec.json @@ -15,19 +15,19 @@ ] }, "dataSource": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference", "description": "dataSource field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. When the AnyVolumeDataSource feature gate is enabled, dataSource contents will be copied to dataSourceRef, and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified. If the namespace is specified, then dataSourceRef will not be copied to dataSource." }, "dataSourceRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TypedObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TypedObjectReference", "description": "dataSourceRef specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the dataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, when namespace isn't specified in dataSourceRef, both fields (dataSource and dataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. When namespace is specified in dataSourceRef, dataSource isn't set to the same value and must be empty. There are three important differences between dataSource and dataSourceRef: * While dataSource only allows two specific types of objects, dataSourceRef\n allows any non-core object, as well as PersistentVolumeClaim objects.\n* While dataSource ignores disallowed values (dropping them), dataSourceRef\n preserves all values, and generates an error if a disallowed value is\n specified.\n* While dataSource only allows local objects, dataSourceRef allows objects\n in any namespaces.\n(Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. (Alpha) Using the namespace field of dataSourceRef requires the CrossNamespaceVolumeDataSource feature gate to be enabled." }, "resources": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements", "description": "resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources" }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "selector is a label query over volumes to consider for binding." }, "storageClassName": { diff --git a/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimstatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimstatus-v1.json new file mode 100644 index 00000000..0ecdd4b3 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimstatus-v1.json @@ -0,0 +1,73 @@ +{ + "description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.", + "properties": { + "accessModes": { + "description": "accessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", + "items": { + "type": [ + "string", + "null" + ] + }, + "type": [ + "array", + "null" + ] + }, + "allocatedResourceStatuses": { + "additionalProperties": { + "type": [ + "string", + "null" + ] + }, + "description": "allocatedResourceStatuses stores status of resource being resized for the given PVC. Key names follow standard Kubernetes label syntax. Valid values are either:\n\t* Un-prefixed keys:\n\t\t- storage - the capacity of the volume.\n\t* Custom resources must use implementation-defined prefixed names such as \"example.com/my-custom-resource\"\nApart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used.\n\nClaimResourceStatus can be in any of following states:\n\t- ControllerResizeInProgress:\n\t\tState set when resize controller starts resizing the volume in control-plane.\n\t- ControllerResizeFailed:\n\t\tState set when resize has failed in resize controller with a terminal error.\n\t- NodeResizePending:\n\t\tState set when resize controller has finished resizing the volume but further resizing of\n\t\tvolume is needed on the node.\n\t- NodeResizeInProgress:\n\t\tState set when kubelet starts resizing the volume.\n\t- NodeResizeFailed:\n\t\tState set when resizing has failed in kubelet with a terminal error. Transient errors don't set\n\t\tNodeResizeFailed.\nFor example: if expanding a PVC for more capacity - this field can be one of the following states:\n\t- pvc.status.allocatedResourceStatus['storage'] = \"ControllerResizeInProgress\"\n - pvc.status.allocatedResourceStatus['storage'] = \"ControllerResizeFailed\"\n - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizePending\"\n - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizeInProgress\"\n - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizeFailed\"\nWhen this field is not set, it means that no resize operation is in progress for the given PVC.\n\nA controller that receives PVC update with previously unknown resourceName or ClaimResourceStatus should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC.\n\nThis is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", + "type": [ + "object", + "null" + ], + "x-kubernetes-map-type": "granular" + }, + "allocatedResources": { + "additionalProperties": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "allocatedResources tracks the resources allocated to a PVC including its capacity. Key names follow standard Kubernetes label syntax. Valid values are either:\n\t* Un-prefixed keys:\n\t\t- storage - the capacity of the volume.\n\t* Custom resources must use implementation-defined prefixed names such as \"example.com/my-custom-resource\"\nApart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used.\n\nCapacity reported here may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity.\n\nA controller that receives PVC update with previously unknown resourceName should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC.\n\nThis is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", + "type": [ + "object", + "null" + ] + }, + "capacity": { + "additionalProperties": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "capacity represents the actual resources of the underlying volume.", + "type": [ + "object", + "null" + ] + }, + "conditions": { + "description": "conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimCondition" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "phase": { + "description": "phase represents the current phase of PersistentVolumeClaim.", + "type": [ + "string", + "null" + ] + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimstatus.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimstatus.json new file mode 100644 index 00000000..0ecdd4b3 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimstatus.json @@ -0,0 +1,73 @@ +{ + "description": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.", + "properties": { + "accessModes": { + "description": "accessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", + "items": { + "type": [ + "string", + "null" + ] + }, + "type": [ + "array", + "null" + ] + }, + "allocatedResourceStatuses": { + "additionalProperties": { + "type": [ + "string", + "null" + ] + }, + "description": "allocatedResourceStatuses stores status of resource being resized for the given PVC. Key names follow standard Kubernetes label syntax. Valid values are either:\n\t* Un-prefixed keys:\n\t\t- storage - the capacity of the volume.\n\t* Custom resources must use implementation-defined prefixed names such as \"example.com/my-custom-resource\"\nApart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used.\n\nClaimResourceStatus can be in any of following states:\n\t- ControllerResizeInProgress:\n\t\tState set when resize controller starts resizing the volume in control-plane.\n\t- ControllerResizeFailed:\n\t\tState set when resize has failed in resize controller with a terminal error.\n\t- NodeResizePending:\n\t\tState set when resize controller has finished resizing the volume but further resizing of\n\t\tvolume is needed on the node.\n\t- NodeResizeInProgress:\n\t\tState set when kubelet starts resizing the volume.\n\t- NodeResizeFailed:\n\t\tState set when resizing has failed in kubelet with a terminal error. Transient errors don't set\n\t\tNodeResizeFailed.\nFor example: if expanding a PVC for more capacity - this field can be one of the following states:\n\t- pvc.status.allocatedResourceStatus['storage'] = \"ControllerResizeInProgress\"\n - pvc.status.allocatedResourceStatus['storage'] = \"ControllerResizeFailed\"\n - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizePending\"\n - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizeInProgress\"\n - pvc.status.allocatedResourceStatus['storage'] = \"NodeResizeFailed\"\nWhen this field is not set, it means that no resize operation is in progress for the given PVC.\n\nA controller that receives PVC update with previously unknown resourceName or ClaimResourceStatus should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC.\n\nThis is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", + "type": [ + "object", + "null" + ], + "x-kubernetes-map-type": "granular" + }, + "allocatedResources": { + "additionalProperties": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "allocatedResources tracks the resources allocated to a PVC including its capacity. Key names follow standard Kubernetes label syntax. Valid values are either:\n\t* Un-prefixed keys:\n\t\t- storage - the capacity of the volume.\n\t* Custom resources must use implementation-defined prefixed names such as \"example.com/my-custom-resource\"\nApart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used.\n\nCapacity reported here may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity.\n\nA controller that receives PVC update with previously unknown resourceName should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC.\n\nThis is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", + "type": [ + "object", + "null" + ] + }, + "capacity": { + "additionalProperties": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + }, + "description": "capacity represents the actual resources of the underlying volume.", + "type": [ + "object", + "null" + ] + }, + "conditions": { + "description": "conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimCondition" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-patch-merge-key": "type", + "x-kubernetes-patch-strategy": "merge" + }, + "phase": { + "description": "phase represents the current phase of PersistentVolumeClaim.", + "type": [ + "string", + "null" + ] + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimtemplate-v1.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimtemplate-v1.json similarity index 67% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimtemplate-v1.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimtemplate-v1.json index 510878e7..e9c7a93b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimtemplate-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimtemplate-v1.json @@ -2,11 +2,11 @@ "description": "PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.", "properties": { "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec", "description": "The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimtemplate.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimtemplate.json similarity index 67% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimtemplate.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimtemplate.json index 510878e7..e9c7a93b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimtemplate.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimtemplate.json @@ -2,11 +2,11 @@ "description": "PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.", "properties": { "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec", "description": "The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumeclaimvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumeclaimvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumelist-v1.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumelist-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumelist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumelist-v1.json index 9e9b2e69..491c86a6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumelist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumelist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is a list of persistent volumes. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolume" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolume" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumelist.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumelist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumelist.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumelist.json index 4883b25f..461675d7 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumelist.json @@ -11,7 +11,7 @@ "items": { "description": "items is a list of persistent volumes. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolume" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolume" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumespec-v1.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumespec-v1.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumespec-v1.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumespec-v1.json index c00e595f..266bb854 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumespec-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumespec-v1.json @@ -15,20 +15,20 @@ ] }, "awsElasticBlockStore": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource", "description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore" }, "azureDisk": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource", "description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod." }, "azureFile": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AzureFilePersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AzureFilePersistentVolumeSource", "description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod." }, "capacity": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "capacity is the description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity", "type": [ @@ -37,52 +37,52 @@ ] }, "cephfs": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CephFSPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CephFSPersistentVolumeSource", "description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime" }, "cinder": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CinderPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CinderPersistentVolumeSource", "description": "cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md" }, "claimRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "claimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding", "x-kubernetes-map-type": "granular" }, "csi": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CSIPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CSIPersistentVolumeSource", "description": "csi represents storage that is handled by an external CSI driver (Beta feature)." }, "fc": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FCVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FCVolumeSource", "description": "fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod." }, "flexVolume": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FlexPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FlexPersistentVolumeSource", "description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin." }, "flocker": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FlockerVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FlockerVolumeSource", "description": "flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running" }, "gcePersistentDisk": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource", "description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk" }, "glusterfs": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GlusterfsPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GlusterfsPersistentVolumeSource", "description": "glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md" }, "hostPath": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HostPathVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HostPathVolumeSource", "description": "hostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath" }, "iscsi": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ISCSIPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ISCSIPersistentVolumeSource", "description": "iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin." }, "local": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalVolumeSource", "description": "local represents directly-attached storage with node affinity" }, "mountOptions": { @@ -99,11 +99,11 @@ ] }, "nfs": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NFSVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NFSVolumeSource", "description": "nfs represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs" }, "nodeAffinity": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeNodeAffinity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeNodeAffinity", "description": "nodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume." }, "persistentVolumeReclaimPolicy": { @@ -114,23 +114,23 @@ ] }, "photonPersistentDisk": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource", "description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine" }, "portworxVolume": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PortworxVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PortworxVolumeSource", "description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine" }, "quobyte": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.QuobyteVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.QuobyteVolumeSource", "description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime" }, "rbd": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.RBDPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.RBDPersistentVolumeSource", "description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md" }, "scaleIO": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScaleIOPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ScaleIOPersistentVolumeSource", "description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes." }, "storageClassName": { @@ -141,7 +141,7 @@ ] }, "storageos": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.StorageOSPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.StorageOSPersistentVolumeSource", "description": "storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md" }, "volumeMode": { @@ -152,7 +152,7 @@ ] }, "vsphereVolume": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource", "description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumespec.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumespec.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumespec.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumespec.json index c00e595f..266bb854 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumespec.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumespec.json @@ -15,20 +15,20 @@ ] }, "awsElasticBlockStore": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource", "description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore" }, "azureDisk": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource", "description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod." }, "azureFile": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AzureFilePersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AzureFilePersistentVolumeSource", "description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod." }, "capacity": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "capacity is the description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity", "type": [ @@ -37,52 +37,52 @@ ] }, "cephfs": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CephFSPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CephFSPersistentVolumeSource", "description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime" }, "cinder": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CinderPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CinderPersistentVolumeSource", "description": "cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md" }, "claimRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "claimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding", "x-kubernetes-map-type": "granular" }, "csi": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CSIPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CSIPersistentVolumeSource", "description": "csi represents storage that is handled by an external CSI driver (Beta feature)." }, "fc": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FCVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FCVolumeSource", "description": "fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod." }, "flexVolume": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FlexPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FlexPersistentVolumeSource", "description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin." }, "flocker": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FlockerVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FlockerVolumeSource", "description": "flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running" }, "gcePersistentDisk": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource", "description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk" }, "glusterfs": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GlusterfsPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GlusterfsPersistentVolumeSource", "description": "glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md" }, "hostPath": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HostPathVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HostPathVolumeSource", "description": "hostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath" }, "iscsi": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ISCSIPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ISCSIPersistentVolumeSource", "description": "iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin." }, "local": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalVolumeSource", "description": "local represents directly-attached storage with node affinity" }, "mountOptions": { @@ -99,11 +99,11 @@ ] }, "nfs": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NFSVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NFSVolumeSource", "description": "nfs represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs" }, "nodeAffinity": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeNodeAffinity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeNodeAffinity", "description": "nodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume." }, "persistentVolumeReclaimPolicy": { @@ -114,23 +114,23 @@ ] }, "photonPersistentDisk": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource", "description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine" }, "portworxVolume": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PortworxVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PortworxVolumeSource", "description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine" }, "quobyte": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.QuobyteVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.QuobyteVolumeSource", "description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime" }, "rbd": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.RBDPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.RBDPersistentVolumeSource", "description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md" }, "scaleIO": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScaleIOPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ScaleIOPersistentVolumeSource", "description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes." }, "storageClassName": { @@ -141,7 +141,7 @@ ] }, "storageos": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.StorageOSPersistentVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.StorageOSPersistentVolumeSource", "description": "storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md" }, "volumeMode": { @@ -152,7 +152,7 @@ ] }, "vsphereVolume": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource", "description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumestatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumestatus-v1.json similarity index 64% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumestatus-v1.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumestatus-v1.json index ba67ae94..a7dbc7b3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumestatus-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumestatus-v1.json @@ -1,6 +1,10 @@ { "description": "PersistentVolumeStatus is the current status of a persistent volume.", "properties": { + "lastPhaseTransitionTime": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions. This is an alpha field and requires enabling PersistentVolumeLastPhaseTransitionTime feature." + }, "message": { "description": "message is a human-readable message indicating details about why the volume is in this state.", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/persistentvolumestatus.json b/helm-charts/nginx-ingress/v1.28.0/persistentvolumestatus.json similarity index 64% rename from helm-charts/nginx-ingress/v1.27.4/persistentvolumestatus.json rename to helm-charts/nginx-ingress/v1.28.0/persistentvolumestatus.json index ba67ae94..a7dbc7b3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/persistentvolumestatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/persistentvolumestatus.json @@ -1,6 +1,10 @@ { "description": "PersistentVolumeStatus is the current status of a persistent volume.", "properties": { + "lastPhaseTransitionTime": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "description": "lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions. This is an alpha field and requires enabling PersistentVolumeLastPhaseTransitionTime feature." + }, "message": { "description": "message is a human-readable message indicating details about why the volume is in this state.", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/photonpersistentdiskvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/photonpersistentdiskvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/photonpersistentdiskvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/photonpersistentdiskvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/photonpersistentdiskvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/photonpersistentdiskvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/photonpersistentdiskvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/photonpersistentdiskvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/pod-v1.json b/helm-charts/nginx-ingress/v1.28.0/pod-v1.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/pod-v1.json rename to helm-charts/nginx-ingress/v1.28.0/pod-v1.json index e8458e9e..95c94494 100644 --- a/helm-charts/nginx-ingress/v1.27.4/pod-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/pod-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec", "description": "Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodStatus", "description": "Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/pod.json b/helm-charts/nginx-ingress/v1.28.0/pod.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/pod.json rename to helm-charts/nginx-ingress/v1.28.0/pod.json index 77ead00f..e60fe32f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/pod.json +++ b/helm-charts/nginx-ingress/v1.28.0/pod.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec", "description": "Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodStatus", "description": "Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podaffinity-v1.json b/helm-charts/nginx-ingress/v1.28.0/podaffinity-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/podaffinity-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podaffinity-v1.json index 24b23600..e50a6558 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podaffinity-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podaffinity-v1.json @@ -4,7 +4,7 @@ "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" }, "type": [ "array", @@ -14,7 +14,7 @@ "requiredDuringSchedulingIgnoredDuringExecution": { "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/podaffinity.json b/helm-charts/nginx-ingress/v1.28.0/podaffinity.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/podaffinity.json rename to helm-charts/nginx-ingress/v1.28.0/podaffinity.json index 24b23600..e50a6558 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podaffinity.json +++ b/helm-charts/nginx-ingress/v1.28.0/podaffinity.json @@ -4,7 +4,7 @@ "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" }, "type": [ "array", @@ -14,7 +14,7 @@ "requiredDuringSchedulingIgnoredDuringExecution": { "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/podaffinityterm-v1.json b/helm-charts/nginx-ingress/v1.28.0/podaffinityterm-v1.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/podaffinityterm-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podaffinityterm-v1.json index bd22a3b5..30bcd693 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podaffinityterm-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podaffinityterm-v1.json @@ -2,11 +2,11 @@ "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "A label query over a set of resources, in this case pods." }, "namespaceSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means \"this pod's namespace\". An empty selector ({}) matches all namespaces." }, "namespaces": { diff --git a/helm-charts/nginx-ingress/v1.27.4/podaffinityterm.json b/helm-charts/nginx-ingress/v1.28.0/podaffinityterm.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/podaffinityterm.json rename to helm-charts/nginx-ingress/v1.28.0/podaffinityterm.json index bd22a3b5..30bcd693 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podaffinityterm.json +++ b/helm-charts/nginx-ingress/v1.28.0/podaffinityterm.json @@ -2,11 +2,11 @@ "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running", "properties": { "labelSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "A label query over a set of resources, in this case pods." }, "namespaceSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means \"this pod's namespace\". An empty selector ({}) matches all namespaces." }, "namespaces": { diff --git a/helm-charts/nginx-ingress/v1.27.4/podantiaffinity-v1.json b/helm-charts/nginx-ingress/v1.28.0/podantiaffinity-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/podantiaffinity-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podantiaffinity-v1.json index f61037b9..3f8f6d45 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podantiaffinity-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podantiaffinity-v1.json @@ -4,7 +4,7 @@ "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" }, "type": [ "array", @@ -14,7 +14,7 @@ "requiredDuringSchedulingIgnoredDuringExecution": { "description": "If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/podantiaffinity.json b/helm-charts/nginx-ingress/v1.28.0/podantiaffinity.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/podantiaffinity.json rename to helm-charts/nginx-ingress/v1.28.0/podantiaffinity.json index f61037b9..3f8f6d45 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podantiaffinity.json +++ b/helm-charts/nginx-ingress/v1.28.0/podantiaffinity.json @@ -4,7 +4,7 @@ "preferredDuringSchedulingIgnoredDuringExecution": { "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" }, "type": [ "array", @@ -14,7 +14,7 @@ "requiredDuringSchedulingIgnoredDuringExecution": { "description": "If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/podcondition-v1.json b/helm-charts/nginx-ingress/v1.28.0/podcondition-v1.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/podcondition-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podcondition-v1.json index 3758351b..884a1cf8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podcondition-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podcondition-v1.json @@ -2,11 +2,11 @@ "description": "PodCondition contains details for the current condition of this pod.", "properties": { "lastProbeTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time we probed the condition." }, "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/podcondition.json b/helm-charts/nginx-ingress/v1.28.0/podcondition.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/podcondition.json rename to helm-charts/nginx-ingress/v1.28.0/podcondition.json index 3758351b..884a1cf8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podcondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/podcondition.json @@ -2,11 +2,11 @@ "description": "PodCondition contains details for the current condition of this pod.", "properties": { "lastProbeTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time we probed the condition." }, "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudget-policy-v1.json b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudget-policy-v1.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/poddisruptionbudget-policy-v1.json rename to helm-charts/nginx-ingress/v1.28.0/poddisruptionbudget-policy-v1.json index 99dfb84f..9306bf97 100644 --- a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudget-policy-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudget-policy-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetSpec", "description": "Specification of the desired behavior of the PodDisruptionBudget." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetStatus", "description": "Most recently observed status of the PodDisruptionBudget." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudget.json b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudget.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/poddisruptionbudget.json rename to helm-charts/nginx-ingress/v1.28.0/poddisruptionbudget.json index 6efb3f2d..a2854465 100644 --- a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudget.json +++ b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudget.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetSpec", "description": "Specification of the desired behavior of the PodDisruptionBudget." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetStatus", "description": "Most recently observed status of the PodDisruptionBudget." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetlist-policy-v1.json b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetlist-policy-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetlist-policy-v1.json rename to helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetlist-policy-v1.json index 84227972..4df0bd11 100644 --- a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetlist-policy-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetlist-policy-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is a list of PodDisruptionBudgets", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetlist.json b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetlist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetlist.json rename to helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetlist.json index c4aa6eed..350ec35e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetlist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is a list of PodDisruptionBudgets", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetspec-policy-v1.json b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetspec-policy-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetspec-policy-v1.json rename to helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetspec-policy-v1.json index 4d100ca0..4c2450db 100644 --- a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetspec-policy-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetspec-policy-v1.json @@ -2,15 +2,15 @@ "description": "PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.", "properties": { "maxUnavailable": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "An eviction is allowed if at most \"maxUnavailable\" pods selected by \"selector\" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with \"minAvailable\"." }, "minAvailable": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying \"100%\"." }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "Label query over pods whose evictions are managed by the disruption budget. A null selector will match no pods, while an empty ({}) selector will select all pods within the namespace.", "x-kubernetes-patch-strategy": "replace" }, diff --git a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetspec.json b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetspec.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetspec.json rename to helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetspec.json index 4d100ca0..4c2450db 100644 --- a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetspec.json @@ -2,15 +2,15 @@ "description": "PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.", "properties": { "maxUnavailable": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "An eviction is allowed if at most \"maxUnavailable\" pods selected by \"selector\" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with \"minAvailable\"." }, "minAvailable": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying \"100%\"." }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "Label query over pods whose evictions are managed by the disruption budget. A null selector will match no pods, while an empty ({}) selector will select all pods within the namespace.", "x-kubernetes-patch-strategy": "replace" }, diff --git a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetstatus-policy-v1.json b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetstatus-policy-v1.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetstatus-policy-v1.json rename to helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetstatus-policy-v1.json index 8ac9d6a9..c8faa722 100644 --- a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetstatus-policy-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetstatus-policy-v1.json @@ -4,7 +4,7 @@ "conditions": { "description": "Conditions contain conditions for PDB. The disruption controller sets the DisruptionAllowed condition. The following are known values for the reason field (additional reasons could be added in the future): - SyncFailed: The controller encountered an error and wasn't able to compute\n the number of allowed disruptions. Therefore no disruptions are\n allowed and the status of the condition will be False.\n- InsufficientPods: The number of pods are either at or below the number\n required by the PodDisruptionBudget. No disruptions are\n allowed and the status of the condition will be False.\n- SufficientPods: There are more pods than required by the PodDisruptionBudget.\n The condition will be True, and the number of allowed\n disruptions are provided by the disruptionsAllowed property.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" }, "type": [ "array", @@ -35,7 +35,7 @@ }, "disruptedPods": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" }, "description": "DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetstatus.json b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetstatus.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetstatus.json rename to helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetstatus.json index 8ac9d6a9..c8faa722 100644 --- a/helm-charts/nginx-ingress/v1.27.4/poddisruptionbudgetstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/poddisruptionbudgetstatus.json @@ -4,7 +4,7 @@ "conditions": { "description": "Conditions contain conditions for PDB. The disruption controller sets the DisruptionAllowed condition. The following are known values for the reason field (additional reasons could be added in the future): - SyncFailed: The controller encountered an error and wasn't able to compute\n the number of allowed disruptions. Therefore no disruptions are\n allowed and the status of the condition will be False.\n- InsufficientPods: The number of pods are either at or below the number\n required by the PodDisruptionBudget. No disruptions are\n allowed and the status of the condition will be False.\n- SufficientPods: There are more pods than required by the PodDisruptionBudget.\n The condition will be True, and the number of allowed\n disruptions are provided by the disruptionsAllowed property.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" }, "type": [ "array", @@ -35,7 +35,7 @@ }, "disruptedPods": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" }, "description": "DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/poddnsconfig-v1.json b/helm-charts/nginx-ingress/v1.28.0/poddnsconfig-v1.json similarity index 88% rename from helm-charts/nginx-ingress/v1.27.4/poddnsconfig-v1.json rename to helm-charts/nginx-ingress/v1.28.0/poddnsconfig-v1.json index 97bf8fa5..e02acdb0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/poddnsconfig-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/poddnsconfig-v1.json @@ -17,7 +17,7 @@ "options": { "description": "A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfigOption" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfigOption" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/poddnsconfig.json b/helm-charts/nginx-ingress/v1.28.0/poddnsconfig.json similarity index 88% rename from helm-charts/nginx-ingress/v1.27.4/poddnsconfig.json rename to helm-charts/nginx-ingress/v1.28.0/poddnsconfig.json index 97bf8fa5..e02acdb0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/poddnsconfig.json +++ b/helm-charts/nginx-ingress/v1.28.0/poddnsconfig.json @@ -17,7 +17,7 @@ "options": { "description": "A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfigOption" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfigOption" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/poddnsconfigoption-v1.json b/helm-charts/nginx-ingress/v1.28.0/poddnsconfigoption-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/poddnsconfigoption-v1.json rename to helm-charts/nginx-ingress/v1.28.0/poddnsconfigoption-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/poddnsconfigoption.json b/helm-charts/nginx-ingress/v1.28.0/poddnsconfigoption.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/poddnsconfigoption.json rename to helm-charts/nginx-ingress/v1.28.0/poddnsconfigoption.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podfailurepolicy-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/podfailurepolicy-batch-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/podfailurepolicy-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podfailurepolicy-batch-v1.json index 0e15bcfe..2f8be9f8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podfailurepolicy-batch-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podfailurepolicy-batch-v1.json @@ -4,7 +4,7 @@ "rules": { "description": "A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyRule" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/podfailurepolicy.json b/helm-charts/nginx-ingress/v1.28.0/podfailurepolicy.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/podfailurepolicy.json rename to helm-charts/nginx-ingress/v1.28.0/podfailurepolicy.json index 0e15bcfe..2f8be9f8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podfailurepolicy.json +++ b/helm-charts/nginx-ingress/v1.28.0/podfailurepolicy.json @@ -4,7 +4,7 @@ "rules": { "description": "A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyRule" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/podfailurepolicyonexitcodesrequirement-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/podfailurepolicyonexitcodesrequirement-batch-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/podfailurepolicyonexitcodesrequirement-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podfailurepolicyonexitcodesrequirement-batch-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podfailurepolicyonexitcodesrequirement.json b/helm-charts/nginx-ingress/v1.28.0/podfailurepolicyonexitcodesrequirement.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/podfailurepolicyonexitcodesrequirement.json rename to helm-charts/nginx-ingress/v1.28.0/podfailurepolicyonexitcodesrequirement.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podfailurepolicyonpodconditionspattern-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/podfailurepolicyonpodconditionspattern-batch-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/podfailurepolicyonpodconditionspattern-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podfailurepolicyonpodconditionspattern-batch-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podfailurepolicyonpodconditionspattern.json b/helm-charts/nginx-ingress/v1.28.0/podfailurepolicyonpodconditionspattern.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/podfailurepolicyonpodconditionspattern.json rename to helm-charts/nginx-ingress/v1.28.0/podfailurepolicyonpodconditionspattern.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podfailurepolicyrule-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/podfailurepolicyrule-batch-v1.json similarity index 53% rename from helm-charts/nginx-ingress/v1.27.4/podfailurepolicyrule-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podfailurepolicyrule-batch-v1.json index a29ab573..f8d8378e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podfailurepolicyrule-batch-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podfailurepolicyrule-batch-v1.json @@ -2,20 +2,20 @@ "description": "PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.", "properties": { "action": { - "description": "Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are:\n\n- FailJob: indicates that the pod's job is marked as Failed and all\n running pods are terminated.\n- Ignore: indicates that the counter towards the .backoffLimit is not\n incremented and a replacement pod is created.\n- Count: indicates that the pod is handled in the default way - the\n counter towards the .backoffLimit is incremented.\nAdditional values are considered to be added in the future. Clients should react to an unknown action by skipping the rule.", + "description": "Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are:\n\n- FailJob: indicates that the pod's job is marked as Failed and all\n running pods are terminated.\n- FailIndex: indicates that the pod's index is marked as Failed and will\n not be restarted.\n This value is alpha-level. It can be used when the\n `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).\n- Ignore: indicates that the counter towards the .backoffLimit is not\n incremented and a replacement pod is created.\n- Count: indicates that the pod is handled in the default way - the\n counter towards the .backoffLimit is incremented.\nAdditional values are considered to be added in the future. Clients should react to an unknown action by skipping the rule.", "type": [ "string", "null" ] }, "onExitCodes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyOnExitCodesRequirement", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyOnExitCodesRequirement", "description": "Represents the requirement on the container exit codes." }, "onPodConditions": { "description": "Represents the requirement on the pod conditions. The requirement is represented as a list of pod condition patterns. The requirement is satisfied if at least one pattern matches an actual pod condition. At most 20 elements are allowed.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyOnPodConditionsPattern" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyOnPodConditionsPattern" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/podfailurepolicyrule.json b/helm-charts/nginx-ingress/v1.28.0/podfailurepolicyrule.json similarity index 53% rename from helm-charts/nginx-ingress/v1.27.4/podfailurepolicyrule.json rename to helm-charts/nginx-ingress/v1.28.0/podfailurepolicyrule.json index a29ab573..f8d8378e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podfailurepolicyrule.json +++ b/helm-charts/nginx-ingress/v1.28.0/podfailurepolicyrule.json @@ -2,20 +2,20 @@ "description": "PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.", "properties": { "action": { - "description": "Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are:\n\n- FailJob: indicates that the pod's job is marked as Failed and all\n running pods are terminated.\n- Ignore: indicates that the counter towards the .backoffLimit is not\n incremented and a replacement pod is created.\n- Count: indicates that the pod is handled in the default way - the\n counter towards the .backoffLimit is incremented.\nAdditional values are considered to be added in the future. Clients should react to an unknown action by skipping the rule.", + "description": "Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are:\n\n- FailJob: indicates that the pod's job is marked as Failed and all\n running pods are terminated.\n- FailIndex: indicates that the pod's index is marked as Failed and will\n not be restarted.\n This value is alpha-level. It can be used when the\n `JobBackoffLimitPerIndex` feature gate is enabled (disabled by default).\n- Ignore: indicates that the counter towards the .backoffLimit is not\n incremented and a replacement pod is created.\n- Count: indicates that the pod is handled in the default way - the\n counter towards the .backoffLimit is incremented.\nAdditional values are considered to be added in the future. Clients should react to an unknown action by skipping the rule.", "type": [ "string", "null" ] }, "onExitCodes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyOnExitCodesRequirement", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyOnExitCodesRequirement", "description": "Represents the requirement on the container exit codes." }, "onPodConditions": { "description": "Represents the requirement on the pod conditions. The requirement is represented as a list of pod condition patterns. The requirement is satisfied if at least one pattern matches an actual pod condition. At most 20 elements are allowed.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyOnPodConditionsPattern" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.batch.v1.PodFailurePolicyOnPodConditionsPattern" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.28.0/podip-v1.json b/helm-charts/nginx-ingress/v1.28.0/podip-v1.json new file mode 100644 index 00000000..ce29a092 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/podip-v1.json @@ -0,0 +1,14 @@ +{ + "description": "PodIP represents a single IP address allocated to the pod.", + "properties": { + "ip": { + "description": "IP is the IP address assigned to the pod", + "type": [ + "string", + "null" + ] + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.28.0/podip.json b/helm-charts/nginx-ingress/v1.28.0/podip.json new file mode 100644 index 00000000..ce29a092 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/podip.json @@ -0,0 +1,14 @@ +{ + "description": "PodIP represents a single IP address allocated to the pod.", + "properties": { + "ip": { + "description": "IP is the IP address assigned to the pod", + "type": [ + "string", + "null" + ] + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/podlist-v1.json b/helm-charts/nginx-ingress/v1.28.0/podlist-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/podlist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podlist-v1.json index c4ba58e7..55ed8c34 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podlist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podlist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Pod" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Pod" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podlist.json b/helm-charts/nginx-ingress/v1.28.0/podlist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/podlist.json rename to helm-charts/nginx-ingress/v1.28.0/podlist.json index f348af08..013cc181 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/podlist.json @@ -11,7 +11,7 @@ "items": { "description": "List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Pod" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Pod" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podos-v1.json b/helm-charts/nginx-ingress/v1.28.0/podos-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/podos-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podos-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podos.json b/helm-charts/nginx-ingress/v1.28.0/podos.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/podos.json rename to helm-charts/nginx-ingress/v1.28.0/podos.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podreadinessgate-v1.json b/helm-charts/nginx-ingress/v1.28.0/podreadinessgate-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/podreadinessgate-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podreadinessgate-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podreadinessgate.json b/helm-charts/nginx-ingress/v1.28.0/podreadinessgate.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/podreadinessgate.json rename to helm-charts/nginx-ingress/v1.28.0/podreadinessgate.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podresourceclaim-v1.json b/helm-charts/nginx-ingress/v1.28.0/podresourceclaim-v1.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/podresourceclaim-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podresourceclaim-v1.json index 74ec3946..daa66a6b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podresourceclaim-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podresourceclaim-v1.json @@ -9,7 +9,7 @@ ] }, "source": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ClaimSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ClaimSource", "description": "Source describes where to find the ResourceClaim." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podresourceclaim.json b/helm-charts/nginx-ingress/v1.28.0/podresourceclaim.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/podresourceclaim.json rename to helm-charts/nginx-ingress/v1.28.0/podresourceclaim.json index 74ec3946..daa66a6b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podresourceclaim.json +++ b/helm-charts/nginx-ingress/v1.28.0/podresourceclaim.json @@ -9,7 +9,7 @@ ] }, "source": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ClaimSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ClaimSource", "description": "Source describes where to find the ResourceClaim." } }, diff --git a/helm-charts/nginx-ingress/v1.28.0/podresourceclaimstatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/podresourceclaimstatus-v1.json new file mode 100644 index 00000000..a076c9b9 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/podresourceclaimstatus-v1.json @@ -0,0 +1,24 @@ +{ + "description": "PodResourceClaimStatus is stored in the PodStatus for each PodResourceClaim which references a ResourceClaimTemplate. It stores the generated name for the corresponding ResourceClaim.", + "properties": { + "name": { + "description": "Name uniquely identifies this resource claim inside the pod. This must match the name of an entry in pod.spec.resourceClaims, which implies that the string must be a DNS_LABEL.", + "type": [ + "string", + "null" + ] + }, + "resourceClaimName": { + "description": "ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod. It this is unset, then generating a ResourceClaim was not necessary. The pod.spec.resourceClaims entry can be ignored in this case.", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "name" + ], + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.28.0/podresourceclaimstatus.json b/helm-charts/nginx-ingress/v1.28.0/podresourceclaimstatus.json new file mode 100644 index 00000000..a076c9b9 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/podresourceclaimstatus.json @@ -0,0 +1,24 @@ +{ + "description": "PodResourceClaimStatus is stored in the PodStatus for each PodResourceClaim which references a ResourceClaimTemplate. It stores the generated name for the corresponding ResourceClaim.", + "properties": { + "name": { + "description": "Name uniquely identifies this resource claim inside the pod. This must match the name of an entry in pod.spec.resourceClaims, which implies that the string must be a DNS_LABEL.", + "type": [ + "string", + "null" + ] + }, + "resourceClaimName": { + "description": "ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod. It this is unset, then generating a ResourceClaim was not necessary. The pod.spec.resourceClaims entry can be ignored in this case.", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "name" + ], + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontext-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontext-resource-v1alpha2.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/podschedulingcontext-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/podschedulingcontext-resource-v1alpha2.json index 8b9f06e9..d3db2a8c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontext-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontext-resource-v1alpha2.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextSpec", "description": "Spec describes where resources for the Pod are needed." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextStatus", "description": "Status describes where resources for the Pod can be allocated." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontext.json b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontext.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/podschedulingcontext.json rename to helm-charts/nginx-ingress/v1.28.0/podschedulingcontext.json index 61dad6dc..6010a817 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontext.json +++ b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontext.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextSpec", "description": "Spec describes where resources for the Pod are needed." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContextStatus", "description": "Status describes where resources for the Pod can be allocated." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontextlist-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontextlist-resource-v1alpha2.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/podschedulingcontextlist-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/podschedulingcontextlist-resource-v1alpha2.json index ce4edb58..ab2132c3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontextlist-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontextlist-resource-v1alpha2.json @@ -14,7 +14,7 @@ "items": { "description": "Items is the list of PodSchedulingContext objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontextlist.json b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontextlist.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/podschedulingcontextlist.json rename to helm-charts/nginx-ingress/v1.28.0/podschedulingcontextlist.json index 92da795f..8e7d81d8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontextlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontextlist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is the list of PodSchedulingContext objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.PodSchedulingContext" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontextspec-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontextspec-resource-v1alpha2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/podschedulingcontextspec-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/podschedulingcontextspec-resource-v1alpha2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontextspec.json b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontextspec.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/podschedulingcontextspec.json rename to helm-charts/nginx-ingress/v1.28.0/podschedulingcontextspec.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontextstatus-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontextstatus-resource-v1alpha2.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/podschedulingcontextstatus-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/podschedulingcontextstatus-resource-v1alpha2.json index fcc97ce0..3bbb4c74 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontextstatus-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontextstatus-resource-v1alpha2.json @@ -4,7 +4,7 @@ "resourceClaims": { "description": "ResourceClaims describes resource availability for each pod.spec.resourceClaim entry where the corresponding ResourceClaim uses \"WaitForFirstConsumer\" allocation mode.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSchedulingStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSchedulingStatus" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontextstatus.json b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontextstatus.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/podschedulingcontextstatus.json rename to helm-charts/nginx-ingress/v1.28.0/podschedulingcontextstatus.json index fcc97ce0..3bbb4c74 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podschedulingcontextstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/podschedulingcontextstatus.json @@ -4,7 +4,7 @@ "resourceClaims": { "description": "ResourceClaims describes resource availability for each pod.spec.resourceClaim entry where the corresponding ResourceClaim uses \"WaitForFirstConsumer\" allocation mode.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSchedulingStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSchedulingStatus" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/podschedulinggate-v1.json b/helm-charts/nginx-ingress/v1.28.0/podschedulinggate-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/podschedulinggate-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podschedulinggate-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podschedulinggate.json b/helm-charts/nginx-ingress/v1.28.0/podschedulinggate.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/podschedulinggate.json rename to helm-charts/nginx-ingress/v1.28.0/podschedulinggate.json diff --git a/helm-charts/nginx-ingress/v1.27.4/podsecuritycontext-v1.json b/helm-charts/nginx-ingress/v1.28.0/podsecuritycontext-v1.json similarity index 88% rename from helm-charts/nginx-ingress/v1.27.4/podsecuritycontext-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podsecuritycontext-v1.json index 23a69c26..607af468 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podsecuritycontext-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podsecuritycontext-v1.json @@ -40,11 +40,11 @@ ] }, "seLinuxOptions": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SELinuxOptions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SELinuxOptions", "description": "The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows." }, "seccompProfile": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SeccompProfile", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SeccompProfile", "description": "The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows." }, "supplementalGroups": { @@ -64,7 +64,7 @@ "sysctls": { "description": "Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Sysctl" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Sysctl" }, "type": [ "array", @@ -72,7 +72,7 @@ ] }, "windowsOptions": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions", "description": "The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podsecuritycontext.json b/helm-charts/nginx-ingress/v1.28.0/podsecuritycontext.json similarity index 88% rename from helm-charts/nginx-ingress/v1.27.4/podsecuritycontext.json rename to helm-charts/nginx-ingress/v1.28.0/podsecuritycontext.json index 23a69c26..607af468 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podsecuritycontext.json +++ b/helm-charts/nginx-ingress/v1.28.0/podsecuritycontext.json @@ -40,11 +40,11 @@ ] }, "seLinuxOptions": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SELinuxOptions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SELinuxOptions", "description": "The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows." }, "seccompProfile": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SeccompProfile", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SeccompProfile", "description": "The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows." }, "supplementalGroups": { @@ -64,7 +64,7 @@ "sysctls": { "description": "Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Sysctl" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Sysctl" }, "type": [ "array", @@ -72,7 +72,7 @@ ] }, "windowsOptions": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions", "description": "The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podsmetricsource-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/podsmetricsource-autoscaling-v2.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/podsmetricsource-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/podsmetricsource-autoscaling-v2.json index 223d9908..d8b79c4d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podsmetricsource-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/podsmetricsource-autoscaling-v2.json @@ -2,11 +2,11 @@ "description": "PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.", "properties": { "metric": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", "description": "metric identifies the target metric by name and selector" }, "target": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", "description": "target specifies the target value for the given metric" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podsmetricsource.json b/helm-charts/nginx-ingress/v1.28.0/podsmetricsource.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/podsmetricsource.json rename to helm-charts/nginx-ingress/v1.28.0/podsmetricsource.json index 223d9908..d8b79c4d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podsmetricsource.json +++ b/helm-charts/nginx-ingress/v1.28.0/podsmetricsource.json @@ -2,11 +2,11 @@ "description": "PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.", "properties": { "metric": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", "description": "metric identifies the target metric by name and selector" }, "target": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", "description": "target specifies the target value for the given metric" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podsmetricstatus-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/podsmetricstatus-autoscaling-v2.json similarity index 60% rename from helm-charts/nginx-ingress/v1.27.4/podsmetricstatus-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/podsmetricstatus-autoscaling-v2.json index a79156ad..db003111 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podsmetricstatus-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/podsmetricstatus-autoscaling-v2.json @@ -2,11 +2,11 @@ "description": "PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).", "properties": { "current": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", "description": "current contains the current value for the given metric" }, "metric": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", "description": "metric identifies the target metric by name and selector" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podsmetricstatus.json b/helm-charts/nginx-ingress/v1.28.0/podsmetricstatus.json similarity index 60% rename from helm-charts/nginx-ingress/v1.27.4/podsmetricstatus.json rename to helm-charts/nginx-ingress/v1.28.0/podsmetricstatus.json index a79156ad..db003111 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podsmetricstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/podsmetricstatus.json @@ -2,11 +2,11 @@ "description": "PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).", "properties": { "current": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", "description": "current contains the current value for the given metric" }, "metric": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier", "description": "metric identifies the target metric by name and selector" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podspec-v1.json b/helm-charts/nginx-ingress/v1.28.0/podspec-v1.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/podspec-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podspec-v1.json index 8c2a620e..bc00f52c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podspec-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podspec-v1.json @@ -10,7 +10,7 @@ ] }, "affinity": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Affinity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Affinity", "description": "If specified, the pod's scheduling constraints" }, "automountServiceAccountToken": { @@ -23,7 +23,7 @@ "containers": { "description": "List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Container" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "type": [ "array", @@ -33,7 +33,7 @@ "x-kubernetes-patch-strategy": "merge" }, "dnsConfig": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfig", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfig", "description": "Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy." }, "dnsPolicy": { @@ -53,7 +53,7 @@ "ephemeralContainers": { "description": "List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EphemeralContainer" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EphemeralContainer" }, "type": [ "array", @@ -65,7 +65,7 @@ "hostAliases": { "description": "HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HostAlias" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HostAlias" }, "type": [ "array", @@ -112,7 +112,7 @@ "imagePullSecrets": { "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference" }, "type": [ "array", @@ -124,7 +124,7 @@ "initContainers": { "description": "List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Container" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "type": [ "array", @@ -155,12 +155,12 @@ "x-kubernetes-map-type": "atomic" }, "os": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodOS", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodOS", "description": "Specifies the OS of the containers in the pod. Some pod and container fields are restricted if this is set.\n\nIf the OS field is set to linux, the following fields must be unset: -securityContext.windowsOptions\n\nIf the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup" }, "overhead": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md", "type": [ @@ -193,7 +193,7 @@ "readinessGates": { "description": "If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodReadinessGate" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodReadinessGate" }, "type": [ "array", @@ -203,7 +203,7 @@ "resourceClaims": { "description": "ResourceClaims defines which ResourceClaims must be allocated and reserved before the Pod is allowed to start. The resources will be made available to those containers which consume them by name.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodResourceClaim" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodResourceClaim" }, "type": [ "array", @@ -240,7 +240,7 @@ "schedulingGates": { "description": "SchedulingGates is an opaque list of values that if specified will block scheduling the pod. If schedulingGates is not empty, the pod will stay in the SchedulingGated state and the scheduler will not attempt to schedule the pod.\n\nSchedulingGates can only be set at pod creation time, and be removed only afterwards.\n\nThis is a beta feature enabled by the PodSchedulingReadiness feature gate.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodSchedulingGate" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSchedulingGate" }, "type": [ "array", @@ -254,7 +254,7 @@ "x-kubernetes-patch-strategy": "merge" }, "securityContext": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodSecurityContext", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSecurityContext", "description": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field." }, "serviceAccount": { @@ -303,7 +303,7 @@ "tolerations": { "description": "If specified, the pod's tolerations.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "type": [ "array", @@ -313,7 +313,7 @@ "topologySpreadConstraints": { "description": "TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint" }, "type": [ "array", @@ -330,7 +330,7 @@ "volumes": { "description": "List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Volume" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/podspec.json b/helm-charts/nginx-ingress/v1.28.0/podspec.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/podspec.json rename to helm-charts/nginx-ingress/v1.28.0/podspec.json index 8c2a620e..bc00f52c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/podspec.json @@ -10,7 +10,7 @@ ] }, "affinity": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Affinity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Affinity", "description": "If specified, the pod's scheduling constraints" }, "automountServiceAccountToken": { @@ -23,7 +23,7 @@ "containers": { "description": "List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Container" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "type": [ "array", @@ -33,7 +33,7 @@ "x-kubernetes-patch-strategy": "merge" }, "dnsConfig": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfig", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfig", "description": "Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy." }, "dnsPolicy": { @@ -53,7 +53,7 @@ "ephemeralContainers": { "description": "List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EphemeralContainer" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EphemeralContainer" }, "type": [ "array", @@ -65,7 +65,7 @@ "hostAliases": { "description": "HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HostAlias" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HostAlias" }, "type": [ "array", @@ -112,7 +112,7 @@ "imagePullSecrets": { "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference" }, "type": [ "array", @@ -124,7 +124,7 @@ "initContainers": { "description": "List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Container" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Container" }, "type": [ "array", @@ -155,12 +155,12 @@ "x-kubernetes-map-type": "atomic" }, "os": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodOS", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodOS", "description": "Specifies the OS of the containers in the pod. Some pod and container fields are restricted if this is set.\n\nIf the OS field is set to linux, the following fields must be unset: -securityContext.windowsOptions\n\nIf the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup" }, "overhead": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md", "type": [ @@ -193,7 +193,7 @@ "readinessGates": { "description": "If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodReadinessGate" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodReadinessGate" }, "type": [ "array", @@ -203,7 +203,7 @@ "resourceClaims": { "description": "ResourceClaims defines which ResourceClaims must be allocated and reserved before the Pod is allowed to start. The resources will be made available to those containers which consume them by name.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodResourceClaim" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodResourceClaim" }, "type": [ "array", @@ -240,7 +240,7 @@ "schedulingGates": { "description": "SchedulingGates is an opaque list of values that if specified will block scheduling the pod. If schedulingGates is not empty, the pod will stay in the SchedulingGated state and the scheduler will not attempt to schedule the pod.\n\nSchedulingGates can only be set at pod creation time, and be removed only afterwards.\n\nThis is a beta feature enabled by the PodSchedulingReadiness feature gate.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodSchedulingGate" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSchedulingGate" }, "type": [ "array", @@ -254,7 +254,7 @@ "x-kubernetes-patch-strategy": "merge" }, "securityContext": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodSecurityContext", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSecurityContext", "description": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field." }, "serviceAccount": { @@ -303,7 +303,7 @@ "tolerations": { "description": "If specified, the pod's tolerations.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "type": [ "array", @@ -313,7 +313,7 @@ "topologySpreadConstraints": { "description": "TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint" }, "type": [ "array", @@ -330,7 +330,7 @@ "volumes": { "description": "List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Volume" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/podstatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/podstatus-v1.json similarity index 66% rename from helm-charts/nginx-ingress/v1.27.4/podstatus-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podstatus-v1.json index facd748b..15ab99cb 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podstatus-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podstatus-v1.json @@ -4,7 +4,7 @@ "conditions": { "description": "Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodCondition" }, "type": [ "array", @@ -16,7 +16,7 @@ "containerStatuses": { "description": "The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" }, "type": [ "array", @@ -26,7 +26,7 @@ "ephemeralContainerStatuses": { "description": "Status for any ephemeral containers that have run in this pod.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" }, "type": [ "array", @@ -34,16 +34,29 @@ ] }, "hostIP": { - "description": "IP address of the host to which the pod is assigned. Empty if not yet scheduled.", + "description": "hostIP holds the IP address of the host to which the pod is assigned. Empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns mean that HostIP will not be updated even if there is a node is assigned to pod", "type": [ "string", "null" ] }, + "hostIPs": { + "description": "hostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must match the hostIP field. This list is empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns means that HostIPs will not be updated even if there is a node is assigned to this pod.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HostIP" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "atomic", + "x-kubernetes-patch-merge-key": "ip", + "x-kubernetes-patch-strategy": "merge" + }, "initContainerStatuses": { "description": "The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" }, "type": [ "array", @@ -72,7 +85,7 @@ ] }, "podIP": { - "description": "IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.", + "description": "podIP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.", "type": [ "string", "null" @@ -81,7 +94,7 @@ "podIPs": { "description": "podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodIP" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodIP" }, "type": [ "array", @@ -111,8 +124,24 @@ "null" ] }, + "resourceClaimStatuses": { + "description": "Status of resource claims.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodResourceClaimStatus" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-map-keys": [ + "name" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge,retainKeys" + }, "startTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podstatus.json b/helm-charts/nginx-ingress/v1.28.0/podstatus.json similarity index 66% rename from helm-charts/nginx-ingress/v1.27.4/podstatus.json rename to helm-charts/nginx-ingress/v1.28.0/podstatus.json index facd748b..15ab99cb 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/podstatus.json @@ -4,7 +4,7 @@ "conditions": { "description": "Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodCondition" }, "type": [ "array", @@ -16,7 +16,7 @@ "containerStatuses": { "description": "The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" }, "type": [ "array", @@ -26,7 +26,7 @@ "ephemeralContainerStatuses": { "description": "Status for any ephemeral containers that have run in this pod.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" }, "type": [ "array", @@ -34,16 +34,29 @@ ] }, "hostIP": { - "description": "IP address of the host to which the pod is assigned. Empty if not yet scheduled.", + "description": "hostIP holds the IP address of the host to which the pod is assigned. Empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns mean that HostIP will not be updated even if there is a node is assigned to pod", "type": [ "string", "null" ] }, + "hostIPs": { + "description": "hostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must match the hostIP field. This list is empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns means that HostIPs will not be updated even if there is a node is assigned to this pod.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HostIP" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "atomic", + "x-kubernetes-patch-merge-key": "ip", + "x-kubernetes-patch-strategy": "merge" + }, "initContainerStatuses": { "description": "The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerStatus" }, "type": [ "array", @@ -72,7 +85,7 @@ ] }, "podIP": { - "description": "IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.", + "description": "podIP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.", "type": [ "string", "null" @@ -81,7 +94,7 @@ "podIPs": { "description": "podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodIP" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodIP" }, "type": [ "array", @@ -111,8 +124,24 @@ "null" ] }, + "resourceClaimStatuses": { + "description": "Status of resource claims.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodResourceClaimStatus" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-map-keys": [ + "name" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge,retainKeys" + }, "startTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podtemplate-v1.json b/helm-charts/nginx-ingress/v1.28.0/podtemplate-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/podtemplate-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podtemplate-v1.json index 363fc822..401c7ce1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podtemplate-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podtemplate-v1.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "Template defines the pods that will be created from this pod template. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podtemplate.json b/helm-charts/nginx-ingress/v1.28.0/podtemplate.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/podtemplate.json rename to helm-charts/nginx-ingress/v1.28.0/podtemplate.json index f7474834..4d5f5e54 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podtemplate.json +++ b/helm-charts/nginx-ingress/v1.28.0/podtemplate.json @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "Template defines the pods that will be created from this pod template. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podtemplatelist-v1.json b/helm-charts/nginx-ingress/v1.28.0/podtemplatelist-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/podtemplatelist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podtemplatelist-v1.json index 9ec53510..73364c78 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podtemplatelist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podtemplatelist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "List of pod templates", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplate" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplate" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podtemplatelist.json b/helm-charts/nginx-ingress/v1.28.0/podtemplatelist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/podtemplatelist.json rename to helm-charts/nginx-ingress/v1.28.0/podtemplatelist.json index 36ef1390..a9c6ba7c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podtemplatelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/podtemplatelist.json @@ -11,7 +11,7 @@ "items": { "description": "List of pod templates", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplate" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplate" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podtemplatespec-v1.json b/helm-charts/nginx-ingress/v1.28.0/podtemplatespec-v1.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/podtemplatespec-v1.json rename to helm-charts/nginx-ingress/v1.28.0/podtemplatespec-v1.json index 20ab710c..e42c9372 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podtemplatespec-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/podtemplatespec-v1.json @@ -2,11 +2,11 @@ "description": "PodTemplateSpec describes the data a pod should have when created from a template", "properties": { "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec", "description": "Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/podtemplatespec.json b/helm-charts/nginx-ingress/v1.28.0/podtemplatespec.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/podtemplatespec.json rename to helm-charts/nginx-ingress/v1.28.0/podtemplatespec.json index 20ab710c..e42c9372 100644 --- a/helm-charts/nginx-ingress/v1.27.4/podtemplatespec.json +++ b/helm-charts/nginx-ingress/v1.28.0/podtemplatespec.json @@ -2,11 +2,11 @@ "description": "PodTemplateSpec describes the data a pod should have when created from a template", "properties": { "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec", "description": "Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/policyrule-rbac-v1.json b/helm-charts/nginx-ingress/v1.28.0/policyrule-rbac-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/policyrule-rbac-v1.json rename to helm-charts/nginx-ingress/v1.28.0/policyrule-rbac-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/policyrule.json b/helm-charts/nginx-ingress/v1.28.0/policyrule.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/policyrule.json rename to helm-charts/nginx-ingress/v1.28.0/policyrule.json diff --git a/helm-charts/nginx-ingress/v1.27.4/policyruleswithsubjects-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/policyruleswithsubjects-flowcontrol-v1beta2.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/policyruleswithsubjects-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/policyruleswithsubjects-flowcontrol-v1beta2.json index 9ce7ccf7..09d53125 100644 --- a/helm-charts/nginx-ingress/v1.27.4/policyruleswithsubjects-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/policyruleswithsubjects-flowcontrol-v1beta2.json @@ -4,7 +4,7 @@ "nonResourceRules": { "description": "`nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.NonResourcePolicyRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.NonResourcePolicyRule" }, "type": [ "array", @@ -15,7 +15,7 @@ "resourceRules": { "description": "`resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.ResourcePolicyRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.ResourcePolicyRule" }, "type": [ "array", @@ -26,7 +26,7 @@ "subjects": { "description": "subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.Subject" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.Subject" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/policyruleswithsubjects-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/policyruleswithsubjects-flowcontrol-v1beta3.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/policyruleswithsubjects-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/policyruleswithsubjects-flowcontrol-v1beta3.json index 32ec59cb..a1658e9a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/policyruleswithsubjects-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/policyruleswithsubjects-flowcontrol-v1beta3.json @@ -4,7 +4,7 @@ "nonResourceRules": { "description": "`nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.NonResourcePolicyRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.NonResourcePolicyRule" }, "type": [ "array", @@ -15,7 +15,7 @@ "resourceRules": { "description": "`resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ResourcePolicyRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ResourcePolicyRule" }, "type": [ "array", @@ -26,7 +26,7 @@ "subjects": { "description": "subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.Subject" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.Subject" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/policyruleswithsubjects.json b/helm-charts/nginx-ingress/v1.28.0/policyruleswithsubjects.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/policyruleswithsubjects.json rename to helm-charts/nginx-ingress/v1.28.0/policyruleswithsubjects.json index 32ec59cb..a1658e9a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/policyruleswithsubjects.json +++ b/helm-charts/nginx-ingress/v1.28.0/policyruleswithsubjects.json @@ -4,7 +4,7 @@ "nonResourceRules": { "description": "`nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.NonResourcePolicyRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.NonResourcePolicyRule" }, "type": [ "array", @@ -15,7 +15,7 @@ "resourceRules": { "description": "`resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ResourcePolicyRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ResourcePolicyRule" }, "type": [ "array", @@ -26,7 +26,7 @@ "subjects": { "description": "subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.Subject" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.Subject" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/portstatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/portstatus-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/portstatus-v1.json rename to helm-charts/nginx-ingress/v1.28.0/portstatus-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/portstatus.json b/helm-charts/nginx-ingress/v1.28.0/portstatus.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/portstatus.json rename to helm-charts/nginx-ingress/v1.28.0/portstatus.json diff --git a/helm-charts/nginx-ingress/v1.27.4/portworxvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/portworxvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/portworxvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/portworxvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/portworxvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/portworxvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/portworxvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/portworxvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/preconditions-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/preconditions-meta-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/preconditions-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/preconditions-meta-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/preconditions.json b/helm-charts/nginx-ingress/v1.28.0/preconditions.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/preconditions.json rename to helm-charts/nginx-ingress/v1.28.0/preconditions.json diff --git a/helm-charts/nginx-ingress/v1.27.4/preferredschedulingterm-v1.json b/helm-charts/nginx-ingress/v1.28.0/preferredschedulingterm-v1.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/preferredschedulingterm-v1.json rename to helm-charts/nginx-ingress/v1.28.0/preferredschedulingterm-v1.json index 4fcac78f..82e029b5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/preferredschedulingterm-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/preferredschedulingterm-v1.json @@ -2,7 +2,7 @@ "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).", "properties": { "preference": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorTerm", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorTerm", "description": "A node selector term, associated with the corresponding weight." }, "weight": { diff --git a/helm-charts/nginx-ingress/v1.27.4/preferredschedulingterm.json b/helm-charts/nginx-ingress/v1.28.0/preferredschedulingterm.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/preferredschedulingterm.json rename to helm-charts/nginx-ingress/v1.28.0/preferredschedulingterm.json index 4fcac78f..82e029b5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/preferredschedulingterm.json +++ b/helm-charts/nginx-ingress/v1.28.0/preferredschedulingterm.json @@ -2,7 +2,7 @@ "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).", "properties": { "preference": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorTerm", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorTerm", "description": "A node selector term, associated with the corresponding weight." }, "weight": { diff --git a/helm-charts/nginx-ingress/v1.27.4/priorityclass-scheduling-v1.json b/helm-charts/nginx-ingress/v1.28.0/priorityclass-scheduling-v1.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/priorityclass-scheduling-v1.json rename to helm-charts/nginx-ingress/v1.28.0/priorityclass-scheduling-v1.json index 3a211bbe..765f3019 100644 --- a/helm-charts/nginx-ingress/v1.27.4/priorityclass-scheduling-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/priorityclass-scheduling-v1.json @@ -36,7 +36,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "preemptionPolicy": { diff --git a/helm-charts/nginx-ingress/v1.27.4/priorityclass.json b/helm-charts/nginx-ingress/v1.28.0/priorityclass.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/priorityclass.json rename to helm-charts/nginx-ingress/v1.28.0/priorityclass.json index e99357e2..9cac5a5c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/priorityclass.json +++ b/helm-charts/nginx-ingress/v1.28.0/priorityclass.json @@ -33,7 +33,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "preemptionPolicy": { diff --git a/helm-charts/nginx-ingress/v1.27.4/priorityclasslist-scheduling-v1.json b/helm-charts/nginx-ingress/v1.28.0/priorityclasslist-scheduling-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/priorityclasslist-scheduling-v1.json rename to helm-charts/nginx-ingress/v1.28.0/priorityclasslist-scheduling-v1.json index ef1ffb7e..f0e3a1f2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/priorityclasslist-scheduling-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/priorityclasslist-scheduling-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of PriorityClasses", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.scheduling.v1.PriorityClass" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.scheduling.v1.PriorityClass" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/priorityclasslist.json b/helm-charts/nginx-ingress/v1.28.0/priorityclasslist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/priorityclasslist.json rename to helm-charts/nginx-ingress/v1.28.0/priorityclasslist.json index 6b8f01aa..486c42ea 100644 --- a/helm-charts/nginx-ingress/v1.27.4/priorityclasslist.json +++ b/helm-charts/nginx-ingress/v1.28.0/priorityclasslist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of PriorityClasses", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.scheduling.v1.PriorityClass" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.scheduling.v1.PriorityClass" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfiguration-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfiguration-flowcontrol-v1beta2.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfiguration-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfiguration-flowcontrol-v1beta2.json index 0d7c02c8..e9af4dd1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfiguration-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfiguration-flowcontrol-v1beta2.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationSpec", "description": "`spec` is the specification of the desired behavior of a \"request-priority\". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationStatus", "description": "`status` is the current status of a \"request-priority\". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfiguration-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfiguration-flowcontrol-v1beta3.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfiguration-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfiguration-flowcontrol-v1beta3.json index ec1f4c4e..c7f6feef 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfiguration-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfiguration-flowcontrol-v1beta3.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationSpec", "description": "`spec` is the specification of the desired behavior of a \"request-priority\". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationStatus", "description": "`status` is the current status of a \"request-priority\". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfiguration.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfiguration.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfiguration.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfiguration.json index 06155d4a..052fdabb 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfiguration.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfiguration.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationSpec", "description": "`spec` is the specification of the desired behavior of a \"request-priority\". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationStatus", "description": "`status` is the current status of a \"request-priority\". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationcondition-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationcondition-flowcontrol-v1beta2.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationcondition-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationcondition-flowcontrol-v1beta2.json index f5d45ad2..7b141058 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationcondition-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationcondition-flowcontrol-v1beta2.json @@ -2,7 +2,7 @@ "description": "PriorityLevelConfigurationCondition defines the condition of priority level.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "`lastTransitionTime` is the last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationcondition-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationcondition-flowcontrol-v1beta3.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationcondition-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationcondition-flowcontrol-v1beta3.json index f5d45ad2..7b141058 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationcondition-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationcondition-flowcontrol-v1beta3.json @@ -2,7 +2,7 @@ "description": "PriorityLevelConfigurationCondition defines the condition of priority level.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "`lastTransitionTime` is the last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationcondition.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationcondition.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationcondition.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationcondition.json index f5d45ad2..7b141058 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationcondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationcondition.json @@ -2,7 +2,7 @@ "description": "PriorityLevelConfigurationCondition defines the condition of priority level.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "`lastTransitionTime` is the last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationlist-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationlist-flowcontrol-v1beta2.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationlist-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationlist-flowcontrol-v1beta2.json index 896f7037..c33df393 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationlist-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationlist-flowcontrol-v1beta2.json @@ -14,7 +14,7 @@ "items": { "description": "`items` is a list of request-priorities.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfiguration" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfiguration" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationlist-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationlist-flowcontrol-v1beta3.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationlist-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationlist-flowcontrol-v1beta3.json index e4d7df71..1fe84311 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationlist-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationlist-flowcontrol-v1beta3.json @@ -14,7 +14,7 @@ "items": { "description": "`items` is a list of request-priorities.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfiguration" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfiguration" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationlist.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationlist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationlist.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationlist.json index 1dd2b97b..0fca8265 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationlist.json @@ -11,7 +11,7 @@ "items": { "description": "`items` is a list of request-priorities.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfiguration" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfiguration" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationreference-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationreference-flowcontrol-v1beta2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationreference-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationreference-flowcontrol-v1beta2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationreference-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationreference-flowcontrol-v1beta3.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationreference-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationreference-flowcontrol-v1beta3.json diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationreference.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationreference.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationspec-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationspec-flowcontrol-v1beta2.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationspec-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationspec-flowcontrol-v1beta2.json index 3cfd40a7..3a4a5b32 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationspec-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationspec-flowcontrol-v1beta2.json @@ -1,8 +1,12 @@ { "description": "PriorityLevelConfigurationSpec specifies the configuration of a priority level.", "properties": { + "exempt": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.ExemptPriorityLevelConfiguration", + "description": "`exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `\"Limited\"`. This field MAY be non-empty if `type` is `\"Exempt\"`. If empty and `type` is `\"Exempt\"` then the default values for `ExemptPriorityLevelConfiguration` apply." + }, "limited": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.LimitedPriorityLevelConfiguration", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.LimitedPriorityLevelConfiguration", "description": "`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `\"Limited\"`." }, "type": { @@ -21,6 +25,7 @@ { "discriminator": "type", "fields-to-discriminateBy": { + "exempt": "Exempt", "limited": "Limited" } } diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationspec-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationspec-flowcontrol-v1beta3.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationspec-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationspec-flowcontrol-v1beta3.json index 26aaabac..af5a3435 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationspec-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationspec-flowcontrol-v1beta3.json @@ -1,8 +1,12 @@ { "description": "PriorityLevelConfigurationSpec specifies the configuration of a priority level.", "properties": { + "exempt": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ExemptPriorityLevelConfiguration", + "description": "`exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `\"Limited\"`. This field MAY be non-empty if `type` is `\"Exempt\"`. If empty and `type` is `\"Exempt\"` then the default values for `ExemptPriorityLevelConfiguration` apply." + }, "limited": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitedPriorityLevelConfiguration", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitedPriorityLevelConfiguration", "description": "`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `\"Limited\"`." }, "type": { @@ -21,6 +25,7 @@ { "discriminator": "type", "fields-to-discriminateBy": { + "exempt": "Exempt", "limited": "Limited" } } diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationspec.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationspec.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationspec.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationspec.json index 26aaabac..af5a3435 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationspec.json @@ -1,8 +1,12 @@ { "description": "PriorityLevelConfigurationSpec specifies the configuration of a priority level.", "properties": { + "exempt": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ExemptPriorityLevelConfiguration", + "description": "`exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `\"Limited\"`. This field MAY be non-empty if `type` is `\"Exempt\"`. If empty and `type` is `\"Exempt\"` then the default values for `ExemptPriorityLevelConfiguration` apply." + }, "limited": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitedPriorityLevelConfiguration", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.LimitedPriorityLevelConfiguration", "description": "`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `\"Limited\"`." }, "type": { @@ -21,6 +25,7 @@ { "discriminator": "type", "fields-to-discriminateBy": { + "exempt": "Exempt", "limited": "Limited" } } diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationstatus-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationstatus-flowcontrol-v1beta2.json similarity index 71% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationstatus-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationstatus-flowcontrol-v1beta2.json index 49aff9dd..d18692fd 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationstatus-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationstatus-flowcontrol-v1beta2.json @@ -4,7 +4,7 @@ "conditions": { "description": "`conditions` is the current state of \"request-priority\".", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationstatus-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationstatus-flowcontrol-v1beta3.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationstatus-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationstatus-flowcontrol-v1beta3.json index b00b7594..15c20dde 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationstatus-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationstatus-flowcontrol-v1beta3.json @@ -4,7 +4,7 @@ "conditions": { "description": "`conditions` is the current state of \"request-priority\".", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationstatus.json b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationstatus.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationstatus.json rename to helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationstatus.json index b00b7594..15c20dde 100644 --- a/helm-charts/nginx-ingress/v1.27.4/prioritylevelconfigurationstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/prioritylevelconfigurationstatus.json @@ -4,7 +4,7 @@ "conditions": { "description": "`conditions` is the current state of \"request-priority\".", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.PriorityLevelConfigurationCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/probe-v1.json b/helm-charts/nginx-ingress/v1.28.0/probe-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/probe-v1.json rename to helm-charts/nginx-ingress/v1.28.0/probe-v1.json index a9e9f315..ea292d6f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/probe-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/probe-v1.json @@ -2,7 +2,7 @@ "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ExecAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ExecAction", "description": "Exec specifies the action to take." }, "failureThreshold": { @@ -14,11 +14,11 @@ ] }, "grpc": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GRPCAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GRPCAction", "description": "GRPC specifies an action involving a GRPC port." }, "httpGet": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction", "description": "HTTPGet specifies the http request to perform." }, "initialDelaySeconds": { @@ -46,7 +46,7 @@ ] }, "tcpSocket": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TCPSocketAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TCPSocketAction", "description": "TCPSocket specifies an action involving a TCP port." }, "terminationGracePeriodSeconds": { diff --git a/helm-charts/nginx-ingress/v1.27.4/probe.json b/helm-charts/nginx-ingress/v1.28.0/probe.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/probe.json rename to helm-charts/nginx-ingress/v1.28.0/probe.json index a9e9f315..ea292d6f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/probe.json +++ b/helm-charts/nginx-ingress/v1.28.0/probe.json @@ -2,7 +2,7 @@ "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ExecAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ExecAction", "description": "Exec specifies the action to take." }, "failureThreshold": { @@ -14,11 +14,11 @@ ] }, "grpc": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GRPCAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GRPCAction", "description": "GRPC specifies an action involving a GRPC port." }, "httpGet": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction", "description": "HTTPGet specifies the http request to perform." }, "initialDelaySeconds": { @@ -46,7 +46,7 @@ ] }, "tcpSocket": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TCPSocketAction", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TCPSocketAction", "description": "TCPSocket specifies an action involving a TCP port." }, "terminationGracePeriodSeconds": { diff --git a/helm-charts/nginx-ingress/v1.27.4/projectedvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/projectedvolumesource-v1.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/projectedvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/projectedvolumesource-v1.json index 0c703446..f8f56d56 100644 --- a/helm-charts/nginx-ingress/v1.27.4/projectedvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/projectedvolumesource-v1.json @@ -12,7 +12,7 @@ "sources": { "description": "sources is the list of volume projections", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeProjection" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeProjection" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/projectedvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/projectedvolumesource.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/projectedvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/projectedvolumesource.json index 0c703446..f8f56d56 100644 --- a/helm-charts/nginx-ingress/v1.27.4/projectedvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/projectedvolumesource.json @@ -12,7 +12,7 @@ "sources": { "description": "sources is the list of volume projections", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VolumeProjection" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeProjection" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/quantity-resource.json b/helm-charts/nginx-ingress/v1.28.0/quantity-resource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/quantity-resource.json rename to helm-charts/nginx-ingress/v1.28.0/quantity-resource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/quantity.json b/helm-charts/nginx-ingress/v1.28.0/quantity.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/quantity.json rename to helm-charts/nginx-ingress/v1.28.0/quantity.json diff --git a/helm-charts/nginx-ingress/v1.27.4/queuingconfiguration-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/queuingconfiguration-flowcontrol-v1beta2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/queuingconfiguration-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/queuingconfiguration-flowcontrol-v1beta2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/queuingconfiguration-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/queuingconfiguration-flowcontrol-v1beta3.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/queuingconfiguration-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/queuingconfiguration-flowcontrol-v1beta3.json diff --git a/helm-charts/nginx-ingress/v1.27.4/queuingconfiguration.json b/helm-charts/nginx-ingress/v1.28.0/queuingconfiguration.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/queuingconfiguration.json rename to helm-charts/nginx-ingress/v1.28.0/queuingconfiguration.json diff --git a/helm-charts/nginx-ingress/v1.27.4/quobytevolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/quobytevolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/quobytevolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/quobytevolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/quobytevolumesource.json b/helm-charts/nginx-ingress/v1.28.0/quobytevolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/quobytevolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/quobytevolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/rawextension-pkg-runtime.json b/helm-charts/nginx-ingress/v1.28.0/rawextension-pkg-runtime.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/rawextension-pkg-runtime.json rename to helm-charts/nginx-ingress/v1.28.0/rawextension-pkg-runtime.json diff --git a/helm-charts/nginx-ingress/v1.27.4/rawextension.json b/helm-charts/nginx-ingress/v1.28.0/rawextension.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/rawextension.json rename to helm-charts/nginx-ingress/v1.28.0/rawextension.json diff --git a/helm-charts/nginx-ingress/v1.27.4/rbdpersistentvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/rbdpersistentvolumesource-v1.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/rbdpersistentvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/rbdpersistentvolumesource-v1.json index f9a2b695..f3f7a1c6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rbdpersistentvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/rbdpersistentvolumesource-v1.json @@ -50,7 +50,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it" }, "user": { diff --git a/helm-charts/nginx-ingress/v1.27.4/rbdpersistentvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/rbdpersistentvolumesource.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/rbdpersistentvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/rbdpersistentvolumesource.json index f9a2b695..f3f7a1c6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rbdpersistentvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/rbdpersistentvolumesource.json @@ -50,7 +50,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it" }, "user": { diff --git a/helm-charts/nginx-ingress/v1.27.4/rbdvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/rbdvolumesource-v1.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/rbdvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/rbdvolumesource-v1.json index de222523..18caad95 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rbdvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/rbdvolumesource-v1.json @@ -50,7 +50,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it" }, "user": { diff --git a/helm-charts/nginx-ingress/v1.27.4/rbdvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/rbdvolumesource.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/rbdvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/rbdvolumesource.json index de222523..18caad95 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rbdvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/rbdvolumesource.json @@ -50,7 +50,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it" }, "user": { diff --git a/helm-charts/nginx-ingress/v1.27.4/replicaset-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/replicaset-apps-v1.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/replicaset-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/replicaset-apps-v1.json index c76d6525..611ceb8a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicaset-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicaset-apps-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetSpec", "description": "Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetStatus", "description": "Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/replicaset.json b/helm-charts/nginx-ingress/v1.28.0/replicaset.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/replicaset.json rename to helm-charts/nginx-ingress/v1.28.0/replicaset.json index 13e6eebf..efdb0cb1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicaset.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicaset.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetSpec", "description": "Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetStatus", "description": "Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/replicasetcondition-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/replicasetcondition-apps-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/replicasetcondition-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/replicasetcondition-apps-v1.json index 5b4b41d7..fd854c02 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicasetcondition-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicasetcondition-apps-v1.json @@ -2,7 +2,7 @@ "description": "ReplicaSetCondition describes the state of a replica set at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "The last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/replicasetcondition.json b/helm-charts/nginx-ingress/v1.28.0/replicasetcondition.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/replicasetcondition.json rename to helm-charts/nginx-ingress/v1.28.0/replicasetcondition.json index 5b4b41d7..fd854c02 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicasetcondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicasetcondition.json @@ -2,7 +2,7 @@ "description": "ReplicaSetCondition describes the state of a replica set at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "The last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/replicasetlist-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/replicasetlist-apps-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/replicasetlist-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/replicasetlist-apps-v1.json index 8321b302..caa10da8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicasetlist-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicasetlist-apps-v1.json @@ -14,7 +14,7 @@ "items": { "description": "List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSet" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSet" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/replicasetlist.json b/helm-charts/nginx-ingress/v1.28.0/replicasetlist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/replicasetlist.json rename to helm-charts/nginx-ingress/v1.28.0/replicasetlist.json index eaa51669..6ee7dac1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicasetlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicasetlist.json @@ -11,7 +11,7 @@ "items": { "description": "List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSet" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSet" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/replicasetspec-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/replicasetspec-apps-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/replicasetspec-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/replicasetspec-apps-v1.json index 0b5d04a7..a735e134 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicasetspec-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicasetspec-apps-v1.json @@ -18,11 +18,11 @@ ] }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/replicasetspec.json b/helm-charts/nginx-ingress/v1.28.0/replicasetspec.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/replicasetspec.json rename to helm-charts/nginx-ingress/v1.28.0/replicasetspec.json index 0b5d04a7..a735e134 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicasetspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicasetspec.json @@ -18,11 +18,11 @@ ] }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/replicasetstatus-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/replicasetstatus-apps-v1.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/replicasetstatus-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/replicasetstatus-apps-v1.json index 149224d5..9019a2b2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicasetstatus-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicasetstatus-apps-v1.json @@ -12,7 +12,7 @@ "conditions": { "description": "Represents the latest available observations of a replica set's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/replicasetstatus.json b/helm-charts/nginx-ingress/v1.28.0/replicasetstatus.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/replicasetstatus.json rename to helm-charts/nginx-ingress/v1.28.0/replicasetstatus.json index 149224d5..9019a2b2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicasetstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicasetstatus.json @@ -12,7 +12,7 @@ "conditions": { "description": "Represents the latest available observations of a replica set's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.ReplicaSetCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/replicationcontroller-v1.json b/helm-charts/nginx-ingress/v1.28.0/replicationcontroller-v1.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/replicationcontroller-v1.json rename to helm-charts/nginx-ingress/v1.28.0/replicationcontroller-v1.json index d2ed6a18..f44e8eec 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicationcontroller-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicationcontroller-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerSpec", "description": "Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerStatus", "description": "Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/replicationcontroller.json b/helm-charts/nginx-ingress/v1.28.0/replicationcontroller.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/replicationcontroller.json rename to helm-charts/nginx-ingress/v1.28.0/replicationcontroller.json index 54e634c3..fcced3da 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicationcontroller.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicationcontroller.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerSpec", "description": "Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerStatus", "description": "Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollercondition-v1.json b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollercondition-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/replicationcontrollercondition-v1.json rename to helm-charts/nginx-ingress/v1.28.0/replicationcontrollercondition-v1.json index 8b0376c2..f71dd2b7 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollercondition-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollercondition-v1.json @@ -2,7 +2,7 @@ "description": "ReplicationControllerCondition describes the state of a replication controller at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "The last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollercondition.json b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollercondition.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/replicationcontrollercondition.json rename to helm-charts/nginx-ingress/v1.28.0/replicationcontrollercondition.json index 8b0376c2..f71dd2b7 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollercondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollercondition.json @@ -2,7 +2,7 @@ "description": "ReplicationControllerCondition describes the state of a replication controller at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "The last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollerlist-v1.json b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollerlist-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/replicationcontrollerlist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/replicationcontrollerlist-v1.json index ac2d6d30..751a8752 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollerlist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollerlist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationController" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationController" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollerlist.json b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollerlist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/replicationcontrollerlist.json rename to helm-charts/nginx-ingress/v1.28.0/replicationcontrollerlist.json index dd1c78b3..0021b368 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollerlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollerlist.json @@ -11,7 +11,7 @@ "items": { "description": "List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationController" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationController" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollerspec-v1.json b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollerspec-v1.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/replicationcontrollerspec-v1.json rename to helm-charts/nginx-ingress/v1.28.0/replicationcontrollerspec-v1.json index 30c8817b..9fa9d2fa 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollerspec-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollerspec-v1.json @@ -32,7 +32,7 @@ "x-kubernetes-map-type": "atomic" }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. The only allowed template.spec.restartPolicy value is \"Always\". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollerspec.json b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollerspec.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/replicationcontrollerspec.json rename to helm-charts/nginx-ingress/v1.28.0/replicationcontrollerspec.json index 30c8817b..9fa9d2fa 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollerspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollerspec.json @@ -32,7 +32,7 @@ "x-kubernetes-map-type": "atomic" }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. The only allowed template.spec.restartPolicy value is \"Always\". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollerstatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollerstatus-v1.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/replicationcontrollerstatus-v1.json rename to helm-charts/nginx-ingress/v1.28.0/replicationcontrollerstatus-v1.json index c09b2ffc..6f51fa72 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollerstatus-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollerstatus-v1.json @@ -12,7 +12,7 @@ "conditions": { "description": "Represents the latest available observations of a replication controller's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollerstatus.json b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollerstatus.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/replicationcontrollerstatus.json rename to helm-charts/nginx-ingress/v1.28.0/replicationcontrollerstatus.json index c09b2ffc..6f51fa72 100644 --- a/helm-charts/nginx-ingress/v1.27.4/replicationcontrollerstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/replicationcontrollerstatus.json @@ -12,7 +12,7 @@ "conditions": { "description": "Represents the latest available observations of a replication controller's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ReplicationControllerCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceattributes-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/resourceattributes-authorization-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourceattributes-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/resourceattributes-authorization-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceattributes.json b/helm-charts/nginx-ingress/v1.28.0/resourceattributes.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourceattributes.json rename to helm-charts/nginx-ingress/v1.28.0/resourceattributes.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaim-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaim-resource-v1alpha2.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaim-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaim-resource-v1alpha2.json index b3635595..b1f8008e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaim-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaim-resource-v1alpha2.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSpec", "description": "Spec describes the desired attributes of a resource that then needs to be allocated. It can only be set once when creating the ResourceClaim." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimStatus", "description": "Status describes whether the resource is available and with which attributes." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaim-v1.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaim-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaim-v1.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaim-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaim.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaim.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaim.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaim.json index 86d78858..4977d44b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaim.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaim.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSpec", "description": "Spec describes the desired attributes of a resource that then needs to be allocated. It can only be set once when creating the ResourceClaim." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimStatus", "description": "Status describes whether the resource is available and with which attributes." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimconsumerreference-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimconsumerreference-resource-v1alpha2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimconsumerreference-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimconsumerreference-resource-v1alpha2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimconsumerreference.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimconsumerreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimconsumerreference.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimconsumerreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimlist-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimlist-resource-v1alpha2.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimlist-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimlist-resource-v1alpha2.json index 7b06ccd6..cbf4c705 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaimlist-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaimlist-resource-v1alpha2.json @@ -14,7 +14,7 @@ "items": { "description": "Items is the list of resource claims.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaim" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaim" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimlist.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimlist.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimlist.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimlist.json index 57abd0b4..ff02d9d3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaimlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaimlist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is the list of resource claims.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaim" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaim" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimparametersreference-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimparametersreference-resource-v1alpha2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimparametersreference-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimparametersreference-resource-v1alpha2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimparametersreference.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimparametersreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimparametersreference.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimparametersreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimschedulingstatus-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimschedulingstatus-resource-v1alpha2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimschedulingstatus-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimschedulingstatus-resource-v1alpha2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimschedulingstatus.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimschedulingstatus.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimschedulingstatus.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimschedulingstatus.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimspec-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimspec-resource-v1alpha2.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimspec-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimspec-resource-v1alpha2.json index 0d1edea5..b17c89e6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaimspec-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaimspec-resource-v1alpha2.json @@ -9,7 +9,7 @@ ] }, "parametersRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimParametersReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimParametersReference", "description": "ParametersRef references a separate object with arbitrary parameters that will be used by the driver when allocating a resource for the claim.\n\nThe object must be in the same namespace as the ResourceClaim." }, "resourceClassName": { diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimspec.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimspec.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimspec.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimspec.json index 0d1edea5..b17c89e6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaimspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaimspec.json @@ -9,7 +9,7 @@ ] }, "parametersRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimParametersReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimParametersReference", "description": "ParametersRef references a separate object with arbitrary parameters that will be used by the driver when allocating a resource for the claim.\n\nThe object must be in the same namespace as the ResourceClaim." }, "resourceClassName": { diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimstatus-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimstatus-resource-v1alpha2.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimstatus-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimstatus-resource-v1alpha2.json index c8ddd61c..2dfe6d4a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaimstatus-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaimstatus-resource-v1alpha2.json @@ -2,7 +2,7 @@ "description": "ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.", "properties": { "allocation": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.AllocationResult", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.AllocationResult", "description": "Allocation is set by the resource driver once a resource or set of resources has been allocated successfully. If this is not specified, the resources have not been allocated yet." }, "deallocationRequested": { @@ -22,7 +22,7 @@ "reservedFor": { "description": "ReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started.\n\nThere can be at most 32 such reservations. This may get increased in the future, but not reduced.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimConsumerReference" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimConsumerReference" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimstatus.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimstatus.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimstatus.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimstatus.json index c8ddd61c..2dfe6d4a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaimstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaimstatus.json @@ -2,7 +2,7 @@ "description": "ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.", "properties": { "allocation": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.AllocationResult", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.AllocationResult", "description": "Allocation is set by the resource driver once a resource or set of resources has been allocated successfully. If this is not specified, the resources have not been allocated yet." }, "deallocationRequested": { @@ -22,7 +22,7 @@ "reservedFor": { "description": "ReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started.\n\nThere can be at most 32 such reservations. This may get increased in the future, but not reduced.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimConsumerReference" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimConsumerReference" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplate-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplate-resource-v1alpha2.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplate-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplate-resource-v1alpha2.json index 06f66c71..df4b3bac 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplate-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplate-resource-v1alpha2.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplateSpec", "description": "Describes the ResourceClaim that is to be generated.\n\nThis field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplate.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplate.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplate.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplate.json index 39fbe994..7b848731 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplate.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplate.json @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplateSpec", "description": "Describes the ResourceClaim that is to be generated.\n\nThis field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplatelist-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplatelist-resource-v1alpha2.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplatelist-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplatelist-resource-v1alpha2.json index 554f474c..40903c81 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplatelist-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplatelist-resource-v1alpha2.json @@ -14,7 +14,7 @@ "items": { "description": "Items is the list of resource claim templates.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplate" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplate" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplatelist.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplatelist.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplatelist.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplatelist.json index 68750492..31e99d6f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplatelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplatelist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is the list of resource claim templates.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplate" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimTemplate" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplatespec-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplatespec-resource-v1alpha2.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplatespec-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplatespec-resource-v1alpha2.json index 86d76353..bfe00249 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplatespec-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplatespec-resource-v1alpha2.json @@ -2,11 +2,11 @@ "description": "ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim.", "properties": { "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "ObjectMeta may contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSpec", "description": "Spec for the ResourceClaim. The entire content is copied unchanged into the ResourceClaim that gets created from this template. The same fields as in a ResourceClaim are also valid here." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplatespec.json b/helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplatespec.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplatespec.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplatespec.json index 86d76353..bfe00249 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclaimtemplatespec.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclaimtemplatespec.json @@ -2,11 +2,11 @@ "description": "ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim.", "properties": { "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "ObjectMeta may contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClaimSpec", "description": "Spec for the ResourceClaim. The entire content is copied unchanged into the ResourceClaim that gets created from this template. The same fields as in a ResourceClaim are also valid here." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclass-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclass-resource-v1alpha2.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/resourceclass-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclass-resource-v1alpha2.json index 0dba9228..0a4ad2e3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclass-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclass-resource-v1alpha2.json @@ -29,15 +29,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata" }, "parametersRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClassParametersReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClassParametersReference", "description": "ParametersRef references an arbitrary separate object that may hold parameters that will be used by the driver when allocating a resource that uses this class. A dynamic resource driver can distinguish between parameters stored here and and those stored in ResourceClaimSpec." }, "suitableNodes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", "description": "Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet.\n\nSetting this field is optional. If null, all nodes are candidates." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclass.json b/helm-charts/nginx-ingress/v1.28.0/resourceclass.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/resourceclass.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclass.json index 5adc3d6f..86705134 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclass.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclass.json @@ -26,15 +26,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata" }, "parametersRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClassParametersReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClassParametersReference", "description": "ParametersRef references an arbitrary separate object that may hold parameters that will be used by the driver when allocating a resource that uses this class. A dynamic resource driver can distinguish between parameters stored here and and those stored in ResourceClaimSpec." }, "suitableNodes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", "description": "Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet.\n\nSetting this field is optional. If null, all nodes are candidates." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclasslist-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclasslist-resource-v1alpha2.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/resourceclasslist-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclasslist-resource-v1alpha2.json index 63bc73ff..4713982b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclasslist-resource-v1alpha2.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclasslist-resource-v1alpha2.json @@ -14,7 +14,7 @@ "items": { "description": "Items is the list of resource classes.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClass" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClass" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclasslist.json b/helm-charts/nginx-ingress/v1.28.0/resourceclasslist.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/resourceclasslist.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclasslist.json index a3d0b1fd..41c26f95 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourceclasslist.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourceclasslist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is the list of resource classes.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClass" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceClass" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclassparametersreference-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourceclassparametersreference-resource-v1alpha2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourceclassparametersreference-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclassparametersreference-resource-v1alpha2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourceclassparametersreference.json b/helm-charts/nginx-ingress/v1.28.0/resourceclassparametersreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourceclassparametersreference.json rename to helm-charts/nginx-ingress/v1.28.0/resourceclassparametersreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcefieldselector-v1.json b/helm-charts/nginx-ingress/v1.28.0/resourcefieldselector-v1.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/resourcefieldselector-v1.json rename to helm-charts/nginx-ingress/v1.28.0/resourcefieldselector-v1.json index 1787f40a..5dc1faac 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcefieldselector-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcefieldselector-v1.json @@ -9,7 +9,7 @@ ] }, "divisor": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "Specifies the output format of the exposed resources, defaults to \"1\"" }, "resource": { diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcefieldselector.json b/helm-charts/nginx-ingress/v1.28.0/resourcefieldselector.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/resourcefieldselector.json rename to helm-charts/nginx-ingress/v1.28.0/resourcefieldselector.json index 1787f40a..5dc1faac 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcefieldselector.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcefieldselector.json @@ -9,7 +9,7 @@ ] }, "divisor": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity", "description": "Specifies the output format of the exposed resources, defaults to \"1\"" }, "resource": { diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcehandle-resource-v1alpha2.json b/helm-charts/nginx-ingress/v1.28.0/resourcehandle-resource-v1alpha2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourcehandle-resource-v1alpha2.json rename to helm-charts/nginx-ingress/v1.28.0/resourcehandle-resource-v1alpha2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcehandle.json b/helm-charts/nginx-ingress/v1.28.0/resourcehandle.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourcehandle.json rename to helm-charts/nginx-ingress/v1.28.0/resourcehandle.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcemetricsource-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/resourcemetricsource-autoscaling-v2.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/resourcemetricsource-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/resourcemetricsource-autoscaling-v2.json index d49d4437..1ff6f098 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcemetricsource-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcemetricsource-autoscaling-v2.json @@ -9,7 +9,7 @@ ] }, "target": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", "description": "target specifies the target value for the given metric" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcemetricsource.json b/helm-charts/nginx-ingress/v1.28.0/resourcemetricsource.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/resourcemetricsource.json rename to helm-charts/nginx-ingress/v1.28.0/resourcemetricsource.json index d49d4437..1ff6f098 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcemetricsource.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcemetricsource.json @@ -9,7 +9,7 @@ ] }, "target": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricTarget", "description": "target specifies the target value for the given metric" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcemetricstatus-autoscaling-v2.json b/helm-charts/nginx-ingress/v1.28.0/resourcemetricstatus-autoscaling-v2.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/resourcemetricstatus-autoscaling-v2.json rename to helm-charts/nginx-ingress/v1.28.0/resourcemetricstatus-autoscaling-v2.json index 7ea5bb65..629d02d2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcemetricstatus-autoscaling-v2.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcemetricstatus-autoscaling-v2.json @@ -2,7 +2,7 @@ "description": "ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source.", "properties": { "current": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", "description": "current contains the current value for the given metric" }, "name": { diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcemetricstatus.json b/helm-charts/nginx-ingress/v1.28.0/resourcemetricstatus.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/resourcemetricstatus.json rename to helm-charts/nginx-ingress/v1.28.0/resourcemetricstatus.json index 7ea5bb65..629d02d2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcemetricstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcemetricstatus.json @@ -2,7 +2,7 @@ "description": "ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source.", "properties": { "current": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus", "description": "current contains the current value for the given metric" }, "name": { diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcepolicyrule-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/resourcepolicyrule-flowcontrol-v1beta2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourcepolicyrule-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/resourcepolicyrule-flowcontrol-v1beta2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcepolicyrule-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/resourcepolicyrule-flowcontrol-v1beta3.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourcepolicyrule-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/resourcepolicyrule-flowcontrol-v1beta3.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcepolicyrule.json b/helm-charts/nginx-ingress/v1.28.0/resourcepolicyrule.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourcepolicyrule.json rename to helm-charts/nginx-ingress/v1.28.0/resourcepolicyrule.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcequota-v1.json b/helm-charts/nginx-ingress/v1.28.0/resourcequota-v1.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/resourcequota-v1.json rename to helm-charts/nginx-ingress/v1.28.0/resourcequota-v1.json index 47470748..3d0ed909 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcequota-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcequota-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaSpec", "description": "Spec defines the desired quota. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaStatus", "description": "Status defines the actual enforced quota and its current usage. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcequota.json b/helm-charts/nginx-ingress/v1.28.0/resourcequota.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/resourcequota.json rename to helm-charts/nginx-ingress/v1.28.0/resourcequota.json index d1624a44..76ee8567 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcequota.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcequota.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaSpec", "description": "Spec defines the desired quota. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuotaStatus", "description": "Status defines the actual enforced quota and its current usage. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcequotalist-v1.json b/helm-charts/nginx-ingress/v1.28.0/resourcequotalist-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/resourcequotalist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/resourcequotalist-v1.json index 3444346a..e664a1f6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcequotalist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcequotalist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuota" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuota" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcequotalist.json b/helm-charts/nginx-ingress/v1.28.0/resourcequotalist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/resourcequotalist.json rename to helm-charts/nginx-ingress/v1.28.0/resourcequotalist.json index bc721fb1..6971a458 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcequotalist.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcequotalist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuota" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceQuota" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcequotaspec-v1.json b/helm-charts/nginx-ingress/v1.28.0/resourcequotaspec-v1.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/resourcequotaspec-v1.json rename to helm-charts/nginx-ingress/v1.28.0/resourcequotaspec-v1.json index 8f6d95f1..bb587a8b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcequotaspec-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcequotaspec-v1.json @@ -3,7 +3,7 @@ "properties": { "hard": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", "type": [ @@ -12,7 +12,7 @@ ] }, "scopeSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScopeSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ScopeSelector", "description": "scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched." }, "scopes": { diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcequotaspec.json b/helm-charts/nginx-ingress/v1.28.0/resourcequotaspec.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/resourcequotaspec.json rename to helm-charts/nginx-ingress/v1.28.0/resourcequotaspec.json index 8f6d95f1..bb587a8b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcequotaspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcequotaspec.json @@ -3,7 +3,7 @@ "properties": { "hard": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", "type": [ @@ -12,7 +12,7 @@ ] }, "scopeSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScopeSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ScopeSelector", "description": "scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched." }, "scopes": { diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcequotastatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/resourcequotastatus-v1.json similarity index 66% rename from helm-charts/nginx-ingress/v1.27.4/resourcequotastatus-v1.json rename to helm-charts/nginx-ingress/v1.28.0/resourcequotastatus-v1.json index c5c8faa9..4e01973a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcequotastatus-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcequotastatus-v1.json @@ -3,7 +3,7 @@ "properties": { "hard": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", "type": [ @@ -13,7 +13,7 @@ }, "used": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Used is the current observed total usage of the resource in the namespace.", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcequotastatus.json b/helm-charts/nginx-ingress/v1.28.0/resourcequotastatus.json similarity index 66% rename from helm-charts/nginx-ingress/v1.27.4/resourcequotastatus.json rename to helm-charts/nginx-ingress/v1.28.0/resourcequotastatus.json index c5c8faa9..4e01973a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcequotastatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcequotastatus.json @@ -3,7 +3,7 @@ "properties": { "hard": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/", "type": [ @@ -13,7 +13,7 @@ }, "used": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Used is the current observed total usage of the resource in the namespace.", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcerequirements-v1.json b/helm-charts/nginx-ingress/v1.28.0/resourcerequirements-v1.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/resourcerequirements-v1.json rename to helm-charts/nginx-ingress/v1.28.0/resourcerequirements-v1.json index 131d051f..6176cce2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcerequirements-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcerequirements-v1.json @@ -4,7 +4,7 @@ "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceClaim" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceClaim" }, "type": [ "array", @@ -17,7 +17,7 @@ }, "limits": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": [ @@ -27,7 +27,7 @@ }, "requests": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcerequirements.json b/helm-charts/nginx-ingress/v1.28.0/resourcerequirements.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/resourcerequirements.json rename to helm-charts/nginx-ingress/v1.28.0/resourcerequirements.json index 131d051f..6176cce2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/resourcerequirements.json +++ b/helm-charts/nginx-ingress/v1.28.0/resourcerequirements.json @@ -4,7 +4,7 @@ "claims": { "description": "Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container.\n\nThis is an alpha field and requires enabling the DynamicResourceAllocation feature gate.\n\nThis field is immutable. It can only be set for containers.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ResourceClaim" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceClaim" }, "type": [ "array", @@ -17,7 +17,7 @@ }, "limits": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": [ @@ -27,7 +27,7 @@ }, "requests": { "additionalProperties": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcerule-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/resourcerule-authorization-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourcerule-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/resourcerule-authorization-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/resourcerule.json b/helm-charts/nginx-ingress/v1.28.0/resourcerule.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/resourcerule.json rename to helm-charts/nginx-ingress/v1.28.0/resourcerule.json diff --git a/helm-charts/nginx-ingress/v1.27.4/role-rbac-v1.json b/helm-charts/nginx-ingress/v1.28.0/role-rbac-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/role-rbac-v1.json rename to helm-charts/nginx-ingress/v1.28.0/role-rbac-v1.json index 35fb00b1..352fa5cc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/role-rbac-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/role-rbac-v1.json @@ -22,13 +22,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata." }, "rules": { "description": "Rules holds all the PolicyRules for this Role", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.PolicyRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.PolicyRule" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/role.json b/helm-charts/nginx-ingress/v1.28.0/role.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/role.json rename to helm-charts/nginx-ingress/v1.28.0/role.json index a49177b3..6feaf4b6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/role.json +++ b/helm-charts/nginx-ingress/v1.28.0/role.json @@ -19,13 +19,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata." }, "rules": { "description": "Rules holds all the PolicyRules for this Role", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.PolicyRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.PolicyRule" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/rolebinding-rbac-v1.json b/helm-charts/nginx-ingress/v1.28.0/rolebinding-rbac-v1.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/rolebinding-rbac-v1.json rename to helm-charts/nginx-ingress/v1.28.0/rolebinding-rbac-v1.json index 6d16acf0..3d9772c0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rolebinding-rbac-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/rolebinding-rbac-v1.json @@ -22,17 +22,17 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata." }, "roleRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleRef", - "description": "RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error." + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleRef", + "description": "RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. This field is immutable." }, "subjects": { "description": "Subjects holds references to the objects the role applies to.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.Subject" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.Subject" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/rolebinding.json b/helm-charts/nginx-ingress/v1.28.0/rolebinding.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/rolebinding.json rename to helm-charts/nginx-ingress/v1.28.0/rolebinding.json index ec6a6fdb..e6599439 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rolebinding.json +++ b/helm-charts/nginx-ingress/v1.28.0/rolebinding.json @@ -19,17 +19,17 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata." }, "roleRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleRef", - "description": "RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error." + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleRef", + "description": "RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. This field is immutable." }, "subjects": { "description": "Subjects holds references to the objects the role applies to.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.Subject" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.Subject" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/rolebindinglist-rbac-v1.json b/helm-charts/nginx-ingress/v1.28.0/rolebindinglist-rbac-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/rolebindinglist-rbac-v1.json rename to helm-charts/nginx-ingress/v1.28.0/rolebindinglist-rbac-v1.json index 8a74f1b4..22a32d26 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rolebindinglist-rbac-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/rolebindinglist-rbac-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is a list of RoleBindings", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleBinding" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleBinding" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/rolebindinglist.json b/helm-charts/nginx-ingress/v1.28.0/rolebindinglist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/rolebindinglist.json rename to helm-charts/nginx-ingress/v1.28.0/rolebindinglist.json index 7b45ff38..015c3a87 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rolebindinglist.json +++ b/helm-charts/nginx-ingress/v1.28.0/rolebindinglist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is a list of RoleBindings", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleBinding" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.RoleBinding" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/rolelist-rbac-v1.json b/helm-charts/nginx-ingress/v1.28.0/rolelist-rbac-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/rolelist-rbac-v1.json rename to helm-charts/nginx-ingress/v1.28.0/rolelist-rbac-v1.json index 43322162..c4058b50 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rolelist-rbac-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/rolelist-rbac-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is a list of Roles", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.Role" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.Role" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/rolelist.json b/helm-charts/nginx-ingress/v1.28.0/rolelist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/rolelist.json rename to helm-charts/nginx-ingress/v1.28.0/rolelist.json index 12b5b6c2..461a3909 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rolelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/rolelist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is a list of Roles", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.rbac.v1.Role" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.rbac.v1.Role" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard object's metadata." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/roleref-rbac-v1.json b/helm-charts/nginx-ingress/v1.28.0/roleref-rbac-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/roleref-rbac-v1.json rename to helm-charts/nginx-ingress/v1.28.0/roleref-rbac-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/roleref.json b/helm-charts/nginx-ingress/v1.28.0/roleref.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/roleref.json rename to helm-charts/nginx-ingress/v1.28.0/roleref.json diff --git a/helm-charts/nginx-ingress/v1.27.4/rollingupdatedaemonset-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/rollingupdatedaemonset-apps-v1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/rollingupdatedaemonset-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/rollingupdatedaemonset-apps-v1.json index 4023a854..130bdb7a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rollingupdatedaemonset-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/rollingupdatedaemonset-apps-v1.json @@ -2,11 +2,11 @@ "description": "Spec to control the desired behavior of daemon set rolling update.", "properties": { "maxSurge": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption." }, "maxUnavailable": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/rollingupdatedaemonset.json b/helm-charts/nginx-ingress/v1.28.0/rollingupdatedaemonset.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/rollingupdatedaemonset.json rename to helm-charts/nginx-ingress/v1.28.0/rollingupdatedaemonset.json index 4023a854..130bdb7a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rollingupdatedaemonset.json +++ b/helm-charts/nginx-ingress/v1.28.0/rollingupdatedaemonset.json @@ -2,11 +2,11 @@ "description": "Spec to control the desired behavior of daemon set rolling update.", "properties": { "maxSurge": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption." }, "maxUnavailable": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/rollingupdatedeployment-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/rollingupdatedeployment-apps-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/rollingupdatedeployment-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/rollingupdatedeployment-apps-v1.json index b5366d2d..c3e001e6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rollingupdatedeployment-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/rollingupdatedeployment-apps-v1.json @@ -2,11 +2,11 @@ "description": "Spec to control the desired behavior of rolling update.", "properties": { "maxSurge": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods." }, "maxUnavailable": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/rollingupdatedeployment.json b/helm-charts/nginx-ingress/v1.28.0/rollingupdatedeployment.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/rollingupdatedeployment.json rename to helm-charts/nginx-ingress/v1.28.0/rollingupdatedeployment.json index b5366d2d..c3e001e6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rollingupdatedeployment.json +++ b/helm-charts/nginx-ingress/v1.28.0/rollingupdatedeployment.json @@ -2,11 +2,11 @@ "description": "Spec to control the desired behavior of rolling update.", "properties": { "maxSurge": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods." }, "maxUnavailable": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/rollingupdatestatefulsetstrategy-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/rollingupdatestatefulsetstrategy-apps-v1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/rollingupdatestatefulsetstrategy-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/rollingupdatestatefulsetstrategy-apps-v1.json index 11e74295..3b5ea531 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rollingupdatestatefulsetstrategy-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/rollingupdatestatefulsetstrategy-apps-v1.json @@ -2,7 +2,7 @@ "description": "RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.", "properties": { "maxUnavailable": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable." }, "partition": { diff --git a/helm-charts/nginx-ingress/v1.27.4/rollingupdatestatefulsetstrategy.json b/helm-charts/nginx-ingress/v1.28.0/rollingupdatestatefulsetstrategy.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/rollingupdatestatefulsetstrategy.json rename to helm-charts/nginx-ingress/v1.28.0/rollingupdatestatefulsetstrategy.json index 11e74295..3b5ea531 100644 --- a/helm-charts/nginx-ingress/v1.27.4/rollingupdatestatefulsetstrategy.json +++ b/helm-charts/nginx-ingress/v1.28.0/rollingupdatestatefulsetstrategy.json @@ -2,7 +2,7 @@ "description": "RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.", "properties": { "maxUnavailable": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable." }, "partition": { diff --git a/helm-charts/nginx-ingress/v1.27.4/rulewithoperations-admissionregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/rulewithoperations-admissionregistration-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/rulewithoperations-admissionregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/rulewithoperations-admissionregistration-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/rulewithoperations.json b/helm-charts/nginx-ingress/v1.28.0/rulewithoperations.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/rulewithoperations.json rename to helm-charts/nginx-ingress/v1.28.0/rulewithoperations.json diff --git a/helm-charts/nginx-ingress/v1.27.4/runtimeclass-node-v1.json b/helm-charts/nginx-ingress/v1.28.0/runtimeclass-node-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/runtimeclass-node-v1.json rename to helm-charts/nginx-ingress/v1.28.0/runtimeclass-node-v1.json index 9e37ca62..56f0197a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/runtimeclass-node-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/runtimeclass-node-v1.json @@ -29,15 +29,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "overhead": { - "$ref": "_definitions.json#/definitions/io.k8s.api.node.v1.Overhead", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.node.v1.Overhead", "description": "overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see\n https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/" }, "scheduling": { - "$ref": "_definitions.json#/definitions/io.k8s.api.node.v1.Scheduling", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.node.v1.Scheduling", "description": "scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/runtimeclass.json b/helm-charts/nginx-ingress/v1.28.0/runtimeclass.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/runtimeclass.json rename to helm-charts/nginx-ingress/v1.28.0/runtimeclass.json index 9704b4e3..15b39d9c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/runtimeclass.json +++ b/helm-charts/nginx-ingress/v1.28.0/runtimeclass.json @@ -26,15 +26,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "overhead": { - "$ref": "_definitions.json#/definitions/io.k8s.api.node.v1.Overhead", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.node.v1.Overhead", "description": "overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see\n https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/" }, "scheduling": { - "$ref": "_definitions.json#/definitions/io.k8s.api.node.v1.Scheduling", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.node.v1.Scheduling", "description": "scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/runtimeclasslist-node-v1.json b/helm-charts/nginx-ingress/v1.28.0/runtimeclasslist-node-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/runtimeclasslist-node-v1.json rename to helm-charts/nginx-ingress/v1.28.0/runtimeclasslist-node-v1.json index 33d260af..e5a32e08 100644 --- a/helm-charts/nginx-ingress/v1.27.4/runtimeclasslist-node-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/runtimeclasslist-node-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is a list of schema objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.node.v1.RuntimeClass" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.node.v1.RuntimeClass" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/runtimeclasslist.json b/helm-charts/nginx-ingress/v1.28.0/runtimeclasslist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/runtimeclasslist.json rename to helm-charts/nginx-ingress/v1.28.0/runtimeclasslist.json index c8e4338c..9b47d20e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/runtimeclasslist.json +++ b/helm-charts/nginx-ingress/v1.28.0/runtimeclasslist.json @@ -11,7 +11,7 @@ "items": { "description": "items is a list of schema objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.node.v1.RuntimeClass" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.node.v1.RuntimeClass" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/scale-autoscaling-v1.json b/helm-charts/nginx-ingress/v1.28.0/scale-autoscaling-v1.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/scale-autoscaling-v1.json rename to helm-charts/nginx-ingress/v1.28.0/scale-autoscaling-v1.json index 6909b3da..8fe5a820 100644 --- a/helm-charts/nginx-ingress/v1.27.4/scale-autoscaling-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/scale-autoscaling-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.ScaleSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.ScaleSpec", "description": "spec defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.ScaleStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.ScaleStatus", "description": "status is the current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/scale.json b/helm-charts/nginx-ingress/v1.28.0/scale.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/scale.json rename to helm-charts/nginx-ingress/v1.28.0/scale.json index cd72b656..e5c659a9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/scale.json +++ b/helm-charts/nginx-ingress/v1.28.0/scale.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.ScaleSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.ScaleSpec", "description": "spec defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v1.ScaleStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.autoscaling.v1.ScaleStatus", "description": "status is the current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/scaleiopersistentvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/scaleiopersistentvolumesource-v1.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/scaleiopersistentvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/scaleiopersistentvolumesource-v1.json index be36d341..9ea3f995 100644 --- a/helm-charts/nginx-ingress/v1.27.4/scaleiopersistentvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/scaleiopersistentvolumesource-v1.json @@ -30,7 +30,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail." }, "sslEnabled": { diff --git a/helm-charts/nginx-ingress/v1.27.4/scaleiopersistentvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/scaleiopersistentvolumesource.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/scaleiopersistentvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/scaleiopersistentvolumesource.json index be36d341..9ea3f995 100644 --- a/helm-charts/nginx-ingress/v1.27.4/scaleiopersistentvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/scaleiopersistentvolumesource.json @@ -30,7 +30,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretReference", "description": "secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail." }, "sslEnabled": { diff --git a/helm-charts/nginx-ingress/v1.27.4/scaleiovolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/scaleiovolumesource-v1.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/scaleiovolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/scaleiovolumesource-v1.json index a3a214d3..24f7574c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/scaleiovolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/scaleiovolumesource-v1.json @@ -30,7 +30,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail." }, "sslEnabled": { diff --git a/helm-charts/nginx-ingress/v1.27.4/scaleiovolumesource.json b/helm-charts/nginx-ingress/v1.28.0/scaleiovolumesource.json similarity index 93% rename from helm-charts/nginx-ingress/v1.27.4/scaleiovolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/scaleiovolumesource.json index a3a214d3..24f7574c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/scaleiovolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/scaleiovolumesource.json @@ -30,7 +30,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail." }, "sslEnabled": { diff --git a/helm-charts/nginx-ingress/v1.27.4/scalespec-autoscaling-v1.json b/helm-charts/nginx-ingress/v1.28.0/scalespec-autoscaling-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/scalespec-autoscaling-v1.json rename to helm-charts/nginx-ingress/v1.28.0/scalespec-autoscaling-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/scalespec.json b/helm-charts/nginx-ingress/v1.28.0/scalespec.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/scalespec.json rename to helm-charts/nginx-ingress/v1.28.0/scalespec.json diff --git a/helm-charts/nginx-ingress/v1.27.4/scalestatus-autoscaling-v1.json b/helm-charts/nginx-ingress/v1.28.0/scalestatus-autoscaling-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/scalestatus-autoscaling-v1.json rename to helm-charts/nginx-ingress/v1.28.0/scalestatus-autoscaling-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/scalestatus.json b/helm-charts/nginx-ingress/v1.28.0/scalestatus.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/scalestatus.json rename to helm-charts/nginx-ingress/v1.28.0/scalestatus.json diff --git a/helm-charts/nginx-ingress/v1.27.4/scheduling-node-v1.json b/helm-charts/nginx-ingress/v1.28.0/scheduling-node-v1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/scheduling-node-v1.json rename to helm-charts/nginx-ingress/v1.28.0/scheduling-node-v1.json index 22fa867a..9f94b7d8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/scheduling-node-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/scheduling-node-v1.json @@ -18,7 +18,7 @@ "tolerations": { "description": "tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/scheduling.json b/helm-charts/nginx-ingress/v1.28.0/scheduling.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/scheduling.json rename to helm-charts/nginx-ingress/v1.28.0/scheduling.json index 22fa867a..9f94b7d8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/scheduling.json +++ b/helm-charts/nginx-ingress/v1.28.0/scheduling.json @@ -18,7 +18,7 @@ "tolerations": { "description": "tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/scopedresourceselectorrequirement-v1.json b/helm-charts/nginx-ingress/v1.28.0/scopedresourceselectorrequirement-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/scopedresourceselectorrequirement-v1.json rename to helm-charts/nginx-ingress/v1.28.0/scopedresourceselectorrequirement-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/scopedresourceselectorrequirement.json b/helm-charts/nginx-ingress/v1.28.0/scopedresourceselectorrequirement.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/scopedresourceselectorrequirement.json rename to helm-charts/nginx-ingress/v1.28.0/scopedresourceselectorrequirement.json diff --git a/helm-charts/nginx-ingress/v1.27.4/scopeselector-v1.json b/helm-charts/nginx-ingress/v1.28.0/scopeselector-v1.json similarity index 72% rename from helm-charts/nginx-ingress/v1.27.4/scopeselector-v1.json rename to helm-charts/nginx-ingress/v1.28.0/scopeselector-v1.json index bad236c1..e4d02f7d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/scopeselector-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/scopeselector-v1.json @@ -4,7 +4,7 @@ "matchExpressions": { "description": "A list of scope selector requirements by scope of the resources.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScopedResourceSelectorRequirement" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ScopedResourceSelectorRequirement" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/scopeselector.json b/helm-charts/nginx-ingress/v1.28.0/scopeselector.json similarity index 72% rename from helm-charts/nginx-ingress/v1.27.4/scopeselector.json rename to helm-charts/nginx-ingress/v1.28.0/scopeselector.json index bad236c1..e4d02f7d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/scopeselector.json +++ b/helm-charts/nginx-ingress/v1.28.0/scopeselector.json @@ -4,7 +4,7 @@ "matchExpressions": { "description": "A list of scope selector requirements by scope of the resources.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScopedResourceSelectorRequirement" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ScopedResourceSelectorRequirement" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/seccompprofile-v1.json b/helm-charts/nginx-ingress/v1.28.0/seccompprofile-v1.json similarity index 88% rename from helm-charts/nginx-ingress/v1.27.4/seccompprofile-v1.json rename to helm-charts/nginx-ingress/v1.28.0/seccompprofile-v1.json index 4a12b765..dc799467 100644 --- a/helm-charts/nginx-ingress/v1.27.4/seccompprofile-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/seccompprofile-v1.json @@ -2,7 +2,7 @@ "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { - "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is \"Localhost\".", + "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": [ "string", "null" diff --git a/helm-charts/nginx-ingress/v1.27.4/seccompprofile.json b/helm-charts/nginx-ingress/v1.28.0/seccompprofile.json similarity index 88% rename from helm-charts/nginx-ingress/v1.27.4/seccompprofile.json rename to helm-charts/nginx-ingress/v1.28.0/seccompprofile.json index 4a12b765..dc799467 100644 --- a/helm-charts/nginx-ingress/v1.27.4/seccompprofile.json +++ b/helm-charts/nginx-ingress/v1.28.0/seccompprofile.json @@ -2,7 +2,7 @@ "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.", "properties": { "localhostProfile": { - "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is \"Localhost\".", + "description": "localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is \"Localhost\". Must NOT be set for any other type.", "type": [ "string", "null" diff --git a/helm-charts/nginx-ingress/v1.27.4/secret-v1.json b/helm-charts/nginx-ingress/v1.28.0/secret-v1.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/secret-v1.json rename to helm-charts/nginx-ingress/v1.28.0/secret-v1.json index 664be8d2..c23beda8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/secret-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/secret-v1.json @@ -43,7 +43,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "stringData": { diff --git a/helm-charts/nginx-ingress/v1.27.4/secret.json b/helm-charts/nginx-ingress/v1.28.0/secret.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/secret.json rename to helm-charts/nginx-ingress/v1.28.0/secret.json index 5f9ca407..4bb79e2c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/secret.json +++ b/helm-charts/nginx-ingress/v1.28.0/secret.json @@ -40,7 +40,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "stringData": { diff --git a/helm-charts/nginx-ingress/v1.27.4/secretenvsource-v1.json b/helm-charts/nginx-ingress/v1.28.0/secretenvsource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/secretenvsource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/secretenvsource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/secretenvsource.json b/helm-charts/nginx-ingress/v1.28.0/secretenvsource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/secretenvsource.json rename to helm-charts/nginx-ingress/v1.28.0/secretenvsource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/secretkeyselector-v1.json b/helm-charts/nginx-ingress/v1.28.0/secretkeyselector-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/secretkeyselector-v1.json rename to helm-charts/nginx-ingress/v1.28.0/secretkeyselector-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/secretkeyselector.json b/helm-charts/nginx-ingress/v1.28.0/secretkeyselector.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/secretkeyselector.json rename to helm-charts/nginx-ingress/v1.28.0/secretkeyselector.json diff --git a/helm-charts/nginx-ingress/v1.27.4/secretlist-v1.json b/helm-charts/nginx-ingress/v1.28.0/secretlist-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/secretlist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/secretlist-v1.json index ff75df11..12dd7879 100644 --- a/helm-charts/nginx-ingress/v1.27.4/secretlist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/secretlist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Secret" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Secret" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/secretlist.json b/helm-charts/nginx-ingress/v1.28.0/secretlist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/secretlist.json rename to helm-charts/nginx-ingress/v1.28.0/secretlist.json index 377ad762..29ad5f23 100644 --- a/helm-charts/nginx-ingress/v1.27.4/secretlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/secretlist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Secret" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Secret" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/secretprojection-v1.json b/helm-charts/nginx-ingress/v1.28.0/secretprojection-v1.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/secretprojection-v1.json rename to helm-charts/nginx-ingress/v1.28.0/secretprojection-v1.json index 53abd2f1..7812d527 100644 --- a/helm-charts/nginx-ingress/v1.27.4/secretprojection-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/secretprojection-v1.json @@ -4,7 +4,7 @@ "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/secretprojection.json b/helm-charts/nginx-ingress/v1.28.0/secretprojection.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/secretprojection.json rename to helm-charts/nginx-ingress/v1.28.0/secretprojection.json index 53abd2f1..7812d527 100644 --- a/helm-charts/nginx-ingress/v1.27.4/secretprojection.json +++ b/helm-charts/nginx-ingress/v1.28.0/secretprojection.json @@ -4,7 +4,7 @@ "items": { "description": "items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/secretreference-v1.json b/helm-charts/nginx-ingress/v1.28.0/secretreference-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/secretreference-v1.json rename to helm-charts/nginx-ingress/v1.28.0/secretreference-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/secretreference.json b/helm-charts/nginx-ingress/v1.28.0/secretreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/secretreference.json rename to helm-charts/nginx-ingress/v1.28.0/secretreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/secretvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/secretvolumesource-v1.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/secretvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/secretvolumesource-v1.json index 72f78a4b..18b3a16b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/secretvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/secretvolumesource-v1.json @@ -12,7 +12,7 @@ "items": { "description": "items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/secretvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/secretvolumesource.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/secretvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/secretvolumesource.json index 72f78a4b..18b3a16b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/secretvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/secretvolumesource.json @@ -12,7 +12,7 @@ "items": { "description": "items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.KeyToPath" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/securitycontext-v1.json b/helm-charts/nginx-ingress/v1.28.0/securitycontext-v1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/securitycontext-v1.json rename to helm-charts/nginx-ingress/v1.28.0/securitycontext-v1.json index bcb73070..8df7f370 100644 --- a/helm-charts/nginx-ingress/v1.27.4/securitycontext-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/securitycontext-v1.json @@ -9,7 +9,7 @@ ] }, "capabilities": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Capabilities", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Capabilities", "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows." }, "privileged": { @@ -57,15 +57,15 @@ ] }, "seLinuxOptions": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SELinuxOptions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SELinuxOptions", "description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows." }, "seccompProfile": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SeccompProfile", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SeccompProfile", "description": "The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows." }, "windowsOptions": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions", "description": "The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/securitycontext.json b/helm-charts/nginx-ingress/v1.28.0/securitycontext.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/securitycontext.json rename to helm-charts/nginx-ingress/v1.28.0/securitycontext.json index bcb73070..8df7f370 100644 --- a/helm-charts/nginx-ingress/v1.27.4/securitycontext.json +++ b/helm-charts/nginx-ingress/v1.28.0/securitycontext.json @@ -9,7 +9,7 @@ ] }, "capabilities": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Capabilities", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Capabilities", "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows." }, "privileged": { @@ -57,15 +57,15 @@ ] }, "seLinuxOptions": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SELinuxOptions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SELinuxOptions", "description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows." }, "seccompProfile": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SeccompProfile", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SeccompProfile", "description": "The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows." }, "windowsOptions": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions", "description": "The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectaccessreview-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectaccessreview-authorization-v1.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectaccessreview-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectaccessreview-authorization-v1.json index 6bfa3a23..93b1e408 100644 --- a/helm-charts/nginx-ingress/v1.27.4/selfsubjectaccessreview-authorization-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectaccessreview-authorization-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec", "description": "Spec holds information about the request being evaluated. user and groups must be empty" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", "description": "Status is filled in by the server and indicates whether the request is allowed or not" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectaccessreview.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectaccessreview.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectaccessreview.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectaccessreview.json index 7ce4ed2c..b29d1650 100644 --- a/helm-charts/nginx-ingress/v1.27.4/selfsubjectaccessreview.json +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectaccessreview.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec", "description": "Spec holds information about the request being evaluated. user and groups must be empty" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", "description": "Status is filled in by the server and indicates whether the request is allowed or not" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectaccessreviewspec-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectaccessreviewspec-authorization-v1.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectaccessreviewspec-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectaccessreviewspec-authorization-v1.json index cd6906ad..49199f99 100644 --- a/helm-charts/nginx-ingress/v1.27.4/selfsubjectaccessreviewspec-authorization-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectaccessreviewspec-authorization-v1.json @@ -2,11 +2,11 @@ "description": "SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set", "properties": { "nonResourceAttributes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes", "description": "NonResourceAttributes describes information for a non-resource access request" }, "resourceAttributes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceAttributes", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceAttributes", "description": "ResourceAuthorizationAttributes describes information for a resource access request" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectaccessreviewspec.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectaccessreviewspec.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectaccessreviewspec.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectaccessreviewspec.json index cd6906ad..49199f99 100644 --- a/helm-charts/nginx-ingress/v1.27.4/selfsubjectaccessreviewspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectaccessreviewspec.json @@ -2,11 +2,11 @@ "description": "SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set", "properties": { "nonResourceAttributes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes", "description": "NonResourceAttributes describes information for a non-resource access request" }, "resourceAttributes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceAttributes", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceAttributes", "description": "ResourceAuthorizationAttributes describes information for a resource access request" } }, diff --git a/helm-charts/nginx-ingress/v1.28.0/selfsubjectreview-authentication-v1.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreview-authentication-v1.json new file mode 100644 index 00000000..03d0877a --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreview-authentication-v1.json @@ -0,0 +1,42 @@ +{ + "description": "SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase.", + "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", + "null" + ], + "enum": [ + "authentication.k8s.io/v1" + ] + }, + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + "type": [ + "string", + "null" + ], + "enum": [ + "SelfSubjectReview" + ] + }, + "metadata": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" + }, + "status": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.SelfSubjectReviewStatus", + "description": "Status is filled in by the server with the user attributes." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "authentication.k8s.io", + "kind": "SelfSubjectReview", + "version": "v1" + } + ], + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectreview-authentication-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreview-authentication-v1alpha1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectreview-authentication-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectreview-authentication-v1alpha1.json index caf99e62..3b10ee4d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/selfsubjectreview-authentication-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreview-authentication-v1alpha1.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1alpha1.SelfSubjectReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1alpha1.SelfSubjectReviewStatus", "description": "Status is filled in by the server with the user attributes." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectreview-authentication-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreview-authentication-v1beta1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectreview-authentication-v1beta1.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectreview-authentication-v1beta1.json index 2c0a57d7..444f68b8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/selfsubjectreview-authentication-v1beta1.json +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreview-authentication-v1beta1.json @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1beta1.SelfSubjectReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1beta1.SelfSubjectReviewStatus", "description": "Status is filled in by the server with the user attributes." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectreview.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreview.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectreview.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectreview.json index ca7218eb..0e5604b5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/selfsubjectreview.json +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreview.json @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1beta1.SelfSubjectReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1beta1.SelfSubjectReviewStatus", "description": "Status is filled in by the server with the user attributes." } }, diff --git a/helm-charts/nginx-ingress/v1.28.0/selfsubjectreviewstatus-authentication-v1.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreviewstatus-authentication-v1.json new file mode 100644 index 00000000..4dc92009 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreviewstatus-authentication-v1.json @@ -0,0 +1,11 @@ +{ + "description": "SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.", + "properties": { + "userInfo": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo", + "description": "User attributes of the user making this request." + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectreviewstatus-authentication-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreviewstatus-authentication-v1alpha1.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectreviewstatus-authentication-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectreviewstatus-authentication-v1alpha1.json index 387dbcc6..4dc92009 100644 --- a/helm-charts/nginx-ingress/v1.27.4/selfsubjectreviewstatus-authentication-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreviewstatus-authentication-v1alpha1.json @@ -2,7 +2,7 @@ "description": "SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.", "properties": { "userInfo": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo", "description": "User attributes of the user making this request." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectreviewstatus-authentication-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreviewstatus-authentication-v1beta1.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectreviewstatus-authentication-v1beta1.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectreviewstatus-authentication-v1beta1.json index 387dbcc6..4dc92009 100644 --- a/helm-charts/nginx-ingress/v1.27.4/selfsubjectreviewstatus-authentication-v1beta1.json +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreviewstatus-authentication-v1beta1.json @@ -2,7 +2,7 @@ "description": "SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.", "properties": { "userInfo": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo", "description": "User attributes of the user making this request." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectreviewstatus.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreviewstatus.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectreviewstatus.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectreviewstatus.json index 387dbcc6..4dc92009 100644 --- a/helm-charts/nginx-ingress/v1.27.4/selfsubjectreviewstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectreviewstatus.json @@ -2,7 +2,7 @@ "description": "SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.", "properties": { "userInfo": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo", "description": "User attributes of the user making this request." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectrulesreview-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectrulesreview-authorization-v1.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectrulesreview-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectrulesreview-authorization-v1.json index 5c97f87d..ecd15a84 100644 --- a/helm-charts/nginx-ingress/v1.27.4/selfsubjectrulesreview-authorization-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectrulesreview-authorization-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpec", "description": "Spec holds information about the request being evaluated." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectRulesReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectRulesReviewStatus", "description": "Status is filled in by the server and indicates the set of actions a user can perform." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectrulesreview.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectrulesreview.json similarity index 80% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectrulesreview.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectrulesreview.json index f03144d7..1de2b75d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/selfsubjectrulesreview.json +++ b/helm-charts/nginx-ingress/v1.28.0/selfsubjectrulesreview.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpec", "description": "Spec holds information about the request being evaluated." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectRulesReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectRulesReviewStatus", "description": "Status is filled in by the server and indicates the set of actions a user can perform." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectrulesreviewspec-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectrulesreviewspec-authorization-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectrulesreviewspec-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectrulesreviewspec-authorization-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/selfsubjectrulesreviewspec.json b/helm-charts/nginx-ingress/v1.28.0/selfsubjectrulesreviewspec.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/selfsubjectrulesreviewspec.json rename to helm-charts/nginx-ingress/v1.28.0/selfsubjectrulesreviewspec.json diff --git a/helm-charts/nginx-ingress/v1.27.4/selinuxoptions-v1.json b/helm-charts/nginx-ingress/v1.28.0/selinuxoptions-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/selinuxoptions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/selinuxoptions-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/selinuxoptions.json b/helm-charts/nginx-ingress/v1.28.0/selinuxoptions.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/selinuxoptions.json rename to helm-charts/nginx-ingress/v1.28.0/selinuxoptions.json diff --git a/helm-charts/nginx-ingress/v1.27.4/serveraddressbyclientcidr-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/serveraddressbyclientcidr-meta-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/serveraddressbyclientcidr-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/serveraddressbyclientcidr-meta-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/serveraddressbyclientcidr.json b/helm-charts/nginx-ingress/v1.28.0/serveraddressbyclientcidr.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/serveraddressbyclientcidr.json rename to helm-charts/nginx-ingress/v1.28.0/serveraddressbyclientcidr.json diff --git a/helm-charts/nginx-ingress/v1.27.4/serverstorageversion-apiserverinternal-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/serverstorageversion-apiserverinternal-v1alpha1.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/serverstorageversion-apiserverinternal-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/serverstorageversion-apiserverinternal-v1alpha1.json index e56c7dfc..af900497 100644 --- a/helm-charts/nginx-ingress/v1.27.4/serverstorageversion-apiserverinternal-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/serverstorageversion-apiserverinternal-v1alpha1.json @@ -28,6 +28,20 @@ "string", "null" ] + }, + "servedVersions": { + "description": "The API server can serve these versions. DecodableVersions must include all ServedVersions.", + "items": { + "type": [ + "string", + "null" + ] + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "set" } }, "type": "object", diff --git a/helm-charts/nginx-ingress/v1.27.4/serverstorageversion.json b/helm-charts/nginx-ingress/v1.28.0/serverstorageversion.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/serverstorageversion.json rename to helm-charts/nginx-ingress/v1.28.0/serverstorageversion.json index e56c7dfc..af900497 100644 --- a/helm-charts/nginx-ingress/v1.27.4/serverstorageversion.json +++ b/helm-charts/nginx-ingress/v1.28.0/serverstorageversion.json @@ -28,6 +28,20 @@ "string", "null" ] + }, + "servedVersions": { + "description": "The API server can serve these versions. DecodableVersions must include all ServedVersions.", + "items": { + "type": [ + "string", + "null" + ] + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "set" } }, "type": "object", diff --git a/helm-charts/nginx-ingress/v1.27.4/service-v1.json b/helm-charts/nginx-ingress/v1.28.0/service-v1.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/service-v1.json rename to helm-charts/nginx-ingress/v1.28.0/service-v1.json index 234411f5..38ef1892 100644 --- a/helm-charts/nginx-ingress/v1.27.4/service-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/service-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec", "description": "Spec defines the behavior of a service. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceStatus", "description": "Most recently observed status of the service. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/service.json b/helm-charts/nginx-ingress/v1.28.0/service.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/service.json rename to helm-charts/nginx-ingress/v1.28.0/service.json index 40d9c242..c0871bb7 100644 --- a/helm-charts/nginx-ingress/v1.27.4/service.json +++ b/helm-charts/nginx-ingress/v1.28.0/service.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec", "description": "Spec defines the behavior of a service. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceStatus", "description": "Most recently observed status of the service. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/serviceaccount-v1.json b/helm-charts/nginx-ingress/v1.28.0/serviceaccount-v1.json similarity index 86% rename from helm-charts/nginx-ingress/v1.27.4/serviceaccount-v1.json rename to helm-charts/nginx-ingress/v1.28.0/serviceaccount-v1.json index 06a08f14..34701074 100644 --- a/helm-charts/nginx-ingress/v1.27.4/serviceaccount-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/serviceaccount-v1.json @@ -21,7 +21,7 @@ "imagePullSecrets": { "description": "ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference" }, "type": [ "array", @@ -39,13 +39,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "secrets": { "description": "Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a \"kubernetes.io/enforce-mountable-secrets\" annotation set to \"true\". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/serviceaccount.json b/helm-charts/nginx-ingress/v1.28.0/serviceaccount.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/serviceaccount.json rename to helm-charts/nginx-ingress/v1.28.0/serviceaccount.json index a6d4e3ee..5f07f3ba 100644 --- a/helm-charts/nginx-ingress/v1.27.4/serviceaccount.json +++ b/helm-charts/nginx-ingress/v1.28.0/serviceaccount.json @@ -18,7 +18,7 @@ "imagePullSecrets": { "description": "ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference" }, "type": [ "array", @@ -36,13 +36,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "secrets": { "description": "Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a \"kubernetes.io/enforce-mountable-secrets\" annotation set to \"true\". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/serviceaccountlist-v1.json b/helm-charts/nginx-ingress/v1.28.0/serviceaccountlist-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/serviceaccountlist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/serviceaccountlist-v1.json index 8bcb8fd9..54b6933e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/serviceaccountlist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/serviceaccountlist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "List of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccount" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccount" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/serviceaccountlist.json b/helm-charts/nginx-ingress/v1.28.0/serviceaccountlist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/serviceaccountlist.json rename to helm-charts/nginx-ingress/v1.28.0/serviceaccountlist.json index 8cd8d5b9..b945bc27 100644 --- a/helm-charts/nginx-ingress/v1.27.4/serviceaccountlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/serviceaccountlist.json @@ -11,7 +11,7 @@ "items": { "description": "List of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccount" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccount" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/serviceaccountsubject-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/serviceaccountsubject-flowcontrol-v1beta2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/serviceaccountsubject-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/serviceaccountsubject-flowcontrol-v1beta2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/serviceaccountsubject-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/serviceaccountsubject-flowcontrol-v1beta3.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/serviceaccountsubject-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/serviceaccountsubject-flowcontrol-v1beta3.json diff --git a/helm-charts/nginx-ingress/v1.27.4/serviceaccountsubject.json b/helm-charts/nginx-ingress/v1.28.0/serviceaccountsubject.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/serviceaccountsubject.json rename to helm-charts/nginx-ingress/v1.28.0/serviceaccountsubject.json diff --git a/helm-charts/nginx-ingress/v1.27.4/serviceaccounttokenprojection-v1.json b/helm-charts/nginx-ingress/v1.28.0/serviceaccounttokenprojection-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/serviceaccounttokenprojection-v1.json rename to helm-charts/nginx-ingress/v1.28.0/serviceaccounttokenprojection-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/serviceaccounttokenprojection.json b/helm-charts/nginx-ingress/v1.28.0/serviceaccounttokenprojection.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/serviceaccounttokenprojection.json rename to helm-charts/nginx-ingress/v1.28.0/serviceaccounttokenprojection.json diff --git a/helm-charts/nginx-ingress/v1.27.4/servicebackendport-networking-v1.json b/helm-charts/nginx-ingress/v1.28.0/servicebackendport-networking-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/servicebackendport-networking-v1.json rename to helm-charts/nginx-ingress/v1.28.0/servicebackendport-networking-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/servicebackendport.json b/helm-charts/nginx-ingress/v1.28.0/servicebackendport.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/servicebackendport.json rename to helm-charts/nginx-ingress/v1.28.0/servicebackendport.json diff --git a/helm-charts/nginx-ingress/v1.27.4/servicelist-v1.json b/helm-charts/nginx-ingress/v1.28.0/servicelist-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/servicelist-v1.json rename to helm-charts/nginx-ingress/v1.28.0/servicelist-v1.json index 5a6cd25e..a2feca4f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/servicelist-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/servicelist-v1.json @@ -14,7 +14,7 @@ "items": { "description": "List of services", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Service" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Service" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/servicelist.json b/helm-charts/nginx-ingress/v1.28.0/servicelist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/servicelist.json rename to helm-charts/nginx-ingress/v1.28.0/servicelist.json index 57f27518..64bf97a9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/servicelist.json +++ b/helm-charts/nginx-ingress/v1.28.0/servicelist.json @@ -11,7 +11,7 @@ "items": { "description": "List of services", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.Service" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Service" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/serviceport-v1.json b/helm-charts/nginx-ingress/v1.28.0/serviceport-v1.json similarity index 71% rename from helm-charts/nginx-ingress/v1.27.4/serviceport-v1.json rename to helm-charts/nginx-ingress/v1.28.0/serviceport-v1.json index ee86e881..6bce0c9e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/serviceport-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/serviceport-v1.json @@ -2,7 +2,7 @@ "description": "ServicePort contains information on service's port.", "properties": { "appProtocol": { - "description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol.", + "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", "type": [ "string", "null" @@ -39,7 +39,7 @@ ] }, "targetPort": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/serviceport.json b/helm-charts/nginx-ingress/v1.28.0/serviceport.json similarity index 71% rename from helm-charts/nginx-ingress/v1.27.4/serviceport.json rename to helm-charts/nginx-ingress/v1.28.0/serviceport.json index ee86e881..6bce0c9e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/serviceport.json +++ b/helm-charts/nginx-ingress/v1.28.0/serviceport.json @@ -2,7 +2,7 @@ "description": "ServicePort contains information on service's port.", "properties": { "appProtocol": { - "description": "The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol.", + "description": "The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either:\n\n* Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names).\n\n* Kubernetes-defined prefixed names:\n * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540\n * 'kubernetes.io/ws' - WebSocket over cleartext as described in https://www.rfc-editor.org/rfc/rfc6455\n * 'kubernetes.io/wss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455\n\n* Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.", "type": [ "string", "null" @@ -39,7 +39,7 @@ ] }, "targetPort": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/servicereference-admissionregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/servicereference-admissionregistration-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/servicereference-admissionregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/servicereference-admissionregistration-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/servicereference-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/servicereference-apiextensions-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/servicereference-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/servicereference-apiextensions-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/servicereference-apiregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/servicereference-apiregistration-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/servicereference-apiregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/servicereference-apiregistration-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/servicereference.json b/helm-charts/nginx-ingress/v1.28.0/servicereference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/servicereference.json rename to helm-charts/nginx-ingress/v1.28.0/servicereference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/servicespec-v1.json b/helm-charts/nginx-ingress/v1.28.0/servicespec-v1.json similarity index 96% rename from helm-charts/nginx-ingress/v1.27.4/servicespec-v1.json rename to helm-charts/nginx-ingress/v1.28.0/servicespec-v1.json index 46207c9d..91fbbaab 100644 --- a/helm-charts/nginx-ingress/v1.27.4/servicespec-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/servicespec-v1.json @@ -100,7 +100,7 @@ ] }, "loadBalancerIP": { - "description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations, and it cannot support dual-stack. As of Kubernetes v1.24, users are encouraged to use implementation-specific annotations when available. This field may be removed in a future API version.", + "description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations. Using it is non-portable and it may not support dual-stack. Users are encouraged to use implementation-specific annotations when available.", "type": [ "string", "null" @@ -122,7 +122,7 @@ "ports": { "description": "The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServicePort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServicePort" }, "type": [ "array", @@ -165,7 +165,7 @@ ] }, "sessionAffinityConfig": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SessionAffinityConfig", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SessionAffinityConfig", "description": "sessionAffinityConfig contains the configurations of session affinity." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/servicespec.json b/helm-charts/nginx-ingress/v1.28.0/servicespec.json similarity index 96% rename from helm-charts/nginx-ingress/v1.27.4/servicespec.json rename to helm-charts/nginx-ingress/v1.28.0/servicespec.json index 46207c9d..91fbbaab 100644 --- a/helm-charts/nginx-ingress/v1.27.4/servicespec.json +++ b/helm-charts/nginx-ingress/v1.28.0/servicespec.json @@ -100,7 +100,7 @@ ] }, "loadBalancerIP": { - "description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations, and it cannot support dual-stack. As of Kubernetes v1.24, users are encouraged to use implementation-specific annotations when available. This field may be removed in a future API version.", + "description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations. Using it is non-portable and it may not support dual-stack. Users are encouraged to use implementation-specific annotations when available.", "type": [ "string", "null" @@ -122,7 +122,7 @@ "ports": { "description": "The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ServicePort" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServicePort" }, "type": [ "array", @@ -165,7 +165,7 @@ ] }, "sessionAffinityConfig": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SessionAffinityConfig", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SessionAffinityConfig", "description": "sessionAffinityConfig contains the configurations of session affinity." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/servicestatus-v1.json b/helm-charts/nginx-ingress/v1.28.0/servicestatus-v1.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/servicestatus-v1.json rename to helm-charts/nginx-ingress/v1.28.0/servicestatus-v1.json index 81544ddf..39995ab6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/servicestatus-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/servicestatus-v1.json @@ -4,7 +4,7 @@ "conditions": { "description": "Current service state", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" }, "type": [ "array", @@ -18,7 +18,7 @@ "x-kubernetes-patch-strategy": "merge" }, "loadBalancer": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerStatus", "description": "LoadBalancer contains the current status of the load-balancer, if one is present." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/servicestatus.json b/helm-charts/nginx-ingress/v1.28.0/servicestatus.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/servicestatus.json rename to helm-charts/nginx-ingress/v1.28.0/servicestatus.json index 81544ddf..39995ab6 100644 --- a/helm-charts/nginx-ingress/v1.27.4/servicestatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/servicestatus.json @@ -4,7 +4,7 @@ "conditions": { "description": "Current service state", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" }, "type": [ "array", @@ -18,7 +18,7 @@ "x-kubernetes-patch-strategy": "merge" }, "loadBalancer": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LoadBalancerStatus", "description": "LoadBalancer contains the current status of the load-balancer, if one is present." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/sessionaffinityconfig-v1.json b/helm-charts/nginx-ingress/v1.28.0/sessionaffinityconfig-v1.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/sessionaffinityconfig-v1.json rename to helm-charts/nginx-ingress/v1.28.0/sessionaffinityconfig-v1.json index 4ba84a33..994b913d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/sessionaffinityconfig-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/sessionaffinityconfig-v1.json @@ -2,7 +2,7 @@ "description": "SessionAffinityConfig represents the configurations of session affinity.", "properties": { "clientIP": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ClientIPConfig", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ClientIPConfig", "description": "clientIP contains the configurations of Client IP based session affinity." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/sessionaffinityconfig.json b/helm-charts/nginx-ingress/v1.28.0/sessionaffinityconfig.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/sessionaffinityconfig.json rename to helm-charts/nginx-ingress/v1.28.0/sessionaffinityconfig.json index 4ba84a33..994b913d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/sessionaffinityconfig.json +++ b/helm-charts/nginx-ingress/v1.28.0/sessionaffinityconfig.json @@ -2,7 +2,7 @@ "description": "SessionAffinityConfig represents the configurations of session affinity.", "properties": { "clientIP": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ClientIPConfig", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ClientIPConfig", "description": "clientIP contains the configurations of Client IP based session affinity." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulset-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/statefulset-apps-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/statefulset-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/statefulset-apps-v1.json index 0c5f92a1..34f7d5b4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statefulset-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/statefulset-apps-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetSpec", "description": "Spec defines the desired identities of pods in this set." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetStatus", "description": "Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulset.json b/helm-charts/nginx-ingress/v1.28.0/statefulset.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/statefulset.json rename to helm-charts/nginx-ingress/v1.28.0/statefulset.json index c6be9c94..248a214a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statefulset.json +++ b/helm-charts/nginx-ingress/v1.28.0/statefulset.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetSpec", "description": "Spec defines the desired identities of pods in this set." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetStatus", "description": "Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetcondition-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetcondition-apps-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetcondition-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetcondition-apps-v1.json index 863bb079..1eb38d31 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statefulsetcondition-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/statefulsetcondition-apps-v1.json @@ -2,7 +2,7 @@ "description": "StatefulSetCondition describes the state of a statefulset at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetcondition.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetcondition.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetcondition.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetcondition.json index 863bb079..1eb38d31 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statefulsetcondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/statefulsetcondition.json @@ -2,7 +2,7 @@ "description": "StatefulSetCondition describes the state of a statefulset at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetlist-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetlist-apps-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetlist-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetlist-apps-v1.json index 5da65455..4fe393ee 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statefulsetlist-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/statefulsetlist-apps-v1.json @@ -14,7 +14,7 @@ "items": { "description": "Items is the list of stateful sets.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSet" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSet" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetlist.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetlist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetlist.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetlist.json index a0653a0a..b378073d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statefulsetlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/statefulsetlist.json @@ -11,7 +11,7 @@ "items": { "description": "Items is the list of stateful sets.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSet" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSet" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetordinals-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetordinals-apps-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetordinals-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetordinals-apps-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetordinals.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetordinals.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetordinals.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetordinals.json diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetpersistentvolumeclaimretentionpolicy-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetpersistentvolumeclaimretentionpolicy-apps-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetpersistentvolumeclaimretentionpolicy-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetpersistentvolumeclaimretentionpolicy-apps-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetpersistentvolumeclaimretentionpolicy.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetpersistentvolumeclaimretentionpolicy.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetpersistentvolumeclaimretentionpolicy.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetpersistentvolumeclaimretentionpolicy.json diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetspec-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetspec-apps-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetspec-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetspec-apps-v1.json index 6830e713..348bd770 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statefulsetspec-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/statefulsetspec-apps-v1.json @@ -10,11 +10,11 @@ ] }, "ordinals": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetOrdinals", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetOrdinals", "description": "ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a \"0\" index to the first replica and increments the index by one for each additional replica requested. Using the ordinals field requires the StatefulSetStartOrdinal feature gate to be enabled, which is beta." }, "persistentVolumeClaimRetentionPolicy": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetPersistentVolumeClaimRetentionPolicy", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetPersistentVolumeClaimRetentionPolicy", "description": "persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down. This requires the StatefulSetAutoDeletePVC feature gate to be enabled, which is alpha. +optional" }, "podManagementPolicy": { @@ -41,7 +41,7 @@ ] }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" }, "serviceName": { @@ -52,17 +52,17 @@ ] }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. Each pod will be named with the format -. For example, a pod in a StatefulSet named \"web\" with index number \"3\" would be named \"web-3\". The only allowed template.spec.restartPolicy value is \"Always\"." }, "updateStrategy": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetUpdateStrategy", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetUpdateStrategy", "description": "updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template." }, "volumeClaimTemplates": { "description": "volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetspec.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetspec.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetspec.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetspec.json index 6830e713..348bd770 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statefulsetspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/statefulsetspec.json @@ -10,11 +10,11 @@ ] }, "ordinals": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetOrdinals", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetOrdinals", "description": "ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a \"0\" index to the first replica and increments the index by one for each additional replica requested. Using the ordinals field requires the StatefulSetStartOrdinal feature gate to be enabled, which is beta." }, "persistentVolumeClaimRetentionPolicy": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetPersistentVolumeClaimRetentionPolicy", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetPersistentVolumeClaimRetentionPolicy", "description": "persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down. This requires the StatefulSetAutoDeletePVC feature gate to be enabled, which is alpha. +optional" }, "podManagementPolicy": { @@ -41,7 +41,7 @@ ] }, "selector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" }, "serviceName": { @@ -52,17 +52,17 @@ ] }, "template": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodTemplateSpec", "description": "template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. Each pod will be named with the format -. For example, a pod in a StatefulSet named \"web\" with index number \"3\" would be named \"web-3\". The only allowed template.spec.restartPolicy value is \"Always\"." }, "updateStrategy": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetUpdateStrategy", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetUpdateStrategy", "description": "updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template." }, "volumeClaimTemplates": { "description": "volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetstatus-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetstatus-apps-v1.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetstatus-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetstatus-apps-v1.json index 0c00491c..802afdaa 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statefulsetstatus-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/statefulsetstatus-apps-v1.json @@ -20,7 +20,7 @@ "conditions": { "description": "Represents the latest available observations of a statefulset's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetstatus.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetstatus.json similarity index 94% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetstatus.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetstatus.json index 0c00491c..802afdaa 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statefulsetstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/statefulsetstatus.json @@ -20,7 +20,7 @@ "conditions": { "description": "Represents the latest available observations of a statefulset's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.StatefulSetCondition" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetupdatestrategy-apps-v1.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetupdatestrategy-apps-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetupdatestrategy-apps-v1.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetupdatestrategy-apps-v1.json index c50028ca..52753237 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statefulsetupdatestrategy-apps-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/statefulsetupdatestrategy-apps-v1.json @@ -2,7 +2,7 @@ "description": "StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.", "properties": { "rollingUpdate": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy", "description": "RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/statefulsetupdatestrategy.json b/helm-charts/nginx-ingress/v1.28.0/statefulsetupdatestrategy.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/statefulsetupdatestrategy.json rename to helm-charts/nginx-ingress/v1.28.0/statefulsetupdatestrategy.json index c50028ca..52753237 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statefulsetupdatestrategy.json +++ b/helm-charts/nginx-ingress/v1.28.0/statefulsetupdatestrategy.json @@ -2,7 +2,7 @@ "description": "StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.", "properties": { "rollingUpdate": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy", "description": "RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/status-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/status-meta-v1.json similarity index 88% rename from helm-charts/nginx-ingress/v1.27.4/status-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/status-meta-v1.json index 5e64e06a..487a1133 100644 --- a/helm-charts/nginx-ingress/v1.27.4/status-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/status-meta-v1.json @@ -21,7 +21,7 @@ ] }, "details": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails", "description": "Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type." }, "kind": { @@ -42,7 +42,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" }, "reason": { diff --git a/helm-charts/nginx-ingress/v1.27.4/status.json b/helm-charts/nginx-ingress/v1.28.0/status.json similarity index 88% rename from helm-charts/nginx-ingress/v1.27.4/status.json rename to helm-charts/nginx-ingress/v1.28.0/status.json index e4150519..8eeb6471 100644 --- a/helm-charts/nginx-ingress/v1.27.4/status.json +++ b/helm-charts/nginx-ingress/v1.28.0/status.json @@ -17,7 +17,7 @@ ] }, "details": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails", "description": "Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type." }, "kind": { @@ -38,7 +38,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" }, "reason": { diff --git a/helm-charts/nginx-ingress/v1.27.4/statuscause-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/statuscause-meta-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/statuscause-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/statuscause-meta-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/statuscause.json b/helm-charts/nginx-ingress/v1.28.0/statuscause.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/statuscause.json rename to helm-charts/nginx-ingress/v1.28.0/statuscause.json diff --git a/helm-charts/nginx-ingress/v1.27.4/statusdetails-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/statusdetails-meta-v1.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/statusdetails-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/statusdetails-meta-v1.json index 42b1d71d..e876fac3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statusdetails-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/statusdetails-meta-v1.json @@ -4,7 +4,7 @@ "causes": { "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/statusdetails.json b/helm-charts/nginx-ingress/v1.28.0/statusdetails.json similarity index 92% rename from helm-charts/nginx-ingress/v1.27.4/statusdetails.json rename to helm-charts/nginx-ingress/v1.28.0/statusdetails.json index 42b1d71d..e876fac3 100644 --- a/helm-charts/nginx-ingress/v1.27.4/statusdetails.json +++ b/helm-charts/nginx-ingress/v1.28.0/statusdetails.json @@ -4,7 +4,7 @@ "causes": { "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/storageclass-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/storageclass-storage-v1.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/storageclass-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/storageclass-storage-v1.json index c32cc40d..4bac3bda 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageclass-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageclass-storage-v1.json @@ -11,7 +11,7 @@ "allowedTopologies": { "description": "allowedTopologies restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TopologySelectorTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TopologySelectorTerm" }, "type": [ "array", @@ -40,7 +40,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "mountOptions": { diff --git a/helm-charts/nginx-ingress/v1.27.4/storageclass.json b/helm-charts/nginx-ingress/v1.28.0/storageclass.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/storageclass.json rename to helm-charts/nginx-ingress/v1.28.0/storageclass.json index da3a7f57..a6a64363 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageclass.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageclass.json @@ -11,7 +11,7 @@ "allowedTopologies": { "description": "allowedTopologies restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TopologySelectorTerm" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TopologySelectorTerm" }, "type": [ "array", @@ -37,7 +37,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "mountOptions": { diff --git a/helm-charts/nginx-ingress/v1.27.4/storageclasslist-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/storageclasslist-storage-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/storageclasslist-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/storageclasslist-storage-v1.json index 4704e670..efa3f378 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageclasslist-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageclasslist-storage-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of StorageClasses", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.StorageClass" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.StorageClass" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/storageclasslist.json b/helm-charts/nginx-ingress/v1.28.0/storageclasslist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/storageclasslist.json rename to helm-charts/nginx-ingress/v1.28.0/storageclasslist.json index 7935940b..55b82f49 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageclasslist.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageclasslist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of StorageClasses", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.StorageClass" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.StorageClass" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/storageospersistentvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/storageospersistentvolumesource-v1.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/storageospersistentvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/storageospersistentvolumesource-v1.json index 82ed1e2a..b3c9790a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageospersistentvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageospersistentvolumesource-v1.json @@ -16,7 +16,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted." }, "volumeName": { diff --git a/helm-charts/nginx-ingress/v1.27.4/storageospersistentvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/storageospersistentvolumesource.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/storageospersistentvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/storageospersistentvolumesource.json index 82ed1e2a..b3c9790a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageospersistentvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageospersistentvolumesource.json @@ -16,7 +16,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference", "description": "secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted." }, "volumeName": { diff --git a/helm-charts/nginx-ingress/v1.27.4/storageosvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/storageosvolumesource-v1.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/storageosvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/storageosvolumesource-v1.json index 96a259fc..89251b74 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageosvolumesource-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageosvolumesource-v1.json @@ -16,7 +16,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted." }, "volumeName": { diff --git a/helm-charts/nginx-ingress/v1.27.4/storageosvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/storageosvolumesource.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/storageosvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/storageosvolumesource.json index 96a259fc..89251b74 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageosvolumesource.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageosvolumesource.json @@ -16,7 +16,7 @@ ] }, "secretRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.LocalObjectReference", "description": "secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted." }, "volumeName": { diff --git a/helm-charts/nginx-ingress/v1.27.4/storageversion-apiserverinternal-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/storageversion-apiserverinternal-v1alpha1.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/storageversion-apiserverinternal-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/storageversion-apiserverinternal-v1alpha1.json index dad9cc45..e8c7f69b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageversion-apiserverinternal-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageversion-apiserverinternal-v1alpha1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "The name is .." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionSpec", "description": "Spec is an empty spec. It is here to comply with Kubernetes API style." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus", "description": "API server instances report the version they can decode and the version they encode objects to when persisting objects in the backend." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/storageversion.json b/helm-charts/nginx-ingress/v1.28.0/storageversion.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/storageversion.json rename to helm-charts/nginx-ingress/v1.28.0/storageversion.json index ba41ff55..0bc6912e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageversion.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageversion.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "The name is .." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionSpec", "description": "Spec is an empty spec. It is here to comply with Kubernetes API style." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus", "description": "API server instances report the version they can decode and the version they encode objects to when persisting objects in the backend." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/storageversioncondition-apiserverinternal-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/storageversioncondition-apiserverinternal-v1alpha1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/storageversioncondition-apiserverinternal-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/storageversioncondition-apiserverinternal-v1alpha1.json index 408d52e3..9c1248a9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageversioncondition-apiserverinternal-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageversioncondition-apiserverinternal-v1alpha1.json @@ -2,7 +2,7 @@ "description": "Describes the state of the storageVersion at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/storageversioncondition.json b/helm-charts/nginx-ingress/v1.28.0/storageversioncondition.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/storageversioncondition.json rename to helm-charts/nginx-ingress/v1.28.0/storageversioncondition.json index 408d52e3..9c1248a9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageversioncondition.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageversioncondition.json @@ -2,7 +2,7 @@ "description": "Describes the state of the storageVersion at a certain point.", "properties": { "lastTransitionTime": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "Last time the condition transitioned from one status to another." }, "message": { diff --git a/helm-charts/nginx-ingress/v1.27.4/storageversionlist-apiserverinternal-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/storageversionlist-apiserverinternal-v1alpha1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/storageversionlist-apiserverinternal-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/storageversionlist-apiserverinternal-v1alpha1.json index 545edee8..eb30a75f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageversionlist-apiserverinternal-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageversionlist-apiserverinternal-v1alpha1.json @@ -14,7 +14,7 @@ "items": { "description": "Items holds a list of StorageVersion", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/storageversionlist.json b/helm-charts/nginx-ingress/v1.28.0/storageversionlist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/storageversionlist.json rename to helm-charts/nginx-ingress/v1.28.0/storageversionlist.json index c2b2210b..601c47e2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageversionlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageversionlist.json @@ -11,7 +11,7 @@ "items": { "description": "Items holds a list of StorageVersion", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/storageversionspec-apiserverinternal-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/storageversionspec-apiserverinternal-v1alpha1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/storageversionspec-apiserverinternal-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/storageversionspec-apiserverinternal-v1alpha1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/storageversionspec.json b/helm-charts/nginx-ingress/v1.28.0/storageversionspec.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/storageversionspec.json rename to helm-charts/nginx-ingress/v1.28.0/storageversionspec.json diff --git a/helm-charts/nginx-ingress/v1.27.4/storageversionstatus-apiserverinternal-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/storageversionstatus-apiserverinternal-v1alpha1.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/storageversionstatus-apiserverinternal-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/storageversionstatus-apiserverinternal-v1alpha1.json index 8ca7fa9a..4574a7be 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageversionstatus-apiserverinternal-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageversionstatus-apiserverinternal-v1alpha1.json @@ -11,7 +11,7 @@ "conditions": { "description": "The latest available observations of the storageVersion's state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition" }, "type": [ "array", @@ -25,7 +25,7 @@ "storageVersions": { "description": "The reported versions per API server instance.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/storageversionstatus.json b/helm-charts/nginx-ingress/v1.28.0/storageversionstatus.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/storageversionstatus.json rename to helm-charts/nginx-ingress/v1.28.0/storageversionstatus.json index 8ca7fa9a..4574a7be 100644 --- a/helm-charts/nginx-ingress/v1.27.4/storageversionstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/storageversionstatus.json @@ -11,7 +11,7 @@ "conditions": { "description": "The latest available observations of the storageVersion's state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition" }, "type": [ "array", @@ -25,7 +25,7 @@ "storageVersions": { "description": "The reported versions per API server instance.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/subject-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/subject-flowcontrol-v1beta2.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/subject-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/subject-flowcontrol-v1beta2.json index 80ddaaf2..3ef71f71 100644 --- a/helm-charts/nginx-ingress/v1.27.4/subject-flowcontrol-v1beta2.json +++ b/helm-charts/nginx-ingress/v1.28.0/subject-flowcontrol-v1beta2.json @@ -2,7 +2,7 @@ "description": "Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.", "properties": { "group": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.GroupSubject", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.GroupSubject", "description": "`group` matches based on user group name." }, "kind": { @@ -13,11 +13,11 @@ ] }, "serviceAccount": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.ServiceAccountSubject", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.ServiceAccountSubject", "description": "`serviceAccount` matches ServiceAccounts." }, "user": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.UserSubject", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta2.UserSubject", "description": "`user` matches based on username." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/subject-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/subject-flowcontrol-v1beta3.json similarity index 65% rename from helm-charts/nginx-ingress/v1.27.4/subject-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/subject-flowcontrol-v1beta3.json index 7b721ecc..1d8a0f78 100644 --- a/helm-charts/nginx-ingress/v1.27.4/subject-flowcontrol-v1beta3.json +++ b/helm-charts/nginx-ingress/v1.28.0/subject-flowcontrol-v1beta3.json @@ -2,7 +2,7 @@ "description": "Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.", "properties": { "group": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.GroupSubject", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.GroupSubject", "description": "`group` matches based on user group name." }, "kind": { @@ -13,11 +13,11 @@ ] }, "serviceAccount": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ServiceAccountSubject", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.ServiceAccountSubject", "description": "`serviceAccount` matches ServiceAccounts." }, "user": { - "$ref": "_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.UserSubject", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.flowcontrol.v1beta3.UserSubject", "description": "`user` matches based on username." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/subject-rbac-v1.json b/helm-charts/nginx-ingress/v1.28.0/subject-rbac-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/subject-rbac-v1.json rename to helm-charts/nginx-ingress/v1.28.0/subject-rbac-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/subject.json b/helm-charts/nginx-ingress/v1.28.0/subject.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/subject.json rename to helm-charts/nginx-ingress/v1.28.0/subject.json diff --git a/helm-charts/nginx-ingress/v1.27.4/subjectaccessreview-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/subjectaccessreview-authorization-v1.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/subjectaccessreview-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/subjectaccessreview-authorization-v1.json index e527954c..5f8b04f2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/subjectaccessreview-authorization-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/subjectaccessreview-authorization-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec", "description": "Spec holds information about the request being evaluated" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", "description": "Status is filled in by the server and indicates whether the request is allowed or not" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/subjectaccessreview.json b/helm-charts/nginx-ingress/v1.28.0/subjectaccessreview.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/subjectaccessreview.json rename to helm-charts/nginx-ingress/v1.28.0/subjectaccessreview.json index bdf1cf31..a82da64c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/subjectaccessreview.json +++ b/helm-charts/nginx-ingress/v1.28.0/subjectaccessreview.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec", "description": "Spec holds information about the request being evaluated" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus", "description": "Status is filled in by the server and indicates whether the request is allowed or not" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/subjectaccessreviewspec-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/subjectaccessreviewspec-authorization-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/subjectaccessreviewspec-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/subjectaccessreviewspec-authorization-v1.json index 1f8eb997..23c450ae 100644 --- a/helm-charts/nginx-ingress/v1.27.4/subjectaccessreviewspec-authorization-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/subjectaccessreviewspec-authorization-v1.json @@ -34,11 +34,11 @@ ] }, "nonResourceAttributes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes", "description": "NonResourceAttributes describes information for a non-resource access request" }, "resourceAttributes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceAttributes", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceAttributes", "description": "ResourceAuthorizationAttributes describes information for a resource access request" }, "uid": { diff --git a/helm-charts/nginx-ingress/v1.27.4/subjectaccessreviewspec.json b/helm-charts/nginx-ingress/v1.28.0/subjectaccessreviewspec.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/subjectaccessreviewspec.json rename to helm-charts/nginx-ingress/v1.28.0/subjectaccessreviewspec.json index 1f8eb997..23c450ae 100644 --- a/helm-charts/nginx-ingress/v1.27.4/subjectaccessreviewspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/subjectaccessreviewspec.json @@ -34,11 +34,11 @@ ] }, "nonResourceAttributes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes", "description": "NonResourceAttributes describes information for a non-resource access request" }, "resourceAttributes": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceAttributes", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceAttributes", "description": "ResourceAuthorizationAttributes describes information for a resource access request" }, "uid": { diff --git a/helm-charts/nginx-ingress/v1.27.4/subjectaccessreviewstatus-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/subjectaccessreviewstatus-authorization-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/subjectaccessreviewstatus-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/subjectaccessreviewstatus-authorization-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/subjectaccessreviewstatus.json b/helm-charts/nginx-ingress/v1.28.0/subjectaccessreviewstatus.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/subjectaccessreviewstatus.json rename to helm-charts/nginx-ingress/v1.28.0/subjectaccessreviewstatus.json diff --git a/helm-charts/nginx-ingress/v1.27.4/subjectrulesreviewstatus-authorization-v1.json b/helm-charts/nginx-ingress/v1.28.0/subjectrulesreviewstatus-authorization-v1.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/subjectrulesreviewstatus-authorization-v1.json rename to helm-charts/nginx-ingress/v1.28.0/subjectrulesreviewstatus-authorization-v1.json index eb006fc4..3a96e8bf 100644 --- a/helm-charts/nginx-ingress/v1.27.4/subjectrulesreviewstatus-authorization-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/subjectrulesreviewstatus-authorization-v1.json @@ -18,7 +18,7 @@ "nonResourceRules": { "description": "NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceRule" }, "type": [ "array", @@ -28,7 +28,7 @@ "resourceRules": { "description": "ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceRule" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/subjectrulesreviewstatus.json b/helm-charts/nginx-ingress/v1.28.0/subjectrulesreviewstatus.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/subjectrulesreviewstatus.json rename to helm-charts/nginx-ingress/v1.28.0/subjectrulesreviewstatus.json index eb006fc4..3a96e8bf 100644 --- a/helm-charts/nginx-ingress/v1.27.4/subjectrulesreviewstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/subjectrulesreviewstatus.json @@ -18,7 +18,7 @@ "nonResourceRules": { "description": "NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.NonResourceRule" }, "type": [ "array", @@ -28,7 +28,7 @@ "resourceRules": { "description": "ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceRule" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authorization.v1.ResourceRule" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/sysctl-v1.json b/helm-charts/nginx-ingress/v1.28.0/sysctl-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/sysctl-v1.json rename to helm-charts/nginx-ingress/v1.28.0/sysctl-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/sysctl.json b/helm-charts/nginx-ingress/v1.28.0/sysctl.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/sysctl.json rename to helm-charts/nginx-ingress/v1.28.0/sysctl.json diff --git a/helm-charts/nginx-ingress/v1.27.4/taint-v1.json b/helm-charts/nginx-ingress/v1.28.0/taint-v1.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/taint-v1.json rename to helm-charts/nginx-ingress/v1.28.0/taint-v1.json index d63e8f4b..042d0d93 100644 --- a/helm-charts/nginx-ingress/v1.27.4/taint-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/taint-v1.json @@ -16,7 +16,7 @@ ] }, "timeAdded": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints." }, "value": { diff --git a/helm-charts/nginx-ingress/v1.27.4/taint.json b/helm-charts/nginx-ingress/v1.28.0/taint.json similarity index 84% rename from helm-charts/nginx-ingress/v1.27.4/taint.json rename to helm-charts/nginx-ingress/v1.28.0/taint.json index d63e8f4b..042d0d93 100644 --- a/helm-charts/nginx-ingress/v1.27.4/taint.json +++ b/helm-charts/nginx-ingress/v1.28.0/taint.json @@ -16,7 +16,7 @@ ] }, "timeAdded": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints." }, "value": { diff --git a/helm-charts/nginx-ingress/v1.27.4/tcpsocketaction-v1.json b/helm-charts/nginx-ingress/v1.28.0/tcpsocketaction-v1.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/tcpsocketaction-v1.json rename to helm-charts/nginx-ingress/v1.28.0/tcpsocketaction-v1.json index 611233c4..5ac3961e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/tcpsocketaction-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/tcpsocketaction-v1.json @@ -9,7 +9,7 @@ ] }, "port": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/tcpsocketaction.json b/helm-charts/nginx-ingress/v1.28.0/tcpsocketaction.json similarity index 75% rename from helm-charts/nginx-ingress/v1.27.4/tcpsocketaction.json rename to helm-charts/nginx-ingress/v1.28.0/tcpsocketaction.json index 611233c4..5ac3961e 100644 --- a/helm-charts/nginx-ingress/v1.27.4/tcpsocketaction.json +++ b/helm-charts/nginx-ingress/v1.28.0/tcpsocketaction.json @@ -9,7 +9,7 @@ ] }, "port": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString", "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/time-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/time-meta-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/time-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/time-meta-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/time.json b/helm-charts/nginx-ingress/v1.28.0/time.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/time.json rename to helm-charts/nginx-ingress/v1.28.0/time.json diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenrequest-authentication-v1.json b/helm-charts/nginx-ingress/v1.28.0/tokenrequest-authentication-v1.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/tokenrequest-authentication-v1.json rename to helm-charts/nginx-ingress/v1.28.0/tokenrequest-authentication-v1.json index 278f2967..fade51e8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/tokenrequest-authentication-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/tokenrequest-authentication-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenRequestSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenRequestSpec", "description": "Spec holds information about the request being evaluated" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenRequestStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenRequestStatus", "description": "Status is filled in by the server and indicates whether the token can be authenticated." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenrequest-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/tokenrequest-storage-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/tokenrequest-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/tokenrequest-storage-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenrequest.json b/helm-charts/nginx-ingress/v1.28.0/tokenrequest.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/tokenrequest.json rename to helm-charts/nginx-ingress/v1.28.0/tokenrequest.json diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenrequestspec-authentication-v1.json b/helm-charts/nginx-ingress/v1.28.0/tokenrequestspec-authentication-v1.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/tokenrequestspec-authentication-v1.json rename to helm-charts/nginx-ingress/v1.28.0/tokenrequestspec-authentication-v1.json index 872ba01f..96920dc0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/tokenrequestspec-authentication-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/tokenrequestspec-authentication-v1.json @@ -15,7 +15,7 @@ ] }, "boundObjectRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.BoundObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.BoundObjectReference", "description": "BoundObjectRef is a reference to an object that the token will be bound to. The token will only be valid for as long as the bound object exists. NOTE: The API server's TokenReview endpoint will validate the BoundObjectRef, but other audiences may not. Keep ExpirationSeconds small if you want prompt revocation." }, "expirationSeconds": { diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenrequestspec.json b/helm-charts/nginx-ingress/v1.28.0/tokenrequestspec.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/tokenrequestspec.json rename to helm-charts/nginx-ingress/v1.28.0/tokenrequestspec.json index 872ba01f..96920dc0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/tokenrequestspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/tokenrequestspec.json @@ -15,7 +15,7 @@ ] }, "boundObjectRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.BoundObjectReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.BoundObjectReference", "description": "BoundObjectRef is a reference to an object that the token will be bound to. The token will only be valid for as long as the bound object exists. NOTE: The API server's TokenReview endpoint will validate the BoundObjectRef, but other audiences may not. Keep ExpirationSeconds small if you want prompt revocation." }, "expirationSeconds": { diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenrequeststatus-authentication-v1.json b/helm-charts/nginx-ingress/v1.28.0/tokenrequeststatus-authentication-v1.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/tokenrequeststatus-authentication-v1.json rename to helm-charts/nginx-ingress/v1.28.0/tokenrequeststatus-authentication-v1.json index 0bdf662f..634aa438 100644 --- a/helm-charts/nginx-ingress/v1.27.4/tokenrequeststatus-authentication-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/tokenrequeststatus-authentication-v1.json @@ -2,7 +2,7 @@ "description": "TokenRequestStatus is the result of a token request.", "properties": { "expirationTimestamp": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "ExpirationTimestamp is the time of expiration of the returned token." }, "token": { diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenrequeststatus.json b/helm-charts/nginx-ingress/v1.28.0/tokenrequeststatus.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/tokenrequeststatus.json rename to helm-charts/nginx-ingress/v1.28.0/tokenrequeststatus.json index 0bdf662f..634aa438 100644 --- a/helm-charts/nginx-ingress/v1.27.4/tokenrequeststatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/tokenrequeststatus.json @@ -2,7 +2,7 @@ "description": "TokenRequestStatus is the result of a token request.", "properties": { "expirationTimestamp": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "ExpirationTimestamp is the time of expiration of the returned token." }, "token": { diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenreview-authentication-v1.json b/helm-charts/nginx-ingress/v1.28.0/tokenreview-authentication-v1.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/tokenreview-authentication-v1.json rename to helm-charts/nginx-ingress/v1.28.0/tokenreview-authentication-v1.json index 45b42240..59429a60 100644 --- a/helm-charts/nginx-ingress/v1.27.4/tokenreview-authentication-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/tokenreview-authentication-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReviewSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReviewSpec", "description": "Spec holds information about the request being evaluated" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReviewStatus", "description": "Status is filled in by the server and indicates whether the request can be authenticated." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenreview.json b/helm-charts/nginx-ingress/v1.28.0/tokenreview.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/tokenreview.json rename to helm-charts/nginx-ingress/v1.28.0/tokenreview.json index a910c2a5..45119bb5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/tokenreview.json +++ b/helm-charts/nginx-ingress/v1.28.0/tokenreview.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReviewSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReviewSpec", "description": "Spec holds information about the request being evaluated" }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReviewStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.TokenReviewStatus", "description": "Status is filled in by the server and indicates whether the request can be authenticated." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenreviewspec-authentication-v1.json b/helm-charts/nginx-ingress/v1.28.0/tokenreviewspec-authentication-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/tokenreviewspec-authentication-v1.json rename to helm-charts/nginx-ingress/v1.28.0/tokenreviewspec-authentication-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenreviewspec.json b/helm-charts/nginx-ingress/v1.28.0/tokenreviewspec.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/tokenreviewspec.json rename to helm-charts/nginx-ingress/v1.28.0/tokenreviewspec.json diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenreviewstatus-authentication-v1.json b/helm-charts/nginx-ingress/v1.28.0/tokenreviewstatus-authentication-v1.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/tokenreviewstatus-authentication-v1.json rename to helm-charts/nginx-ingress/v1.28.0/tokenreviewstatus-authentication-v1.json index 7b3aa12f..cdbefbc9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/tokenreviewstatus-authentication-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/tokenreviewstatus-authentication-v1.json @@ -29,7 +29,7 @@ ] }, "user": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo", "description": "User is the UserInfo associated with the provided token." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/tokenreviewstatus.json b/helm-charts/nginx-ingress/v1.28.0/tokenreviewstatus.json similarity index 89% rename from helm-charts/nginx-ingress/v1.27.4/tokenreviewstatus.json rename to helm-charts/nginx-ingress/v1.28.0/tokenreviewstatus.json index 7b3aa12f..cdbefbc9 100644 --- a/helm-charts/nginx-ingress/v1.27.4/tokenreviewstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/tokenreviewstatus.json @@ -29,7 +29,7 @@ ] }, "user": { - "$ref": "_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.authentication.v1.UserInfo", "description": "User is the UserInfo associated with the provided token." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/toleration-v1.json b/helm-charts/nginx-ingress/v1.28.0/toleration-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/toleration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/toleration-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/toleration.json b/helm-charts/nginx-ingress/v1.28.0/toleration.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/toleration.json rename to helm-charts/nginx-ingress/v1.28.0/toleration.json diff --git a/helm-charts/nginx-ingress/v1.27.4/topologyselectorlabelrequirement-v1.json b/helm-charts/nginx-ingress/v1.28.0/topologyselectorlabelrequirement-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/topologyselectorlabelrequirement-v1.json rename to helm-charts/nginx-ingress/v1.28.0/topologyselectorlabelrequirement-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/topologyselectorlabelrequirement.json b/helm-charts/nginx-ingress/v1.28.0/topologyselectorlabelrequirement.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/topologyselectorlabelrequirement.json rename to helm-charts/nginx-ingress/v1.28.0/topologyselectorlabelrequirement.json diff --git a/helm-charts/nginx-ingress/v1.27.4/topologyselectorterm-v1.json b/helm-charts/nginx-ingress/v1.28.0/topologyselectorterm-v1.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/topologyselectorterm-v1.json rename to helm-charts/nginx-ingress/v1.28.0/topologyselectorterm-v1.json index 4cca844a..6ad012ac 100644 --- a/helm-charts/nginx-ingress/v1.27.4/topologyselectorterm-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/topologyselectorterm-v1.json @@ -4,7 +4,7 @@ "matchLabelExpressions": { "description": "A list of topology selector requirements by labels.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TopologySelectorLabelRequirement" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TopologySelectorLabelRequirement" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/topologyselectorterm.json b/helm-charts/nginx-ingress/v1.28.0/topologyselectorterm.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/topologyselectorterm.json rename to helm-charts/nginx-ingress/v1.28.0/topologyselectorterm.json index 4cca844a..6ad012ac 100644 --- a/helm-charts/nginx-ingress/v1.27.4/topologyselectorterm.json +++ b/helm-charts/nginx-ingress/v1.28.0/topologyselectorterm.json @@ -4,7 +4,7 @@ "matchLabelExpressions": { "description": "A list of topology selector requirements by labels.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TopologySelectorLabelRequirement" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.TopologySelectorLabelRequirement" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/topologyspreadconstraint-v1.json b/helm-charts/nginx-ingress/v1.28.0/topologyspreadconstraint-v1.json similarity index 97% rename from helm-charts/nginx-ingress/v1.27.4/topologyspreadconstraint-v1.json rename to helm-charts/nginx-ingress/v1.28.0/topologyspreadconstraint-v1.json index be691c69..fdd2a043 100644 --- a/helm-charts/nginx-ingress/v1.27.4/topologyspreadconstraint-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/topologyspreadconstraint-v1.json @@ -2,7 +2,7 @@ "description": "TopologySpreadConstraint specifies how to spread matching pods among the given topology.", "properties": { "labelSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain." }, "matchLabelKeys": { diff --git a/helm-charts/nginx-ingress/v1.27.4/topologyspreadconstraint.json b/helm-charts/nginx-ingress/v1.28.0/topologyspreadconstraint.json similarity index 97% rename from helm-charts/nginx-ingress/v1.27.4/topologyspreadconstraint.json rename to helm-charts/nginx-ingress/v1.28.0/topologyspreadconstraint.json index be691c69..fdd2a043 100644 --- a/helm-charts/nginx-ingress/v1.27.4/topologyspreadconstraint.json +++ b/helm-charts/nginx-ingress/v1.28.0/topologyspreadconstraint.json @@ -2,7 +2,7 @@ "description": "TopologySpreadConstraint specifies how to spread matching pods among the given topology.", "properties": { "labelSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain." }, "matchLabelKeys": { diff --git a/helm-charts/nginx-ingress/v1.28.0/typechecking-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/typechecking-admissionregistration-v1alpha1.json new file mode 100644 index 00000000..67635020 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/typechecking-admissionregistration-v1alpha1.json @@ -0,0 +1,18 @@ +{ + "description": "TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy", + "properties": { + "expressionWarnings": { + "description": "The type checking warnings for each expression.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ExpressionWarning" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "atomic" + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/typechecking-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/typechecking-admissionregistration-v1beta1.json similarity index 70% rename from helm-charts/nginx-ingress/v1.27.4/typechecking-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/typechecking-admissionregistration-v1beta1.json index adeb88c5..1d0e128b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/typechecking-admissionregistration-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/typechecking-admissionregistration-v1beta1.json @@ -4,7 +4,7 @@ "expressionWarnings": { "description": "The type checking warnings for each expression.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ExpressionWarning" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ExpressionWarning" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/typechecking.json b/helm-charts/nginx-ingress/v1.28.0/typechecking.json similarity index 70% rename from helm-charts/nginx-ingress/v1.27.4/typechecking.json rename to helm-charts/nginx-ingress/v1.28.0/typechecking.json index adeb88c5..1d0e128b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/typechecking.json +++ b/helm-charts/nginx-ingress/v1.28.0/typechecking.json @@ -4,7 +4,7 @@ "expressionWarnings": { "description": "The type checking warnings for each expression.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ExpressionWarning" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ExpressionWarning" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/typedlocalobjectreference-v1.json b/helm-charts/nginx-ingress/v1.28.0/typedlocalobjectreference-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/typedlocalobjectreference-v1.json rename to helm-charts/nginx-ingress/v1.28.0/typedlocalobjectreference-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/typedlocalobjectreference.json b/helm-charts/nginx-ingress/v1.28.0/typedlocalobjectreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/typedlocalobjectreference.json rename to helm-charts/nginx-ingress/v1.28.0/typedlocalobjectreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/typedobjectreference-v1.json b/helm-charts/nginx-ingress/v1.28.0/typedobjectreference-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/typedobjectreference-v1.json rename to helm-charts/nginx-ingress/v1.28.0/typedobjectreference-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/typedobjectreference.json b/helm-charts/nginx-ingress/v1.28.0/typedobjectreference.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/typedobjectreference.json rename to helm-charts/nginx-ingress/v1.28.0/typedobjectreference.json diff --git a/helm-charts/nginx-ingress/v1.27.4/uncountedterminatedpods-batch-v1.json b/helm-charts/nginx-ingress/v1.28.0/uncountedterminatedpods-batch-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/uncountedterminatedpods-batch-v1.json rename to helm-charts/nginx-ingress/v1.28.0/uncountedterminatedpods-batch-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/uncountedterminatedpods.json b/helm-charts/nginx-ingress/v1.28.0/uncountedterminatedpods.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/uncountedterminatedpods.json rename to helm-charts/nginx-ingress/v1.28.0/uncountedterminatedpods.json diff --git a/helm-charts/nginx-ingress/v1.27.4/userinfo-authentication-v1.json b/helm-charts/nginx-ingress/v1.28.0/userinfo-authentication-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/userinfo-authentication-v1.json rename to helm-charts/nginx-ingress/v1.28.0/userinfo-authentication-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/userinfo.json b/helm-charts/nginx-ingress/v1.28.0/userinfo.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/userinfo.json rename to helm-charts/nginx-ingress/v1.28.0/userinfo.json diff --git a/helm-charts/nginx-ingress/v1.27.4/usersubject-flowcontrol-v1beta2.json b/helm-charts/nginx-ingress/v1.28.0/usersubject-flowcontrol-v1beta2.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/usersubject-flowcontrol-v1beta2.json rename to helm-charts/nginx-ingress/v1.28.0/usersubject-flowcontrol-v1beta2.json diff --git a/helm-charts/nginx-ingress/v1.27.4/usersubject-flowcontrol-v1beta3.json b/helm-charts/nginx-ingress/v1.28.0/usersubject-flowcontrol-v1beta3.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/usersubject-flowcontrol-v1beta3.json rename to helm-charts/nginx-ingress/v1.28.0/usersubject-flowcontrol-v1beta3.json diff --git a/helm-charts/nginx-ingress/v1.27.4/usersubject.json b/helm-charts/nginx-ingress/v1.28.0/usersubject.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/usersubject.json rename to helm-charts/nginx-ingress/v1.28.0/usersubject.json diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicy-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicy-admissionregistration-v1alpha1.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicy-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicy-admissionregistration-v1alpha1.json index 773d3f0d..3efaa5bf 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicy-admissionregistration-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicy-admissionregistration-v1alpha1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicySpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicySpec", "description": "Specification of the desired behavior of the ValidatingAdmissionPolicy." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyStatus", "description": "The status of the ValidatingAdmissionPolicy, including warnings that are useful to determine if the policy behaves in the expected way. Populated by the system. Read-only." } }, diff --git a/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicy-admissionregistration-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicy-admissionregistration-v1beta1.json new file mode 100644 index 00000000..3becdf02 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicy-admissionregistration-v1beta1.json @@ -0,0 +1,46 @@ +{ + "description": "ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.", + "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", + "null" + ], + "enum": [ + "admissionregistration.k8s.io/v1beta1" + ] + }, + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + "type": [ + "string", + "null" + ], + "enum": [ + "ValidatingAdmissionPolicy" + ] + }, + "metadata": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." + }, + "spec": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicySpec", + "description": "Specification of the desired behavior of the ValidatingAdmissionPolicy." + }, + "status": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyStatus", + "description": "The status of the ValidatingAdmissionPolicy, including warnings that are useful to determine if the policy behaves in the expected way. Populated by the system. Read-only." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "ValidatingAdmissionPolicy", + "version": "v1beta1" + } + ], + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicy.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicy.json similarity index 74% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicy.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicy.json index 6cb435ac..66016e00 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicy.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicy.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicySpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicySpec", "description": "Specification of the desired behavior of the ValidatingAdmissionPolicy." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyStatus", "description": "The status of the ValidatingAdmissionPolicy, including warnings that are useful to determine if the policy behaves in the expected way. Populated by the system. Read-only." } }, @@ -36,7 +36,7 @@ { "group": "admissionregistration.k8s.io", "kind": "ValidatingAdmissionPolicy", - "version": "v1alpha1" + "version": "v1beta1" } ], "$schema": "http://json-schema.org/schema#" diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybinding-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybinding-admissionregistration-v1alpha1.json similarity index 63% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybinding-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybinding-admissionregistration-v1alpha1.json index 8422946c..f7f23aec 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybinding-admissionregistration-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybinding-admissionregistration-v1alpha1.json @@ -1,5 +1,5 @@ { - "description": "ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters.", + "description": "ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters.\n\nFor a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don't use params, otherwise N is the number of parameters selected by the binding.\n\nThe CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.", "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", @@ -22,11 +22,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingSpec", "description": "Specification of the desired behavior of the ValidatingAdmissionPolicyBinding." } }, diff --git a/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybinding-admissionregistration-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybinding-admissionregistration-v1beta1.json new file mode 100644 index 00000000..0d89774b --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybinding-admissionregistration-v1beta1.json @@ -0,0 +1,42 @@ +{ + "description": "ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters.\n\nFor a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don't use params, otherwise N is the number of parameters selected by the binding.\n\nThe CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.", + "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", + "null" + ], + "enum": [ + "admissionregistration.k8s.io/v1beta1" + ] + }, + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + "type": [ + "string", + "null" + ], + "enum": [ + "ValidatingAdmissionPolicyBinding" + ] + }, + "metadata": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." + }, + "spec": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBindingSpec", + "description": "Specification of the desired behavior of the ValidatingAdmissionPolicyBinding." + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "ValidatingAdmissionPolicyBinding", + "version": "v1beta1" + } + ], + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybinding.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybinding.json similarity index 61% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybinding.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybinding.json index af4fd5d5..fc67afcc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybinding.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybinding.json @@ -1,5 +1,5 @@ { - "description": "ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters.", + "description": "ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters.\n\nFor a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don't use params, otherwise N is the number of parameters selected by the binding.\n\nThe CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.", "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", @@ -19,11 +19,11 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBindingSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBindingSpec", "description": "Specification of the desired behavior of the ValidatingAdmissionPolicyBinding." } }, @@ -32,7 +32,7 @@ { "group": "admissionregistration.k8s.io", "kind": "ValidatingAdmissionPolicyBinding", - "version": "v1alpha1" + "version": "v1beta1" } ], "$schema": "http://json-schema.org/schema#" diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybindinglist-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindinglist-admissionregistration-v1alpha1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybindinglist-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindinglist-admissionregistration-v1alpha1.json index aa4ebc72..3adf90ee 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybindinglist-admissionregistration-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindinglist-admissionregistration-v1alpha1.json @@ -14,7 +14,7 @@ "items": { "description": "List of PolicyBinding.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBinding" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBinding" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindinglist-admissionregistration-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindinglist-admissionregistration-v1beta1.json new file mode 100644 index 00000000..fbd62545 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindinglist-admissionregistration-v1beta1.json @@ -0,0 +1,48 @@ +{ + "description": "ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding.", + "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", + "null" + ], + "enum": [ + "admissionregistration.k8s.io/v1beta1" + ] + }, + "items": { + "description": "List of PolicyBinding.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding" + }, + "type": [ + "array", + "null" + ] + }, + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + "type": [ + "string", + "null" + ], + "enum": [ + "ValidatingAdmissionPolicyBindingList" + ] + }, + "metadata": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "ValidatingAdmissionPolicyBindingList", + "version": "v1beta1" + } + ], + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybindinglist.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindinglist.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybindinglist.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindinglist.json index 261d5ade..c080c775 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybindinglist.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindinglist.json @@ -11,7 +11,7 @@ "items": { "description": "List of PolicyBinding.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicyBinding" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicyBinding" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, @@ -38,7 +38,7 @@ { "group": "admissionregistration.k8s.io", "kind": "ValidatingAdmissionPolicyBindingList", - "version": "v1alpha1" + "version": "v1beta1" } ], "$schema": "http://json-schema.org/schema#" diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybindingspec-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindingspec-admissionregistration-v1alpha1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybindingspec-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindingspec-admissionregistration-v1alpha1.json index dad49063..181c5453 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybindingspec-admissionregistration-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindingspec-admissionregistration-v1alpha1.json @@ -2,12 +2,12 @@ "description": "ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding.", "properties": { "matchResources": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchResources", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchResources", "description": "MatchResources declares what resources match this binding and will be validated by it. Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this. If this is unset, all resources matched by the policy are validated by this binding When resourceRules is unset, it does not constrain resource matching. If a resource is matched by the other fields of this object, it will be validated. Note that this is differs from ValidatingAdmissionPolicy matchConstraints, where resourceRules are required." }, "paramRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamRef", - "description": "ParamRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy applied." + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamRef", + "description": "paramRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy applied. If the policy does not specify a ParamKind then this field is ignored, and the rules are evaluated without a param." }, "policyName": { "description": "PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.", diff --git a/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindingspec-admissionregistration-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindingspec-admissionregistration-v1beta1.json new file mode 100644 index 00000000..5c2b2f47 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindingspec-admissionregistration-v1beta1.json @@ -0,0 +1,36 @@ +{ + "description": "ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding.", + "properties": { + "matchResources": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.MatchResources", + "description": "MatchResources declares what resources match this binding and will be validated by it. Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this. If this is unset, all resources matched by the policy are validated by this binding When resourceRules is unset, it does not constrain resource matching. If a resource is matched by the other fields of this object, it will be validated. Note that this is differs from ValidatingAdmissionPolicy matchConstraints, where resourceRules are required." + }, + "paramRef": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ParamRef", + "description": "paramRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy applied. If the policy does not specify a ParamKind then this field is ignored, and the rules are evaluated without a param." + }, + "policyName": { + "description": "PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.", + "type": [ + "string", + "null" + ] + }, + "validationActions": { + "description": "validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions.\n\nFailures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according to these actions only if the FailurePolicy is set to Fail, otherwise the failures are ignored. This includes compilation errors, runtime errors and misconfigurations of the policy.\n\nvalidationActions is declared as a set of action values. Order does not matter. validationActions may not contain duplicates of the same action.\n\nThe supported actions values are:\n\n\"Deny\" specifies that a validation failure results in a denied request.\n\n\"Warn\" specifies that a validation failure is reported to the request client in HTTP Warning headers, with a warning code of 299. Warnings can be sent both for allowed or denied admission responses.\n\n\"Audit\" specifies that a validation failure is included in the published audit event for the request. The audit event will contain a `validation.policy.admission.k8s.io/validation_failure` audit annotation with a value containing the details of the validation failures, formatted as a JSON list of objects, each with the following fields: - message: The validation failure message string - policy: The resource name of the ValidatingAdmissionPolicy - binding: The resource name of the ValidatingAdmissionPolicyBinding - expressionIndex: The index of the failed validations in the ValidatingAdmissionPolicy - validationActions: The enforcement actions enacted for the validation failure Example audit annotation: `\"validation.policy.admission.k8s.io/validation_failure\": \"[{\"message\": \"Invalid value\", {\"policy\": \"policy.example.com\", {\"binding\": \"policybinding.example.com\", {\"expressionIndex\": \"1\", {\"validationActions\": [\"Audit\"]}]\"`\n\nClients should expect to handle additional values by ignoring any values not recognized.\n\n\"Deny\" and \"Warn\" may not be used together since this combination needlessly duplicates the validation failure both in the API response body and the HTTP warning headers.\n\nRequired.", + "items": { + "type": [ + "string", + "null" + ] + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "set" + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybindingspec.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindingspec.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybindingspec.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindingspec.json index dad49063..5c2b2f47 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicybindingspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicybindingspec.json @@ -2,12 +2,12 @@ "description": "ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding.", "properties": { "matchResources": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchResources", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.MatchResources", "description": "MatchResources declares what resources match this binding and will be validated by it. Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this. If this is unset, all resources matched by the policy are validated by this binding When resourceRules is unset, it does not constrain resource matching. If a resource is matched by the other fields of this object, it will be validated. Note that this is differs from ValidatingAdmissionPolicy matchConstraints, where resourceRules are required." }, "paramRef": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamRef", - "description": "ParamRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy applied." + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ParamRef", + "description": "paramRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy applied. If the policy does not specify a ParamKind then this field is ignored, and the rules are evaluated without a param." }, "policyName": { "description": "PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.", diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicylist-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicylist-admissionregistration-v1alpha1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicylist-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicylist-admissionregistration-v1alpha1.json index 83d96ff3..3ce65207 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicylist-admissionregistration-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicylist-admissionregistration-v1alpha1.json @@ -14,7 +14,7 @@ "items": { "description": "List of ValidatingAdmissionPolicy.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicy" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicy" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicylist-admissionregistration-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicylist-admissionregistration-v1beta1.json new file mode 100644 index 00000000..9d04e329 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicylist-admissionregistration-v1beta1.json @@ -0,0 +1,48 @@ +{ + "description": "ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy.", + "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", + "null" + ], + "enum": [ + "admissionregistration.k8s.io/v1beta1" + ] + }, + "items": { + "description": "List of ValidatingAdmissionPolicy.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy" + }, + "type": [ + "array", + "null" + ] + }, + "kind": { + "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", + "type": [ + "string", + "null" + ], + "enum": [ + "ValidatingAdmissionPolicyList" + ] + }, + "metadata": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" + } + }, + "type": "object", + "x-kubernetes-group-version-kind": [ + { + "group": "admissionregistration.k8s.io", + "kind": "ValidatingAdmissionPolicyList", + "version": "v1beta1" + } + ], + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicylist.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicylist.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicylist.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicylist.json index c39a6b13..64b3998a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicylist.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicylist.json @@ -11,7 +11,7 @@ "items": { "description": "List of ValidatingAdmissionPolicy.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ValidatingAdmissionPolicy" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingAdmissionPolicy" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, @@ -38,7 +38,7 @@ { "group": "admissionregistration.k8s.io", "kind": "ValidatingAdmissionPolicyList", - "version": "v1alpha1" + "version": "v1beta1" } ], "$schema": "http://json-schema.org/schema#" diff --git a/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicyspec-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicyspec-admissionregistration-v1alpha1.json new file mode 100644 index 00000000..7fa56055 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicyspec-admissionregistration-v1alpha1.json @@ -0,0 +1,76 @@ +{ + "description": "ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy.", + "properties": { + "auditAnnotations": { + "description": "auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.AuditAnnotation" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "atomic" + }, + "failurePolicy": { + "description": "failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings.\n\nA policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource.\n\nfailurePolicy does not define how validations that evaluate to false are handled.\n\nWhen failurePolicy is set to Fail, ValidatingAdmissionPolicyBinding validationActions define how failures are enforced.\n\nAllowed values are Ignore or Fail. Defaults to Fail.", + "type": [ + "string", + "null" + ] + }, + "matchConditions": { + "description": "MatchConditions is a list of conditions that must be met for a request to be validated. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nIf a parameter object is provided, it can be accessed via the `params` handle in the same manner as validation expressions.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the policy is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the policy is evaluated.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the policy is skipped", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchCondition" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-map-keys": [ + "name" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + }, + "matchConstraints": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchResources", + "description": "MatchConstraints specifies what resources this policy is designed to validate. The AdmissionPolicy cares about a request if it matches _all_ Constraints. However, in order to prevent clusters from being put into an unstable state that cannot be recovered from via the API ValidatingAdmissionPolicy cannot match ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding. Required." + }, + "paramKind": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamKind", + "description": "ParamKind specifies the kind of resources used to parameterize this policy. If absent, there are no parameters for this policy and the param CEL variable will not be provided to validation expressions. If ParamKind refers to a non-existent kind, this policy definition is mis-configured and the FailurePolicy is applied. If paramKind is specified but paramRef is unset in ValidatingAdmissionPolicyBinding, the params variable will be null." + }, + "validations": { + "description": "Validations contain CEL expressions which is used to apply the validation. Validations and AuditAnnotations may not both be empty; a minimum of one Validations or AuditAnnotations is required.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.Validation" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-type": "atomic" + }, + "variables": { + "description": "Variables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under `variables` in other expressions of the policy except MatchConditions because MatchConditions are evaluated before the rest of the policy.\n\nThe expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, Variables must be sorted by the order of first appearance and acyclic.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.Variable" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-map-keys": [ + "name" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicyspec-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicyspec-admissionregistration-v1beta1.json similarity index 66% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicyspec-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicyspec-admissionregistration-v1beta1.json index f96a2ad4..9bd16a05 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicyspec-admissionregistration-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicyspec-admissionregistration-v1beta1.json @@ -4,7 +4,7 @@ "auditAnnotations": { "description": "auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.AuditAnnotation" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.AuditAnnotation" }, "type": [ "array", @@ -22,7 +22,7 @@ "matchConditions": { "description": "MatchConditions is a list of conditions that must be met for a request to be validated. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nIf a parameter object is provided, it can be accessed via the `params` handle in the same manner as validation expressions.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the policy is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the policy is evaluated.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the policy is skipped", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.MatchCondition" }, "type": [ "array", @@ -36,23 +36,39 @@ "x-kubernetes-patch-strategy": "merge" }, "matchConstraints": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchResources", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.MatchResources", "description": "MatchConstraints specifies what resources this policy is designed to validate. The AdmissionPolicy cares about a request if it matches _all_ Constraints. However, in order to prevent clusters from being put into an unstable state that cannot be recovered from via the API ValidatingAdmissionPolicy cannot match ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding. Required." }, "paramKind": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamKind", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ParamKind", "description": "ParamKind specifies the kind of resources used to parameterize this policy. If absent, there are no parameters for this policy and the param CEL variable will not be provided to validation expressions. If ParamKind refers to a non-existent kind, this policy definition is mis-configured and the FailurePolicy is applied. If paramKind is specified but paramRef is unset in ValidatingAdmissionPolicyBinding, the params variable will be null." }, "validations": { "description": "Validations contain CEL expressions which is used to apply the validation. Validations and AuditAnnotations may not both be empty; a minimum of one Validations or AuditAnnotations is required.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.Validation" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.Validation" }, "type": [ "array", "null" ], "x-kubernetes-list-type": "atomic" + }, + "variables": { + "description": "Variables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under `variables` in other expressions of the policy except MatchConditions because MatchConditions are evaluated before the rest of the policy.\n\nThe expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, Variables must be sorted by the order of first appearance and acyclic.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.Variable" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-map-keys": [ + "name" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" } }, "type": "object", diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicyspec.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicyspec.json similarity index 66% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicyspec.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicyspec.json index f96a2ad4..9bd16a05 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicyspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicyspec.json @@ -4,7 +4,7 @@ "auditAnnotations": { "description": "auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.AuditAnnotation" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.AuditAnnotation" }, "type": [ "array", @@ -22,7 +22,7 @@ "matchConditions": { "description": "MatchConditions is a list of conditions that must be met for a request to be validated. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nIf a parameter object is provided, it can be accessed via the `params` handle in the same manner as validation expressions.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the policy is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the policy is evaluated.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the policy is skipped", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.MatchCondition" }, "type": [ "array", @@ -36,23 +36,39 @@ "x-kubernetes-patch-strategy": "merge" }, "matchConstraints": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.MatchResources", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.MatchResources", "description": "MatchConstraints specifies what resources this policy is designed to validate. The AdmissionPolicy cares about a request if it matches _all_ Constraints. However, in order to prevent clusters from being put into an unstable state that cannot be recovered from via the API ValidatingAdmissionPolicy cannot match ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding. Required." }, "paramKind": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.ParamKind", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.ParamKind", "description": "ParamKind specifies the kind of resources used to parameterize this policy. If absent, there are no parameters for this policy and the param CEL variable will not be provided to validation expressions. If ParamKind refers to a non-existent kind, this policy definition is mis-configured and the FailurePolicy is applied. If paramKind is specified but paramRef is unset in ValidatingAdmissionPolicyBinding, the params variable will be null." }, "validations": { "description": "Validations contain CEL expressions which is used to apply the validation. Validations and AuditAnnotations may not both be empty; a minimum of one Validations or AuditAnnotations is required.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.Validation" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.Validation" }, "type": [ "array", "null" ], "x-kubernetes-list-type": "atomic" + }, + "variables": { + "description": "Variables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under `variables` in other expressions of the policy except MatchConditions because MatchConditions are evaluated before the rest of the policy.\n\nThe expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, Variables must be sorted by the order of first appearance and acyclic.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.Variable" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-map-keys": [ + "name" + ], + "x-kubernetes-list-type": "map", + "x-kubernetes-patch-merge-key": "name", + "x-kubernetes-patch-strategy": "merge" } }, "type": "object", diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicystatus-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicystatus-admissionregistration-v1alpha1.json similarity index 71% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicystatus-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicystatus-admissionregistration-v1alpha1.json index 73b88cdf..2af7aef5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicystatus-admissionregistration-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicystatus-admissionregistration-v1alpha1.json @@ -4,7 +4,7 @@ "conditions": { "description": "The conditions represent the latest available observations of a policy's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" }, "type": [ "array", @@ -24,7 +24,7 @@ ] }, "typeChecking": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.TypeChecking", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.TypeChecking", "description": "The results of type checking for each expression. Presence of this field indicates the completion of the type checking." } }, diff --git a/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicystatus-admissionregistration-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicystatus-admissionregistration-v1beta1.json new file mode 100644 index 00000000..fe33f68f --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicystatus-admissionregistration-v1beta1.json @@ -0,0 +1,33 @@ +{ + "description": "ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.", + "properties": { + "conditions": { + "description": "The conditions represent the latest available observations of a policy's current state.", + "items": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" + }, + "type": [ + "array", + "null" + ], + "x-kubernetes-list-map-keys": [ + "type" + ], + "x-kubernetes-list-type": "map" + }, + "observedGeneration": { + "description": "The generation observed by the controller.", + "format": "int64", + "type": [ + "integer", + "null" + ] + }, + "typeChecking": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.TypeChecking", + "description": "The results of type checking for each expression. Presence of this field indicates the completion of the type checking." + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicystatus.json b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicystatus.json similarity index 67% rename from helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicystatus.json rename to helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicystatus.json index 73b88cdf..fe33f68f 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingadmissionpolicystatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingadmissionpolicystatus.json @@ -1,10 +1,10 @@ { - "description": "ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy.", + "description": "ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.", "properties": { "conditions": { "description": "The conditions represent the latest available observations of a policy's current state.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition" }, "type": [ "array", @@ -24,7 +24,7 @@ ] }, "typeChecking": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1alpha1.TypeChecking", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1beta1.TypeChecking", "description": "The results of type checking for each expression. Presence of this field indicates the completion of the type checking." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingwebhook-admissionregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/validatingwebhook-admissionregistration-v1.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/validatingwebhook-admissionregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/validatingwebhook-admissionregistration-v1.json index 0b2152e2..f99b54b5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingwebhook-admissionregistration-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingwebhook-admissionregistration-v1.json @@ -15,7 +15,7 @@ ] }, "clientConfig": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig", "description": "ClientConfig defines how to communicate with the hook. Required" }, "failurePolicy": { @@ -26,9 +26,9 @@ ] }, "matchConditions": { - "description": "MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the error is ignored and the webhook is skipped\n\nThis is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate.", + "description": "MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the error is ignored and the webhook is skipped\n\nThis is a beta feature and managed by the AdmissionWebhookMatchConditions feature gate.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition" }, "type": [ "array", @@ -56,17 +56,17 @@ ] }, "namespaceSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook.\n\nFor example, to run the webhook on any objects whose namespace is not associated with \"runlevel\" of \"0\" or \"1\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"runlevel\",\n \"operator\": \"NotIn\",\n \"values\": [\n \"0\",\n \"1\"\n ]\n }\n ]\n}\n\nIf instead you want to only run the webhook on any objects whose namespace is associated with the \"environment\" of \"prod\" or \"staging\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"environment\",\n \"operator\": \"In\",\n \"values\": [\n \"prod\",\n \"staging\"\n ]\n }\n ]\n}\n\nSee https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors.\n\nDefault to the empty LabelSelector, which matches everything." }, "objectSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything." }, "rules": { "description": "Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingwebhook.json b/helm-charts/nginx-ingress/v1.28.0/validatingwebhook.json similarity index 87% rename from helm-charts/nginx-ingress/v1.27.4/validatingwebhook.json rename to helm-charts/nginx-ingress/v1.28.0/validatingwebhook.json index 0b2152e2..f99b54b5 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingwebhook.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingwebhook.json @@ -15,7 +15,7 @@ ] }, "clientConfig": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig", "description": "ClientConfig defines how to communicate with the hook. Required" }, "failurePolicy": { @@ -26,9 +26,9 @@ ] }, "matchConditions": { - "description": "MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the error is ignored and the webhook is skipped\n\nThis is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate.", + "description": "MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.\n\nThe exact matching logic is (in order):\n 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped.\n 2. If ALL matchConditions evaluate to TRUE, the webhook is called.\n 3. If any matchCondition evaluates to an error (but none are FALSE):\n - If failurePolicy=Fail, reject the request\n - If failurePolicy=Ignore, the error is ignored and the webhook is skipped\n\nThis is a beta feature and managed by the AdmissionWebhookMatchConditions feature gate.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.MatchCondition" }, "type": [ "array", @@ -56,17 +56,17 @@ ] }, "namespaceSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook.\n\nFor example, to run the webhook on any objects whose namespace is not associated with \"runlevel\" of \"0\" or \"1\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"runlevel\",\n \"operator\": \"NotIn\",\n \"values\": [\n \"0\",\n \"1\"\n ]\n }\n ]\n}\n\nIf instead you want to only run the webhook on any objects whose namespace is associated with the \"environment\" of \"prod\" or \"staging\"; you will set the selector as follows: \"namespaceSelector\": {\n \"matchExpressions\": [\n {\n \"key\": \"environment\",\n \"operator\": \"In\",\n \"values\": [\n \"prod\",\n \"staging\"\n ]\n }\n ]\n}\n\nSee https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors.\n\nDefault to the empty LabelSelector, which matches everything." }, "objectSelector": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector", "description": "ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything." }, "rules": { "description": "Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingwebhookconfiguration-admissionregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/validatingwebhookconfiguration-admissionregistration-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/validatingwebhookconfiguration-admissionregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/validatingwebhookconfiguration-admissionregistration-v1.json index b0e025a1..83ef76c1 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingwebhookconfiguration-admissionregistration-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingwebhookconfiguration-admissionregistration-v1.json @@ -22,13 +22,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." }, "webhooks": { "description": "Webhooks is a list of webhooks and the affected resources and operations.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhook" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhook" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingwebhookconfiguration.json b/helm-charts/nginx-ingress/v1.28.0/validatingwebhookconfiguration.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/validatingwebhookconfiguration.json rename to helm-charts/nginx-ingress/v1.28.0/validatingwebhookconfiguration.json index 9192cd34..c88751e2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingwebhookconfiguration.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingwebhookconfiguration.json @@ -19,13 +19,13 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata." }, "webhooks": { "description": "Webhooks is a list of webhooks and the affected resources and operations.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhook" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhook" }, "type": [ "array", diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingwebhookconfigurationlist-admissionregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/validatingwebhookconfigurationlist-admissionregistration-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/validatingwebhookconfigurationlist-admissionregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/validatingwebhookconfigurationlist-admissionregistration-v1.json index e90755f9..120f835b 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingwebhookconfigurationlist-admissionregistration-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingwebhookconfigurationlist-admissionregistration-v1.json @@ -14,7 +14,7 @@ "items": { "description": "List of ValidatingWebhookConfiguration.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/validatingwebhookconfigurationlist.json b/helm-charts/nginx-ingress/v1.28.0/validatingwebhookconfigurationlist.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/validatingwebhookconfigurationlist.json rename to helm-charts/nginx-ingress/v1.28.0/validatingwebhookconfigurationlist.json index 6cb234cd..683dfa57 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validatingwebhookconfigurationlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/validatingwebhookconfigurationlist.json @@ -11,7 +11,7 @@ "items": { "description": "List of ValidatingWebhookConfiguration.", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/validation-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/validation-admissionregistration-v1alpha1.json similarity index 56% rename from helm-charts/nginx-ingress/v1.27.4/validation-admissionregistration-v1alpha1.json rename to helm-charts/nginx-ingress/v1.28.0/validation-admissionregistration-v1alpha1.json index 13dbb4d7..a4effa90 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validation-admissionregistration-v1alpha1.json +++ b/helm-charts/nginx-ingress/v1.28.0/validation-admissionregistration-v1alpha1.json @@ -2,7 +2,7 @@ "description": "Validation specifies the CEL expression which is used to apply the validation.", "properties": { "expression": { - "description": "Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API request/response, organized into CEL variables as well as some other useful variables:\n\n- 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](/pkg/apis/admission/types.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.\n See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz\n- 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n request resource.\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible.\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n - Expression accessing a property named \"namespace\": {\"Expression\": \"object.__namespace__ > 0\"}\n - Expression accessing a property named \"x-prop\": {\"Expression\": \"object.x__dash__prop > 0\"}\n - Expression accessing a property named \"redact__d\": {\"Expression\": \"object.redact__underscores__d > 0\"}\n\nEquality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:\n - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and\n non-intersecting elements in `Y` are appended, retaining their partial order.\n - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values\n are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with\n non-intersecting keys are appended, retaining their partial order.\nRequired.", + "description": "Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API request/response, organized into CEL variables as well as some other useful variables:\n\n- 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](/pkg/apis/admission/types.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'namespaceObject' - The namespace object that the incoming object belongs to. The value is null for cluster-scoped resources. - 'variables' - Map of composited variables, from its name to its lazily evaluated value.\n For example, a variable named 'foo' can be accessed as 'variables.foo'.\n- 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.\n See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz\n- 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n request resource.\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible.\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n - Expression accessing a property named \"namespace\": {\"Expression\": \"object.__namespace__ > 0\"}\n - Expression accessing a property named \"x-prop\": {\"Expression\": \"object.x__dash__prop > 0\"}\n - Expression accessing a property named \"redact__d\": {\"Expression\": \"object.redact__underscores__d > 0\"}\n\nEquality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:\n - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and\n non-intersecting elements in `Y` are appended, retaining their partial order.\n - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values\n are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with\n non-intersecting keys are appended, retaining their partial order.\nRequired.", "type": [ "string", "null" diff --git a/helm-charts/nginx-ingress/v1.28.0/validation-admissionregistration-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/validation-admissionregistration-v1beta1.json new file mode 100644 index 00000000..a4effa90 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/validation-admissionregistration-v1beta1.json @@ -0,0 +1,38 @@ +{ + "description": "Validation specifies the CEL expression which is used to apply the validation.", + "properties": { + "expression": { + "description": "Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API request/response, organized into CEL variables as well as some other useful variables:\n\n- 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](/pkg/apis/admission/types.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'namespaceObject' - The namespace object that the incoming object belongs to. The value is null for cluster-scoped resources. - 'variables' - Map of composited variables, from its name to its lazily evaluated value.\n For example, a variable named 'foo' can be accessed as 'variables.foo'.\n- 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.\n See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz\n- 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n request resource.\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible.\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n - Expression accessing a property named \"namespace\": {\"Expression\": \"object.__namespace__ > 0\"}\n - Expression accessing a property named \"x-prop\": {\"Expression\": \"object.x__dash__prop > 0\"}\n - Expression accessing a property named \"redact__d\": {\"Expression\": \"object.redact__underscores__d > 0\"}\n\nEquality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:\n - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and\n non-intersecting elements in `Y` are appended, retaining their partial order.\n - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values\n are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with\n non-intersecting keys are appended, retaining their partial order.\nRequired.", + "type": [ + "string", + "null" + ] + }, + "message": { + "description": "Message represents the message displayed when validation fails. The message is required if the Expression contains line breaks. The message must not contain line breaks. If unset, the message is \"failed rule: {Rule}\". e.g. \"must be a URL with the host matching spec.host\" If the Expression contains line breaks. Message is required. The message must not contain line breaks. If unset, the message is \"failed Expression: {Expression}\".", + "type": [ + "string", + "null" + ] + }, + "messageExpression": { + "description": "messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a validation, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for 'authorizer' and 'authorizer.requestResource'. Example: \"object.x must be less than max (\"+string(params.max)+\")\"", + "type": [ + "string", + "null" + ] + }, + "reason": { + "description": "Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: \"Unauthorized\", \"Forbidden\", \"Invalid\", \"RequestEntityTooLarge\". If not set, StatusReasonInvalid is used in the response to the client.", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "expression" + ], + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/validation.json b/helm-charts/nginx-ingress/v1.28.0/validation.json similarity index 56% rename from helm-charts/nginx-ingress/v1.27.4/validation.json rename to helm-charts/nginx-ingress/v1.28.0/validation.json index 13dbb4d7..a4effa90 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validation.json +++ b/helm-charts/nginx-ingress/v1.28.0/validation.json @@ -2,7 +2,7 @@ "description": "Validation specifies the CEL expression which is used to apply the validation.", "properties": { "expression": { - "description": "Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API request/response, organized into CEL variables as well as some other useful variables:\n\n- 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](/pkg/apis/admission/types.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.\n See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz\n- 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n request resource.\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible.\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n - Expression accessing a property named \"namespace\": {\"Expression\": \"object.__namespace__ > 0\"}\n - Expression accessing a property named \"x-prop\": {\"Expression\": \"object.x__dash__prop > 0\"}\n - Expression accessing a property named \"redact__d\": {\"Expression\": \"object.redact__underscores__d > 0\"}\n\nEquality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:\n - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and\n non-intersecting elements in `Y` are appended, retaining their partial order.\n - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values\n are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with\n non-intersecting keys are appended, retaining their partial order.\nRequired.", + "description": "Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API request/response, organized into CEL variables as well as some other useful variables:\n\n- 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](/pkg/apis/admission/types.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'namespaceObject' - The namespace object that the incoming object belongs to. The value is null for cluster-scoped resources. - 'variables' - Map of composited variables, from its name to its lazily evaluated value.\n For example, a variable named 'foo' can be accessed as 'variables.foo'.\n- 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.\n See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz\n- 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the\n request resource.\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible.\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n - Expression accessing a property named \"namespace\": {\"Expression\": \"object.__namespace__ > 0\"}\n - Expression accessing a property named \"x-prop\": {\"Expression\": \"object.x__dash__prop > 0\"}\n - Expression accessing a property named \"redact__d\": {\"Expression\": \"object.redact__underscores__d > 0\"}\n\nEquality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:\n - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and\n non-intersecting elements in `Y` are appended, retaining their partial order.\n - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values\n are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with\n non-intersecting keys are appended, retaining their partial order.\nRequired.", "type": [ "string", "null" diff --git a/helm-charts/nginx-ingress/v1.27.4/validationrule-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/validationrule-apiextensions-v1.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/validationrule-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/validationrule-apiextensions-v1.json index 6b9f180e..060aea8a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validationrule-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/validationrule-apiextensions-v1.json @@ -1,6 +1,13 @@ { "description": "ValidationRule describes a validation rule written in the CEL expression language.", "properties": { + "fieldPath": { + "description": "fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`", + "type": [ + "string", + "null" + ] + }, "message": { "description": "Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is \"failed rule: {Rule}\". e.g. \"must be a URL with the host matching spec.host\"", "type": [ @@ -15,6 +22,13 @@ "null" ] }, + "reason": { + "description": "reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: \"FieldValueInvalid\", \"FieldValueForbidden\", \"FieldValueRequired\", \"FieldValueDuplicate\". If not set, default to use \"FieldValueInvalid\". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.", + "type": [ + "string", + "null" + ] + }, "rule": { "description": "Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {\"rule\": \"self.status.actual <= self.spec.maxDesired\"}\n\nIf the Rule is scoped to an object with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the Rule is scoped to an array, the elements of the array are accessible via `self[i]` and also by macros and functions. If the Rule is scoped to a scalar, `self` is bound to the scalar value. Examples: - Rule scoped to a map of objects: {\"rule\": \"self.components['Widget'].priority < 10\"} - Rule scoped to a list of integers: {\"rule\": \"self.values.all(value, value >= 0 && value < 100)\"} - Rule scoped to a string value: {\"rule\": \"self.startsWith('kube')\"}\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object and from any x-kubernetes-embedded-resource annotated objects. No other metadata properties are accessible.\n\nUnknown data preserved in custom resources via x-kubernetes-preserve-unknown-fields is not accessible in CEL expressions. This includes: - Unknown field values that are preserved by object schemas with x-kubernetes-preserve-unknown-fields. - Object properties where the property schema is of an \"unknown type\". An \"unknown type\" is recursively defined as:\n - A schema with no type and x-kubernetes-preserve-unknown-fields set to true\n - An array where the items schema is of an \"unknown type\"\n - An object where the additionalProperties schema is of an \"unknown type\"\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n - Rule accessing a property named \"namespace\": {\"rule\": \"self.__namespace__ > 0\"}\n - Rule accessing a property named \"x-prop\": {\"rule\": \"self.x__dash__prop > 0\"}\n - Rule accessing a property named \"redact__d\": {\"rule\": \"self.redact__underscores__d > 0\"}\n\nEquality on arrays with x-kubernetes-list-type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:\n - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and\n non-intersecting elements in `Y` are appended, retaining their partial order.\n - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values\n are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with\n non-intersecting keys are appended, retaining their partial order.", "type": [ diff --git a/helm-charts/nginx-ingress/v1.27.4/validationrule.json b/helm-charts/nginx-ingress/v1.28.0/validationrule.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/validationrule.json rename to helm-charts/nginx-ingress/v1.28.0/validationrule.json index 6b9f180e..060aea8a 100644 --- a/helm-charts/nginx-ingress/v1.27.4/validationrule.json +++ b/helm-charts/nginx-ingress/v1.28.0/validationrule.json @@ -1,6 +1,13 @@ { "description": "ValidationRule describes a validation rule written in the CEL expression language.", "properties": { + "fieldPath": { + "description": "fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to [JSONPath support in Kubernetes](https://kubernetes.io/docs/reference/kubectl/jsonpath/) for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`", + "type": [ + "string", + "null" + ] + }, "message": { "description": "Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is \"failed rule: {Rule}\". e.g. \"must be a URL with the host matching spec.host\"", "type": [ @@ -15,6 +22,13 @@ "null" ] }, + "reason": { + "description": "reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: \"FieldValueInvalid\", \"FieldValueForbidden\", \"FieldValueRequired\", \"FieldValueDuplicate\". If not set, default to use \"FieldValueInvalid\". All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.", + "type": [ + "string", + "null" + ] + }, "rule": { "description": "Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {\"rule\": \"self.status.actual <= self.spec.maxDesired\"}\n\nIf the Rule is scoped to an object with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the Rule is scoped to an array, the elements of the array are accessible via `self[i]` and also by macros and functions. If the Rule is scoped to a scalar, `self` is bound to the scalar value. Examples: - Rule scoped to a map of objects: {\"rule\": \"self.components['Widget'].priority < 10\"} - Rule scoped to a list of integers: {\"rule\": \"self.values.all(value, value >= 0 && value < 100)\"} - Rule scoped to a string value: {\"rule\": \"self.startsWith('kube')\"}\n\nThe `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object and from any x-kubernetes-embedded-resource annotated objects. No other metadata properties are accessible.\n\nUnknown data preserved in custom resources via x-kubernetes-preserve-unknown-fields is not accessible in CEL expressions. This includes: - Unknown field values that are preserved by object schemas with x-kubernetes-preserve-unknown-fields. - Object properties where the property schema is of an \"unknown type\". An \"unknown type\" is recursively defined as:\n - A schema with no type and x-kubernetes-preserve-unknown-fields set to true\n - An array where the items schema is of an \"unknown type\"\n - An object where the additionalProperties schema is of an \"unknown type\"\n\nOnly property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are:\n\t \"true\", \"false\", \"null\", \"in\", \"as\", \"break\", \"const\", \"continue\", \"else\", \"for\", \"function\", \"if\",\n\t \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n - Rule accessing a property named \"namespace\": {\"rule\": \"self.__namespace__ > 0\"}\n - Rule accessing a property named \"x-prop\": {\"rule\": \"self.x__dash__prop > 0\"}\n - Rule accessing a property named \"redact__d\": {\"rule\": \"self.redact__underscores__d > 0\"}\n\nEquality on arrays with x-kubernetes-list-type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type:\n - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and\n non-intersecting elements in `Y` are appended, retaining their partial order.\n - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values\n are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with\n non-intersecting keys are appended, retaining their partial order.", "type": [ diff --git a/helm-charts/nginx-ingress/v1.28.0/variable-admissionregistration-v1alpha1.json b/helm-charts/nginx-ingress/v1.28.0/variable-admissionregistration-v1alpha1.json new file mode 100644 index 00000000..1c1d7159 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/variable-admissionregistration-v1alpha1.json @@ -0,0 +1,25 @@ +{ + "description": "Variable is the definition of a variable that is used for composition.", + "properties": { + "expression": { + "description": "Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.", + "type": [ + "string", + "null" + ] + }, + "name": { + "description": "Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is \"foo\", the variable will be available as `variables.foo`", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "name", + "expression" + ], + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.28.0/variable-admissionregistration-v1beta1.json b/helm-charts/nginx-ingress/v1.28.0/variable-admissionregistration-v1beta1.json new file mode 100644 index 00000000..0d64e96b --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/variable-admissionregistration-v1beta1.json @@ -0,0 +1,26 @@ +{ + "description": "Variable is the definition of a variable that is used for composition. A variable is defined as a named expression.", + "properties": { + "expression": { + "description": "Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.", + "type": [ + "string", + "null" + ] + }, + "name": { + "description": "Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is \"foo\", the variable will be available as `variables.foo`", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "name", + "expression" + ], + "type": "object", + "x-kubernetes-map-type": "atomic", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.28.0/variable.json b/helm-charts/nginx-ingress/v1.28.0/variable.json new file mode 100644 index 00000000..0d64e96b --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/variable.json @@ -0,0 +1,26 @@ +{ + "description": "Variable is the definition of a variable that is used for composition. A variable is defined as a named expression.", + "properties": { + "expression": { + "description": "Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.", + "type": [ + "string", + "null" + ] + }, + "name": { + "description": "Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is \"foo\", the variable will be available as `variables.foo`", + "type": [ + "string", + "null" + ] + } + }, + "required": [ + "name", + "expression" + ], + "type": "object", + "x-kubernetes-map-type": "atomic", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/volume-v1.json b/helm-charts/nginx-ingress/v1.28.0/volume-v1.json similarity index 58% rename from helm-charts/nginx-ingress/v1.27.4/volume-v1.json rename to helm-charts/nginx-ingress/v1.28.0/volume-v1.json index 43bb2300..76017084 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volume-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/volume-v1.json @@ -2,75 +2,75 @@ "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", "properties": { "awsElasticBlockStore": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource", "description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore" }, "azureDisk": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource", "description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod." }, "azureFile": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AzureFileVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AzureFileVolumeSource", "description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod." }, "cephfs": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CephFSVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CephFSVolumeSource", "description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime" }, "cinder": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CinderVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CinderVolumeSource", "description": "cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md" }, "configMap": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapVolumeSource", "description": "configMap represents a configMap that should populate this volume" }, "csi": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CSIVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CSIVolumeSource", "description": "csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature)." }, "downwardAPI": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeSource", "description": "downwardAPI represents downward API about the pod that should populate this volume" }, "emptyDir": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EmptyDirVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EmptyDirVolumeSource", "description": "emptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir" }, "ephemeral": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EphemeralVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EphemeralVolumeSource", "description": "ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed.\n\nUse this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity\n tracking are needed,\nc) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through\n a PersistentVolumeClaim (see EphemeralVolumeSource for more\n information on the connection between this volume type\n and PersistentVolumeClaim).\n\nUse PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod.\n\nUse CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information.\n\nA pod can use both types of ephemeral volumes and persistent volumes at the same time." }, "fc": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FCVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FCVolumeSource", "description": "fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod." }, "flexVolume": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FlexVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FlexVolumeSource", "description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin." }, "flocker": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FlockerVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FlockerVolumeSource", "description": "flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running" }, "gcePersistentDisk": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource", "description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk" }, "gitRepo": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GitRepoVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GitRepoVolumeSource", "description": "gitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container." }, "glusterfs": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GlusterfsVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GlusterfsVolumeSource", "description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md" }, "hostPath": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HostPathVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HostPathVolumeSource", "description": "hostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath" }, "iscsi": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ISCSIVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ISCSIVolumeSource", "description": "iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md" }, "name": { @@ -81,47 +81,47 @@ ] }, "nfs": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NFSVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NFSVolumeSource", "description": "nfs represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs" }, "persistentVolumeClaim": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimVolumeSource", "description": "persistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims" }, "photonPersistentDisk": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource", "description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine" }, "portworxVolume": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PortworxVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PortworxVolumeSource", "description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine" }, "projected": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ProjectedVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ProjectedVolumeSource", "description": "projected items for all in one resources secrets, configmaps, and downward API" }, "quobyte": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.QuobyteVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.QuobyteVolumeSource", "description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime" }, "rbd": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.RBDVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.RBDVolumeSource", "description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md" }, "scaleIO": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScaleIOVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ScaleIOVolumeSource", "description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes." }, "secret": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretVolumeSource", "description": "secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret" }, "storageos": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.StorageOSVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.StorageOSVolumeSource", "description": "storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes." }, "vsphereVolume": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource", "description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volume.json b/helm-charts/nginx-ingress/v1.28.0/volume.json similarity index 58% rename from helm-charts/nginx-ingress/v1.27.4/volume.json rename to helm-charts/nginx-ingress/v1.28.0/volume.json index 43bb2300..76017084 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volume.json +++ b/helm-charts/nginx-ingress/v1.28.0/volume.json @@ -2,75 +2,75 @@ "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", "properties": { "awsElasticBlockStore": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource", "description": "awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore" }, "azureDisk": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource", "description": "azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod." }, "azureFile": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.AzureFileVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.AzureFileVolumeSource", "description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod." }, "cephfs": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CephFSVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CephFSVolumeSource", "description": "cephFS represents a Ceph FS mount on the host that shares a pod's lifetime" }, "cinder": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CinderVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CinderVolumeSource", "description": "cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md" }, "configMap": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapVolumeSource", "description": "configMap represents a configMap that should populate this volume" }, "csi": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.CSIVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.CSIVolumeSource", "description": "csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature)." }, "downwardAPI": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeSource", "description": "downwardAPI represents downward API about the pod that should populate this volume" }, "emptyDir": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EmptyDirVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EmptyDirVolumeSource", "description": "emptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir" }, "ephemeral": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.EphemeralVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EphemeralVolumeSource", "description": "ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed.\n\nUse this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity\n tracking are needed,\nc) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through\n a PersistentVolumeClaim (see EphemeralVolumeSource for more\n information on the connection between this volume type\n and PersistentVolumeClaim).\n\nUse PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod.\n\nUse CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information.\n\nA pod can use both types of ephemeral volumes and persistent volumes at the same time." }, "fc": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FCVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FCVolumeSource", "description": "fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod." }, "flexVolume": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FlexVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FlexVolumeSource", "description": "flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin." }, "flocker": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.FlockerVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.FlockerVolumeSource", "description": "flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running" }, "gcePersistentDisk": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource", "description": "gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk" }, "gitRepo": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GitRepoVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GitRepoVolumeSource", "description": "gitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container." }, "glusterfs": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.GlusterfsVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.GlusterfsVolumeSource", "description": "glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md" }, "hostPath": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HostPathVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.HostPathVolumeSource", "description": "hostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath" }, "iscsi": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ISCSIVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ISCSIVolumeSource", "description": "iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md" }, "name": { @@ -81,47 +81,47 @@ ] }, "nfs": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NFSVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NFSVolumeSource", "description": "nfs represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs" }, "persistentVolumeClaim": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimVolumeSource", "description": "persistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims" }, "photonPersistentDisk": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource", "description": "photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine" }, "portworxVolume": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PortworxVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PortworxVolumeSource", "description": "portworxVolume represents a portworx volume attached and mounted on kubelets host machine" }, "projected": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ProjectedVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ProjectedVolumeSource", "description": "projected items for all in one resources secrets, configmaps, and downward API" }, "quobyte": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.QuobyteVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.QuobyteVolumeSource", "description": "quobyte represents a Quobyte mount on the host that shares a pod's lifetime" }, "rbd": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.RBDVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.RBDVolumeSource", "description": "rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md" }, "scaleIO": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ScaleIOVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ScaleIOVolumeSource", "description": "scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes." }, "secret": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.SecretVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretVolumeSource", "description": "secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret" }, "storageos": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.StorageOSVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.StorageOSVolumeSource", "description": "storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes." }, "vsphereVolume": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource", "description": "vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeattachment-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/volumeattachment-storage-v1.json similarity index 78% rename from helm-charts/nginx-ingress/v1.27.4/volumeattachment-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/volumeattachment-storage-v1.json index 62048be5..7541bce0 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumeattachment-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumeattachment-storage-v1.json @@ -22,15 +22,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSpec", "description": "spec represents specification of the desired attach/detach volume behavior. Populated by the Kubernetes system." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentStatus", "description": "status represents status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeattachment.json b/helm-charts/nginx-ingress/v1.28.0/volumeattachment.json similarity index 77% rename from helm-charts/nginx-ingress/v1.27.4/volumeattachment.json rename to helm-charts/nginx-ingress/v1.28.0/volumeattachment.json index 6ed1e879..9aa1bcf8 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumeattachment.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumeattachment.json @@ -19,15 +19,15 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta", "description": "Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" }, "spec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSpec", "description": "spec represents specification of the desired attach/detach volume behavior. Populated by the Kubernetes system." }, "status": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentStatus", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentStatus", "description": "status represents status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentlist-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentlist-storage-v1.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/volumeattachmentlist-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/volumeattachmentlist-storage-v1.json index ca466c6f..a7ae71f2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentlist-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentlist-storage-v1.json @@ -14,7 +14,7 @@ "items": { "description": "items is the list of VolumeAttachments", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachment" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachment" }, "type": [ "array", @@ -32,7 +32,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentlist.json b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentlist.json similarity index 82% rename from helm-charts/nginx-ingress/v1.27.4/volumeattachmentlist.json rename to helm-charts/nginx-ingress/v1.28.0/volumeattachmentlist.json index 740e0c3c..a9d02301 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentlist.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentlist.json @@ -11,7 +11,7 @@ "items": { "description": "items is the list of VolumeAttachments", "items": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachment" + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachment" }, "type": [ "array", @@ -29,7 +29,7 @@ ] }, "metadata": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta", "description": "Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata" } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentsource-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentsource-storage-v1.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/volumeattachmentsource-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/volumeattachmentsource-storage-v1.json index dc79a0d9..f1ccc70c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentsource-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentsource-storage-v1.json @@ -2,7 +2,7 @@ "description": "VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.", "properties": { "inlineVolumeSpec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec", "description": "inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature." }, "persistentVolumeName": { diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentsource.json b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentsource.json similarity index 85% rename from helm-charts/nginx-ingress/v1.27.4/volumeattachmentsource.json rename to helm-charts/nginx-ingress/v1.28.0/volumeattachmentsource.json index dc79a0d9..f1ccc70c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentsource.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentsource.json @@ -2,7 +2,7 @@ "description": "VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.", "properties": { "inlineVolumeSpec": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec", "description": "inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature." }, "persistentVolumeName": { diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentspec-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentspec-storage-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/volumeattachmentspec-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/volumeattachmentspec-storage-v1.json index 9aaddd60..f6e74420 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentspec-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentspec-storage-v1.json @@ -16,7 +16,7 @@ ] }, "source": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSource", "description": "source represents the volume that should be attached." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentspec.json b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentspec.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/volumeattachmentspec.json rename to helm-charts/nginx-ingress/v1.28.0/volumeattachmentspec.json index 9aaddd60..f6e74420 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentspec.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentspec.json @@ -16,7 +16,7 @@ ] }, "source": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSource", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSource", "description": "source represents the volume that should be attached." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentstatus-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentstatus-storage-v1.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/volumeattachmentstatus-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/volumeattachmentstatus-storage-v1.json index 8660a6e7..9da462c2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentstatus-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentstatus-storage-v1.json @@ -2,7 +2,7 @@ "description": "VolumeAttachmentStatus is the status of a VolumeAttachment request.", "properties": { "attachError": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeError", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeError", "description": "attachError represents the last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher." }, "attached": { @@ -26,7 +26,7 @@ ] }, "detachError": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeError", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeError", "description": "detachError represents the last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentstatus.json b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentstatus.json similarity index 81% rename from helm-charts/nginx-ingress/v1.27.4/volumeattachmentstatus.json rename to helm-charts/nginx-ingress/v1.28.0/volumeattachmentstatus.json index 8660a6e7..9da462c2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumeattachmentstatus.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumeattachmentstatus.json @@ -2,7 +2,7 @@ "description": "VolumeAttachmentStatus is the status of a VolumeAttachment request.", "properties": { "attachError": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeError", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeError", "description": "attachError represents the last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher." }, "attached": { @@ -26,7 +26,7 @@ ] }, "detachError": { - "$ref": "_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeError", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.storage.v1.VolumeError", "description": "detachError represents the last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumedevice-v1.json b/helm-charts/nginx-ingress/v1.28.0/volumedevice-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/volumedevice-v1.json rename to helm-charts/nginx-ingress/v1.28.0/volumedevice-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/volumedevice.json b/helm-charts/nginx-ingress/v1.28.0/volumedevice.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/volumedevice.json rename to helm-charts/nginx-ingress/v1.28.0/volumedevice.json diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeerror-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/volumeerror-storage-v1.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/volumeerror-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/volumeerror-storage-v1.json index 987a1075..e664bdd2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumeerror-storage-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumeerror-storage-v1.json @@ -9,7 +9,7 @@ ] }, "time": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "time represents the time the error was encountered." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumeerror.json b/helm-charts/nginx-ingress/v1.28.0/volumeerror.json similarity index 76% rename from helm-charts/nginx-ingress/v1.27.4/volumeerror.json rename to helm-charts/nginx-ingress/v1.28.0/volumeerror.json index 987a1075..e664bdd2 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumeerror.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumeerror.json @@ -9,7 +9,7 @@ ] }, "time": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time", "description": "time represents the time the error was encountered." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumemount-v1.json b/helm-charts/nginx-ingress/v1.28.0/volumemount-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/volumemount-v1.json rename to helm-charts/nginx-ingress/v1.28.0/volumemount-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/volumemount.json b/helm-charts/nginx-ingress/v1.28.0/volumemount.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/volumemount.json rename to helm-charts/nginx-ingress/v1.28.0/volumemount.json diff --git a/helm-charts/nginx-ingress/v1.27.4/volumenodeaffinity-v1.json b/helm-charts/nginx-ingress/v1.28.0/volumenodeaffinity-v1.json similarity index 66% rename from helm-charts/nginx-ingress/v1.27.4/volumenodeaffinity-v1.json rename to helm-charts/nginx-ingress/v1.28.0/volumenodeaffinity-v1.json index 85714e25..9dc46582 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumenodeaffinity-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumenodeaffinity-v1.json @@ -2,7 +2,7 @@ "description": "VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.", "properties": { "required": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", "description": "required specifies hard node constraints that must be met." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumenodeaffinity.json b/helm-charts/nginx-ingress/v1.28.0/volumenodeaffinity.json similarity index 66% rename from helm-charts/nginx-ingress/v1.27.4/volumenodeaffinity.json rename to helm-charts/nginx-ingress/v1.28.0/volumenodeaffinity.json index 85714e25..9dc46582 100644 --- a/helm-charts/nginx-ingress/v1.27.4/volumenodeaffinity.json +++ b/helm-charts/nginx-ingress/v1.28.0/volumenodeaffinity.json @@ -2,7 +2,7 @@ "description": "VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.", "properties": { "required": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector", "description": "required specifies hard node constraints that must be met." } }, diff --git a/helm-charts/nginx-ingress/v1.27.4/volumenoderesources-storage-v1.json b/helm-charts/nginx-ingress/v1.28.0/volumenoderesources-storage-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/volumenoderesources-storage-v1.json rename to helm-charts/nginx-ingress/v1.28.0/volumenoderesources-storage-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/volumenoderesources.json b/helm-charts/nginx-ingress/v1.28.0/volumenoderesources.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/volumenoderesources.json rename to helm-charts/nginx-ingress/v1.28.0/volumenoderesources.json diff --git a/helm-charts/nginx-ingress/v1.28.0/volumeprojection-v1.json b/helm-charts/nginx-ingress/v1.28.0/volumeprojection-v1.json new file mode 100644 index 00000000..f3986ea8 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/volumeprojection-v1.json @@ -0,0 +1,23 @@ +{ + "description": "Projection that may be projected along with other supported volume types", + "properties": { + "configMap": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapProjection", + "description": "configMap information about the configMap data to project" + }, + "downwardAPI": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIProjection", + "description": "downwardAPI information about the downwardAPI data to project" + }, + "secret": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretProjection", + "description": "secret information about the secret data to project" + }, + "serviceAccountToken": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccountTokenProjection", + "description": "serviceAccountToken is information about the serviceAccountToken data to project" + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.28.0/volumeprojection.json b/helm-charts/nginx-ingress/v1.28.0/volumeprojection.json new file mode 100644 index 00000000..f3986ea8 --- /dev/null +++ b/helm-charts/nginx-ingress/v1.28.0/volumeprojection.json @@ -0,0 +1,23 @@ +{ + "description": "Projection that may be projected along with other supported volume types", + "properties": { + "configMap": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapProjection", + "description": "configMap information about the configMap data to project" + }, + "downwardAPI": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.DownwardAPIProjection", + "description": "downwardAPI information about the downwardAPI data to project" + }, + "secret": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.SecretProjection", + "description": "secret information about the secret data to project" + }, + "serviceAccountToken": { + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceAccountTokenProjection", + "description": "serviceAccountToken is information about the serviceAccountToken data to project" + } + }, + "type": "object", + "$schema": "http://json-schema.org/schema#" +} \ No newline at end of file diff --git a/helm-charts/nginx-ingress/v1.27.4/vspherevirtualdiskvolumesource-v1.json b/helm-charts/nginx-ingress/v1.28.0/vspherevirtualdiskvolumesource-v1.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/vspherevirtualdiskvolumesource-v1.json rename to helm-charts/nginx-ingress/v1.28.0/vspherevirtualdiskvolumesource-v1.json diff --git a/helm-charts/nginx-ingress/v1.27.4/vspherevirtualdiskvolumesource.json b/helm-charts/nginx-ingress/v1.28.0/vspherevirtualdiskvolumesource.json similarity index 100% rename from helm-charts/nginx-ingress/v1.27.4/vspherevirtualdiskvolumesource.json rename to helm-charts/nginx-ingress/v1.28.0/vspherevirtualdiskvolumesource.json diff --git a/helm-charts/nginx-ingress/v1.27.4/watchevent-meta-v1.json b/helm-charts/nginx-ingress/v1.28.0/watchevent-meta-v1.json similarity index 97% rename from helm-charts/nginx-ingress/v1.27.4/watchevent-meta-v1.json rename to helm-charts/nginx-ingress/v1.28.0/watchevent-meta-v1.json index 797678a9..a856192c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/watchevent-meta-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/watchevent-meta-v1.json @@ -2,7 +2,7 @@ "description": "Event represents a single event to a watched resource.", "properties": { "object": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension", "description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/watchevent.json b/helm-charts/nginx-ingress/v1.28.0/watchevent.json similarity index 97% rename from helm-charts/nginx-ingress/v1.27.4/watchevent.json rename to helm-charts/nginx-ingress/v1.28.0/watchevent.json index 797678a9..a856192c 100644 --- a/helm-charts/nginx-ingress/v1.27.4/watchevent.json +++ b/helm-charts/nginx-ingress/v1.28.0/watchevent.json @@ -2,7 +2,7 @@ "description": "Event represents a single event to a watched resource.", "properties": { "object": { - "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension", "description": "Object is:\n * If Type is Added or Modified: the new state of the object.\n * If Type is Deleted: the state of the object immediately before deletion.\n * If Type is Error: *Status is recommended; other types may make sense\n depending on context." }, "type": { diff --git a/helm-charts/nginx-ingress/v1.27.4/webhookclientconfig-admissionregistration-v1.json b/helm-charts/nginx-ingress/v1.28.0/webhookclientconfig-admissionregistration-v1.json similarity index 91% rename from helm-charts/nginx-ingress/v1.27.4/webhookclientconfig-admissionregistration-v1.json rename to helm-charts/nginx-ingress/v1.28.0/webhookclientconfig-admissionregistration-v1.json index 51c76b7f..a71fb227 100644 --- a/helm-charts/nginx-ingress/v1.27.4/webhookclientconfig-admissionregistration-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/webhookclientconfig-admissionregistration-v1.json @@ -10,7 +10,7 @@ ] }, "service": { - "$ref": "_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ServiceReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.admissionregistration.v1.ServiceReference", "description": "`service` is a reference to the service for this webhook. Either `service` or `url` must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`." }, "url": { diff --git a/helm-charts/nginx-ingress/v1.27.4/webhookclientconfig-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/webhookclientconfig-apiextensions-v1.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/webhookclientconfig-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/webhookclientconfig-apiextensions-v1.json index 0ac6e209..d00f223d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/webhookclientconfig-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/webhookclientconfig-apiextensions-v1.json @@ -10,7 +10,7 @@ ] }, "service": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ServiceReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ServiceReference", "description": "service is a reference to the service for this webhook. Either service or url must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`." }, "url": { diff --git a/helm-charts/nginx-ingress/v1.27.4/webhookclientconfig.json b/helm-charts/nginx-ingress/v1.28.0/webhookclientconfig.json similarity index 90% rename from helm-charts/nginx-ingress/v1.27.4/webhookclientconfig.json rename to helm-charts/nginx-ingress/v1.28.0/webhookclientconfig.json index 0ac6e209..d00f223d 100644 --- a/helm-charts/nginx-ingress/v1.27.4/webhookclientconfig.json +++ b/helm-charts/nginx-ingress/v1.28.0/webhookclientconfig.json @@ -10,7 +10,7 @@ ] }, "service": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ServiceReference", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ServiceReference", "description": "service is a reference to the service for this webhook. Either service or url must be specified.\n\nIf the webhook is running within the cluster, then you should use `service`." }, "url": { diff --git a/helm-charts/nginx-ingress/v1.27.4/webhookconversion-apiextensions-v1.json b/helm-charts/nginx-ingress/v1.28.0/webhookconversion-apiextensions-v1.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/webhookconversion-apiextensions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/webhookconversion-apiextensions-v1.json index 495722c5..94278fbc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/webhookconversion-apiextensions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/webhookconversion-apiextensions-v1.json @@ -2,7 +2,7 @@ "description": "WebhookConversion describes how to call a conversion webhook", "properties": { "clientConfig": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookClientConfig", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookClientConfig", "description": "clientConfig is the instructions for how to call the webhook if strategy is `Webhook`." }, "conversionReviewVersions": { diff --git a/helm-charts/nginx-ingress/v1.27.4/webhookconversion.json b/helm-charts/nginx-ingress/v1.28.0/webhookconversion.json similarity index 83% rename from helm-charts/nginx-ingress/v1.27.4/webhookconversion.json rename to helm-charts/nginx-ingress/v1.28.0/webhookconversion.json index 495722c5..94278fbc 100644 --- a/helm-charts/nginx-ingress/v1.27.4/webhookconversion.json +++ b/helm-charts/nginx-ingress/v1.28.0/webhookconversion.json @@ -2,7 +2,7 @@ "description": "WebhookConversion describes how to call a conversion webhook", "properties": { "clientConfig": { - "$ref": "_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookClientConfig", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookClientConfig", "description": "clientConfig is the instructions for how to call the webhook if strategy is `Webhook`." }, "conversionReviewVersions": { diff --git a/helm-charts/nginx-ingress/v1.27.4/weightedpodaffinityterm-v1.json b/helm-charts/nginx-ingress/v1.28.0/weightedpodaffinityterm-v1.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/weightedpodaffinityterm-v1.json rename to helm-charts/nginx-ingress/v1.28.0/weightedpodaffinityterm-v1.json index 9de75724..d225e4d4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/weightedpodaffinityterm-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/weightedpodaffinityterm-v1.json @@ -2,7 +2,7 @@ "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", "properties": { "podAffinityTerm": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm", "description": "Required. A pod affinity term, associated with the corresponding weight." }, "weight": { diff --git a/helm-charts/nginx-ingress/v1.27.4/weightedpodaffinityterm.json b/helm-charts/nginx-ingress/v1.28.0/weightedpodaffinityterm.json similarity index 79% rename from helm-charts/nginx-ingress/v1.27.4/weightedpodaffinityterm.json rename to helm-charts/nginx-ingress/v1.28.0/weightedpodaffinityterm.json index 9de75724..d225e4d4 100644 --- a/helm-charts/nginx-ingress/v1.27.4/weightedpodaffinityterm.json +++ b/helm-charts/nginx-ingress/v1.28.0/weightedpodaffinityterm.json @@ -2,7 +2,7 @@ "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", "properties": { "podAffinityTerm": { - "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm", + "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinityTerm", "description": "Required. A pod affinity term, associated with the corresponding weight." }, "weight": { diff --git a/helm-charts/nginx-ingress/v1.27.4/windowssecuritycontextoptions-v1.json b/helm-charts/nginx-ingress/v1.28.0/windowssecuritycontextoptions-v1.json similarity index 71% rename from helm-charts/nginx-ingress/v1.27.4/windowssecuritycontextoptions-v1.json rename to helm-charts/nginx-ingress/v1.28.0/windowssecuritycontextoptions-v1.json index 5640973e..4f524798 100644 --- a/helm-charts/nginx-ingress/v1.27.4/windowssecuritycontextoptions-v1.json +++ b/helm-charts/nginx-ingress/v1.28.0/windowssecuritycontextoptions-v1.json @@ -16,7 +16,7 @@ ] }, "hostProcess": { - "description": "HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", + "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": [ "boolean", "null" diff --git a/helm-charts/nginx-ingress/v1.27.4/windowssecuritycontextoptions.json b/helm-charts/nginx-ingress/v1.28.0/windowssecuritycontextoptions.json similarity index 71% rename from helm-charts/nginx-ingress/v1.27.4/windowssecuritycontextoptions.json rename to helm-charts/nginx-ingress/v1.28.0/windowssecuritycontextoptions.json index 5640973e..4f524798 100644 --- a/helm-charts/nginx-ingress/v1.27.4/windowssecuritycontextoptions.json +++ b/helm-charts/nginx-ingress/v1.28.0/windowssecuritycontextoptions.json @@ -16,7 +16,7 @@ ] }, "hostProcess": { - "description": "HostProcess determines if a container should be run as a 'Host Process' container. This field is alpha-level and will only be honored by components that enable the WindowsHostProcessContainers feature flag. Setting this field without the feature flag will result in errors when validating the Pod. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", + "description": "HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.", "type": [ "boolean", "null" diff --git a/helm-charts/nginx-ingress/values.schema.json b/helm-charts/nginx-ingress/values.schema.json index 02921181..647df9d1 100644 --- a/helm-charts/nginx-ingress/values.schema.json +++ b/helm-charts/nginx-ingress/values.schema.json @@ -46,13 +46,13 @@ "type": "object", "default": {}, "title": "The selectorLabels Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector/properties/matchLabels" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector/properties/matchLabels" }, "annotations": { "type": "object", "default": {}, "title": "The annotations Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" }, "nginxplus": { "type": "boolean", @@ -195,7 +195,7 @@ "^.*$": { "anyOf": [ { - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort/properties/hostPort" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort/properties/hostPort" }, { "type": "boolean" @@ -211,7 +211,7 @@ "title": "The containerPort Schema", "patternProperties": { "^.*$": { - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort/properties/containerPort" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort/properties/containerPort" } }, "additionalProperties": false @@ -220,7 +220,7 @@ "type": "string", "allOf": [ { - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/dnsPolicy" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/dnsPolicy" }, { "enum": [ @@ -270,7 +270,7 @@ "title": "The customPorts to expose on the NGINX Ingress Controller pod", "items": { "type": "object", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ContainerPort" }, "examples": [ [ @@ -325,7 +325,7 @@ "title": "The pullPolicy for the Ingress Controller image", "allOf": [ { - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Container/properties/imagePullPolicy" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Container/properties/imagePullPolicy" }, { "enum": [ @@ -354,7 +354,7 @@ "type": "object", "default": {}, "title": "The lifecycle Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Lifecycle" }, "customConfigMap": { "type": "string", @@ -382,7 +382,7 @@ "type": "object", "default": {}, "title": "The annotations Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" }, "entries": { "type": "object", @@ -469,25 +469,25 @@ "type": "object", "default": {}, "title": "The nodeSelector Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/nodeSelector" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/nodeSelector" }, "terminationGracePeriodSeconds": { "type": "integer", "default": 30, "title": "The terminationGracePeriodSeconds Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/terminationGracePeriodSeconds" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/terminationGracePeriodSeconds" }, "resources": { "type": "object", "default": {}, "title": "The resources Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements" }, "initContainerResources": { "type": "object", "default": {}, "title": "The resources Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceRequirements" }, "tolerations": { "type": "array", @@ -495,20 +495,20 @@ "title": "The tolerations Schema", "items": { "type": "object", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Toleration" } }, "affinity": { "type": "object", "default": {}, "title": "The affinity Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Affinity" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Affinity" }, "topologySpreadConstraints": { "type": "object", "default": {}, "title": "The topologySpreadConstraints Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/topologySpreadConstraints" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/topologySpreadConstraints" }, "env": { "type": "array", @@ -516,7 +516,7 @@ "title": "The env Schema", "items": { "type": "object", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.EnvVar" } }, "volumes": { @@ -525,7 +525,7 @@ "title": "The volumes Schema", "items": { "type": "object", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Volume" } }, "volumeMounts": { @@ -534,7 +534,7 @@ "title": "The volumeMounts Schema", "items": { "type": "object", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.VolumeMount" } }, "initContainers": { @@ -543,14 +543,14 @@ "title": "The initContainers Schema", "items": { "type": "object", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Container" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Container" } }, "minReadySeconds": { "type": "integer", "default": 0, "title": "The minReadySeconds Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentSpec/properties/minReadySeconds" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentSpec/properties/minReadySeconds" }, "strategy": { "type": "object", @@ -558,7 +558,7 @@ "title": "The strategy Schema", "allOf": [ { - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStrategy" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.apps.v1.DeploymentStrategy" }, { "properties": { @@ -580,7 +580,7 @@ "title": "The extraContainers Schema", "items": { "type": "object", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Container" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Container" } }, "replicaCount": { @@ -848,19 +848,19 @@ "type": "string", "default": "", "title": "The type", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/type" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/type" }, "externalTrafficPolicy": { "type": "string", "default": "", "title": "The externalTrafficPolicy", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/externalTrafficPolicy" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/externalTrafficPolicy" }, "annotations": { "type": "object", "default": {}, "title": "The annotations", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" }, "extraLabels": { "type": "object", @@ -876,13 +876,13 @@ "type": "string", "default": "", "title": "The loadBalancerIP", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/loadBalancerIP" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/loadBalancerIP" }, "externalIPs": { "type": "array", "default": [], "title": "The externalIPs", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/externalIPs" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/externalIPs" }, "loadBalancerSourceRanges": { "type": "array", @@ -897,13 +897,13 @@ "type": "boolean", "default": false, "title": "The allocateLoadBalancerNodePorts Schema", - "ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/allocateLoadBalancerNodePorts" + "ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/allocateLoadBalancerNodePorts" }, "ipFamilyPolicy": { "type": "string", "default": "", "title": "The ipFamilyPolicy Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/ipFamilyPolicy", + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/ipFamilyPolicy", "examples": [ "" ] @@ -912,7 +912,7 @@ "type": "array", "default": [], "title": "The ipFamilies Schema", - "ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/ipFamilies" + "ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServiceSpec/properties/ipFamilies" }, "httpPort": { "type": "object", @@ -1016,7 +1016,7 @@ "title": "The customPorts", "items": { "type": "object", - "ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServicePort" + "ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.ServicePort" } } }, @@ -1058,7 +1058,7 @@ "type": "object", "default": {}, "title": "The annotations Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" }, "name": { "type": "string", @@ -1203,7 +1203,7 @@ "type": "object", "default": {}, "title": "The annotations Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" } }, "examples": [ @@ -1227,13 +1227,13 @@ "type": "object", "default": {}, "title": "The annotations Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" }, "extraLabels": { "type": "object", "default": {}, "title": "The extraLabels Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/labels" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/labels" } }, "examples": [ @@ -1247,7 +1247,7 @@ "type": "string", "default": "", "title": "The priorityClassName", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/priorityClassName" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodSpec/properties/priorityClassName" }, "podDisruptionBudget": { "type": "object", @@ -1264,13 +1264,13 @@ "type": "object", "default": {}, "title": "The annotations Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/annotations" }, "minAvailable": { - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetSpec/properties/minAvailable" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetSpec/properties/minAvailable" }, "maxUnavailable": { - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetSpec/properties/maxUnavailable" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetSpec/properties/maxUnavailable" } }, "examples": [ @@ -1309,7 +1309,7 @@ "initialDelaySeconds": { "type": "integer", "default": 0, - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe/properties/initialDelaySeconds" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.api.core.v1.Probe/properties/initialDelaySeconds" } }, "examples": [ @@ -1601,7 +1601,7 @@ "type": "object", "default": {}, "title": "The labels Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/labels" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/labels" } } }, @@ -1623,13 +1623,13 @@ "type": "object", "default": {}, "title": "The labels Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/labels" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta/properties/labels" }, "selectorMatchLabels": { "type": "object", "default": {}, "title": "The selectorMatchLabels Schema", - "$ref": "https://raw.githubusercontent.com/nginxinc/kubernetes-json-schema/master/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector/properties/matchLabels" + "$ref": "file://./helm-charts/nginx-ingress/v1.28.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector/properties/matchLabels" }, "endpoints": { "type": "array",