Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OverridePolicyMatches ¶
func OverridePolicyMatches(resource *unstructured.Unstructured, policy *policyv1alpha1.OverridePolicy) bool
OverridePolicyMatches tells if the override policy should be applied to the resource.
Types ¶
type OverrideManager ¶
type OverrideManager interface {
ApplyOverridePolicies(rawObj *unstructured.Unstructured, cluster string) error
}
OverrideManager managers override policies operation
Click to show internal directories.
Click to hide internal directories.