metav1.IsControlledBy(deployment, foo) { msg := fmt.Sprintf(MessageResourceExists, ) c.recorder.Event(foo, corev1.EventTypeWarning, ErrResourceExists, msg) return fmt.Errorf(msg) } // If this number of the replicas on the Foo resource is specified, and the // number does not equal ...
// handler will lookup the owner of the given Deployment, and if it is // owned by a App resource then the handler will enqueue that App resource for // processing. This way, we don't need to implement custom logic for // handling Deployment resources. More info on this pattern: //...
--address 0.0.0.0 The IP address for the Kubelet to serve on (set to 0.0.0.0 for all IPv4 interfaces and `::` for all IPv6 interfaces) (default 0.0.0.0) (DEPRECATED: This parameter should be set via the config file specified by the Kubelet's --config flag. See https://kubernetes....
We couldn't have both: (a) equality of string keys, which implies a canonical ordering of key fields, and (b) ability for developers to successfully lookup a map entry regardless of how they order the keys in the string representationSo instead of treating "associative lists" ...
// handler will lookup the owner of the given Deployment, and if it is // owned by a website resource will enqueue that website resource for // processing. This way, we don't need to implement custom logic for // handling Deployment resources. More info on this pattern: // https:/...