domain

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2026 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Setup

func Setup(mgr ctrl.Manager, o controller.Options) error

Setup adds a controller that reconciles Domain resources.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL