MCPcopy
hub / github.com/apecloud/kubeblocks / GetName

Method GetName

pkg/controller/instanceset/instance_util.go:52–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51type InstanceTemplate interface {
52 GetName() string
53 GetReplicas() int32
54 GetOrdinals() kbappsv1.Ordinals
55}

Callers 15

builder_test.goFile · 0.65
assignFunction · 0.65
buildOrderedVerticesFunction · 0.65
emitEventMethod · 0.65
vars_test.goFile · 0.65
component_test.goFile · 0.65
getCompValueFromMapFunction · 0.65
StringMethod · 0.65
IsOwnerOfFunction · 0.65
DoMethod · 0.65
FindMatchedVertexMethod · 0.65

Implementers 4

InstanceTemplateapis/apps/v1/types.go
InstanceTemplateapis/apps/v1alpha1/cluster_types.go
InstanceTemplateapis/workloads/v1/instanceset_types.go
InstanceTemplateapis/workloads/v1alpha1/instanceset_ty

Calls

no outgoing calls

Tested by

no test coverage detected