Documentation ¶
Index ¶
- Constants
- type Federator
- func (f *Federator) AddHandler(handler federate.ClusterEventHandler) error
- func (f *Federator) Delete(resource runtime.Object) error
- func (f *Federator) Distribute(resource runtime.Object) error
- func (f *Federator) OnAdd(obj interface{})
- func (f *Federator) OnDelete(obj interface{})
- func (f *Federator) OnUpdate(oldObj, newObj interface{})
- type UnstructuredConversionError
Constants ¶
View Source
const ( DefaultFederatedGroup = "types.kubefed.k8s.io" DefaultFederatedVersion = "v1beta1" SpecField = "spec" TemplateField = "template" PlacementField = "placement" MatchLabelsField = "matchLabels" ClusterSelectorField = "clusterSelector" ApiEndpointField = "apiEndpoint" SecretRefField = "secretRef" NameField = "name" CaBundleField = "caBundle" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Federator ¶
func (*Federator) AddHandler ¶
func (f *Federator) AddHandler(handler federate.ClusterEventHandler) error
type UnstructuredConversionError ¶
type UnstructuredConversionError struct {
// contains filtered or unexported fields
}
func (*UnstructuredConversionError) Error ¶
func (err *UnstructuredConversionError) Error() string
Click to show internal directories.
Click to hide internal directories.