Documentation
¶
Index ¶
- Constants
- func Barbican(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Barbican
- func Broker(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.RabbitMQ
- func CAIssuer(instance *openstackv1beta1.ControlPlane) *unstructured.Unstructured
- func CARootCertificate(instance *openstackv1beta1.ControlPlane) *unstructured.Unstructured
- func Cache(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Memcached
- func Cinder(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Cinder
- func Database(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.MariaDB
- func DemoKeystoneUser(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.KeystoneUser
- func Glance(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Glance
- func Heat(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Heat
- func Horizon(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Horizon
- func Keystone(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Keystone
- func Magnum(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Magnum
- func Manila(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Manila
- func Neutron(instance *openstackv1beta1.ControlPlane, nova *openstackv1beta1.Nova) *openstackv1beta1.Neutron
- func Nova(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Nova
- func OVNControlPlane(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.OVNControlPlane
- func Octavia(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Octavia
- func PKIResources(instance *openstackv1beta1.ControlPlane) []*unstructured.Unstructured
- func Placement(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Placement
- func Rally(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Rally
- func SelfSignedIssuer(instance *openstackv1beta1.ControlPlane) *unstructured.Unstructured
- type Reporter
Constants ¶
View Source
const (
DefaultGlancePVCSize = "100Gi"
)
Variables ¶
This section is empty.
Functions ¶
func Barbican ¶
func Barbican(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Barbican
func Broker ¶
func Broker(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.RabbitMQ
func CAIssuer ¶
func CAIssuer(instance *openstackv1beta1.ControlPlane) *unstructured.Unstructured
func CARootCertificate ¶
func CARootCertificate(instance *openstackv1beta1.ControlPlane) *unstructured.Unstructured
func Cache ¶
func Cache(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Memcached
func Cinder ¶
func Cinder(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Cinder
func Database ¶
func Database(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.MariaDB
func DemoKeystoneUser ¶
func DemoKeystoneUser(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.KeystoneUser
func Glance ¶
func Glance(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Glance
func Heat ¶
func Heat(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Heat
func Horizon ¶
func Horizon(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Horizon
func Keystone ¶
func Keystone(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Keystone
func Magnum ¶
func Magnum(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Magnum
func Manila ¶
func Manila(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Manila
func Neutron ¶
func Neutron(instance *openstackv1beta1.ControlPlane, nova *openstackv1beta1.Nova) *openstackv1beta1.Neutron
func Nova ¶
func Nova(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Nova
func OVNControlPlane ¶
func OVNControlPlane(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.OVNControlPlane
func Octavia ¶
func Octavia(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Octavia
func PKIResources ¶
func PKIResources(instance *openstackv1beta1.ControlPlane) []*unstructured.Unstructured
func Placement ¶
func Placement(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Placement
func Rally ¶
func Rally(instance *openstackv1beta1.ControlPlane) *openstackv1beta1.Rally
func SelfSignedIssuer ¶
func SelfSignedIssuer(instance *openstackv1beta1.ControlPlane) *unstructured.Unstructured
Types ¶
type Reporter ¶
type Reporter struct {
// contains filtered or unexported fields
}
func NewReporter ¶
func NewReporter(instance *openstackv1beta1.ControlPlane, k8sClient client.Client, recorder record.EventRecorder) *Reporter
Click to show internal directories.
Click to hide internal directories.