Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { Create(context.Context, *api.OpenShiftClusterDocument) error Delete(context.Context, *api.OpenShiftClusterDocument) error GetIP(context.Context, *api.OpenShiftClusterDocument) (string, error) }
func NewManager ¶
func NewManager(env env.Interface, localFPAuthorizer autorest.Authorizer) Manager
Click to show internal directories.
Click to hide internal directories.