Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( APIGroup = types.GroupName VersionV1Alpha1 = types.VersionV1Alpha1 CurrentVersion = types.CurrentVersion WorkloadKind = types.WorkloadKind ServiceKind = types.ServiceKind ServiceEndpointsKind = types.ServiceEndpointsKind VirtualIPsKind = types.VirtualIPsKind NodeKind = types.NodeKind HealthStatusKind = types.HealthStatusKind HealthChecksKind = types.HealthChecksKind DNSPolicyKind = types.DNSPolicyKind WorkloadV1Alpha1Type = types.WorkloadV1Alpha1Type ServiceV1Alpha1Type = types.ServiceV1Alpha1Type ServiceEndpointsV1Alpha1Type = types.ServiceEndpointsV1Alpha1Type VirtualIPsV1Alpha1Type = types.VirtualIPsV1Alpha1Type NodeV1Alpha1Type = types.NodeV1Alpha1Type HealthStatusV1Alpha1Type = types.HealthStatusV1Alpha1Type HealthChecksV1Alpha1Type = types.HealthChecksV1Alpha1Type DNSPolicyV1Alpha1Type = types.DNSPolicyV1Alpha1Type )
Functions ¶
func RegisterControllers ¶
func RegisterControllers(mgr *controller.Manager, deps ControllerDependencies)
RegisterControllers registers controllers for the catalog types with the given controller Manager.
func RegisterTypes ¶
RegisterTypes adds all resource types within the "catalog" API group to the given type registry
Types ¶
type ControllerDependencies ¶
type ControllerDependencies = controllers.Dependencies
func DefaultControllerDependencies ¶
func DefaultControllerDependencies() ControllerDependencies
Click to show internal directories.
Click to hide internal directories.