Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ContourCfgMapName is the name of Contour's ConfigMap resource. // [TODO] danehans: Remove and use contour.Name when // https://github.com/projectcontour/contour/issues/2122 is fixed. ContourCfgMapName = "contour" )
Variables ¶
This section is empty.
Functions ¶
func EnsureConfigMap ¶
func EnsureConfigMap(ctx context.Context, cli client.Client, contour *operatorv1alpha1.Contour) error
EnsureConfigMap ensures that a ConfigMap exists for the given contour.
func EnsureConfigMapDeleted ¶
func EnsureConfigMapDeleted(ctx context.Context, cli client.Client, contour *operatorv1alpha1.Contour) error
EnsureConfigMapDeleted ensures the configmap for the provided contour is deleted if Contour owner labels exist.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.