podidentity

package
v0.0.0-...-e133084 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2024 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(mgr, rootCredentialManager manager.Manager, kubeconfig string) error

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 PodIdentityManifestSource

type PodIdentityManifestSource interface {
	Deployment() string
	GetImagePullSpec() string
	Webhook() string
	ShouldBeDeployed(ctx context.Context, clientSet kubernetes.Interface, namespace string) (bool, error)
	Name() string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL