Documentation ¶
Index ¶
- func CopyDeploymentFields(from, to *appsv1.Deployment) bool
- func CopyServiceFields(from, to *corev1.Service) bool
- func CopyStatefulSetFields(from, to *appsv1.StatefulSet) (bool, bool)
- func CopyVolumeClaimTemplates(from []corev1.PersistentVolumeClaim) []corev1.PersistentVolumeClaim
- func PodCondToCond(podc corev1.PodCondition) common.Condition
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyDeploymentFields ¶
func CopyDeploymentFields(from, to *appsv1.Deployment) bool
func CopyServiceFields ¶
CopyServiceFields copies the owned fields from one Service to another
func CopyStatefulSetFields ¶
func CopyStatefulSetFields(from, to *appsv1.StatefulSet) (bool, bool)
func CopyVolumeClaimTemplates ¶ added in v0.2.0
func CopyVolumeClaimTemplates(from []corev1.PersistentVolumeClaim) []corev1.PersistentVolumeClaim
func PodCondToCond ¶
func PodCondToCond(podc corev1.PodCondition) common.Condition
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.