Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // V1Alpha1CRPValidationPath is the webhook service path which admission requests are routed to for v1alpha1 CRP resources. V1Alpha1CRPValidationPath = fmt.Sprintf(utils.ValidationPathFmt, fleetv1alpha1.GroupVersion.Group, fleetv1alpha1.GroupVersion.Version, "clusterresourceplacement") )
View Source
var ( // ValidationPath is the webhook service path which admission requests are routed to for validating v1beta1 CRP resources. ValidationPath = fmt.Sprintf(utils.ValidationPathFmt, placementv1beta1.GroupVersion.Group, placementv1beta1.GroupVersion.Version, "clusterresourceplacement") )
Functions ¶
func AddV1Alpha1 ¶ added in v0.7.7
AddV1Alpha1 registers the webhook for K8s bulit-in object types.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.