POST /oapi/v1/processedtemplates HTTP/1.1 Authorization: Bearer $TOKEN Accept: application/json Connection: close Content-Type: application/json' { "kind": "ProcessedTemplate", "apiVersion": "v1", ... }
Expand or mouse-over a field for more information about it.
apiVersion:kind:Collapse alllabels:
[string]:message:Collapse allmetadata:
Collapse allannotations:
[string]:clusterName:creationTimestamp:deletionGracePeriodSeconds:deletionTimestamp:Collapse allfinalizers:
- [string]:generateName:generation:Collapse allinitializers:
Collapse allpending:
- name:Collapse allresult:
apiVersion:code:Collapse alldetails:
Collapse allcauses:
- field:message:reason:group:kind:name:retryAfterSeconds:uid:kind:message:Collapse allmetadata:
resourceVersion:selfLink:reason:status:Collapse alllabels:
[string]:name:namespace:Collapse allownerReferences:
- apiVersion:blockOwnerDeletion:controller:kind:name:uid:resourceVersion:selfLink:uid:Collapse allobjects:
- Raw:Collapse allparameters:
- description:displayName:from:generate:name:required:value:
Create a Template
POST /oapi/v1/processedtemplates HTTP/1.1 Authorization: Bearer $TOKEN Accept: application/json Connection: close Content-Type: application/json' { "kind": "ProcessedTemplate", "apiVersion": "v1", ... }
Create a Template
POST /oapi/v1/namespaces/$NAMESPACE/processedtemplates HTTP/1.1 Authorization: Bearer $TOKEN Accept: application/json Connection: close Content-Type: application/json' { "kind": "ProcessedTemplate", "apiVersion": "v1", ... }
$ curl -k \ -X POST \ -d @- \ -H "Authorization: Bearer $TOKEN" \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ https://$ENDPOINT/oapi/v1/namespaces/$NAMESPACE/processedtemplates <<'EOF' { "kind": "ProcessedTemplate", "apiVersion": "v1", ... } EOF