package
0.0.0-20170824060325-cf23810f2098
Repository: https://github.com/sttts/kubernetes.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
FederatedTypes returns a mapping of kind (e.g.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectKey returns a cluster-unique key for the given object.
RegisterFederatedType ensures that configuration for the given kind will be returned by the FederatedTypes method.
SetAnnotation sets the given key and value in the given object's ObjectMeta.Annotations map.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This is a tunable which does not change replica nums on an existing local hpa, before this timeout, if it did scale already (avoids thrashing of replicas around).
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
FederatedType configures federation for a kubernetes type.
No description provided by the author
No description provided by the author
No description provided by the author
ReplicaSchedulingInfo wraps the information that a replica type (rs or deployment) SchedulingAdapter needs to update objects per a schedule.
ReplicaSchedulingStatus contains the status of the replica type objects (rs or deployment) that are being scheduled into joined clusters.
No description provided by the author
No description provided by the author
# Interfaces
FederatedTypeAdapter defines operations for interacting with a federated type.
SchedulingAdapter defines operations for interacting with a federated type that requires more complex synchronization logic.
# Type aliases
AdapterFactory defines the function signature for factory methods that create instances of FederatedTypeAdapter.
ScheduleAction is used by the interface ScheduleObject of SchedulingAdapter to sync controller reconcile to convey the action type needed for the particular cluster local object in ScheduleObject.