api
api copied to clipboard
Canonical location of the OpenShift API definition.
This feature allows a pod spec's resource requests and limits to be modified, and is an important upcoming feature for Vertical Pod Autoscaler to be able to modify pods without...
The tools [Makefile version checks](https://github.com/openshift/api/blob/d170fcdc0fa638b664e4f35f2daf753cb4afe36b/tools/Makefile#L8-L18) output git errors when vendored / ran from another repository via `make -C` as described in the [codegen README for inclusion in other repositories](https://github.com/openshift/api/tree/master/tools/codegen#inclusion-in-other-repositories). openshift/api...
* Updated deprecated from OCP 4.14 to the corresponding k8s **1.27** * Because this API is currently never going away, set removed=**0.0** With these settings the warning header should change...
I didn't write this code, but some quick code searches reveals that what is formerly called "mco mystery cert" here is really the "MCS certificate" - it's generated by openshift/installer...
cgroupsv2 is the default `cgroupMode` since OCP-4.14 , hence, the `CgroupModeDefault` needs to be updated to `CgroupModeV2` in the `nodes.config.openshift.io` object.
Update comment verbiage to be in sync with other platforms.
Commit 2f259e8fcccdc7eaf21a2c17709cdd6bbaefdb6a introduced a change where spaces and tabs are mixed inside one single type definition. Because of that various code editors are reporting issues and display this struct in...
This PR adds protobuf as a generator to the codegen generator utility. The upstream generator unfortunately encodes a lot of logic within the cmd so the `Run` which we are...