api
api copied to clipboard
Canonical location of the OpenShift API definition.
DeploymentConfigs are deprecated. They will not get removed from 4.Y. Users are expected to migrate to Deployments wherever possible. Disabling the capability by default is part of making the default...
Enhancement proposal: https://github.com/openshift/enhancements/pull/1670
/cc @flavianmissi https://github.com/openshift/cluster-image-registry-operator/pull/1073
We're using `RouteExternalCertificate` feature gate as part of https://issues.redhat.com/browse/CFE-811 feature. xref: - Ingress Operator: https://github.com/openshift/cluster-ingress-operator/blob/b18a07c414696eb01170180d9dc8b5c221909d68/pkg/operator/operator.go#L134 - o/openshift-apiserver: https://github.com/openshift/openshift-apiserver/blob/3c3cb886cb4621e7584156af68bdcf108c27cdaa/pkg/cmd/openshift-apiserver/cmd.go#L107 - o/kubernetes: [https://github.com/openshift/kubernetes/blob/421e90ed9ef07c1a797386e662255dfb830a6[…]ver/admission/customresourcevalidation/route/validation_opts.go](https://github.com/openshift/kubernetes/blob/421e90ed9ef07c1a797386e662255dfb830a6b9f/openshift-kube-apiserver/admission/customresourcevalidation/route/validation_opts.go#L24) This PR removes the inadvertently duplicated `ExternalRouteCertificate` gate added...
https://redhat-internal.slack.com/archives/CE4L0F143/p1712754654588479?thread_ts=1712686968.703299&cid=CE4L0F143
[release-4.14] CFE-1047: Added new field for capacityReservationGroupID in AzureMachineProviderSpec
Manual back-port for https://github.com/openshift/api/pull/1866
To allow us to match against valid endpoint names, we need to update the endpoint validation to check against the valid set of endpoint names. While endpoint overrides should be...
The CAPI features gates are not needed anymore for platforms where CAPI provisioning is the default. Also CAPI/aws replaced the AWS SDK provisioner, so the AlternateInfrastructureAWS feature gate is not...
Disabled tech preview for MachineConfigNodes FG