Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileDeployment ¶
type ReconcileDeployment struct {
// contains filtered or unexported fields
}
ReconcileDeployment reconciles a Deployment object
func (*ReconcileDeployment) Reconcile ¶
Reconcile reads that state of the cluster for a Deployment object and updates its PodSpec based on mounted configuration +kubebuilder:rbac:groups=apps,resources=deployments,verbs=get;list;watch;update;patch +kubebuilder:rbac:groups=,resources=configmaps,verbs=get;list;watch;update;patch +kubebuilder:rbac:groups=,resources=secrets,verbs=get;list;watch;update;patch +kubebuilder:rbac:groups=,resources=events,verbs=create;update;patch
Click to show internal directories.
Click to hide internal directories.