Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputFile ¶
type OutputFile struct {
FilePath string
}
type OutputKubernetes ¶
type OutputKubernetes struct { Namespace string ResourceName string ResourceField string // contains filtered or unexported fields }
func NewOutputKubernetes ¶
func NewOutputKubernetes(kubeconfig string, resourceType OutputKubernetesResourceType, namespace string, resourceName string, resourceField string) (*OutputKubernetes, error)
type OutputKubernetesResourceType ¶
type OutputKubernetesResourceType string
const ( KUBERNETES_CONFIGMAP OutputKubernetesResourceType = "configmap" KUBERNETES_SECRET OutputKubernetesResourceType = "secret" )
type OutputStdOut ¶
type OutputStdOut struct { }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.