Documentation ¶
Index ¶
Constants ¶
View Source
const ( PretrainedModelLabel = "opni.io/pretrained-model" ServiceLabel = "opni.io/service" OpniClusterName = "opni.io/cluster-name" AppNameLabel = "app.kubernetes.io/name" PartOfLabel = "app.kubernetes.io/part-of" HostTopologyKey = "kubernetes.io/hostname" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ComponentReconciler ¶
ComponentReconciler reconciler interface
type ElasticLabels ¶
func NewElasticLabels ¶
func NewElasticLabels() ElasticLabels
func (ElasticLabels) Role ¶
func (l ElasticLabels) Role() v1beta1.ElasticRole
func (ElasticLabels) WithRole ¶
func (l ElasticLabels) WithRole(role v1beta1.ElasticRole) ElasticLabels
type Resource ¶
type Resource func() (runtime.Object, reconciler.DesiredState, error)
Resource redeclaration of function with return type kubernetes Object
Click to show internal directories.
Click to hide internal directories.