Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct { RegistryName string RegistryNamespace string RegistryImage string RegistryPort int32 RegistryAppName string RegistryMountPath string RegistryReplicas *int32 RegistryServiceName string RegistryServicePort int RegistryServiceProtocol string }
func (*Registry) CreateRegistryDeployment ¶
func (registryDetails *Registry) CreateRegistryDeployment(clientSet *kubernetes.Clientset) (*appsv1.Deployment, error)
func (*Registry) CreateRegistryService ¶
Click to show internal directories.
Click to hide internal directories.