Documentation ¶
Index ¶
- func ClusterRole(k8sClient client.Client, name string, generator func() *rbacv1.ClusterRole) (modified bool, err error)
- func ClusterRoleBinding(k8sClient client.Client, name string, ...) error
- func Configmap(k8Client client.Client, reader client.Reader, configMap *corev1.ConfigMap, ...) error
- func DaemonSet(k8Client client.Client, desired *apps.DaemonSet) error
- func DeleteClusterRole(k8sClient client.Client, name string) error
- func DeleteClusterRoleBinding(k8sClient client.Client, name string) error
- func Deployment(k8Client client.Client, desired *apps.Deployment) error
- func Role(k8Client client.Client, desired *rbacv1.Role) error
- func RoleBinding(k8Client client.Client, desired *rbacv1.RoleBinding) error
- func SecurityContextConstraints(k8Client client.Client, desired *security.SecurityContextConstraints) error
- func Service(k8Client client.Client, desired *corev1.Service) error
- func ServiceAccount(k8Client client.Client, desired *v1.ServiceAccount) (*v1.ServiceAccount, error)
- func ServiceMonitor(k8Client client.Client, desired *monitoringv1.ServiceMonitor) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterRole ¶
func ClusterRoleBinding ¶
func Configmap ¶
func Configmap(k8Client client.Client, reader client.Reader, configMap *corev1.ConfigMap, opts ...comparators.ComparisonOption) error
func DaemonSet ¶
DaemonSet reconciles a DaemonSet to the desired spec returning an error if there is an issue creating or updating to the desired state
func Deployment ¶
func Deployment(k8Client client.Client, desired *apps.Deployment) error
Deployment reconciles a Deployment to the desired spec returning an error if there is an issue creating or updating to the desired state
func RoleBinding ¶
func RoleBinding(k8Client client.Client, desired *rbacv1.RoleBinding) error
func SecurityContextConstraints ¶
func SecurityContextConstraints(k8Client client.Client, desired *security.SecurityContextConstraints) error
func Service ¶
Service reconciles a Service to the desired spec returning an error if there is an issue creating or updating to the desired state
func ServiceAccount ¶
func ServiceAccount(k8Client client.Client, desired *v1.ServiceAccount) (*v1.ServiceAccount, error)
func ServiceMonitor ¶
func ServiceMonitor(k8Client client.Client, desired *monitoringv1.ServiceMonitor) error
ServiceMonitor reconciles a ServiceMonitor to the desired spec returning an error if there is an issue creating or updating to the desired state
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.