Documentation ¶
Index ¶
- Constants
- Variables
- type ClusterClaimReconciler
- func (r *ClusterClaimReconciler) CreateClaimRole(clusterClaim *claimsv1alpha1.ClusterClaim) error
- func (r *ClusterClaimReconciler) CreateClusterManager(clusterClaim *claimsv1alpha1.ClusterClaim) error
- func (r *ClusterClaimReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)
- func (r *ClusterClaimReconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
View Source
const ( CLAIM_API_GROUP = "claims.tmax.io" CLAIM_API_Kind = "clusterclaims" CLAIM_API_GROUP_VERSION = "claims.tmax.io/v1alpha1" HYPERCLOUD_SYSTEM_NAMESPACE = "" )
Variables ¶
View Source
var AutoAdmit bool
Functions ¶
This section is empty.
Types ¶
type ClusterClaimReconciler ¶
ClusterClaimReconciler reconciles a ClusterClaim object
func (*ClusterClaimReconciler) CreateClaimRole ¶
func (r *ClusterClaimReconciler) CreateClaimRole(clusterClaim *claimsv1alpha1.ClusterClaim) error
func (*ClusterClaimReconciler) CreateClusterManager ¶
func (r *ClusterClaimReconciler) CreateClusterManager(clusterClaim *claimsv1alpha1.ClusterClaim) error
func (*ClusterClaimReconciler) SetupWithManager ¶
func (r *ClusterClaimReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.