Documentation ¶
Index ¶
- func DescribeDaemonSet(ctx context.Context, kubeClient kubernetes.Interface, ...) (*source.SourceAnalyze, error)
- func DescribeDeployment(ctx context.Context, kubeClient kubernetes.Interface, ...) (*source.SourceAnalyze, error)
- func DescribeOdigos(ctx context.Context, kubeClient kubernetes.Interface, ...) (*odigos.OdigosAnalyze, error)
- func DescribeOdigosToText(analyze *odigos.OdigosAnalyze) string
- func DescribeSource(ctx context.Context, kubeClient kubernetes.Interface, ...) (*source.SourceAnalyze, error)
- func DescribeSourceToText(analyze *source.SourceAnalyze) string
- func DescribeStatefulSet(ctx context.Context, kubeClient kubernetes.Interface, ...) (*source.SourceAnalyze, error)
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) (*source.SourceAnalyze, error)
func DescribeDeployment ¶
func DescribeDeployment(ctx context.Context, kubeClient kubernetes.Interface, odigosClient odigosclientset.OdigosV1alpha1Interface, ns string, name string) (*source.SourceAnalyze, error)
func DescribeOdigos ¶ added in v1.0.114
func DescribeOdigos(ctx context.Context, kubeClient kubernetes.Interface, odigosClient odigosclientset.OdigosV1alpha1Interface, odigosNs string) (*odigos.OdigosAnalyze, error)
func DescribeOdigosToText ¶ added in v1.0.118
func DescribeOdigosToText(analyze *odigos.OdigosAnalyze) string
func DescribeSource ¶ added in v1.0.119
func DescribeSource(ctx context.Context, kubeClient kubernetes.Interface, odigosClient odigosclientset.OdigosV1alpha1Interface, workloadObj *source.K8sSourceObject) (*source.SourceAnalyze, error)
func DescribeSourceToText ¶ added in v1.0.119
func DescribeSourceToText(analyze *source.SourceAnalyze) string
func DescribeStatefulSet ¶
func DescribeStatefulSet(ctx context.Context, kubeClient kubernetes.Interface, odigosClient odigosclientset.OdigosV1alpha1Interface, ns string, name string) (*source.SourceAnalyze, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.