Versions in this module Expand all Collapse all v0 v0.0.2 Jan 27, 2021 Changes in this version + func ObjectMetaWithRevision(name string, labels map[string]string, config *v1alpha1.Pinot) metav1.ObjectMeta v0.0.1 Jan 18, 2021 Changes in this version + func DefaultAnnotations(version string) map[string]string + func DefaultContainerPort(name string, containerPort int, protocol apiv1.Protocol) apiv1.ContainerPort + func DefaultLivenessProbe(path string, port, initialDelaySeconds, timeoutSeconds int) *apiv1.Probe + func DefaultReadinessProbe(path string, port, initialDelaySeconds, timeoutSeconds int) *apiv1.Probe + func DefaultRollingUpdateStrategy() appsv1.DeploymentStrategy + func DefaultServicePort(name string, port, targetPort int) apiv1.ServicePort + func GetResourcesRequirementsOrDefault(requirements *apiv1.ResourceRequirements, defaults *apiv1.ResourceRequirements) apiv1.ResourceRequirements + func ObjectMeta(name string, labels map[string]string, config runtime.Object) metav1.ObjectMeta + func ObjectMetaClusterScope(name string, labels map[string]string, config runtime.Object) metav1.ObjectMeta + func ObjectMetaNamespace(name, namespace string, labels map[string]string, config runtime.Object) metav1.ObjectMeta + func ObjectMetaWithAnnotations(name string, labels map[string]string, annotations map[string]string, ...) metav1.ObjectMeta