Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "kcp-apiexportendpointslice"
)
Variables ¶
This section is empty.
Functions ¶
func InstallIndexers ¶ added in v0.25.0
func InstallIndexers(globalAPIExportClusterInformer apisinformers.APIExportClusterInformer, apiExportEndpointSliceClusterInformer apisinformers.APIExportEndpointSliceClusterInformer)
InstallIndexers adds the additional indexers that this controller requires to the informers.
func NewController ¶
func NewController( apiExportEndpointSliceClusterInformer apisinformers.APIExportEndpointSliceClusterInformer, globalShardClusterInformer corev1alpha1informers.ShardClusterInformer, globalAPIExportClusterInformer apisinformers.APIExportClusterInformer, partitionClusterInformer topologyinformers.PartitionClusterInformer, kcpClusterClient kcpclientset.ClusterInterface, ) (*controller, error)
NewController returns a new controller for APIExportEndpointSlices. Shards and APIExports are read from the cache server.
Types ¶
type APIExportEndpointSlice ¶
type APIExportEndpointSlice = apisv1alpha1.APIExportEndpointSlice
type APIExportEndpointSliceSpec ¶
type APIExportEndpointSliceSpec = apisv1alpha1.APIExportEndpointSliceSpec
type APIExportEndpointSliceStatus ¶
type APIExportEndpointSliceStatus = apisv1alpha1.APIExportEndpointSliceStatus
type Patcher ¶
type Patcher = apisv1alpha1client.APIExportEndpointSliceInterface
type Resource ¶
type Resource = committer.Resource[*APIExportEndpointSliceSpec, *APIExportEndpointSliceStatus]
Click to show internal directories.
Click to hide internal directories.