Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComputedAttrs ¶
type ComputedAttrs struct { ResourceType string `hcl:"resource_type,attr"` ResourceName string `hcl:"resource_name,attr"` ContainerName string `hcl:"container_name,optional"` Command []string `hcl:"command,attr"` GetPodTimeout string `hcl:"get_pod_timeout,optional"` }
ComputedAttrs used to store the computed attributes of a kube_exec target
type Target ¶
type Target struct { *base.RawTarget `json:"-"` ResourceType hcl.Expression `hcl:"resource_type,attr"` ResourceName hcl.Expression `hcl:"resource_name,attr"` ContainerName hcl.Expression `hcl:"container_name,optional"` Command hcl.Expression `hcl:"command,attr"` GetPodTimeout hcl.Expression `hcl:"get_pod_timeout,optional"` }
Target an executable target, when built it runs the specified command
func (Target) Attributes ¶
Attributes return a combined map of rawTarget.Attributes and typedTarget.Attributes
func (Target) CacheEnabled ¶
func (t Target) CacheEnabled()
CacheEnabled overrides the default target caching behavior
func (Target) ComputedAttrs ¶
func (t Target) ComputedAttrs() *ComputedAttrs
ComputedAttrs returns a pointer to computed attributes from the state store. If attributes are not in the state store it will create a new pointer and insert it into the state store.
Click to show internal directories.
Click to hide internal directories.