Documentation
¶
Overview ¶
Package controllers contains the tanzu-auth-controller-manager code.
Index ¶
Constants ¶
View Source
const ( InfrastructureProviderVSphere = "vsphere" InfrastructureProviderAWS = "aws" InfrastructureProviderAzure = "azure" InfrastructureProviderDocker = "docker" )
infrastructure provider name constants
View Source
const ( // InfrastructureRefVSphere is the vSphere infrastructure InfrastructureRefVSphere = "VSphereCluster" // InfrastructureRefAWS is the AWS infrastructure InfrastructureRefAWS = "AWSCluster" // InfrastructureRefAzure is the Azure infrastructure InfrastructureRefAzure = "AzureCluster" )
View Source
const ( CascadeControllerV1alpha1Name = "v1alpha1 tanzu auth cascade controller" CascadeControllerV1alpha3Name = "v1alpha3 tanzu auth cascade controller" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PinnipedV1Controller ¶
func NewV1Controller ¶
func NewV1Controller(c client.Client) *PinnipedV1Controller
func (*PinnipedV1Controller) SetupWithManager ¶
func (c *PinnipedV1Controller) SetupWithManager(manager ctrl.Manager) error
type PinnipedV3Controller ¶
func NewV3Controller ¶
func NewV3Controller(c client.Client) *PinnipedV3Controller
func (*PinnipedV3Controller) SetupWithManager ¶
func (c *PinnipedV3Controller) SetupWithManager(manager ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.