Documentation ¶
Index ¶
- func Add(mgr, rootCredentialManager manager.Manager, kubeconfig string) error
- type AwsPodIdentity
- type AzurePodIdentity
- func (a AzurePodIdentity) Deployment() string
- func (a AzurePodIdentity) GetImagePullSpec() string
- func (a AzurePodIdentity) Name() string
- func (a AzurePodIdentity) ShouldBeDeployed(ctx context.Context, clientSet kubernetes.Interface, namespace string) (bool, error)
- func (a AzurePodIdentity) Webhook() string
- type GcpPodIdentity
- type PodIdentityManifestSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AwsPodIdentity ¶
type AwsPodIdentity struct { }
func (AwsPodIdentity) Deployment ¶
func (a AwsPodIdentity) Deployment() string
func (AwsPodIdentity) GetImagePullSpec ¶
func (a AwsPodIdentity) GetImagePullSpec() string
func (AwsPodIdentity) Name ¶
func (a AwsPodIdentity) Name() string
func (AwsPodIdentity) ShouldBeDeployed ¶
func (a AwsPodIdentity) ShouldBeDeployed(ctx context.Context, clientSet kubernetes.Interface, namespace string) (bool, error)
func (AwsPodIdentity) Webhook ¶
func (a AwsPodIdentity) Webhook() string
type AzurePodIdentity ¶
type AzurePodIdentity struct { }
func (AzurePodIdentity) Deployment ¶
func (a AzurePodIdentity) Deployment() string
func (AzurePodIdentity) GetImagePullSpec ¶
func (a AzurePodIdentity) GetImagePullSpec() string
func (AzurePodIdentity) Name ¶
func (a AzurePodIdentity) Name() string
func (AzurePodIdentity) ShouldBeDeployed ¶
func (a AzurePodIdentity) ShouldBeDeployed(ctx context.Context, clientSet kubernetes.Interface, namespace string) (bool, error)
func (AzurePodIdentity) Webhook ¶
func (a AzurePodIdentity) Webhook() string
type GcpPodIdentity ¶
type GcpPodIdentity struct { }
func (GcpPodIdentity) Deployment ¶
func (a GcpPodIdentity) Deployment() string
func (GcpPodIdentity) GetImagePullSpec ¶
func (a GcpPodIdentity) GetImagePullSpec() string
func (GcpPodIdentity) Name ¶
func (a GcpPodIdentity) Name() string
func (GcpPodIdentity) ShouldBeDeployed ¶
func (a GcpPodIdentity) ShouldBeDeployed(ctx context.Context, clientSet kubernetes.Interface, namespace string) (bool, error)
func (GcpPodIdentity) Webhook ¶
func (a GcpPodIdentity) Webhook() string
Click to show internal directories.
Click to hide internal directories.