Documentation ¶
Index ¶
- func MutateConfigMapCollectionNameParentNameConfig(original client.Object, parent *nodesv1alpha1.PocketValidator, ...) ([]client.Object, error)
- func MutateServiceCollectionNameParentName(original client.Object, parent *nodesv1alpha1.PocketValidator, ...) ([]client.Object, error)
- func MutateStatefulSetCollectionNameParentName(original client.Object, parent *nodesv1alpha1.PocketValidator, ...) ([]client.Object, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MutateConfigMapCollectionNameParentNameConfig ¶
func MutateConfigMapCollectionNameParentNameConfig( original client.Object, parent *nodesv1alpha1.PocketValidator, collection *nodesv1alpha1.PocketSet, reconciler workload.Reconciler, req *workload.Request, ) ([]client.Object, error)
MutateConfigMapCollectionNameParentNameConfig mutates the ConfigMap resource with name parent.name + -config.
func MutateServiceCollectionNameParentName ¶
func MutateServiceCollectionNameParentName( original client.Object, parent *nodesv1alpha1.PocketValidator, collection *nodesv1alpha1.PocketSet, reconciler workload.Reconciler, req *workload.Request, ) ([]client.Object, error)
MutateServiceCollectionNameParentName mutates the Service resource with name parent.Name.
func MutateStatefulSetCollectionNameParentName ¶
func MutateStatefulSetCollectionNameParentName( original client.Object, parent *nodesv1alpha1.PocketValidator, collection *nodesv1alpha1.PocketSet, reconciler workload.Reconciler, req *workload.Request, ) ([]client.Object, error)
MutateStatefulSetCollectionNameParentName mutates the StatefulSet resource with name parent.Name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.