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 }
Click to show internal directories.
Click to hide internal directories.