Documentation ¶
Index ¶
- Constants
- func APIServiceCreator(caBundle []byte) reconciling.NamedAPIServiceCreatorGetter
- func ClusterRoleBindingAuthDelegatorCreator() reconciling.NamedClusterRoleBindingCreatorGetter
- func ClusterRoleBindingResourceReaderCreator() reconciling.NamedClusterRoleBindingCreatorGetter
- func ClusterRoleCreator() reconciling.NamedClusterRoleCreatorGetter
- func ExternalNameServiceCreator(namespace string) reconciling.NamedServiceCreatorGetter
- func RolebindingAuthReaderCreator() reconciling.NamedRoleBindingCreatorGetter
Constants ¶
const (
Name = "metrics-server"
)
Variables ¶
This section is empty.
Functions ¶
func APIServiceCreator ¶
func APIServiceCreator(caBundle []byte) reconciling.NamedAPIServiceCreatorGetter
APIServiceCreator returns the func to create/update the APIService used by the metrics-server
func ClusterRoleBindingAuthDelegatorCreator ¶
func ClusterRoleBindingAuthDelegatorCreator() reconciling.NamedClusterRoleBindingCreatorGetter
ClusterRoleBindingAuthDelegatorCreator returns the ClusterRoleBinding required for the metrics server to create token review requests
func ClusterRoleBindingResourceReaderCreator ¶
func ClusterRoleBindingResourceReaderCreator() reconciling.NamedClusterRoleBindingCreatorGetter
ClusterRoleBindingResourceReaderCreator returns the ClusterRoleBinding required for the metrics server to read all required resources
func ClusterRoleCreator ¶
func ClusterRoleCreator() reconciling.NamedClusterRoleCreatorGetter
ClusterRole returns a cluster role for the metrics server
func ExternalNameServiceCreator ¶
func ExternalNameServiceCreator(namespace string) reconciling.NamedServiceCreatorGetter
ExternalNameServiceCreator returns the function to reconcile the metrics server service
func RolebindingAuthReaderCreator ¶
func RolebindingAuthReaderCreator() reconciling.NamedRoleBindingCreatorGetter
RolebindingAuthReaderCreator returns a func to create/update the RoleBinding used by the metrics-server to get access to the token subject review API
Types ¶
This section is empty.