Documentation ¶ Index ¶ func New(client client.Client, namespace string, ...) component.Deployer type Values Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New( client client.Client, namespace string, secretsManager secretsmanager.Interface, values Values, ) component.Deployer New creates a new instance of the deployer for GardenerAccess. Types ¶ type Values ¶ type Values struct { // ServerOutOfCluster is the out-of-cluster address of a kube-apiserver. ServerOutOfCluster string // ServerInCluster is the in-cluster address of a kube-apiserver. ServerInCluster string } Values contains configurations for the component. Source Files ¶ View all Source files access.go Click to show internal directories. Click to hide internal directories.