Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCluster ¶
func CreateCluster()
CreateCluster mirrors the reporter's swagger:operation with an inline body parameter whose schema is a $ref. The reporter saw a spurious top-level $ref emitted alongside the schema (malformed param). Check the param is clean.
swagger:operation POST /api/v1/clusters createCluster
Creates a cluster.
--- produces: - text/plain consumes: - application/json parameters:
- name: cluster in: body description: the cluster specification to create required: true schema: "$ref": "#/definitions/cluster"
responses:
'202': description: Accepted
Types ¶
Click to show internal directories.
Click to hide internal directories.