Documentation ¶
Index ¶
Constants ¶
View Source
const ( AddonName = "cluster-proxy" AddonFullName = "open-cluster-management:cluster-proxy" ComponentNameProxyAgentServer = "proxy-agent-server" ComponentNameProxyServer = "proxy-server" ComponentNameProxyAgent = "proxy-agent" ComponentNameProxyClient = "proxy-client" )
View Source
const ( SubjectGroupClusterProxy = "open-cluster-management:cluster-proxy" SubjectUserClusterProxyAgent = "open-cluster-management:cluster-proxy:proxy-agent" SubjectUserClusterProxyServer = "open-cluster-management:cluster-proxy:proxy-server" SubjectUserClusterAgentServer = "open-cluster-management:cluster-proxy:agent-server" SubjectUserClusterAddonAgent = "open-cluster-management:cluster-proxy:addon-agent" )
View Source
const ( LabelKeyComponentName = "proxy.open-cluster-management.io/component-name" AnnotationKeyConfigurationGeneration = "proxy.open-cluster-management.io/configuration-generation" )
View Source
const (
AgentClientSecretName = "agent-client"
)
Variables ¶
View Source
var ( AllComponentNames = sets.NewString( ComponentNameProxyAgentServer, ComponentNameProxyServer, ComponentNameProxyClient, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.