# README
controlplane
kube-apiserver 风格的 HTTP 服务器应用基座
# Packages
No description provided by the author
Package app does all of the work necessary to create a OneX APIServer by binding together the API, master and APIServer infrastructure.
No description provided by the author
# Functions
No description provided by the author
DefaultAPIResourceConfigSource returns which groupVersion enabled and its resources enabled/disabled.
# Constants
DefaultEndpointReconcilerInterval is the default amount of time for how often the endpoints for the kubernetes Service are reconciled.
DefaultEndpointReconcilerTTL is the default TTL timeout for the storage layer.
IdentityLeaseComponentLabelKey is used to apply a component label to identity lease objects, indicating: 1.
KubeAPIServer defines variable used internally when referring to kube-apiserver component.
KubeAPIServerIdentityLeaseLabelSelector selects kube-apiserver identity leases.
# Structs
CompletedConfig embeds a private pointer that cannot be instantiated outside of this package.
Config defines configuration for the onex-apiserver.
ExtraConfig defines extra configuration for the onex-apiserver.
Instance contains state for a onex-apiserver instance.
# Interfaces
No description provided by the author