Documentation
¶
Index ¶
- Constants
- func APICertificate(instance *openstackv1beta1.Octavia) *unstructured.Unstructured
- func APIDeployment(instance *openstackv1beta1.Octavia, env []corev1.EnvVar, ...) *appsv1.Deployment
- func APIIngress(instance *openstackv1beta1.Octavia) *netv1.Ingress
- func APIInternalURL(instance *openstackv1beta1.Octavia) string
- func APIPublicURL(instance *openstackv1beta1.Octavia) string
- func APIService(instance *openstackv1beta1.Octavia) *corev1.Service
- func AddReadyCheck(cw *template.ConditionWaiter, instance *openstackv1beta1.Octavia)
- func BrokerUser(instance *openstackv1beta1.Octavia) *openstackv1beta1.RabbitMQUser
- func ConfigMap(instance *openstackv1beta1.Octavia) *corev1.ConfigMap
- func DBSyncJob(instance *openstackv1beta1.Octavia, env []corev1.EnvVar, ...) *batchv1.Job
- func Database(instance *openstackv1beta1.Octavia) *openstackv1beta1.MariaDBDatabase
- func Ensure(ctx context.Context, c client.Client, instance *openstackv1beta1.Octavia, ...) error
- func EnsureKeystoneRoles(ctx context.Context, instance *openstackv1beta1.Octavia, c client.Client) error
- func HealthManagerDaemonSet(instance *openstackv1beta1.Octavia, env []corev1.EnvVar, ...) *appsv1.DaemonSet
- func HousekeepingDeployment(instance *openstackv1beta1.Octavia, env []corev1.EnvVar, ...) *appsv1.Deployment
- func KeystoneService(instance *openstackv1beta1.Octavia) *openstackv1beta1.KeystoneService
- func KeystoneUser(instance *openstackv1beta1.Octavia) *openstackv1beta1.KeystoneUser
- func PKIResources(instance *openstackv1beta1.Octavia) []*unstructured.Unstructured
- func WorkerDeployment(instance *openstackv1beta1.Octavia, env []corev1.EnvVar, ...) *appsv1.Deployment
- type Reporter
Constants ¶
View Source
const (
APIComponentLabel = "api"
)
View Source
const (
AppLabel = "octavia"
)
View Source
const (
HealthManagerComponentLabel = "health-manager"
)
View Source
const (
HousekeepingComponentLabel = "housekeeping"
)
View Source
const (
WorkerComponentLabel = "worker"
)
Variables ¶
This section is empty.
Functions ¶
func APICertificate ¶
func APICertificate(instance *openstackv1beta1.Octavia) *unstructured.Unstructured
func APIDeployment ¶
func APIDeployment(instance *openstackv1beta1.Octavia, env []corev1.EnvVar, volumes []corev1.Volume) *appsv1.Deployment
func APIIngress ¶
func APIIngress(instance *openstackv1beta1.Octavia) *netv1.Ingress
func APIInternalURL ¶
func APIInternalURL(instance *openstackv1beta1.Octavia) string
func APIPublicURL ¶
func APIPublicURL(instance *openstackv1beta1.Octavia) string
func APIService ¶
func APIService(instance *openstackv1beta1.Octavia) *corev1.Service
func AddReadyCheck ¶
func AddReadyCheck(cw *template.ConditionWaiter, instance *openstackv1beta1.Octavia)
func BrokerUser ¶
func BrokerUser(instance *openstackv1beta1.Octavia) *openstackv1beta1.RabbitMQUser
func Database ¶
func Database(instance *openstackv1beta1.Octavia) *openstackv1beta1.MariaDBDatabase
func EnsureKeystoneRoles ¶
func HealthManagerDaemonSet ¶
func HousekeepingDeployment ¶
func HousekeepingDeployment(instance *openstackv1beta1.Octavia, env []corev1.EnvVar, volumes []corev1.Volume) *appsv1.Deployment
func KeystoneService ¶
func KeystoneService(instance *openstackv1beta1.Octavia) *openstackv1beta1.KeystoneService
func KeystoneUser ¶
func KeystoneUser(instance *openstackv1beta1.Octavia) *openstackv1beta1.KeystoneUser
func PKIResources ¶
func PKIResources(instance *openstackv1beta1.Octavia) []*unstructured.Unstructured
func WorkerDeployment ¶
func WorkerDeployment(instance *openstackv1beta1.Octavia, env []corev1.EnvVar, volumes []corev1.Volume) *appsv1.Deployment
Types ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
func NewReporter ¶
func NewReporter(instance *openstackv1beta1.Octavia, k8sClient client.Client, recorder record.EventRecorder) *Reporter
Source Files
¶
Click to show internal directories.
Click to hide internal directories.