Documentation ¶
Index ¶
- type DeploymentFactoryForFrontend
- func (factory *DeploymentFactoryForFrontend) GetName() string
- func (factory *DeploymentFactoryForFrontend) GetNamespace() string
- func (factory *DeploymentFactoryForFrontend) GetNamespaceName() types.NamespacedName
- func (factory *DeploymentFactoryForFrontend) New() client.Object
- func (factory *DeploymentFactoryForFrontend) NewDefault() client.Object
- type ITAutomationAllInOneReconciler
- type K8sResourceFactory
- type ServiceFactoryForFrontend
- func (factory *ServiceFactoryForFrontend) GetName() string
- func (factory *ServiceFactoryForFrontend) GetNamespace() string
- func (factory *ServiceFactoryForFrontend) GetNamespaceName() types.NamespacedName
- func (factory *ServiceFactoryForFrontend) New() client.Object
- func (factory *ServiceFactoryForFrontend) NewDefault() client.Object
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentFactoryForFrontend ¶
type DeploymentFactoryForFrontend struct { Reconciler *ITAutomationAllInOneReconciler CustomResource *itaallinonev1.ITAutomationAllInOne }
func (*DeploymentFactoryForFrontend) GetName ¶
func (factory *DeploymentFactoryForFrontend) GetName() string
func (*DeploymentFactoryForFrontend) GetNamespace ¶
func (factory *DeploymentFactoryForFrontend) GetNamespace() string
func (*DeploymentFactoryForFrontend) GetNamespaceName ¶
func (factory *DeploymentFactoryForFrontend) GetNamespaceName() types.NamespacedName
func (*DeploymentFactoryForFrontend) New ¶
func (factory *DeploymentFactoryForFrontend) New() client.Object
func (*DeploymentFactoryForFrontend) NewDefault ¶
func (factory *DeploymentFactoryForFrontend) NewDefault() client.Object
type ITAutomationAllInOneReconciler ¶
ITAutomationAllInOneReconciler reconciles a ITAutomationAllInOne object
func (*ITAutomationAllInOneReconciler) SetupWithManager ¶
func (reconciler *ITAutomationAllInOneReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type K8sResourceFactory ¶
type ServiceFactoryForFrontend ¶
type ServiceFactoryForFrontend struct { Reconciler *ITAutomationAllInOneReconciler CustomResource *itaallinonev1.ITAutomationAllInOne }
func (*ServiceFactoryForFrontend) GetName ¶
func (factory *ServiceFactoryForFrontend) GetName() string
func (*ServiceFactoryForFrontend) GetNamespace ¶
func (factory *ServiceFactoryForFrontend) GetNamespace() string
func (*ServiceFactoryForFrontend) GetNamespaceName ¶
func (factory *ServiceFactoryForFrontend) GetNamespaceName() types.NamespacedName
func (*ServiceFactoryForFrontend) New ¶
func (factory *ServiceFactoryForFrontend) New() client.Object
func (*ServiceFactoryForFrontend) NewDefault ¶
func (factory *ServiceFactoryForFrontend) NewDefault() client.Object
Click to show internal directories.
Click to hide internal directories.