Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigSchema = map[string]*schema.Attribute{ "paths": { Type: schema.TypeList, Elem: &schema.Attribute{Type: schema.TypeString}, }, "dockerfile_paths": { Type: schema.TypeList, Elem: &schema.Attribute{Type: schema.TypeString}, }, "docker_compose_file_paths": { Type: schema.TypeList, Elem: &schema.Attribute{Type: schema.TypeString}, }, "host": { Type: schema.TypeString, }, "api_version": { Type: schema.TypeString, }, "cert_path": { Type: schema.TypeString, }, "tls_verify": { Type: schema.TypeBool, }, }
Functions ¶
func ConfigInstance ¶
func ConfigInstance() interface{}
func GetConfig ¶
func GetConfig(connection *plugin.Connection) dockerConfig
GetConfig :: retrieve and cast connection config from query data
Types ¶
Source Files ¶
- connection_config.go
- plugin.go
- table_docker_compose_config.go
- table_docker_compose_network.go
- table_docker_compose_secret.go
- table_docker_compose_service.go
- table_docker_compose_volume.go
- table_docker_container.go
- table_docker_image.go
- table_docker_info.go
- table_docker_network.go
- table_docker_volume.go
- table_dockerfile_instruction.go
- utils.go
Click to show internal directories.
Click to hide internal directories.