PATCH
/
apis
/
cloud.streamnative.io
/
v1alpha1
/
namespaces
/
{namespace}
/
cloudenvironments
/
{name}
{
  "apiVersion": "<string>",
  "kind": "<string>",
  "metadata": {
    "annotations": {},
    "clusterName": "<string>",
    "creationTimestamp": "2023-11-07T05:31:56Z",
    "deletionGracePeriodSeconds": 123,
    "deletionTimestamp": "2023-11-07T05:31:56Z",
    "finalizers": [
      ""
    ],
    "generateName": "<string>",
    "generation": 123,
    "labels": {},
    "managedFields": [
      {
        "apiVersion": "<string>",
        "fieldsType": "<string>",
        "fieldsV1": {},
        "manager": "<string>",
        "operation": "<string>",
        "subresource": "<string>",
        "time": "2023-11-07T05:31:56Z"
      }
    ],
    "name": "<string>",
    "namespace": "<string>",
    "ownerReferences": [
      {
        "apiVersion": "",
        "blockOwnerDeletion": true,
        "controller": true,
        "kind": "",
        "name": "",
        "uid": ""
      }
    ],
    "resourceVersion": "<string>",
    "selfLink": "<string>",
    "uid": "<string>"
  },
  "spec": {
    "cloudConnectionName": "<string>",
    "defaultGateway": {
      "access": "<string>",
      "privateService": {
        "allowedIds": [
          ""
        ]
      }
    },
    "network": {
      "cidr": "<string>",
      "id": "<string>",
      "subnetCIDR": "<string>"
    },
    "region": "<string>",
    "zone": "<string>"
  },
  "status": {
    "conditions": [
      {
        "lastTransitionTime": "2023-11-07T05:31:56Z",
        "message": "",
        "observedGeneration": 123,
        "reason": "",
        "status": "",
        "type": ""
      }
    ],
    "defaultGateway": {
      "privateServiceIds": [
        {
          "id": "<string>"
        }
      ]
    }
  }
}

Path Parameters

name
string
required

name of the CloudEnvironment

namespace
string
required

object name and auth scope, such as for teams and projects

Query Parameters

pretty
string

If 'true', then the output is pretty printed.

dryRun
string

When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

fieldManager
string

fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

force
boolean

Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Body

Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.

Response

OK

CloudEnvironment represents the infrastructure environment for running pulsar clusters, consisting of Kubernetes cluster and set of applications

apiVersion
string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

kind
string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

metadata
object

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

spec
object

CloudEnvironmentSpec defines the desired state of CloudEnvironment

status
object

CloudEnvironmentStatus defines the observed state of CloudEnvironment