Documentation
¶
Index ¶
Constants ¶
View Source
const ARGO_ROLLOUT = "argorollout"
View Source
const DEPLOYMENT = "deployment"
View Source
const MAX_RETRY_COUNT = "MaxRetryCount"
View Source
const NAME = "Name"
View Source
const NAMESPACE = "Namespace"
View Source
const RETRY_COUNT = "RetryCount"
View Source
const RETRY_DURATION = "RetryDuration"
View Source
const TYPE = "Type"
View Source
const WAIT_FOR_RESTART_TO_COMPLETE = "WaitForRestartToComplete"
Variables ¶
View Source
var IgnoreMetadataKey string
View Source
var KubeconfigPath = os.Getenv("KUBECONFIG")
Functions ¶
This section is empty.
Types ¶
type RestartObjects ¶
type RestartObjects struct { Type string //Map of Namespace and list of objects to restart NamespaceObjects map[string][]string RestartConfig crdv1.StatusCheckConfig }
Click to show internal directories.
Click to hide internal directories.