Documentation ¶
Index ¶
- Constants
- type ClusterManagerReconciler
- func (r *ClusterManagerReconciler) CreateClusterMnagerOwnerRole(clusterManager *clusterv1alpha1.ClusterManager) error
- func (r *ClusterManagerReconciler) CreateServiceInstance(clusterManager *clusterv1alpha1.ClusterManager) error
- func (r *ClusterManagerReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)
- func (r *ClusterManagerReconciler) SetupWithManager(mgr ctrl.Manager) error
- type ClusterParameter
Constants ¶
View Source
const ( CAPI_SYSTEM_NAMESPACE = "capi-system" CLAIM_API_GROUP = "claims.tmax.io" CLUSTER_API_GROUP = "cluster.tmax.io" CLAIM_API_Kind = "clusterclaims" CLAIM_API_GROUP_VERSION = "claims.tmax.io/v1alpha1" HYPERCLOUD_SYSTEM_NAMESPACE = "" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterManagerReconciler ¶
ClusterManagerReconciler reconciles a ClusterManager object
func (*ClusterManagerReconciler) CreateClusterMnagerOwnerRole ¶
func (r *ClusterManagerReconciler) CreateClusterMnagerOwnerRole(clusterManager *clusterv1alpha1.ClusterManager) error
func (*ClusterManagerReconciler) CreateServiceInstance ¶
func (r *ClusterManagerReconciler) CreateServiceInstance(clusterManager *clusterv1alpha1.ClusterManager) error
func (*ClusterManagerReconciler) SetupWithManager ¶
func (r *ClusterManagerReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.