Documentation
¶
Index ¶
- func AddReadyCheck(cw *template.ConditionWaiter, instance *openstackv1beta1.NovaCell)
- func ConfigMap(instance *openstackv1beta1.NovaCell, cluster *openstackv1beta1.Nova, ...) *corev1.ConfigMap
- func DBSyncJob(instance *openstackv1beta1.NovaCell, env []corev1.EnvVar, ...) *batchv1.Job
- func Ensure(ctx context.Context, c client.Client, instance *openstackv1beta1.NovaCell, ...) error
- func MetadataCertificate(instance *openstackv1beta1.NovaCell) *unstructured.Unstructured
- func NoVNCProxyCertificate(instance *openstackv1beta1.NovaCell) *unstructured.Unstructured
- func PKIResources(instance *openstackv1beta1.NovaCell) []*unstructured.Unstructured
- type Reporter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddReadyCheck ¶
func AddReadyCheck(cw *template.ConditionWaiter, instance *openstackv1beta1.NovaCell)
func ConfigMap ¶
func ConfigMap(instance *openstackv1beta1.NovaCell, cluster *openstackv1beta1.Nova, cinder *openstackv1beta1.Cinder) *corev1.ConfigMap
func MetadataCertificate ¶
func MetadataCertificate(instance *openstackv1beta1.NovaCell) *unstructured.Unstructured
func NoVNCProxyCertificate ¶
func NoVNCProxyCertificate(instance *openstackv1beta1.NovaCell) *unstructured.Unstructured
func PKIResources ¶
func PKIResources(instance *openstackv1beta1.NovaCell) []*unstructured.Unstructured
Types ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
func NewReporter ¶
func NewReporter(instance *openstackv1beta1.NovaCell, k8sClient client.Client, recorder record.EventRecorder) *Reporter
Click to show internal directories.
Click to hide internal directories.