service

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NopPodIdentity

type NopPodIdentity struct {
}

func (*NopPodIdentity) Delete

func (pi *NopPodIdentity) Delete() error

func (*NopPodIdentity) Reconcile

func (pi *NopPodIdentity) Reconcile() error

func (*NopPodIdentity) ServiceAccountIssuer

func (pi *NopPodIdentity) ServiceAccountIssuer() string

type PodIdentity

type PodIdentity interface {
	// Reconcile ensures the resources for Pod Idenetity are created and ready to use.
	Reconcile() error
	// Delete ensures the resources for Pod Idenetity is deleted.
	Delete() error
	// ServiceAccountIssuer returns the service account issuer for the Pod Identity.
	ServiceAccountIssuer() string
}

Jump to

Keyboard shortcuts

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