api
api copied to clipboard
Canonical location of the OpenShift API definition.
1. CRI-O sends the container events to the Kubelet so that the pod cache can be updated based on the received events. More about the Evented PLEG is here -...
….io/api/extensions/v1beta1.Scale removed in k8s 1.16 Related: https://issues.redhat.com/browse/OCPBUGS-3850 @stlaz FYI
the MCO needs to add some support for long living certs (10 years) that get populated in /etc/kubernetes/kubeconfig. These certs come from the openshift-config-managed/kube-apiserver-server-ca configmap and currently are only applied...
adds nullable to the CRD schema, since it is nullable.
Related to https://github.com/openshift/enhancements/pull/1479, this adds the API for the new OpenShiftControlPlane type that will be used to define how to bootstrap OpenShift clusters via Cluster API patterns. This is part...
The outgoing run level 40 is from file creation in 8802379450 (#503), but that commit does not give a motivation for selecting level 40. Moving to level 50 will align...
The outgoing level 25 is from openshift/cluster-kube-scheduler-operator@530e585f63 (openshift/cluster-kube-scheduler-operator#118). But while it makes sense to want a scheduler early so that later pods can get scheduled, cluster bootstrapping and other outgoing...
Adding the usual node selector/taint pair to the etcdbackups. That enables us and the customers to more accurately place where the backup is stored and taken from. Primary use case...
With the introduction of the MCO API to the greater openshift/api, we created the machineconfiguration type which is unused. This PR serves as a sibling to openshift/api#1596 in that: as...
The cluster-version operator should be the only actor writing to ClusterVersion status. Trust it to pick appropriate values, instead of restricting it with an enum. When updating into new capabilities,...