api
api copied to clipboard
Canonical location of the OpenShift API definition.
Introduce optional TTL (time-to-live) fields in the Build and BuildConfig APIs to automatically clean up finished builds after a configurable period, similar to `ttlSecondsAfterFinished` in Kubernetes Jobs. ### **Motivation** Today,...
We have a great deal of onCreate tests which expect the object to be created exactly as specified without modification. We currently require these tests to specify identical values for...
I made a change to `operator/v1alpha1/types_crdchecker.go` and executed: PROTO_OPTIONAL=1 /usr/bin/time make update-codegen-crds verify-codegen-crds API_GROUP_VERSIONS=operator.openshift.io/v1alpha1 This is after applying a version of https://github.com/openshift/api/pull/2530 which ensures that invocations of codegen only target...
Some type definitions are not supporting strategic merge patches (SMP). This makes it hard, to patch resources from different sides. An example: An ArgoCD rolles out a patch to .spec.servers...