Documentation
¶
Index ¶
- Variables
- func GetSimpleClusterRole() *rbacv1.ClusterRole
- func GetSimpleClusterRoleBinding() *rbacv1.ClusterRoleBinding
- func GetSimpleConfigMap(baseName string) *corev1.ConfigMap
- func GetSimpleDaemonset() *appsv1.DaemonSet
- func GetSimpleDeployment(baseName string) *appsv1.Deployment
- func GetSimpleIngress() *networkingv1.Ingress
- func GetSimpleJob(baseName string) *batchv1.Job
- func GetSimplePersistentVolume() *corev1.PersistentVolume
- func GetSimplePersistentVolumeClaim() *corev1.PersistentVolumeClaim
- func GetSimpleRole() *rbacv1.Role
- func GetSimpleRoleBinding() *rbacv1.RoleBinding
- func GetSimpleService() *corev1.Service
- func GetSimpleStatefulset() *appsv1.StatefulSet
- func GetSimpleStorageClass() *storagev1.StorageClass
- func GetSimpleV1Beta1CronJob(baseName string) *batchv1b1.CronJob
- func GetSimpleV1CronJob(baseName string) *batchv1.CronJob
- func IsDeploymentProgressing(deployment *appsv1.Deployment) bool
- func IsJobComplete(job *batchv1.Job) bool
- func IsV1Beta1CronJobScheduledOnce(cronJob *batchv1b1.CronJob) bool
- func IsV1CronJobScheduledOnce(cronJob *batchv1.CronJob) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultPodImage = "ealen/echo-server:latest" FederatedConfigMapGVR = schema.GroupVersionResource{ Group: "types.kubeadmiral.io", Version: "v1alpha1", Resource: "federatedconfigmaps", } )
Functions ¶
func GetSimpleClusterRole ¶
func GetSimpleClusterRole() *rbacv1.ClusterRole
func GetSimpleClusterRoleBinding ¶
func GetSimpleClusterRoleBinding() *rbacv1.ClusterRoleBinding
func GetSimpleConfigMap ¶
func GetSimpleDaemonset ¶
func GetSimpleDeployment ¶
func GetSimpleDeployment(baseName string) *appsv1.Deployment
func GetSimpleIngress ¶
func GetSimpleIngress() *networkingv1.Ingress
func GetSimpleJob ¶
func GetSimplePersistentVolume ¶
func GetSimplePersistentVolume() *corev1.PersistentVolume
func GetSimplePersistentVolumeClaim ¶
func GetSimplePersistentVolumeClaim() *corev1.PersistentVolumeClaim
func GetSimpleRole ¶
func GetSimpleRoleBinding ¶
func GetSimpleRoleBinding() *rbacv1.RoleBinding
func GetSimpleService ¶
func GetSimpleStatefulset ¶
func GetSimpleStatefulset() *appsv1.StatefulSet
func GetSimpleStorageClass ¶
func GetSimpleStorageClass() *storagev1.StorageClass
func GetSimpleV1Beta1CronJob ¶
func GetSimpleV1CronJob ¶
func IsDeploymentProgressing ¶
func IsDeploymentProgressing(deployment *appsv1.Deployment) bool
func IsJobComplete ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.