Documentation ¶
Index ¶
Constants ¶
View Source
const ( PprofReadTimeout = 10 * time.Second PprofWriteTimeout = 10 * time.Second )
View Source
const ( ClusterTypeVanilla ClusterType = "Vanilla" ClusterTypeOpenShift ClusterType = "OpenShift" FieldManager = "dapr-kubernetes-controller" NamespaceDefault = "dapr-system" NamespaceEnv = "DAPR_KUBERNETES_OPERATOR_NAMESPACE" )
Variables ¶
View Source
var ( Scheme = runtime.NewScheme() Log = ctrl.Log.WithName("controller") )
Functions ¶
func OperatorNamespace ¶
func OperatorNamespace() string
Types ¶
type ClusterType ¶
type ClusterType string
type ResourceObject ¶
type ResourceObject interface { rtclient.Object WithStatus }
type WithStatus ¶
type WithStatus interface {
GetStatus() *daptCtrlApi.Status
}
Click to show internal directories.
Click to hide internal directories.