package
1.0.8-rc.1
Repository: https://github.com/containerum/kube-api.git
Documentation: pkg.go.dev

# Functions

swagger:operation POST /namespaces/{namespace}/configmaps ConfigMap CreateConfigMap Create config map.
swagger:operation POST /namespaces/{namespace}/deployments Deployment CreateDeployment Create deployment.
swagger:operation POST /namespaces/{namespace}/secrets/docker Secret CreateDockerSecret Create secret.
swagger:operation POST /namespaces/{namespace}/endpoints Endpoint CreateEndpoint Create endpoint.
swagger:operation POST /namespaces/{namespace}/ingresses Ingress CreateIngress Create ingress.
swagger:operation POST /namespaces Namespace CreateNamespace Create namespace.
swagger:operation POST /namespaces/{namespace}/services Service CreateService Create service.
swagger:operation POST /namespaces/{namespace}/secrets/tls Secret CreateTLSSecret Create secret.
swagger:operation POST /namespaces/{namespace}/volume Volume CreateVolume Create volume.
swagger:operation DELETE /namespaces/{namespace}/configmaps/{configmap} ConfigMap DeleteConfigMap Delete config map.
swagger:operation DELETE /namespaces/{namespace}/deployments/{deployment} Deployment DeleteDeployment Delete deployment.
swagger:operation DELETE /namespaces/{namespace}/solutiosn/{solution}deployments Deployment DeleteDeploymentsSolution Delete solution deployments.
swagger:operation DELETE /namespaces/{namespace}/endpoints/{endpoint} Endpoint DeleteEndpoint Delete endpoint.
swagger:operation DELETE /namespaces/{namespace}/ingresses/{ingress} Ingress DeleteIngress Delete ingress.
swagger:operation DELETE /namespaces/{namespace} Namespace DeleteNamespace Delete namespace.
swagger:operation DELETE /namespaces/{namespace}/pods/{pod} Pod DeletePod Delete pod.
swagger:operation DELETE /namespaces/{namespace}/secrets/{secret} Secret DeleteSecret Delete secret.
swagger:operation DELETE /namespaces/{namespace}/services/{service} Service DeleteService Delete service.
swagger:operation DELETE /namespaces/{namespace}/solutions/{solution}/services Service DeleteServicesSolution Delete solution services.
swagger:operation DELETE /namespaces Namespace DeleteUserNamespaces Delete user namespaces.
swagger:operation DELETE /namespaces/{namespace}/volume/{volume} Volume DeleteVolume Delete volume.
No description provided by the author
swagger:operation GET /namespaces/{namespace}/configmaps/{configmap} ConfigMap GetConfigMap Get config map.
swagger:operation GET /namespaces/{namespace}/configmaps ConfigMap GetConfigMapList Get config maps list.
swagger:operation GET /namespaces/{namespace}/deployments/{deployment} Deployment GetDeployment Get deployment.
swagger:operation GET /namespaces/{namespace}/deployments Deployment GetDeploymentList Get deployments list.
swagger:operation GET /namespaces/{namespace}/deployments/{deployment}/pods Pod GetDeploymentPodList Get deployment pods list.
swagger:operation GET /namespaces/{namespace}/solutions/{solution}/deployments Deployment GetDeploymentSolutionList Get solution deployments list.
swagger:operation GET /namespaces/{namespace}/endpoints/{endpoint} Endpoint GetEndpoint Get endpoint.
swagger:operation GET /namespaces/{namespace}/endpoints Endpoint GetEndpointList Get endpoints list.
swagger:operation GET /namespaces/{namespace}/ingresses/{ingress} Ingress GetIngress Get ingresses list.
swagger:operation GET /namespaces/{namespace}/ingresses Ingress GetIngressList Get ingresses list.
swagger:operation GET /namespaces/{namespace} Namespace GetNamespace Get namespace.
swagger:operation GET /namespaces Namespace GetNamespaceList Get namespaces list.
swagger:operation GET /namespaces/{namespace}/pods/{pod} Pod GetPod Get pod.
swagger:operation GET /namespaces/{namespace}/pods Pod GetPodList Get pods list.
swagger:operation GET /namespaces/{namespace}/pods/{pod}/log Pod GetPodLogs Get pod logs.
swagger:operation GET /namespaces/{namespace}/secrets/{secret} Secret GetSecret Get secret.
swagger:operation GET /namespaces/{namespace}/secrets Secret GetSecretList Get TLS secrets list.
swagger:operation GET /configmaps ConfigMap GetSelectedConfigMaps Get config maps from all user namespaces.
swagger:operation GET /ingresses Ingress GetSelectedIngresses Get ingresses from all user namespaces.
swagger:operation GET /namespaces/{namespace}/services/{service} Service GetService Get services list.
swagger:operation GET /namespaces/{namespace}/services Service GetServiceList Get services list.
swagger:operation GET /namespaces/{namespace}/solutions/{solution}/services Service GetServiceSolutionList Get solution services list.
swagger:operation GET /storage Service GetStorageList Get storage list.
swagger:operation GET /namespaces/{namespace}/volumes/{volume} Volume GetVolume Get volumes list.
swagger:operation GET /namespaces/{namespace}/volumes Volume GetVolumeList Get volumes list.
swagger:operation PUT /namespaces/{namespace}/configmaps/{configmap} ConfigMap UpdateConfigMap Update config map.
swagger:operation PUT /namespaces/{namespace}/deployments/{deployment} Deployment UpdateDeployment Update deployment.
swagger:operation PUT /namespaces/{namespace}/deployments/{deployment}/image Deployment UpdateDeploymentImage Update image in deployments container.
swagger:operation PUT /namespaces/{namespace}/deployments/{deployment}/replicas Deployment UpdateDeploymentReplicas Update deployments replicas count.
swagger:operation PUT /namespaces/{namespace}/endpoints/{endpoint} Endpoint UpdateEndpoint Update endpoint.
swagger:operation PUT /namespaces/{namespace}/ingresses/{ingress} Ingress UpdateIngress Update ingress.
swagger:operation PUT /namespaces/{namespace} Namespace UpdateNamespace Update namespace.
swagger:operation PUT /namespaces/{namespace}/secrets/{secret} Secret UpdateSecret Update secret.
swagger:operation PUT /namespaces/{namespace}/services/{service} Service UpdateService Update service.
swagger:operation PUT /namespaces/{namespace}/volumes/{volume} Volume UpdateVolume Update volume.