Documentation
¶
Index ¶
- Constants
- func APICertificate(instance *openstackv1beta1.Keystone) *unstructured.Unstructured
- func APIDeployment(instance *openstackv1beta1.Keystone, env []corev1.EnvVar, ...) *appsv1.Deployment
- func APIIngress(instance *openstackv1beta1.Keystone) *netv1.Ingress
- func APIInternalURL(instance *openstackv1beta1.Keystone) string
- func APIPublicURL(instance *openstackv1beta1.Keystone) string
- func APIService(instance *openstackv1beta1.Keystone) *corev1.Service
- func AddReadyCheck(cw *template.ConditionWaiter, instance *openstackv1beta1.Keystone)
- func AdminSecret(instance *openstackv1beta1.Keystone, password string) *corev1.Secret
- func BootstrapJob(instance *openstackv1beta1.Keystone, env []corev1.EnvVar, ...) *batchv1.Job
- func BrokerUser(instance *openstackv1beta1.Keystone) *openstackv1beta1.RabbitMQUser
- func ClientEnv(prefix, secret string) []corev1.EnvVar
- func CloudClient(ctx context.Context, svcUser *corev1.Secret) (*gophercloud.ProviderClient, error)
- func CloudEndpointOpts(svcUser *corev1.Secret) gophercloud.EndpointOpts
- func ConfigMap(instance *openstackv1beta1.Keystone) *corev1.ConfigMap
- func DBSyncJob(instance *openstackv1beta1.Keystone, env []corev1.EnvVar, ...) *batchv1.Job
- func Database(instance *openstackv1beta1.Keystone) *openstackv1beta1.MariaDBDatabase
- func Ensure(ctx context.Context, c client.Client, instance *openstackv1beta1.Keystone, ...) error
- func MiddlewareEnv(prefix, secret string) []corev1.EnvVar
- func NewIdentityServiceClient(ctx context.Context, svcUser *corev1.Secret) (*gophercloud.ServiceClient, error)
- func PKIResources(instance *openstackv1beta1.Keystone) []*unstructured.Unstructured
- func Secrets(instance *openstackv1beta1.Keystone) []*corev1.Secret
- type Reporter
Constants ¶
View Source
const (
APIComponentLabel = "api"
)
View Source
const (
AppLabel = "keystone"
)
Variables ¶
This section is empty.
Functions ¶
func APICertificate ¶
func APICertificate(instance *openstackv1beta1.Keystone) *unstructured.Unstructured
func APIDeployment ¶
func APIDeployment(instance *openstackv1beta1.Keystone, env []corev1.EnvVar, volumes []corev1.Volume) *appsv1.Deployment
func APIIngress ¶
func APIIngress(instance *openstackv1beta1.Keystone) *netv1.Ingress
func APIInternalURL ¶
func APIInternalURL(instance *openstackv1beta1.Keystone) string
func APIPublicURL ¶
func APIPublicURL(instance *openstackv1beta1.Keystone) string
func APIService ¶
func APIService(instance *openstackv1beta1.Keystone) *corev1.Service
func AddReadyCheck ¶
func AddReadyCheck(cw *template.ConditionWaiter, instance *openstackv1beta1.Keystone)
func AdminSecret ¶
func AdminSecret(instance *openstackv1beta1.Keystone, password string) *corev1.Secret
func BootstrapJob ¶
func BrokerUser ¶
func BrokerUser(instance *openstackv1beta1.Keystone) *openstackv1beta1.RabbitMQUser
func CloudClient ¶
func CloudClient(ctx context.Context, svcUser *corev1.Secret) (*gophercloud.ProviderClient, error)
func CloudEndpointOpts ¶
func CloudEndpointOpts(svcUser *corev1.Secret) gophercloud.EndpointOpts
func Database ¶
func Database(instance *openstackv1beta1.Keystone) *openstackv1beta1.MariaDBDatabase
func MiddlewareEnv ¶
func NewIdentityServiceClient ¶
func NewIdentityServiceClient(ctx context.Context, svcUser *corev1.Secret) (*gophercloud.ServiceClient, error)
func PKIResources ¶
func PKIResources(instance *openstackv1beta1.Keystone) []*unstructured.Unstructured
Types ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
func NewReporter ¶
func NewReporter(instance *openstackv1beta1.Keystone, k8sClient client.Client, recorder record.EventRecorder) *Reporter
Source Files
¶
Click to show internal directories.
Click to hide internal directories.