Documentation ¶
Index ¶
- Constants
- func CreateCAConfigmap(ctx context.Context, client client.Client, namespace string) error
- func CreateMonitoringClusterRoleBinding(ctx context.Context, log logr.Logger, client client.Client, ...) error
- func DeleteCAConfigmap(ctx context.Context, client client.Client, namespace string) error
- func DeleteMonitoringClusterRoleBinding(ctx context.Context, client client.Client) error
- func GetClusterID(ctx context.Context, c client.Client) (string, error)
- func IsSNO(ctx context.Context, c client.Client) (bool, error)
Constants ¶
View Source
const ( ClusterRoleBindingName = "metrics-collector-view" CaConfigmapName = "metrics-collector-serving-certs-ca-bundle" OwnerLabelKey = "owner" OwnerLabelValue = "observabilityaddon" )
Variables ¶
This section is empty.
Functions ¶
func CreateCAConfigmap ¶
func DeleteCAConfigmap ¶
func GetClusterID ¶
getClusterID is used to get the cluster uid
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.