Documentation ¶
Index ¶
- Variables
- func ExtractStaticPodOperatorSpec(obj *unstructured.Unstructured, fieldManager string) (*applyoperatorv1.StaticPodOperatorSpecApplyConfiguration, error)
- func ExtractStaticPodOperatorStatus(obj *unstructured.Unstructured, fieldManager string) (*applyoperatorv1.StaticPodOperatorStatusApplyConfiguration, error)
- func RunOperator(ctx context.Context, controllerContext *controllercmd.ControllerContext) error
Constants ¶
This section is empty.
Variables ¶
View Source
var AlivenessChecker = health.NewMultiAlivenessChecker()
View Source
var CertConfigMaps = []installer.UnrevisionedResource{
{Name: "restore-etcd-pod"},
{Name: "etcd-scripts"},
{Name: "etcd-all-bundles"},
}
View Source
var CertSecrets = []installer.UnrevisionedResource{
{Name: "etcd-all-certs"},
}
View Source
var RevisionConfigMaps = []revision.RevisionResource{
{Name: "etcd-pod"},
{Name: "etcd-endpoints"},
{Name: "etcd-all-bundles"},
}
RevisionConfigMaps is a list of configmaps that are directly copied for the current values. A different actor/controller modifies these. the first element should be the configmap that contains the static pod manifest
View Source
var RevisionSecrets = []revision.RevisionResource{
{Name: "etcd-all-certs"},
}
RevisionSecrets is a list of secrets that are directly copied for the current values. A different actor/controller modifies these.
Functions ¶
func ExtractStaticPodOperatorSpec ¶
func ExtractStaticPodOperatorSpec(obj *unstructured.Unstructured, fieldManager string) (*applyoperatorv1.StaticPodOperatorSpecApplyConfiguration, error)
func ExtractStaticPodOperatorStatus ¶
func ExtractStaticPodOperatorStatus(obj *unstructured.Unstructured, fieldManager string) (*applyoperatorv1.StaticPodOperatorStatusApplyConfiguration, error)
func RunOperator ¶
func RunOperator(ctx context.Context, controllerContext *controllercmd.ControllerContext) error
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Code generated for package etcd_assets by go-bindata DO NOT EDIT.
|
Code generated for package etcd_assets by go-bindata DO NOT EDIT. |
Click to show internal directories.
Click to hide internal directories.