Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { GetRegistryProfile(oc *api.OpenShiftCluster) *api.RegistryProfile NewRegistryProfile(oc *api.OpenShiftCluster) *api.RegistryProfile PutRegistryProfile(oc *api.OpenShiftCluster, rp *api.RegistryProfile) EnsureTokenAndPassword(ctx context.Context, rp *api.RegistryProfile) (string, error) RotateTokenPassword(ctx context.Context, rp *api.RegistryProfile) error Delete(ctx context.Context, rp *api.RegistryProfile) error }
func NewManager ¶
Click to show internal directories.
Click to hide internal directories.