Miciah Dashiel Butler Masters
Miciah Dashiel Butler Masters
I humbly propose a few changes to reduce elfeed-goodies's dependencies on external packages and fix one small issue. First, I noticed that powerline was enabled on my system even though...
The [`metav1.Condition` type definition](https://github.com/kubernetes/apimachinery/blob/d82afe1e363acae0e8c0953b1bc230d65fdb50e2/pkg/apis/meta/v1/types.go#L1449-L1510) has the following godoc: ```go // Condition contains details for one aspect of the current state of this API Resource. // + --- // + This...
The Contour operator should manage the [Service APIs CRDs](https://github.com/kubernetes-sigs/service-apis/tree/master/config/crd/bases). Service APIs is planning to make a v1alpha1 release imminently, and Contour will implement these APIs (https://github.com/projectcontour/contour/issues/2287). The operator should instantiate...
The contour CRD should define the [`/scale` subresource](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#subresources) to enable the use of tools such as `kubectl scale` and HPA with contour CRs. The CRD needs to provide the following...
Users may prefer to deploy Envoy using Deployments rather than DaemonSets. Using Deployments provides more control, for example over pod scheduling and over the deployment strategy. Relates to https://github.com/projectcontour/contour-operator/issues/60 (`/status`...
The guide cautions against excessive and non-descriptive cross-references and over-reliance on cross-references, but it does not say when cross-references are expected. I am wondering (a) whether it is all right...
#### gatewayapicontroller: Add checks for empty slices Check whether the slice of parent resource references in an httproute's status is empty before indexing the slice. Before this commit, the "Ensure...