package apis
import "github.com/docker/compose-on-kubernetes/api"
Index ¶
Functions ¶
func NewKubernetesConfig ¶
func NewKubernetesConfig(configPath string) clientcmd.ClientConfig
NewKubernetesConfig resolves the path to the desired Kubernetes configuration file based on the KUBECONFIG environment variable and command line flags.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
api/client | |
api/client/clientset | |
api/client/clientset/scheme | |
api/client/clientset/typed | |
api/client/clientset/typed/compose | |
api/client/clientset/typed/compose/v1alpha3 | |
api/client/clientset/typed/compose/v1beta1 | |
api/client/clientset/typed/compose/v1beta2 | |
api/client/informers | |
api/client/informers/compose | |
api/client/informers/compose/v1alpha3 | |
api/client/informers/compose/v1beta2 | |
api/client/informers/internalinterfaces | |
api/client/listers | |
api/client/listers/compose | |
api/client/listers/compose/v1alpha3 | |
api/client/listers/compose/v1beta2 | |
api/compose | Package compose is the internal version of the API. |
api/compose/clone | |
api/compose/impersonation | Package impersonation holds data structures for enabling user impersonation within Conpose for Kubernetes +k8s:openapi-gen=true |
api/compose/latest | |
api/compose/v1alpha3 | Package v1alpha3 is the current in dev version of the stack, containing evolution on top of v1beta2 structured spec +k8s:openapi-gen=true +k8s:conversion-gen=github.com/docker/compose-on-kubernetes/api/compose/v1beta2 |
api/compose/v1beta1 | Package v1beta1 is the first version of the Stack spec, containing only a compose file +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:defaulter-gen=TypeMeta +groupName=compose.docker.com |
api/compose/v1beta2 | Package v1beta2 is the second version of the stack, containing a structured spec +k8s:openapi-gen=true |
api/constants | |
api/labels | |
api/openapi |
- Version
- v0.5.0 (latest)
- Published
- Jan 28, 2022
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 8 hours ago –
Tools for package owners.