Documentation ¶
Index ¶
- func CreateOrUpdateAPIService(client aggregator.Interface, apisvc *apiregistrationv1.APIService) error
- func CreateOrUpdateConfigMap(client kubernetes.Interface, cm *corev1.ConfigMap) error
- func CreateOrUpdateDeployment(client kubernetes.Interface, deployment *appsv1.Deployment) error
- func CreateOrUpdateSecret(client kubernetes.Interface, secret *corev1.Secret) error
- func CreateOrUpdateService(client kubernetes.Interface, svc *corev1.Service) error
- func CreateOrUpdateStatefulSet(client kubernetes.Interface, statefulset *appsv1.StatefulSet) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdateAPIService ¶
func CreateOrUpdateAPIService(client aggregator.Interface, apisvc *apiregistrationv1.APIService) error
CreateOrUpdateAPIService creates or updates an apiservice
func CreateOrUpdateConfigMap ¶
func CreateOrUpdateConfigMap(client kubernetes.Interface, cm *corev1.ConfigMap) error
CreateOrUpdateConfigMap creates or updates a configmap
func CreateOrUpdateDeployment ¶
func CreateOrUpdateDeployment(client kubernetes.Interface, deployment *appsv1.Deployment) error
CreateOrUpdateDeployment creates or updates a deployment
func CreateOrUpdateSecret ¶
func CreateOrUpdateSecret(client kubernetes.Interface, secret *corev1.Secret) error
CreateOrUpdateSecret creates or updates a secret
func CreateOrUpdateService ¶
func CreateOrUpdateService(client kubernetes.Interface, svc *corev1.Service) error
CreateOrUpdateService creates or updates a service
func CreateOrUpdateStatefulSet ¶
func CreateOrUpdateStatefulSet(client kubernetes.Interface, statefulset *appsv1.StatefulSet) error
CreateOrUpdateStatefulSet creates or updates a statefulset
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.