Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContainerData ¶
type ContainerData struct {
Name string
}
ContainerData represents the container subsection of the kubecli.yaml file.
type Data ¶
type Data struct { Gke GKEData Docker DockerData Deployment DeploymentData }
Data represents the configuration structure of kubecli.yaml file.
type DeploymentData ¶
type DeploymentData struct { Name string Namespace string Container ContainerData }
DeploymentData represents the deployment subsection of the kubecli.yaml file.
type DockerData ¶
DockerData represents the docker subsection of the kubecli.yaml file.
Click to show internal directories.
Click to hide internal directories.