- Description
- MicroService is the Schema for the microservices API
- Type
object
Specification
.spec
- Description
- MicroServiceSpec defines the desired state of MicroService
- Type
object
.spec.daemonsets
- Type
array
.spec.daemonsets[]
- Type
object- Required
name
.spec.deployments
- Type
array
.spec.deployments[]
- Type
object- Required
name
.spec.services
- Type
array
.spec.services[]
- Type
string
.spec.statefulsets
- Type
array
.spec.statefulsets[]
- Type
object- Required
name
.status
- Description
- MicroServiceStatus defines the observed state of MicroService
- Type
object
API Endpoints
The following API endpoints are available:
/apis/asm.alauda.io/v1beta1/namespaces/{namespace}/microservicesDELETE: delete collection of MicroServiceGET: list objects of kind MicroServicePOST: create a new MicroService
/apis/asm.alauda.io/v1beta1/namespaces/{namespace}/microservices/{name}DELETE: delete the specified MicroServiceGET: read the specified MicroServicePATCH: partially update the specified MicroServicePUT: replace the specified MicroService
/apis/asm.alauda.io/v1beta1/namespaces/{namespace}/microservices/{name}/statusGET: read status of the specified MicroServicePATCH: partially update status of the specified MicroServicePUT: replace status of the specified MicroService
/apis/asm.alauda.io/v1beta1/namespaces/{namespace}/microservices
- HTTP method
DELETE- Description
- delete collection of MicroService
- HTTP responses
- HTTP method
GET- Description
- list objects of kind MicroService
- HTTP responses
- HTTP method
POST- Description
- create a new MicroService
- Query parameters
- Body parameters
- HTTP responses
/apis/asm.alauda.io/v1beta1/namespaces/{namespace}/microservices/{name}
- HTTP method
DELETE- Description
- delete the specified MicroService
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified MicroService
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified MicroService
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified MicroService
- Query parameters
- Body parameters
- HTTP responses
/apis/asm.alauda.io/v1beta1/namespaces/{namespace}/microservices/{name}/status
- HTTP method
GET- Description
- read status of the specified MicroService
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified MicroService
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified MicroService
- Query parameters
- Body parameters
- HTTP responses