Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DomainService ¶ added in v1.2.0
type DomainService interface {
FindDomainBySpec(ctx context.Context, spec v1alpha1.DomainParameters) (*cfresource.Domain, error)
GetDomainByGUID(ctx context.Context, guid string) (*cfresource.Domain, error)
Create(ctx context.Context, create *cfresource.DomainCreate) (*cfresource.Domain, error)
Update(ctx context.Context, guid string, update *cfresource.DomainUpdate) (*cfresource.Domain, error)
Delete(ctx context.Context, guid string) (string, error)
}
DomainService defines the operations needed for Domain external-name handling.
Click to show internal directories.
Click to hide internal directories.