Documentation ¶
Index ¶
- func DescribeDaemonSet(ctx context.Context, kubeClient kubernetes.Interface, ...) string
- func DescribeDeployment(ctx context.Context, kubeClient kubernetes.Interface, ...) string
- func DescribeStatefulSet(ctx context.Context, kubeClient kubernetes.Interface, ...) string
- func PrintDescribeSource(ctx context.Context, kubeClient kubernetes.Interface, ...) string
- type K8sSourceObject
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeDaemonSet ¶
func DescribeDaemonSet(ctx context.Context, kubeClient kubernetes.Interface, odigosClient odigosclientset.OdigosV1alpha1Interface, ns string, name string) string
func DescribeDeployment ¶
func DescribeDeployment(ctx context.Context, kubeClient kubernetes.Interface, odigosClient odigosclientset.OdigosV1alpha1Interface, ns string, name string) string
func DescribeStatefulSet ¶
func DescribeStatefulSet(ctx context.Context, kubeClient kubernetes.Interface, odigosClient odigosclientset.OdigosV1alpha1Interface, ns string, name string) string
func PrintDescribeSource ¶
func PrintDescribeSource(ctx context.Context, kubeClient kubernetes.Interface, odigosClient odigosclientset.OdigosV1alpha1Interface, workloadObj *K8sSourceObject) string
Types ¶
type K8sSourceObject ¶
type K8sSourceObject struct { metav1.ObjectMeta Kind string PodTemplateSpec *corev1.PodTemplateSpec LabelSelector *metav1.LabelSelector }
Click to show internal directories.
Click to hide internal directories.