Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MergedServiceConfigPath - The location of the merged configuration file // for the service MergedServiceConfigPath = "/var/lib/openstack/config/nova-metadata-config.json" //APIServicePort - The port the nova-api service is exposed on APIServicePort = 8775 // ServiceName - The name of the service exposed to k8s ServiceName = "nova-metadata" )
Variables ¶
This section is empty.
Functions ¶
func StatefulSet ¶
func StatefulSet( instance *novav1.NovaMetadata, configHash string, labels map[string]string, annotations map[string]string, ) *appsv1.StatefulSet
StatefulSet - returns the StatefulSet definition for the nova-metadata service
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.