Read a Cluster Network
GET/apis/network.harvesterhci.io/v1beta1/clusternetworks/{name:[a-z0-9][a-z0-9\-]*}
Get a ClusterNetwork object.
Request
Path Parameters
name stringrequired
Name of the resource
namespace stringrequired
Object name and auth scope, such as for teams and projects
Query Parameters
exact boolean
Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
export boolean
Should this value be exported. Export strips fields that a user can not specify.
Responses
- 200
- 401
OK
- application/json
- application/yaml
- application/json;stream=watch
- Schema
- Example (from schema)
Schema
apiVersion stringrequired
config object
property name* string
description string
enable booleanrequired
kind stringrequired
metadata object
name stringrequired
namespace string
{
"apiVersion": "string",
"config": {},
"description": "string",
"enable": false,
"kind": "string",
"metadata": {
"name": "string",
"namespace": "string"
}
}
- Schema
- Example (from schema)
Schema
apiVersion stringrequired
config object
property name* string
description string
enable booleanrequired
kind stringrequired
metadata object
name stringrequired
namespace string
{
"apiVersion": "string",
"config": {},
"description": "string",
"enable": false,
"kind": "string",
"metadata": {
"name": "string",
"namespace": "string"
}
}
- Schema
- Example (from schema)
Schema
apiVersion stringrequired
config object
property name* string
description string
enable booleanrequired
kind stringrequired
metadata object
name stringrequired
namespace string
{
"apiVersion": "string",
"config": {},
"description": "string",
"enable": false,
"kind": "string",
"metadata": {
"name": "string",
"namespace": "string"
}
}
Unauthorized
- application/json
- application/yaml
- application/json;stream=watch
- Schema
Schema
string
- Schema
Schema
string
- Schema
Schema
string
Loading...