Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ConditionAvailable means daemonSet is available and the number of scheduled pods // is the same of the number of desired pods. ConditionAvailable = "Available" // ConditionProgressing means daemonSet is progressing. Progress for a daemonSet // is considered when desired pods are being created. ConditionProgressing = "Progressing" // ConditionDegraded means daemonset availability conditions have not been achieved, when // one of its pods fails to be created or deleted. ConditionDegraded = "Degraded" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IngressNodeFirewallConfigResourcesNotReadyError ¶
type IngressNodeFirewallConfigResourcesNotReadyError struct {
Message string
}
IngressNodeFirewallConfigResourcesNotReadyError contains Error message explaining the reason why ingress node firewall Config is not ready.
func (IngressNodeFirewallConfigResourcesNotReadyError) Error ¶
func (e IngressNodeFirewallConfigResourcesNotReadyError) Error() string
func (IngressNodeFirewallConfigResourcesNotReadyError) Is ¶
func (e IngressNodeFirewallConfigResourcesNotReadyError) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.