podidentity

package
v0.0.0-...-9d6f071 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2026 License: Apache-2.0 Imports: 37 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

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

Types

type AwsPodIdentity

type AwsPodIdentity struct {
}

func (AwsPodIdentity) ApplyDeploymentSubstitutionsInPlace

func (a AwsPodIdentity) ApplyDeploymentSubstitutionsInPlace(deployment *appsv1.Deployment, client client.Client, logger log.FieldLogger, tlsProfileSpec configv1.TLSProfileSpec) error

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) ApplyDeploymentSubstitutionsInPlace

func (a AzurePodIdentity) ApplyDeploymentSubstitutionsInPlace(deployment *appsv1.Deployment, client client.Client, logger log.FieldLogger, tlsProfileSpec configv1.TLSProfileSpec) error

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) ApplyDeploymentSubstitutionsInPlace

func (a GcpPodIdentity) ApplyDeploymentSubstitutionsInPlace(deployment *appsv1.Deployment, client client.Client, logger log.FieldLogger, tlsProfileSpec configv1.TLSProfileSpec) error

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

type PodIdentityManifestSource

type PodIdentityManifestSource interface {
	ApplyDeploymentSubstitutionsInPlace(deployment *appsv1.Deployment, client client.Client, logger log.FieldLogger, tlsProfileSpec configv1.TLSProfileSpec) error
	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