Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsManagedDomain ¶
func ManagedDomain ¶
ManagedDomain returns the fully qualified domain of a cluster if we manage it. If we don't, it returns the empty string. We manage only domains of the form "foo.$LOCATION.aroapp.io" and "foo" (we consider this a short form of the former).
Types ¶
type Manager ¶
type Manager interface { Create(context.Context, *api.OpenShiftCluster) error Update(context.Context, *api.OpenShiftCluster, string) error CreateOrUpdateRouter(context.Context, *api.OpenShiftCluster, string) error Delete(context.Context, *api.OpenShiftCluster) error }
func NewManager ¶
func NewManager(env env.Interface, tokenCredential azcore.TokenCredential) Manager
Click to show internal directories.
Click to hide internal directories.