{ "swaggerVersion": "1.2", "apiVersion": "v1", "basePath": "https://127.0.0.1:8443", "resourcePath": "/oapi/v1", "info": { "title": "OpenShift v1 REST API", "description": "The OpenShift API exposes operations for managing an enterprise Kubernetes cluster, including security and user management, application deployments, image and source builds, HTTP(s) routing, and project management." }, "apis": [ { "path": "/oapi/v1/namespaces/{namespace}/appliedclusterresourcequotas", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.AppliedClusterResourceQuotaList", "method": "GET", "summary": "list objects of kind AppliedClusterResourceQuota", "nickname": "listNamespacedAppliedClusterResourceQuota", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.AppliedClusterResourceQuotaList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/appliedclusterresourcequotas/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.AppliedClusterResourceQuota", "method": "GET", "summary": "read the specified AppliedClusterResourceQuota", "nickname": "readNamespacedAppliedClusterResourceQuota", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the AppliedClusterResourceQuota", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.AppliedClusterResourceQuota" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/appliedclusterresourcequotas", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.AppliedClusterResourceQuotaList", "method": "GET", "summary": "list objects of kind AppliedClusterResourceQuota", "nickname": "listAppliedClusterResourceQuotaForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.AppliedClusterResourceQuotaList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/buildconfigs", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.BuildConfigList", "method": "GET", "summary": "list or watch objects of kind BuildConfig", "nickname": "listNamespacedBuildConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.BuildConfigList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.BuildConfig", "method": "POST", "summary": "create a BuildConfig", "nickname": "createNamespacedBuildConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.BuildConfig", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.BuildConfig" }, { "code": 201, "message": "Created", "responseModel": "v1.BuildConfig" }, { "code": 202, "message": "Accepted", "responseModel": "v1.BuildConfig" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of BuildConfig", "nickname": "deletecollectionNamespacedBuildConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/buildconfigs", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of BuildConfig", "nickname": "watchNamespacedBuildConfigList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/buildconfigs/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.BuildConfig", "method": "GET", "summary": "read the specified BuildConfig", "nickname": "readNamespacedBuildConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the BuildConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.BuildConfig" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.BuildConfig", "method": "PUT", "summary": "replace the specified BuildConfig", "nickname": "replaceNamespacedBuildConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.BuildConfig", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the BuildConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.BuildConfig" }, { "code": 201, "message": "Created", "responseModel": "v1.BuildConfig" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.BuildConfig", "method": "PATCH", "summary": "partially update the specified BuildConfig", "nickname": "patchNamespacedBuildConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the BuildConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.BuildConfig" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a BuildConfig", "nickname": "deleteNamespacedBuildConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the BuildConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/buildconfigs/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind BuildConfig", "nickname": "watchNamespacedBuildConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the BuildConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/buildconfigs", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.BuildConfigList", "method": "GET", "summary": "list or watch objects of kind BuildConfig", "nickname": "listBuildConfigForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.BuildConfigList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/buildconfigs", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of BuildConfig", "nickname": "watchBuildConfigListForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/buildconfigs/{name}/instantiate", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Build", "method": "POST", "summary": "create instantiate of a BuildConfig", "nickname": "createNamespacedBuildConfigInstantiate", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.BuildRequest", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the BuildRequest", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Build" }, { "code": 201, "message": "Created", "responseModel": "v1.Build" }, { "code": 202, "message": "Accepted", "responseModel": "v1.Build" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/buildconfigs/{name}/instantiatebinary", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Build", "method": "POST", "summary": "connect POST requests to instantiatebinary of BuildConfig", "nickname": "connectPostNamespacedBuildConfigInstantiatebinary", "parameters": [ { "type": "string", "paramType": "query", "name": "asFile", "description": "asFile determines if the binary should be created as a file within the source rather than extracted as an archive", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "revision.commit", "description": "revision.commit is the value identifying a specific commit", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "revision.message", "description": "revision.message is the description of a specific commit", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "revision.authorName", "description": "revision.authorName of the source control user", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "revision.authorEmail", "description": "revision.authorEmail of the source control user", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "revision.committerName", "description": "revision.committerName of the source control user", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "revision.committerEmail", "description": "revision.committerEmail of the source control user", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the BinaryBuildRequestOptions", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/buildconfigs/{name}/webhooks", "description": "OpenShift REST API, version v1", "operations": [ { "type": "string", "method": "POST", "summary": "connect POST requests to webhooks of BuildConfig", "nickname": "connectPostNamespacedBuildConfigWebhooks", "parameters": [ { "type": "string", "paramType": "query", "name": "path", "description": "Path is the URL path to use for the current proxy request to pod.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Build", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/buildconfigs/{name}/webhooks/{path}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "string", "method": "POST", "summary": "connect POST requests to webhooks of BuildConfig", "nickname": "connectPostNamespacedBuildConfigWebhooksWithPath", "parameters": [ { "type": "string", "paramType": "query", "name": "path", "description": "Path is the URL path to use for the current proxy request to pod.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Build", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "path", "description": "path to the resource", "required": true, "allowMultiple": false } ], "produces": [ "*/*" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/builds", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.BuildList", "method": "GET", "summary": "list or watch objects of kind Build", "nickname": "listNamespacedBuild", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.BuildList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.Build", "method": "POST", "summary": "create a Build", "nickname": "createNamespacedBuild", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Build", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Build" }, { "code": 201, "message": "Created", "responseModel": "v1.Build" }, { "code": 202, "message": "Accepted", "responseModel": "v1.Build" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of Build", "nickname": "deletecollectionNamespacedBuild", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/builds", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Build", "nickname": "watchNamespacedBuildList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/builds/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Build", "method": "GET", "summary": "read the specified Build", "nickname": "readNamespacedBuild", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Build", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Build" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Build", "method": "PUT", "summary": "replace the specified Build", "nickname": "replaceNamespacedBuild", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Build", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Build", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Build" }, { "code": 201, "message": "Created", "responseModel": "v1.Build" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Build", "method": "PATCH", "summary": "partially update the specified Build", "nickname": "patchNamespacedBuild", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Build", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Build" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a Build", "nickname": "deleteNamespacedBuild", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Build", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/builds/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Build", "nickname": "watchNamespacedBuild", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Build", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/builds", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.BuildList", "method": "GET", "summary": "list or watch objects of kind Build", "nickname": "listBuildForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.BuildList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/builds", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Build", "nickname": "watchBuildListForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/builds/{name}/clone", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.BuildRequest", "method": "POST", "summary": "create clone of a Build", "nickname": "createNamespacedBuildClone", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.BuildRequest", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the BuildRequest", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.BuildRequest" }, { "code": 201, "message": "Created", "responseModel": "v1.BuildRequest" }, { "code": 202, "message": "Accepted", "responseModel": "v1.BuildRequest" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/builds/{name}/details", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Build", "method": "PUT", "summary": "replace details of the specified Build", "nickname": "replaceNamespacedBuildDetails", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Build", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Build", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Build" }, { "code": 201, "message": "Created", "responseModel": "v1.Build" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/builds/{name}/log", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.BuildLog", "method": "GET", "summary": "read log of the specified Build", "nickname": "readNamespacedBuildLog", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "container", "description": "cointainer for which to stream logs. Defaults to only container if there is one container in the pod.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "follow", "description": "follow if true indicates that the build log should be streamed until the build terminates.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "previous", "description": "previous returns previous build logs. Defaults to false.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "sinceSeconds", "description": "sinceSeconds is a relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "timestamps", "description": "timestamps, If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "tailLines", "description": "tailLines, If set, is the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limitBytes", "description": "limitBytes, If set, is the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "nowait", "description": "noWait if true causes the call to return immediately even if the build is not available yet. Otherwise the server will wait until the build has started.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "version", "description": "version of the build for which to view logs.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the BuildLog", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.BuildLog" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/clusternetworks", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ClusterNetworkList", "method": "GET", "summary": "list or watch objects of kind ClusterNetwork", "nickname": "listClusterNetwork", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterNetworkList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterNetwork", "method": "POST", "summary": "create a ClusterNetwork", "nickname": "createClusterNetwork", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ClusterNetwork", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterNetwork" }, { "code": 201, "message": "Created", "responseModel": "v1.ClusterNetwork" }, { "code": 202, "message": "Accepted", "responseModel": "v1.ClusterNetwork" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of ClusterNetwork", "nickname": "deletecollectionClusterNetwork", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/clusternetworks", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of ClusterNetwork", "nickname": "watchClusterNetworkList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/clusternetworks/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ClusterNetwork", "method": "GET", "summary": "read the specified ClusterNetwork", "nickname": "readClusterNetwork", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterNetwork", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterNetwork" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterNetwork", "method": "PUT", "summary": "replace the specified ClusterNetwork", "nickname": "replaceClusterNetwork", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ClusterNetwork", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterNetwork", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterNetwork" }, { "code": 201, "message": "Created", "responseModel": "v1.ClusterNetwork" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterNetwork", "method": "PATCH", "summary": "partially update the specified ClusterNetwork", "nickname": "patchClusterNetwork", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterNetwork", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterNetwork" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a ClusterNetwork", "nickname": "deleteClusterNetwork", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterNetwork", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/clusternetworks/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind ClusterNetwork", "nickname": "watchClusterNetwork", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterNetwork", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/clusterresourcequotas", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ClusterResourceQuotaList", "method": "GET", "summary": "list or watch objects of kind ClusterResourceQuota", "nickname": "listClusterResourceQuota", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterResourceQuotaList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterResourceQuota", "method": "POST", "summary": "create a ClusterResourceQuota", "nickname": "createClusterResourceQuota", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ClusterResourceQuota", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterResourceQuota" }, { "code": 201, "message": "Created", "responseModel": "v1.ClusterResourceQuota" }, { "code": 202, "message": "Accepted", "responseModel": "v1.ClusterResourceQuota" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of ClusterResourceQuota", "nickname": "deletecollectionClusterResourceQuota", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/clusterresourcequotas", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of ClusterResourceQuota", "nickname": "watchClusterResourceQuotaList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/clusterresourcequotas/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ClusterResourceQuota", "method": "GET", "summary": "read the specified ClusterResourceQuota", "nickname": "readClusterResourceQuota", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterResourceQuota", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterResourceQuota" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterResourceQuota", "method": "PUT", "summary": "replace the specified ClusterResourceQuota", "nickname": "replaceClusterResourceQuota", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ClusterResourceQuota", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterResourceQuota", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterResourceQuota" }, { "code": 201, "message": "Created", "responseModel": "v1.ClusterResourceQuota" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterResourceQuota", "method": "PATCH", "summary": "partially update the specified ClusterResourceQuota", "nickname": "patchClusterResourceQuota", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterResourceQuota", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterResourceQuota" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a ClusterResourceQuota", "nickname": "deleteClusterResourceQuota", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterResourceQuota", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/clusterresourcequotas/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind ClusterResourceQuota", "nickname": "watchClusterResourceQuota", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterResourceQuota", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/clusterresourcequotas/{name}/status", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ClusterResourceQuota", "method": "GET", "summary": "read status of the specified ClusterResourceQuota", "nickname": "readClusterResourceQuotaStatus", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterResourceQuota", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterResourceQuota" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterResourceQuota", "method": "PUT", "summary": "replace status of the specified ClusterResourceQuota", "nickname": "replaceClusterResourceQuotaStatus", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ClusterResourceQuota", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterResourceQuota", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterResourceQuota" }, { "code": 201, "message": "Created", "responseModel": "v1.ClusterResourceQuota" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterResourceQuota", "method": "PATCH", "summary": "partially update status of the specified ClusterResourceQuota", "nickname": "patchClusterResourceQuotaStatus", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterResourceQuota", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterResourceQuota" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] } ] }, { "path": "/oapi/v1/clusterrolebindings", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ClusterRoleBindingList", "method": "GET", "summary": "list objects of kind ClusterRoleBinding", "nickname": "listClusterRoleBinding", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterRoleBindingList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterRoleBinding", "method": "POST", "summary": "create a ClusterRoleBinding", "nickname": "createClusterRoleBinding", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ClusterRoleBinding", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterRoleBinding" }, { "code": 201, "message": "Created", "responseModel": "v1.ClusterRoleBinding" }, { "code": 202, "message": "Accepted", "responseModel": "v1.ClusterRoleBinding" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/clusterrolebindings/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ClusterRoleBinding", "method": "GET", "summary": "read the specified ClusterRoleBinding", "nickname": "readClusterRoleBinding", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterRoleBinding", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterRoleBinding" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterRoleBinding", "method": "PUT", "summary": "replace the specified ClusterRoleBinding", "nickname": "replaceClusterRoleBinding", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ClusterRoleBinding", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterRoleBinding", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterRoleBinding" }, { "code": 201, "message": "Created", "responseModel": "v1.ClusterRoleBinding" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterRoleBinding", "method": "PATCH", "summary": "partially update the specified ClusterRoleBinding", "nickname": "patchClusterRoleBinding", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterRoleBinding", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterRoleBinding" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a ClusterRoleBinding", "nickname": "deleteClusterRoleBinding", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterRoleBinding", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/clusterroles", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ClusterRoleList", "method": "GET", "summary": "list objects of kind ClusterRole", "nickname": "listClusterRole", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterRoleList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterRole", "method": "POST", "summary": "create a ClusterRole", "nickname": "createClusterRole", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ClusterRole", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterRole" }, { "code": 201, "message": "Created", "responseModel": "v1.ClusterRole" }, { "code": 202, "message": "Accepted", "responseModel": "v1.ClusterRole" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/clusterroles/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ClusterRole", "method": "GET", "summary": "read the specified ClusterRole", "nickname": "readClusterRole", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterRole", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterRole" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterRole", "method": "PUT", "summary": "replace the specified ClusterRole", "nickname": "replaceClusterRole", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ClusterRole", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterRole", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterRole" }, { "code": 201, "message": "Created", "responseModel": "v1.ClusterRole" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ClusterRole", "method": "PATCH", "summary": "partially update the specified ClusterRole", "nickname": "patchClusterRole", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterRole", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ClusterRole" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a ClusterRole", "nickname": "deleteClusterRole", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ClusterRole", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/deploymentconfigs", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.DeploymentConfigList", "method": "GET", "summary": "list or watch objects of kind DeploymentConfig", "nickname": "listNamespacedDeploymentConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.DeploymentConfigList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.DeploymentConfig", "method": "POST", "summary": "create a DeploymentConfig", "nickname": "createNamespacedDeploymentConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeploymentConfig", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.DeploymentConfig" }, { "code": 201, "message": "Created", "responseModel": "v1.DeploymentConfig" }, { "code": 202, "message": "Accepted", "responseModel": "v1.DeploymentConfig" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of DeploymentConfig", "nickname": "deletecollectionNamespacedDeploymentConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/deploymentconfigs", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of DeploymentConfig", "nickname": "watchNamespacedDeploymentConfigList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.DeploymentConfig", "method": "GET", "summary": "read the specified DeploymentConfig", "nickname": "readNamespacedDeploymentConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the DeploymentConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.DeploymentConfig" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.DeploymentConfig", "method": "PUT", "summary": "replace the specified DeploymentConfig", "nickname": "replaceNamespacedDeploymentConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeploymentConfig", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the DeploymentConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.DeploymentConfig" }, { "code": 201, "message": "Created", "responseModel": "v1.DeploymentConfig" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.DeploymentConfig", "method": "PATCH", "summary": "partially update the specified DeploymentConfig", "nickname": "patchNamespacedDeploymentConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the DeploymentConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.DeploymentConfig" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a DeploymentConfig", "nickname": "deleteNamespacedDeploymentConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the DeploymentConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/deploymentconfigs/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind DeploymentConfig", "nickname": "watchNamespacedDeploymentConfig", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the DeploymentConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/deploymentconfigs", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.DeploymentConfigList", "method": "GET", "summary": "list or watch objects of kind DeploymentConfig", "nickname": "listDeploymentConfigForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.DeploymentConfigList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/deploymentconfigs", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of DeploymentConfig", "nickname": "watchDeploymentConfigListForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/instantiate", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.DeploymentRequest", "method": "POST", "summary": "create instantiate of a DeploymentConfig", "nickname": "createNamespacedDeploymentConfigInstantiate", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeploymentRequest", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the DeploymentRequest", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.DeploymentRequest" }, { "code": 201, "message": "Created", "responseModel": "v1.DeploymentRequest" }, { "code": 202, "message": "Accepted", "responseModel": "v1.DeploymentRequest" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/log", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.DeploymentLog", "method": "GET", "summary": "read log of the specified DeploymentConfig", "nickname": "readNamespacedDeploymentConfigLog", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "container", "description": "The container for which to stream logs. Defaults to only container if there is one container in the pod.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "follow", "description": "Follow if true indicates that the build log should be streamed until the build terminates.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "previous", "description": "Return previous deployment logs. Defaults to false.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "sinceSeconds", "description": "A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "timestamps", "description": "If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "tailLines", "description": "If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limitBytes", "description": "If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "nowait", "description": "NoWait if true causes the call to return immediately even if the deployment is not available yet. Otherwise the server will wait until the deployment has started.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "version", "description": "Version of the deployment for which to view logs.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the DeploymentLog", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.DeploymentLog" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/rollback", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.DeploymentConfigRollback", "method": "POST", "summary": "create rollback of a DeploymentConfig", "nickname": "createNamespacedDeploymentConfigRollback", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeploymentConfigRollback", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the DeploymentConfigRollback", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.DeploymentConfigRollback" }, { "code": 201, "message": "Created", "responseModel": "v1.DeploymentConfigRollback" }, { "code": 202, "message": "Accepted", "responseModel": "v1.DeploymentConfigRollback" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/scale", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1beta1.Scale", "method": "GET", "summary": "read scale of the specified DeploymentConfig", "nickname": "readNamespacedDeploymentConfigScale", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Scale", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1beta1.Scale" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1beta1.Scale", "method": "PUT", "summary": "replace scale of the specified DeploymentConfig", "nickname": "replaceNamespacedDeploymentConfigScale", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1beta1.Scale", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Scale", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1beta1.Scale" }, { "code": 201, "message": "Created", "responseModel": "v1beta1.Scale" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1beta1.Scale", "method": "PATCH", "summary": "partially update scale of the specified DeploymentConfig", "nickname": "patchNamespacedDeploymentConfigScale", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Scale", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1beta1.Scale" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/deploymentconfigs/{name}/status", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.DeploymentConfig", "method": "GET", "summary": "read status of the specified DeploymentConfig", "nickname": "readNamespacedDeploymentConfigStatus", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the DeploymentConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.DeploymentConfig" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.DeploymentConfig", "method": "PUT", "summary": "replace status of the specified DeploymentConfig", "nickname": "replaceNamespacedDeploymentConfigStatus", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeploymentConfig", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the DeploymentConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.DeploymentConfig" }, { "code": 201, "message": "Created", "responseModel": "v1.DeploymentConfig" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.DeploymentConfig", "method": "PATCH", "summary": "partially update status of the specified DeploymentConfig", "nickname": "patchNamespacedDeploymentConfigStatus", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the DeploymentConfig", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.DeploymentConfig" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/egressnetworkpolicies", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.EgressNetworkPolicyList", "method": "GET", "summary": "list or watch objects of kind EgressNetworkPolicy", "nickname": "listNamespacedEgressNetworkPolicy", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.EgressNetworkPolicyList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.EgressNetworkPolicy", "method": "POST", "summary": "create an EgressNetworkPolicy", "nickname": "createNamespacedEgressNetworkPolicy", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.EgressNetworkPolicy", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.EgressNetworkPolicy" }, { "code": 201, "message": "Created", "responseModel": "v1.EgressNetworkPolicy" }, { "code": 202, "message": "Accepted", "responseModel": "v1.EgressNetworkPolicy" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of EgressNetworkPolicy", "nickname": "deletecollectionNamespacedEgressNetworkPolicy", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/egressnetworkpolicies", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of EgressNetworkPolicy", "nickname": "watchNamespacedEgressNetworkPolicyList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/egressnetworkpolicies/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.EgressNetworkPolicy", "method": "GET", "summary": "read the specified EgressNetworkPolicy", "nickname": "readNamespacedEgressNetworkPolicy", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the EgressNetworkPolicy", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.EgressNetworkPolicy" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.EgressNetworkPolicy", "method": "PUT", "summary": "replace the specified EgressNetworkPolicy", "nickname": "replaceNamespacedEgressNetworkPolicy", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.EgressNetworkPolicy", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the EgressNetworkPolicy", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.EgressNetworkPolicy" }, { "code": 201, "message": "Created", "responseModel": "v1.EgressNetworkPolicy" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.EgressNetworkPolicy", "method": "PATCH", "summary": "partially update the specified EgressNetworkPolicy", "nickname": "patchNamespacedEgressNetworkPolicy", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the EgressNetworkPolicy", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.EgressNetworkPolicy" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete an EgressNetworkPolicy", "nickname": "deleteNamespacedEgressNetworkPolicy", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the EgressNetworkPolicy", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/egressnetworkpolicies/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind EgressNetworkPolicy", "nickname": "watchNamespacedEgressNetworkPolicy", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the EgressNetworkPolicy", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/egressnetworkpolicies", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.EgressNetworkPolicyList", "method": "GET", "summary": "list or watch objects of kind EgressNetworkPolicy", "nickname": "listEgressNetworkPolicyForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.EgressNetworkPolicyList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/egressnetworkpolicies", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of EgressNetworkPolicy", "nickname": "watchEgressNetworkPolicyListForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/groups", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.GroupList", "method": "GET", "summary": "list or watch objects of kind Group", "nickname": "listGroup", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.GroupList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.Group", "method": "POST", "summary": "create a Group", "nickname": "createGroup", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Group", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Group" }, { "code": 201, "message": "Created", "responseModel": "v1.Group" }, { "code": 202, "message": "Accepted", "responseModel": "v1.Group" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of Group", "nickname": "deletecollectionGroup", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/groups", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Group", "nickname": "watchGroupList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/groups/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Group", "method": "GET", "summary": "read the specified Group", "nickname": "readGroup", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Group", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Group" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Group", "method": "PUT", "summary": "replace the specified Group", "nickname": "replaceGroup", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Group", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Group", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Group" }, { "code": 201, "message": "Created", "responseModel": "v1.Group" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Group", "method": "PATCH", "summary": "partially update the specified Group", "nickname": "patchGroup", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Group", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Group" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a Group", "nickname": "deleteGroup", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Group", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/groups/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Group", "nickname": "watchGroup", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Group", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/hostsubnets", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.HostSubnetList", "method": "GET", "summary": "list or watch objects of kind HostSubnet", "nickname": "listHostSubnet", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.HostSubnetList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.HostSubnet", "method": "POST", "summary": "create a HostSubnet", "nickname": "createHostSubnet", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.HostSubnet", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.HostSubnet" }, { "code": 201, "message": "Created", "responseModel": "v1.HostSubnet" }, { "code": 202, "message": "Accepted", "responseModel": "v1.HostSubnet" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of HostSubnet", "nickname": "deletecollectionHostSubnet", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/hostsubnets", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of HostSubnet", "nickname": "watchHostSubnetList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/hostsubnets/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.HostSubnet", "method": "GET", "summary": "read the specified HostSubnet", "nickname": "readHostSubnet", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the HostSubnet", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.HostSubnet" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.HostSubnet", "method": "PUT", "summary": "replace the specified HostSubnet", "nickname": "replaceHostSubnet", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.HostSubnet", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the HostSubnet", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.HostSubnet" }, { "code": 201, "message": "Created", "responseModel": "v1.HostSubnet" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.HostSubnet", "method": "PATCH", "summary": "partially update the specified HostSubnet", "nickname": "patchHostSubnet", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the HostSubnet", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.HostSubnet" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a HostSubnet", "nickname": "deleteHostSubnet", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the HostSubnet", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/hostsubnets/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind HostSubnet", "nickname": "watchHostSubnet", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the HostSubnet", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/identities", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.IdentityList", "method": "GET", "summary": "list or watch objects of kind Identity", "nickname": "listIdentity", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.IdentityList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.Identity", "method": "POST", "summary": "create an Identity", "nickname": "createIdentity", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Identity", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Identity" }, { "code": 201, "message": "Created", "responseModel": "v1.Identity" }, { "code": 202, "message": "Accepted", "responseModel": "v1.Identity" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of Identity", "nickname": "deletecollectionIdentity", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/identities", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Identity", "nickname": "watchIdentityList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/identities/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Identity", "method": "GET", "summary": "read the specified Identity", "nickname": "readIdentity", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Identity", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Identity" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Identity", "method": "PUT", "summary": "replace the specified Identity", "nickname": "replaceIdentity", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Identity", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Identity", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Identity" }, { "code": 201, "message": "Created", "responseModel": "v1.Identity" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Identity", "method": "PATCH", "summary": "partially update the specified Identity", "nickname": "patchIdentity", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Identity", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Identity" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete an Identity", "nickname": "deleteIdentity", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Identity", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/identities/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Identity", "nickname": "watchIdentity", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Identity", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/images", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ImageList", "method": "GET", "summary": "list or watch objects of kind Image", "nickname": "listImage", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.Image", "method": "POST", "summary": "create an Image", "nickname": "createImage", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Image", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Image" }, { "code": 201, "message": "Created", "responseModel": "v1.Image" }, { "code": 202, "message": "Accepted", "responseModel": "v1.Image" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of Image", "nickname": "deletecollectionImage", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/images", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Image", "nickname": "watchImageList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/images/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Image", "method": "GET", "summary": "read the specified Image", "nickname": "readImage", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Image", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Image" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Image", "method": "PUT", "summary": "replace the specified Image", "nickname": "replaceImage", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Image", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Image", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Image" }, { "code": 201, "message": "Created", "responseModel": "v1.Image" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Image", "method": "PATCH", "summary": "partially update the specified Image", "nickname": "patchImage", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Image", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Image" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete an Image", "nickname": "deleteImage", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Image", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/images/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Image", "nickname": "watchImage", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Image", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/imagesignatures", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ImageSignature", "method": "POST", "summary": "create an ImageSignature", "nickname": "createImageSignature", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ImageSignature", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageSignature" }, { "code": 201, "message": "Created", "responseModel": "v1.ImageSignature" }, { "code": 202, "message": "Accepted", "responseModel": "v1.ImageSignature" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/imagesignatures/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Status", "method": "DELETE", "summary": "delete an ImageSignature", "nickname": "deleteImageSignature", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageSignature", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/imagestreamimages/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ImageStreamImage", "method": "GET", "summary": "read the specified ImageStreamImage", "nickname": "readNamespacedImageStreamImage", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStreamImage", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStreamImage" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/imagestreamimports", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ImageStreamImport", "method": "POST", "summary": "create an ImageStreamImport", "nickname": "createNamespacedImageStreamImport", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ImageStreamImport", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStreamImport" }, { "code": 201, "message": "Created", "responseModel": "v1.ImageStreamImport" }, { "code": 202, "message": "Accepted", "responseModel": "v1.ImageStreamImport" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/imagestreammappings", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ImageStreamMapping", "method": "POST", "summary": "create an ImageStreamMapping", "nickname": "createNamespacedImageStreamMapping", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ImageStreamMapping", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStreamMapping" }, { "code": 201, "message": "Created", "responseModel": "v1.ImageStreamMapping" }, { "code": 202, "message": "Accepted", "responseModel": "v1.ImageStreamMapping" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/imagestreams", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ImageStreamList", "method": "GET", "summary": "list or watch objects of kind ImageStream", "nickname": "listNamespacedImageStream", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStreamList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.ImageStream", "method": "POST", "summary": "create an ImageStream", "nickname": "createNamespacedImageStream", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ImageStream", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStream" }, { "code": 201, "message": "Created", "responseModel": "v1.ImageStream" }, { "code": 202, "message": "Accepted", "responseModel": "v1.ImageStream" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of ImageStream", "nickname": "deletecollectionNamespacedImageStream", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/imagestreams", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of ImageStream", "nickname": "watchNamespacedImageStreamList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/imagestreams/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ImageStream", "method": "GET", "summary": "read the specified ImageStream", "nickname": "readNamespacedImageStream", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStream", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStream" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ImageStream", "method": "PUT", "summary": "replace the specified ImageStream", "nickname": "replaceNamespacedImageStream", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ImageStream", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStream", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStream" }, { "code": 201, "message": "Created", "responseModel": "v1.ImageStream" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ImageStream", "method": "PATCH", "summary": "partially update the specified ImageStream", "nickname": "patchNamespacedImageStream", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStream", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStream" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete an ImageStream", "nickname": "deleteNamespacedImageStream", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStream", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/imagestreams/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind ImageStream", "nickname": "watchNamespacedImageStream", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStream", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/imagestreams", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ImageStreamList", "method": "GET", "summary": "list or watch objects of kind ImageStream", "nickname": "listImageStreamForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStreamList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/imagestreams", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of ImageStream", "nickname": "watchImageStreamListForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/imagestreams/{name}/secrets", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.SecretList", "method": "GET", "summary": "read secrets of the specified ImageStream", "nickname": "readNamespacedImageStreamSecrets", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the SecretList", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.SecretList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/imagestreams/{name}/status", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ImageStream", "method": "GET", "summary": "read status of the specified ImageStream", "nickname": "readNamespacedImageStreamStatus", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStream", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStream" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ImageStream", "method": "PUT", "summary": "replace status of the specified ImageStream", "nickname": "replaceNamespacedImageStreamStatus", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ImageStream", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStream", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStream" }, { "code": 201, "message": "Created", "responseModel": "v1.ImageStream" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ImageStream", "method": "PATCH", "summary": "partially update status of the specified ImageStream", "nickname": "patchNamespacedImageStreamStatus", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStream", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStream" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/imagestreamtags", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ImageStreamTagList", "method": "GET", "summary": "list objects of kind ImageStreamTag", "nickname": "listNamespacedImageStreamTag", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStreamTagList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.ImageStreamTag", "method": "POST", "summary": "create an ImageStreamTag", "nickname": "createNamespacedImageStreamTag", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ImageStreamTag", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStreamTag" }, { "code": 201, "message": "Created", "responseModel": "v1.ImageStreamTag" }, { "code": 202, "message": "Accepted", "responseModel": "v1.ImageStreamTag" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/imagestreamtags/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ImageStreamTag", "method": "GET", "summary": "read the specified ImageStreamTag", "nickname": "readNamespacedImageStreamTag", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStreamTag", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStreamTag" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ImageStreamTag", "method": "PUT", "summary": "replace the specified ImageStreamTag", "nickname": "replaceNamespacedImageStreamTag", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ImageStreamTag", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStreamTag", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStreamTag" }, { "code": 201, "message": "Created", "responseModel": "v1.ImageStreamTag" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.ImageStreamTag", "method": "PATCH", "summary": "partially update the specified ImageStreamTag", "nickname": "patchNamespacedImageStreamTag", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStreamTag", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStreamTag" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete an ImageStreamTag", "nickname": "deleteNamespacedImageStreamTag", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the ImageStreamTag", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/imagestreamtags", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ImageStreamTagList", "method": "GET", "summary": "list objects of kind ImageStreamTag", "nickname": "listImageStreamTagForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ImageStreamTagList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/localresourceaccessreviews", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.LocalResourceAccessReview", "method": "POST", "summary": "create a LocalResourceAccessReview", "nickname": "createNamespacedLocalResourceAccessReview", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.LocalResourceAccessReview", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.LocalResourceAccessReview" }, { "code": 201, "message": "Created", "responseModel": "v1.LocalResourceAccessReview" }, { "code": 202, "message": "Accepted", "responseModel": "v1.LocalResourceAccessReview" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/localsubjectaccessreviews", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.LocalSubjectAccessReview", "method": "POST", "summary": "create a LocalSubjectAccessReview", "nickname": "createNamespacedLocalSubjectAccessReview", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.LocalSubjectAccessReview", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.LocalSubjectAccessReview" }, { "code": 201, "message": "Created", "responseModel": "v1.LocalSubjectAccessReview" }, { "code": 202, "message": "Accepted", "responseModel": "v1.LocalSubjectAccessReview" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/netnamespaces", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.NetNamespaceList", "method": "GET", "summary": "list or watch objects of kind NetNamespace", "nickname": "listNetNamespace", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.NetNamespaceList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.NetNamespace", "method": "POST", "summary": "create a NetNamespace", "nickname": "createNetNamespace", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.NetNamespace", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.NetNamespace" }, { "code": 201, "message": "Created", "responseModel": "v1.NetNamespace" }, { "code": 202, "message": "Accepted", "responseModel": "v1.NetNamespace" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of NetNamespace", "nickname": "deletecollectionNetNamespace", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/netnamespaces", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of NetNamespace", "nickname": "watchNetNamespaceList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/netnamespaces/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.NetNamespace", "method": "GET", "summary": "read the specified NetNamespace", "nickname": "readNetNamespace", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the NetNamespace", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.NetNamespace" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.NetNamespace", "method": "PUT", "summary": "replace the specified NetNamespace", "nickname": "replaceNetNamespace", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.NetNamespace", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the NetNamespace", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.NetNamespace" }, { "code": 201, "message": "Created", "responseModel": "v1.NetNamespace" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.NetNamespace", "method": "PATCH", "summary": "partially update the specified NetNamespace", "nickname": "patchNetNamespace", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the NetNamespace", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.NetNamespace" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a NetNamespace", "nickname": "deleteNetNamespace", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the NetNamespace", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/netnamespaces/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind NetNamespace", "nickname": "watchNetNamespace", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the NetNamespace", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/oauthaccesstokens", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.OAuthAccessTokenList", "method": "GET", "summary": "list or watch objects of kind OAuthAccessToken", "nickname": "listOAuthAccessToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthAccessTokenList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.OAuthAccessToken", "method": "POST", "summary": "create an OAuthAccessToken", "nickname": "createOAuthAccessToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.OAuthAccessToken", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthAccessToken" }, { "code": 201, "message": "Created", "responseModel": "v1.OAuthAccessToken" }, { "code": 202, "message": "Accepted", "responseModel": "v1.OAuthAccessToken" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of OAuthAccessToken", "nickname": "deletecollectionOAuthAccessToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/oauthaccesstokens", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of OAuthAccessToken", "nickname": "watchOAuthAccessTokenList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/oauthaccesstokens/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.OAuthAccessToken", "method": "GET", "summary": "read the specified OAuthAccessToken", "nickname": "readOAuthAccessToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthAccessToken", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthAccessToken" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.OAuthAccessToken", "method": "PUT", "summary": "replace the specified OAuthAccessToken", "nickname": "replaceOAuthAccessToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.OAuthAccessToken", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthAccessToken", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthAccessToken" }, { "code": 201, "message": "Created", "responseModel": "v1.OAuthAccessToken" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.OAuthAccessToken", "method": "PATCH", "summary": "partially update the specified OAuthAccessToken", "nickname": "patchOAuthAccessToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthAccessToken", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthAccessToken" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete an OAuthAccessToken", "nickname": "deleteOAuthAccessToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthAccessToken", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/oauthaccesstokens/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind OAuthAccessToken", "nickname": "watchOAuthAccessToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthAccessToken", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/oauthauthorizetokens", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.OAuthAuthorizeTokenList", "method": "GET", "summary": "list or watch objects of kind OAuthAuthorizeToken", "nickname": "listOAuthAuthorizeToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthAuthorizeTokenList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.OAuthAuthorizeToken", "method": "POST", "summary": "create an OAuthAuthorizeToken", "nickname": "createOAuthAuthorizeToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.OAuthAuthorizeToken", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthAuthorizeToken" }, { "code": 201, "message": "Created", "responseModel": "v1.OAuthAuthorizeToken" }, { "code": 202, "message": "Accepted", "responseModel": "v1.OAuthAuthorizeToken" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of OAuthAuthorizeToken", "nickname": "deletecollectionOAuthAuthorizeToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/oauthauthorizetokens", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of OAuthAuthorizeToken", "nickname": "watchOAuthAuthorizeTokenList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/oauthauthorizetokens/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.OAuthAuthorizeToken", "method": "GET", "summary": "read the specified OAuthAuthorizeToken", "nickname": "readOAuthAuthorizeToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthAuthorizeToken", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthAuthorizeToken" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.OAuthAuthorizeToken", "method": "PUT", "summary": "replace the specified OAuthAuthorizeToken", "nickname": "replaceOAuthAuthorizeToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.OAuthAuthorizeToken", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthAuthorizeToken", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthAuthorizeToken" }, { "code": 201, "message": "Created", "responseModel": "v1.OAuthAuthorizeToken" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.OAuthAuthorizeToken", "method": "PATCH", "summary": "partially update the specified OAuthAuthorizeToken", "nickname": "patchOAuthAuthorizeToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthAuthorizeToken", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthAuthorizeToken" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete an OAuthAuthorizeToken", "nickname": "deleteOAuthAuthorizeToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthAuthorizeToken", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/oauthauthorizetokens/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind OAuthAuthorizeToken", "nickname": "watchOAuthAuthorizeToken", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthAuthorizeToken", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/oauthclientauthorizations", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.OAuthClientAuthorizationList", "method": "GET", "summary": "list or watch objects of kind OAuthClientAuthorization", "nickname": "listOAuthClientAuthorization", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthClientAuthorizationList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.OAuthClientAuthorization", "method": "POST", "summary": "create an OAuthClientAuthorization", "nickname": "createOAuthClientAuthorization", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.OAuthClientAuthorization", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthClientAuthorization" }, { "code": 201, "message": "Created", "responseModel": "v1.OAuthClientAuthorization" }, { "code": 202, "message": "Accepted", "responseModel": "v1.OAuthClientAuthorization" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of OAuthClientAuthorization", "nickname": "deletecollectionOAuthClientAuthorization", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/oauthclientauthorizations", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of OAuthClientAuthorization", "nickname": "watchOAuthClientAuthorizationList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/oauthclientauthorizations/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.OAuthClientAuthorization", "method": "GET", "summary": "read the specified OAuthClientAuthorization", "nickname": "readOAuthClientAuthorization", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthClientAuthorization", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthClientAuthorization" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.OAuthClientAuthorization", "method": "PUT", "summary": "replace the specified OAuthClientAuthorization", "nickname": "replaceOAuthClientAuthorization", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.OAuthClientAuthorization", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthClientAuthorization", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthClientAuthorization" }, { "code": 201, "message": "Created", "responseModel": "v1.OAuthClientAuthorization" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.OAuthClientAuthorization", "method": "PATCH", "summary": "partially update the specified OAuthClientAuthorization", "nickname": "patchOAuthClientAuthorization", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthClientAuthorization", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthClientAuthorization" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete an OAuthClientAuthorization", "nickname": "deleteOAuthClientAuthorization", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthClientAuthorization", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/oauthclientauthorizations/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind OAuthClientAuthorization", "nickname": "watchOAuthClientAuthorization", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthClientAuthorization", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/oauthclients", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.OAuthClientList", "method": "GET", "summary": "list or watch objects of kind OAuthClient", "nickname": "listOAuthClient", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthClientList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.OAuthClient", "method": "POST", "summary": "create an OAuthClient", "nickname": "createOAuthClient", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.OAuthClient", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthClient" }, { "code": 201, "message": "Created", "responseModel": "v1.OAuthClient" }, { "code": 202, "message": "Accepted", "responseModel": "v1.OAuthClient" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of OAuthClient", "nickname": "deletecollectionOAuthClient", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/oauthclients", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of OAuthClient", "nickname": "watchOAuthClientList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/oauthclients/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.OAuthClient", "method": "GET", "summary": "read the specified OAuthClient", "nickname": "readOAuthClient", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthClient", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthClient" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.OAuthClient", "method": "PUT", "summary": "replace the specified OAuthClient", "nickname": "replaceOAuthClient", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.OAuthClient", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthClient", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthClient" }, { "code": 201, "message": "Created", "responseModel": "v1.OAuthClient" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.OAuthClient", "method": "PATCH", "summary": "partially update the specified OAuthClient", "nickname": "patchOAuthClient", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthClient", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.OAuthClient" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete an OAuthClient", "nickname": "deleteOAuthClient", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthClient", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/oauthclients/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind OAuthClient", "nickname": "watchOAuthClient", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the OAuthClient", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/podsecuritypolicyreviews", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.PodSecurityPolicyReview", "method": "POST", "summary": "create a PodSecurityPolicyReview", "nickname": "createNamespacedPodSecurityPolicyReview", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.PodSecurityPolicyReview", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.PodSecurityPolicyReview" }, { "code": 201, "message": "Created", "responseModel": "v1.PodSecurityPolicyReview" }, { "code": 202, "message": "Accepted", "responseModel": "v1.PodSecurityPolicyReview" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/podsecuritypolicyselfsubjectreviews", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.PodSecurityPolicySelfSubjectReview", "method": "POST", "summary": "create a PodSecurityPolicySelfSubjectReview", "nickname": "createNamespacedPodSecurityPolicySelfSubjectReview", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.PodSecurityPolicySelfSubjectReview", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.PodSecurityPolicySelfSubjectReview" }, { "code": 201, "message": "Created", "responseModel": "v1.PodSecurityPolicySelfSubjectReview" }, { "code": 202, "message": "Accepted", "responseModel": "v1.PodSecurityPolicySelfSubjectReview" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/podsecuritypolicysubjectreviews", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.PodSecurityPolicySubjectReview", "method": "POST", "summary": "create a PodSecurityPolicySubjectReview", "nickname": "createNamespacedPodSecurityPolicySubjectReview", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.PodSecurityPolicySubjectReview", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.PodSecurityPolicySubjectReview" }, { "code": 201, "message": "Created", "responseModel": "v1.PodSecurityPolicySubjectReview" }, { "code": 202, "message": "Accepted", "responseModel": "v1.PodSecurityPolicySubjectReview" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/processedtemplates", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Template", "method": "POST", "summary": "create a Template", "nickname": "createNamespacedTemplate", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Template", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Template" }, { "code": 201, "message": "Created", "responseModel": "v1.Template" }, { "code": 202, "message": "Accepted", "responseModel": "v1.Template" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/projectrequests", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Status", "method": "GET", "summary": "list objects of kind ProjectRequest", "nickname": "listProjectRequest", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.ProjectRequest", "method": "POST", "summary": "create a ProjectRequest", "nickname": "createProjectRequest", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ProjectRequest", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ProjectRequest" }, { "code": 201, "message": "Created", "responseModel": "v1.ProjectRequest" }, { "code": 202, "message": "Accepted", "responseModel": "v1.ProjectRequest" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/projects", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ProjectList", "method": "GET", "summary": "list or watch objects of kind Project", "nickname": "listProject", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ProjectList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.Project", "method": "POST", "summary": "create a Project", "nickname": "createProject", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Project", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Project" }, { "code": 201, "message": "Created", "responseModel": "v1.Project" }, { "code": 202, "message": "Accepted", "responseModel": "v1.Project" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/projects", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Project", "nickname": "watchProjectList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/projects/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Project", "method": "GET", "summary": "read the specified Project", "nickname": "readProject", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Project", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Project" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Project", "method": "PUT", "summary": "replace the specified Project", "nickname": "replaceProject", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Project", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Project", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Project" }, { "code": 201, "message": "Created", "responseModel": "v1.Project" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Project", "method": "PATCH", "summary": "partially update the specified Project", "nickname": "patchProject", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Project", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Project" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a Project", "nickname": "deleteProject", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Project", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/projects/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Project", "nickname": "watchProject", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Project", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/resourceaccessreviews", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.ResourceAccessReview", "method": "POST", "summary": "create a ResourceAccessReview", "nickname": "createResourceAccessReview", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.ResourceAccessReview", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.ResourceAccessReview" }, { "code": 201, "message": "Created", "responseModel": "v1.ResourceAccessReview" }, { "code": 202, "message": "Accepted", "responseModel": "v1.ResourceAccessReview" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/rolebindingrestrictions", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.RoleBindingRestrictionList", "method": "GET", "summary": "list or watch objects of kind RoleBindingRestriction", "nickname": "listNamespacedRoleBindingRestriction", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleBindingRestrictionList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.RoleBindingRestriction", "method": "POST", "summary": "create a RoleBindingRestriction", "nickname": "createNamespacedRoleBindingRestriction", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.RoleBindingRestriction", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleBindingRestriction" }, { "code": 201, "message": "Created", "responseModel": "v1.RoleBindingRestriction" }, { "code": 202, "message": "Accepted", "responseModel": "v1.RoleBindingRestriction" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of RoleBindingRestriction", "nickname": "deletecollectionNamespacedRoleBindingRestriction", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/rolebindingrestrictions", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of RoleBindingRestriction", "nickname": "watchNamespacedRoleBindingRestrictionList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/rolebindingrestrictions/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.RoleBindingRestriction", "method": "GET", "summary": "read the specified RoleBindingRestriction", "nickname": "readNamespacedRoleBindingRestriction", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the RoleBindingRestriction", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleBindingRestriction" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.RoleBindingRestriction", "method": "PUT", "summary": "replace the specified RoleBindingRestriction", "nickname": "replaceNamespacedRoleBindingRestriction", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.RoleBindingRestriction", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the RoleBindingRestriction", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleBindingRestriction" }, { "code": 201, "message": "Created", "responseModel": "v1.RoleBindingRestriction" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.RoleBindingRestriction", "method": "PATCH", "summary": "partially update the specified RoleBindingRestriction", "nickname": "patchNamespacedRoleBindingRestriction", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the RoleBindingRestriction", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleBindingRestriction" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a RoleBindingRestriction", "nickname": "deleteNamespacedRoleBindingRestriction", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the RoleBindingRestriction", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/rolebindingrestrictions/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind RoleBindingRestriction", "nickname": "watchNamespacedRoleBindingRestriction", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the RoleBindingRestriction", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/rolebindingrestrictions", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.RoleBindingRestrictionList", "method": "GET", "summary": "list or watch objects of kind RoleBindingRestriction", "nickname": "listRoleBindingRestrictionForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleBindingRestrictionList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/rolebindingrestrictions", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of RoleBindingRestriction", "nickname": "watchRoleBindingRestrictionListForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/rolebindings", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.RoleBindingList", "method": "GET", "summary": "list objects of kind RoleBinding", "nickname": "listNamespacedRoleBinding", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleBindingList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.RoleBinding", "method": "POST", "summary": "create a RoleBinding", "nickname": "createNamespacedRoleBinding", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.RoleBinding", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleBinding" }, { "code": 201, "message": "Created", "responseModel": "v1.RoleBinding" }, { "code": 202, "message": "Accepted", "responseModel": "v1.RoleBinding" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/rolebindings/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.RoleBinding", "method": "GET", "summary": "read the specified RoleBinding", "nickname": "readNamespacedRoleBinding", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the RoleBinding", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleBinding" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.RoleBinding", "method": "PUT", "summary": "replace the specified RoleBinding", "nickname": "replaceNamespacedRoleBinding", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.RoleBinding", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the RoleBinding", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleBinding" }, { "code": 201, "message": "Created", "responseModel": "v1.RoleBinding" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.RoleBinding", "method": "PATCH", "summary": "partially update the specified RoleBinding", "nickname": "patchNamespacedRoleBinding", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the RoleBinding", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleBinding" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a RoleBinding", "nickname": "deleteNamespacedRoleBinding", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the RoleBinding", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/rolebindings", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.RoleBindingList", "method": "GET", "summary": "list objects of kind RoleBinding", "nickname": "listRoleBindingForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleBindingList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/roles", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.RoleList", "method": "GET", "summary": "list objects of kind Role", "nickname": "listNamespacedRole", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.Role", "method": "POST", "summary": "create a Role", "nickname": "createNamespacedRole", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Role", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Role" }, { "code": 201, "message": "Created", "responseModel": "v1.Role" }, { "code": 202, "message": "Accepted", "responseModel": "v1.Role" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/roles/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Role", "method": "GET", "summary": "read the specified Role", "nickname": "readNamespacedRole", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Role", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Role" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Role", "method": "PUT", "summary": "replace the specified Role", "nickname": "replaceNamespacedRole", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Role", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Role", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Role" }, { "code": 201, "message": "Created", "responseModel": "v1.Role" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Role", "method": "PATCH", "summary": "partially update the specified Role", "nickname": "patchNamespacedRole", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Role", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Role" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a Role", "nickname": "deleteNamespacedRole", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Role", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/roles", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.RoleList", "method": "GET", "summary": "list objects of kind Role", "nickname": "listRoleForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RoleList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/routes", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.RouteList", "method": "GET", "summary": "list or watch objects of kind Route", "nickname": "listNamespacedRoute", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RouteList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.Route", "method": "POST", "summary": "create a Route", "nickname": "createNamespacedRoute", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Route", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Route" }, { "code": 201, "message": "Created", "responseModel": "v1.Route" }, { "code": 202, "message": "Accepted", "responseModel": "v1.Route" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of Route", "nickname": "deletecollectionNamespacedRoute", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/routes", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Route", "nickname": "watchNamespacedRouteList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/routes/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Route", "method": "GET", "summary": "read the specified Route", "nickname": "readNamespacedRoute", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Route", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Route" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Route", "method": "PUT", "summary": "replace the specified Route", "nickname": "replaceNamespacedRoute", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Route", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Route", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Route" }, { "code": 201, "message": "Created", "responseModel": "v1.Route" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Route", "method": "PATCH", "summary": "partially update the specified Route", "nickname": "patchNamespacedRoute", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Route", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Route" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a Route", "nickname": "deleteNamespacedRoute", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Route", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/routes/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Route", "nickname": "watchNamespacedRoute", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Route", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/routes", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.RouteList", "method": "GET", "summary": "list or watch objects of kind Route", "nickname": "listRouteForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.RouteList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/routes", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Route", "nickname": "watchRouteListForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/routes/{name}/status", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Route", "method": "GET", "summary": "read status of the specified Route", "nickname": "readNamespacedRouteStatus", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Route", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Route" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Route", "method": "PUT", "summary": "replace status of the specified Route", "nickname": "replaceNamespacedRouteStatus", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Route", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Route", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Route" }, { "code": 201, "message": "Created", "responseModel": "v1.Route" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Route", "method": "PATCH", "summary": "partially update status of the specified Route", "nickname": "patchNamespacedRouteStatus", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Route", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Route" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/selfsubjectrulesreviews", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.SelfSubjectRulesReview", "method": "POST", "summary": "create a SelfSubjectRulesReview", "nickname": "createNamespacedSelfSubjectRulesReview", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.SelfSubjectRulesReview", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.SelfSubjectRulesReview" }, { "code": 201, "message": "Created", "responseModel": "v1.SelfSubjectRulesReview" }, { "code": 202, "message": "Accepted", "responseModel": "v1.SelfSubjectRulesReview" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/subjectaccessreviews", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.SubjectAccessReview", "method": "POST", "summary": "create a SubjectAccessReview", "nickname": "createSubjectAccessReview", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.SubjectAccessReview", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.SubjectAccessReview" }, { "code": 201, "message": "Created", "responseModel": "v1.SubjectAccessReview" }, { "code": 202, "message": "Accepted", "responseModel": "v1.SubjectAccessReview" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/subjectrulesreviews", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.SubjectRulesReview", "method": "POST", "summary": "create a SubjectRulesReview", "nickname": "createNamespacedSubjectRulesReview", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.SubjectRulesReview", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.SubjectRulesReview" }, { "code": 201, "message": "Created", "responseModel": "v1.SubjectRulesReview" }, { "code": 202, "message": "Accepted", "responseModel": "v1.SubjectRulesReview" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/templates", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.TemplateList", "method": "GET", "summary": "list or watch objects of kind Template", "nickname": "listNamespacedTemplate", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.TemplateList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.Template", "method": "POST", "summary": "create a Template", "nickname": "createNamespacedTemplate", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Template", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Template" }, { "code": 201, "message": "Created", "responseModel": "v1.Template" }, { "code": 202, "message": "Accepted", "responseModel": "v1.Template" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of Template", "nickname": "deletecollectionNamespacedTemplate", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/templates", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Template", "nickname": "watchNamespacedTemplateList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/namespaces/{namespace}/templates/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.Template", "method": "GET", "summary": "read the specified Template", "nickname": "readNamespacedTemplate", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Template", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Template" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Template", "method": "PUT", "summary": "replace the specified Template", "nickname": "replaceNamespacedTemplate", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Template", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Template", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Template" }, { "code": 201, "message": "Created", "responseModel": "v1.Template" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Template", "method": "PATCH", "summary": "partially update the specified Template", "nickname": "patchNamespacedTemplate", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Template", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Template" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete a Template", "nickname": "deleteNamespacedTemplate", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Template", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/namespaces/{namespace}/templates/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind Template", "nickname": "watchNamespacedTemplate", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "namespace", "description": "object name and auth scope, such as for teams and projects", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the Template", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/templates", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.TemplateList", "method": "GET", "summary": "list or watch objects of kind Template", "nickname": "listTemplateForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.TemplateList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/templates", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of Template", "nickname": "watchTemplateListForAllNamespaces", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/useridentitymappings", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.UserIdentityMapping", "method": "POST", "summary": "create an UserIdentityMapping", "nickname": "createUserIdentityMapping", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.UserIdentityMapping", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.UserIdentityMapping" }, { "code": 201, "message": "Created", "responseModel": "v1.UserIdentityMapping" }, { "code": 202, "message": "Accepted", "responseModel": "v1.UserIdentityMapping" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/useridentitymappings/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.UserIdentityMapping", "method": "GET", "summary": "read the specified UserIdentityMapping", "nickname": "readUserIdentityMapping", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the UserIdentityMapping", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.UserIdentityMapping" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.UserIdentityMapping", "method": "PUT", "summary": "replace the specified UserIdentityMapping", "nickname": "replaceUserIdentityMapping", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.UserIdentityMapping", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the UserIdentityMapping", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.UserIdentityMapping" }, { "code": 201, "message": "Created", "responseModel": "v1.UserIdentityMapping" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.UserIdentityMapping", "method": "PATCH", "summary": "partially update the specified UserIdentityMapping", "nickname": "patchUserIdentityMapping", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the UserIdentityMapping", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.UserIdentityMapping" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete an UserIdentityMapping", "nickname": "deleteUserIdentityMapping", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the UserIdentityMapping", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/users", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.UserList", "method": "GET", "summary": "list or watch objects of kind User", "nickname": "listUser", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.UserList" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] }, { "type": "v1.User", "method": "POST", "summary": "create an User", "nickname": "createUser", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.User", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.User" }, { "code": 201, "message": "Created", "responseModel": "v1.User" }, { "code": 202, "message": "Accepted", "responseModel": "v1.User" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete collection of User", "nickname": "deletecollectionUser", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/users", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch individual changes to a list of User", "nickname": "watchUserList", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/users/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.User", "method": "GET", "summary": "read the specified User", "nickname": "readUser", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "export", "description": "Should this value be exported. Export strips fields that a user can not specify.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "exact", "description": "Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the User", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.User" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.User", "method": "PUT", "summary": "replace the specified User", "nickname": "replaceUser", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.User", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the User", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.User" }, { "code": 201, "message": "Created", "responseModel": "v1.User" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] }, { "type": "v1.User", "method": "PATCH", "summary": "partially update the specified User", "nickname": "patchUser", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.Patch", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the User", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.User" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json-patch+json", "application/merge-patch+json", "application/strategic-merge-patch+json" ] }, { "type": "v1.Status", "method": "DELETE", "summary": "delete an User", "nickname": "deleteUser", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "v1.DeleteOptions", "paramType": "body", "name": "body", "description": "", "required": true, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "gracePeriodSeconds", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "orphanDependents", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the User", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.Status" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1/watch/users/{name}", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.WatchEvent", "method": "GET", "summary": "watch changes to an object of kind User", "nickname": "watchUser", "parameters": [ { "type": "string", "paramType": "query", "name": "pretty", "description": "If 'true', then the output is pretty printed.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "labelSelector", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "fieldSelector", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "includeUninitialized", "description": "If true, partially initialized resources are included in the response.", "required": false, "allowMultiple": false }, { "type": "boolean", "paramType": "query", "name": "watch", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "resourceVersion", "description": "When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "timeoutSeconds", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "required": false, "allowMultiple": false }, { "type": "integer", "paramType": "query", "name": "limit", "description": "limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true.\n\nThe server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "query", "name": "continue", "description": "The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.", "required": false, "allowMultiple": false }, { "type": "string", "paramType": "path", "name": "name", "description": "name of the User", "required": true, "allowMultiple": false } ], "responseMessages": [ { "code": 200, "message": "OK", "responseModel": "v1.WatchEvent" } ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf", "application/json;stream=watch", "application/vnd.kubernetes.protobuf;stream=watch" ], "consumes": [ "*/*" ] } ] }, { "path": "/oapi/v1", "description": "OpenShift REST API, version v1", "operations": [ { "type": "v1.APIResourceList", "method": "GET", "summary": "get available resources", "nickname": "getAPIResources", "parameters": [], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "consumes": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ] } ] } ], "models": { "v1.AppliedClusterResourceQuotaList": { "id": "v1.AppliedClusterResourceQuotaList", "description": "AppliedClusterResourceQuotaList is a collection of AppliedClusterResourceQuotas", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.AppliedClusterResourceQuota" }, "description": "Items is a list of AppliedClusterResourceQuota" } } }, "v1.ListMeta": { "id": "v1.ListMeta", "description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.", "properties": { "selfLink": { "type": "string", "description": "selfLink is a URL representing this object. Populated by the system. Read-only." }, "resourceVersion": { "type": "string", "description": "String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency" }, "continue": { "type": "string", "description": "continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response." } } }, "v1.AppliedClusterResourceQuota": { "id": "v1.AppliedClusterResourceQuota", "description": "AppliedClusterResourceQuota mirrors ClusterResourceQuota at a project scope, for projection into a project. It allows a project-admin to know which ClusterResourceQuotas are applied to his project and their associated usage.", "required": [ "metadata", "spec" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "spec": { "$ref": "v1.ClusterResourceQuotaSpec", "description": "Spec defines the desired quota" }, "status": { "$ref": "v1.ClusterResourceQuotaStatus", "description": "Status defines the actual enforced quota and its current usage" } } }, "v1.ObjectMeta": { "id": "v1.ObjectMeta", "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "properties": { "name": { "type": "string", "description": "Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names" }, "generateName": { "type": "string", "description": "GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency" }, "namespace": { "type": "string", "description": "Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces" }, "selfLink": { "type": "string", "description": "SelfLink is a URL representing this object. Populated by the system. Read-only." }, "uid": { "type": "string", "description": "UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids" }, "resourceVersion": { "type": "string", "description": "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency" }, "generation": { "type": "integer", "format": "int64", "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only." }, "creationTimestamp": { "type": "string", "description": "CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.\n\nPopulated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" }, "deletionTimestamp": { "type": "string", "description": "DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested.\n\nPopulated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" }, "deletionGracePeriodSeconds": { "type": "integer", "format": "int64", "description": "Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only." }, "labels": { "type": "object", "description": "Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels" }, "annotations": { "type": "object", "description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations" }, "ownerReferences": { "type": "array", "items": { "$ref": "v1.OwnerReference" }, "description": "List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller." }, "initializers": { "$ref": "v1.Initializers", "description": "An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven't explicitly asked to observe uninitialized objects.\n\nWhen an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user." }, "finalizers": { "type": "array", "items": { "type": "string" }, "description": "Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed." }, "clusterName": { "type": "string", "description": "The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request." } } }, "v1.OwnerReference": { "id": "v1.OwnerReference", "description": "OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.", "required": [ "apiVersion", "kind", "name", "uid" ], "properties": { "apiVersion": { "type": "string", "description": "API version of the referent." }, "kind": { "type": "string", "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds" }, "name": { "type": "string", "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names" }, "uid": { "type": "string", "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids" }, "controller": { "type": "boolean", "description": "If true, this reference points to the managing controller." }, "blockOwnerDeletion": { "type": "boolean", "description": "If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned." } } }, "v1.Initializers": { "id": "v1.Initializers", "description": "Initializers tracks the progress of initialization.", "required": [ "pending" ], "properties": { "pending": { "type": "array", "items": { "$ref": "v1.Initializer" }, "description": "Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients." }, "result": { "$ref": "v1.Status", "description": "If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion." } } }, "v1.Initializer": { "id": "v1.Initializer", "description": "Initializer is information about an initializer that has not yet completed.", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "name of the process that is responsible for initializing this object." } } }, "v1.Status": { "id": "v1.Status", "description": "Status is a return value for calls that don't return other objects.", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds" }, "status": { "type": "string", "description": "Status of the operation. One of: \"Success\" or \"Failure\". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status" }, "message": { "type": "string", "description": "A human-readable description of the status of this operation." }, "reason": { "type": "string", "description": "A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it." }, "details": { "$ref": "v1.StatusDetails", "description": "Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type." }, "code": { "type": "integer", "format": "int32", "description": "Suggested HTTP return code for this status, 0 if not set." } } }, "v1.StatusDetails": { "id": "v1.StatusDetails", "description": "StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.", "properties": { "name": { "type": "string", "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described)." }, "group": { "type": "string", "description": "The group attribute of the resource associated with the status StatusReason." }, "kind": { "type": "string", "description": "The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds" }, "uid": { "type": "string", "description": "UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids" }, "causes": { "type": "array", "items": { "$ref": "v1.StatusCause" }, "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes." }, "retryAfterSeconds": { "type": "integer", "format": "int32", "description": "If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action." } } }, "v1.StatusCause": { "id": "v1.StatusCause", "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.", "properties": { "reason": { "type": "string", "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available." }, "message": { "type": "string", "description": "A human-readable description of the cause of the error. This field may be presented as-is to a reader." }, "field": { "type": "string", "description": "The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.\n\nExamples:\n \"name\" - the field \"name\" on the current resource\n \"items[0].name\" - the field \"name\" on the first array entry in \"items\"" } } }, "v1.ClusterResourceQuotaSpec": { "id": "v1.ClusterResourceQuotaSpec", "description": "ClusterResourceQuotaSpec defines the desired quota restrictions", "required": [ "selector", "quota" ], "properties": { "selector": { "$ref": "v1.ClusterResourceQuotaSelector", "description": "Selector is the selector used to match projects. It should only select active projects on the scale of dozens (though it can select many more less active projects). These projects will contend on object creation through this resource." }, "quota": { "$ref": "v1.ResourceQuotaSpec", "description": "Quota defines the desired quota" } } }, "v1.ClusterResourceQuotaSelector": { "id": "v1.ClusterResourceQuotaSelector", "description": "ClusterResourceQuotaSelector is used to select projects. At least one of LabelSelector or AnnotationSelector must present. If only one is present, it is the only selection criteria. If both are specified, the project must match both restrictions.", "required": [ "labels", "annotations" ], "properties": { "labels": { "$ref": "v1.LabelSelector", "description": "LabelSelector is used to select projects by label." }, "annotations": { "type": "object", "description": "AnnotationSelector is used to select projects by annotation." } } }, "v1.LabelSelector": { "id": "v1.LabelSelector", "description": "A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.", "properties": { "matchLabels": { "type": "object", "description": "matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed." }, "matchExpressions": { "type": "array", "items": { "$ref": "v1.LabelSelectorRequirement" }, "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed." } } }, "v1.LabelSelectorRequirement": { "id": "v1.LabelSelectorRequirement", "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "required": [ "key", "operator" ], "properties": { "key": { "type": "string", "description": "key is the label key that the selector applies to." }, "operator": { "type": "string", "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist." }, "values": { "type": "array", "items": { "type": "string" }, "description": "values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch." } } }, "v1.ResourceQuotaSpec": { "id": "v1.ResourceQuotaSpec", "description": "ResourceQuotaSpec defines the desired hard limits to enforce for Quota.", "properties": { "hard": { "type": "object", "description": "hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/" }, "scopes": { "type": "array", "items": { "$ref": "v1.ResourceQuotaScope" }, "description": "A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects." }, "scopeSelector": { "$ref": "v1.ScopeSelector", "description": "scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched." } } }, "v1.ResourceQuotaScope": { "id": "v1.ResourceQuotaScope", "properties": {} }, "v1.ScopeSelector": { "id": "v1.ScopeSelector", "description": "A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.", "properties": { "matchExpressions": { "type": "array", "items": { "$ref": "v1.ScopedResourceSelectorRequirement" }, "description": "A list of scope selector requirements by scope of the resources." } } }, "v1.ScopedResourceSelectorRequirement": { "id": "v1.ScopedResourceSelectorRequirement", "description": "A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.", "required": [ "scopeName", "operator" ], "properties": { "scopeName": { "type": "string", "description": "The name of the scope that the selector applies to." }, "operator": { "type": "string", "description": "Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist." }, "values": { "type": "array", "items": { "type": "string" }, "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch." } } }, "v1.ClusterResourceQuotaStatus": { "id": "v1.ClusterResourceQuotaStatus", "description": "ClusterResourceQuotaStatus defines the actual enforced quota and its current usage", "required": [ "total", "namespaces" ], "properties": { "total": { "$ref": "v1.ResourceQuotaStatus", "description": "Total defines the actual enforced quota and its current usage across all projects" }, "namespaces": { "type": "array", "items": { "$ref": "v1.ResourceQuotaStatusByNamespace" }, "description": "Namespaces slices the usage by project. This division allows for quick resolution of deletion reconciliation inside of a single project without requiring a recalculation across all projects. This can be used to pull the deltas for a given project." } } }, "v1.ResourceQuotaStatus": { "id": "v1.ResourceQuotaStatus", "description": "ResourceQuotaStatus defines the enforced hard limits and observed use.", "properties": { "hard": { "type": "object", "description": "Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/" }, "used": { "type": "object", "description": "Used is the current observed total usage of the resource in the namespace." } } }, "v1.ResourceQuotaStatusByNamespace": { "id": "v1.ResourceQuotaStatusByNamespace", "description": "ResourceQuotaStatusByNamespace gives status for a particular project", "required": [ "namespace", "status" ], "properties": { "namespace": { "type": "string", "description": "Namespace the project this status applies to" }, "status": { "$ref": "v1.ResourceQuotaStatus", "description": "Status indicates how many resources have been consumed by this project" } } }, "v1.BuildConfigList": { "id": "v1.BuildConfigList", "description": "BuildConfigList is a collection of BuildConfigs.", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "metadata for BuildConfigList." }, "items": { "type": "array", "items": { "$ref": "v1.BuildConfig" }, "description": "items is a list of build configs" } } }, "v1.BuildConfig": { "id": "v1.BuildConfig", "description": "Build configurations define a build process for new Docker images. There are three types of builds possible - a Docker build using a Dockerfile, a Source-to-Image build that uses a specially prepared base image that accepts source code that it can make runnable, and a custom build that can run // arbitrary Docker images as a base and accept the build parameters. Builds run on the cluster and on completion are pushed to the Docker registry specified in the \"output\" section. A build can be triggered via a webhook, when the base image changes, or when a user manually requests a new build be // created.\n\nEach build created by a build configuration is numbered and refers back to its parent configuration. Multiple builds can be triggered at once. Builds that do not have \"output\" set can be used to test code or run a verification build.", "required": [ "spec", "status" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "metadata for BuildConfig." }, "spec": { "$ref": "v1.BuildConfigSpec", "description": "spec holds all the input necessary to produce a new build, and the conditions when to trigger them." }, "status": { "$ref": "v1.BuildConfigStatus", "description": "status holds any relevant information about a build config" } } }, "v1.BuildConfigSpec": { "id": "v1.BuildConfigSpec", "description": "BuildConfigSpec describes when and how builds are created", "required": [ "triggers", "strategy", "nodeSelector" ], "properties": { "triggers": { "type": "array", "items": { "$ref": "v1.BuildTriggerPolicy" }, "description": "triggers determine how new Builds can be launched from a BuildConfig. If no triggers are defined, a new build can only occur as a result of an explicit client build creation." }, "runPolicy": { "type": "string", "description": "RunPolicy describes how the new build created from this build configuration will be scheduled for execution. This is optional, if not specified we default to \"Serial\"." }, "serviceAccount": { "type": "string", "description": "serviceAccount is the name of the ServiceAccount to use to run the pod created by this build. The pod will be allowed to use secrets referenced by the ServiceAccount" }, "source": { "$ref": "v1.BuildSource", "description": "source describes the SCM in use." }, "revision": { "$ref": "v1.SourceRevision", "description": "revision is the information from the source for a specific repo snapshot. This is optional." }, "strategy": { "$ref": "v1.BuildStrategy", "description": "strategy defines how to perform a build." }, "output": { "$ref": "v1.BuildOutput", "description": "output describes the Docker image the Strategy should produce." }, "resources": { "$ref": "v1.ResourceRequirements", "description": "resources computes resource requirements to execute the build." }, "postCommit": { "$ref": "v1.BuildPostCommitSpec", "description": "postCommit is a build hook executed after the build output image is committed, before it is pushed to a registry." }, "completionDeadlineSeconds": { "type": "integer", "format": "int64", "description": "completionDeadlineSeconds is an optional duration in seconds, counted from the time when a build pod gets scheduled in the system, that the build may be active on a node before the system actively tries to terminate the build; value must be positive integer" }, "nodeSelector": { "type": "object", "description": "nodeSelector is a selector which must be true for the build pod to fit on a node If nil, it can be overridden by default build nodeselector values for the cluster. If set to an empty map or a map with any values, default build nodeselector values are ignored." }, "successfulBuildsHistoryLimit": { "type": "integer", "format": "int32", "description": "successfulBuildsHistoryLimit is the number of old successful builds to retain. If not specified, all successful builds are retained." }, "failedBuildsHistoryLimit": { "type": "integer", "format": "int32", "description": "failedBuildsHistoryLimit is the number of old failed builds to retain. If not specified, all failed builds are retained." } } }, "v1.BuildTriggerPolicy": { "id": "v1.BuildTriggerPolicy", "description": "BuildTriggerPolicy describes a policy for a single trigger that results in a new Build.", "required": [ "type" ], "properties": { "type": { "type": "string", "description": "type is the type of build trigger" }, "github": { "$ref": "v1.WebHookTrigger", "description": "github contains the parameters for a GitHub webhook type of trigger" }, "generic": { "$ref": "v1.WebHookTrigger", "description": "generic contains the parameters for a Generic webhook type of trigger" }, "imageChange": { "$ref": "v1.ImageChangeTrigger", "description": "imageChange contains parameters for an ImageChange type of trigger" }, "gitlab": { "$ref": "v1.WebHookTrigger", "description": "GitLabWebHook contains the parameters for a GitLab webhook type of trigger" }, "bitbucket": { "$ref": "v1.WebHookTrigger", "description": "BitbucketWebHook contains the parameters for a Bitbucket webhook type of trigger" } } }, "v1.WebHookTrigger": { "id": "v1.WebHookTrigger", "description": "WebHookTrigger is a trigger that gets invoked using a webhook type of post", "properties": { "secret": { "type": "string", "description": "secret used to validate requests. Deprecated: use SecretReference instead." }, "allowEnv": { "type": "boolean", "description": "allowEnv determines whether the webhook can set environment variables; can only be set to true for GenericWebHook." }, "secretReference": { "$ref": "v1.SecretLocalReference", "description": "secretReference is a reference to a secret in the same namespace, containing the value to be validated when the webhook is invoked. The secret being referenced must contain a key named \"WebHookSecretKey\", the value of which will be checked against the value supplied in the webhook invocation." } } }, "v1.SecretLocalReference": { "id": "v1.SecretLocalReference", "description": "SecretLocalReference contains information that points to the local secret being used", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "Name is the name of the resource in the same namespace being referenced" } } }, "v1.ImageChangeTrigger": { "id": "v1.ImageChangeTrigger", "description": "ImageChangeTrigger allows builds to be triggered when an ImageStream changes", "properties": { "lastTriggeredImageID": { "type": "string", "description": "lastTriggeredImageID is used internally by the ImageChangeController to save last used image ID for build" }, "from": { "$ref": "v1.ObjectReference", "description": "from is a reference to an ImageStreamTag that will trigger a build when updated It is optional. If no From is specified, the From image from the build strategy will be used. Only one ImageChangeTrigger with an empty From reference is allowed in a build configuration." }, "paused": { "type": "boolean", "description": "paused is true if this trigger is temporarily disabled. Optional." } } }, "v1.ObjectReference": { "id": "v1.ObjectReference", "description": "ObjectReference contains enough information to let you inspect or modify the referred object.", "properties": { "kind": { "type": "string", "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds" }, "namespace": { "type": "string", "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/" }, "name": { "type": "string", "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names" }, "uid": { "type": "string", "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids" }, "apiVersion": { "type": "string", "description": "API version of the referent." }, "resourceVersion": { "type": "string", "description": "Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency" }, "fieldPath": { "type": "string", "description": "If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object." } } }, "v1.BuildSource": { "id": "v1.BuildSource", "description": "BuildSource is the SCM used for the build.", "required": [ "type" ], "properties": { "type": { "type": "string", "description": "type of build input to accept" }, "binary": { "$ref": "v1.BinaryBuildSource", "description": "binary builds accept a binary as their input. The binary is generally assumed to be a tar, gzipped tar, or zip file depending on the strategy. For Docker builds, this is the build context and an optional Dockerfile may be specified to override any Dockerfile in the build context. For Source builds, this is assumed to be an archive as described above. For Source and Docker builds, if binary.asFile is set the build will receive a directory with a single file. contextDir may be used when an archive is provided. Custom builds will receive this binary as input on STDIN." }, "dockerfile": { "type": "string", "description": "dockerfile is the raw contents of a Dockerfile which should be built. When this option is specified, the FROM may be modified based on your strategy base image and additional ENV stanzas from your strategy environment will be added after the FROM, but before the rest of your Dockerfile stanzas. The Dockerfile source type may be used with other options like git - in those cases the Git repo will have any innate Dockerfile replaced in the context dir." }, "git": { "$ref": "v1.GitBuildSource", "description": "git contains optional information about git build source" }, "images": { "type": "array", "items": { "$ref": "v1.ImageSource" }, "description": "images describes a set of images to be used to provide source for the build" }, "contextDir": { "type": "string", "description": "contextDir specifies the sub-directory where the source code for the application exists. This allows to have buildable sources in directory other than root of repository." }, "sourceSecret": { "$ref": "v1.LocalObjectReference", "description": "sourceSecret is the name of a Secret that would be used for setting up the authentication for cloning private repository. The secret contains valid credentials for remote repository, where the data's key represent the authentication method to be used and value is the base64 encoded credentials. Supported auth methods are: ssh-privatekey." }, "secrets": { "type": "array", "items": { "$ref": "v1.SecretBuildSource" }, "description": "secrets represents a list of secrets and their destinations that will be used only for the build." }, "configMaps": { "type": "array", "items": { "$ref": "v1.ConfigMapBuildSource" }, "description": "configMaps represents a list of configMaps and their destinations that will be used for the build." } } }, "v1.BinaryBuildSource": { "id": "v1.BinaryBuildSource", "description": "BinaryBuildSource describes a binary file to be used for the Docker and Source build strategies, where the file will be extracted and used as the build source.", "properties": { "asFile": { "type": "string", "description": "asFile indicates that the provided binary input should be considered a single file within the build input. For example, specifying \"webapp.war\" would place the provided binary as `/webapp.war` for the builder. If left empty, the Docker and Source build strategies assume this file is a zip, tar, or tar.gz file and extract it as the source. The custom strategy receives this binary as standard input. This filename may not contain slashes or be '..' or '.'." } } }, "v1.GitBuildSource": { "id": "v1.GitBuildSource", "description": "GitBuildSource defines the parameters of a Git SCM", "required": [ "uri" ], "properties": { "uri": { "type": "string", "description": "uri points to the source that will be built. The structure of the source will depend on the type of build to run" }, "ref": { "type": "string", "description": "ref is the branch/tag/ref to build." }, "httpProxy": { "type": "string", "description": "httpProxy is a proxy used to reach the git repository over http" }, "httpsProxy": { "type": "string", "description": "httpsProxy is a proxy used to reach the git repository over https" }, "noProxy": { "type": "string", "description": "noProxy is the list of domains for which the proxy should not be used" } } }, "v1.ImageSource": { "id": "v1.ImageSource", "description": "ImageSource is used to describe build source that will be extracted from an image or used during a multi stage build. A reference of type ImageStreamTag, ImageStreamImage or DockerImage may be used. A pull secret can be specified to pull the image from an external registry or override the default service account secret if pulling from the internal registry. Image sources can either be used to extract content from an image and place it into the build context along with the repository source, or used directly during a multi-stage Docker build to allow content to be copied without overwriting the contents of the repository source (see the 'paths' and 'as' fields).", "required": [ "from", "as", "paths" ], "properties": { "from": { "$ref": "v1.ObjectReference", "description": "from is a reference to an ImageStreamTag, ImageStreamImage, or DockerImage to copy source from." }, "as": { "type": "array", "items": { "type": "string" }, "description": "A list of image names that this source will be used in place of during a multi-stage Docker image build. For instance, a Dockerfile that uses \"COPY --from=nginx:latest\" will first check for an image source that has \"nginx:latest\" in this field before attempting to pull directly. If the Dockerfile does not reference an image source it is ignored. This field and paths may both be set, in which case the contents will be used twice." }, "paths": { "type": "array", "items": { "$ref": "v1.ImageSourcePath" }, "description": "paths is a list of source and destination paths to copy from the image. This content will be copied into the build context prior to starting the build. If no paths are set, the build context will not be altered." }, "pullSecret": { "$ref": "v1.LocalObjectReference", "description": "pullSecret is a reference to a secret to be used to pull the image from a registry If the image is pulled from the OpenShift registry, this field does not need to be set." } } }, "v1.ImageSourcePath": { "id": "v1.ImageSourcePath", "description": "ImageSourcePath describes a path to be copied from a source image and its destination within the build directory.", "required": [ "sourcePath", "destinationDir" ], "properties": { "sourcePath": { "type": "string", "description": "sourcePath is the absolute path of the file or directory inside the image to copy to the build directory. If the source path ends in /. then the content of the directory will be copied, but the directory itself will not be created at the destination." }, "destinationDir": { "type": "string", "description": "destinationDir is the relative directory within the build directory where files copied from the image are placed." } } }, "v1.LocalObjectReference": { "id": "v1.LocalObjectReference", "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "properties": { "name": { "type": "string", "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names" } } }, "v1.SecretBuildSource": { "id": "v1.SecretBuildSource", "description": "SecretBuildSource describes a secret and its destination directory that will be used only at the build time. The content of the secret referenced here will be copied into the destination directory instead of mounting.", "required": [ "secret" ], "properties": { "secret": { "$ref": "v1.LocalObjectReference", "description": "secret is a reference to an existing secret that you want to use in your build." }, "destinationDir": { "type": "string", "description": "destinationDir is the directory where the files from the secret should be available for the build time. For the Source build strategy, these will be injected into a container where the assemble script runs. Later, when the script finishes, all files injected will be truncated to zero length. For the Docker build strategy, these will be copied into the build directory, where the Dockerfile is located, so users can ADD or COPY them during docker build." } } }, "v1.ConfigMapBuildSource": { "id": "v1.ConfigMapBuildSource", "description": "ConfigMapBuildSource describes a configmap and its destination directory that will be used only at the build time. The content of the configmap referenced here will be copied into the destination directory instead of mounting.", "required": [ "configMap" ], "properties": { "configMap": { "$ref": "v1.LocalObjectReference", "description": "configMap is a reference to an existing configmap that you want to use in your build." }, "destinationDir": { "type": "string", "description": "destinationDir is the directory where the files from the configmap should be available for the build time. For the Source build strategy, these will be injected into a container where the assemble script runs. For the Docker build strategy, these will be copied into the build directory, where the Dockerfile is located, so users can ADD or COPY them during docker build." } } }, "v1.SourceRevision": { "id": "v1.SourceRevision", "description": "SourceRevision is the revision or commit information from the source for the build", "required": [ "type" ], "properties": { "type": { "type": "string", "description": "type of the build source, may be one of 'Source', 'Dockerfile', 'Binary', or 'Images'" }, "git": { "$ref": "v1.GitSourceRevision", "description": "Git contains information about git-based build source" } } }, "v1.GitSourceRevision": { "id": "v1.GitSourceRevision", "description": "GitSourceRevision is the commit information from a git source for a build", "properties": { "commit": { "type": "string", "description": "commit is the commit hash identifying a specific commit" }, "author": { "$ref": "v1.SourceControlUser", "description": "author is the author of a specific commit" }, "committer": { "$ref": "v1.SourceControlUser", "description": "committer is the committer of a specific commit" }, "message": { "type": "string", "description": "message is the description of a specific commit" } } }, "v1.SourceControlUser": { "id": "v1.SourceControlUser", "description": "SourceControlUser defines the identity of a user of source control", "properties": { "name": { "type": "string", "description": "name of the source control user" }, "email": { "type": "string", "description": "email of the source control user" } } }, "v1.BuildStrategy": { "id": "v1.BuildStrategy", "description": "BuildStrategy contains the details of how to perform a build.", "required": [ "type" ], "properties": { "type": { "type": "string", "description": "type is the kind of build strategy." }, "dockerStrategy": { "$ref": "v1.DockerBuildStrategy", "description": "dockerStrategy holds the parameters to the Docker build strategy." }, "sourceStrategy": { "$ref": "v1.SourceBuildStrategy", "description": "sourceStrategy holds the parameters to the Source build strategy." }, "customStrategy": { "$ref": "v1.CustomBuildStrategy", "description": "customStrategy holds the parameters to the Custom build strategy" }, "jenkinsPipelineStrategy": { "$ref": "v1.JenkinsPipelineBuildStrategy", "description": "JenkinsPipelineStrategy holds the parameters to the Jenkins Pipeline build strategy." } } }, "v1.DockerBuildStrategy": { "id": "v1.DockerBuildStrategy", "description": "DockerBuildStrategy defines input parameters specific to Docker build.", "properties": { "from": { "$ref": "v1.ObjectReference", "description": "from is reference to an DockerImage, ImageStreamTag, or ImageStreamImage from which the docker image should be pulled the resulting image will be used in the FROM line of the Dockerfile for this build." }, "pullSecret": { "$ref": "v1.LocalObjectReference", "description": "pullSecret is the name of a Secret that would be used for setting up the authentication for pulling the Docker images from the private Docker registries" }, "noCache": { "type": "boolean", "description": "noCache if set to true indicates that the docker build must be executed with the --no-cache=true flag" }, "env": { "type": "array", "items": { "$ref": "v1.EnvVar" }, "description": "env contains additional environment variables you want to pass into a builder container." }, "forcePull": { "type": "boolean", "description": "forcePull describes if the builder should pull the images from registry prior to building." }, "dockerfilePath": { "type": "string", "description": "dockerfilePath is the path of the Dockerfile that will be used to build the Docker image, relative to the root of the context (contextDir)." }, "buildArgs": { "type": "array", "items": { "$ref": "v1.EnvVar" }, "description": "buildArgs contains build arguments that will be resolved in the Dockerfile. See https://docs.docker.com/engine/reference/builder/#/arg for more details." }, "imageOptimizationPolicy": { "$ref": "v1.ImageOptimizationPolicy", "description": "imageOptimizationPolicy describes what optimizations the system can use when building images to reduce the final size or time spent building the image. The default policy is 'None' which means the final build image will be equivalent to an image created by the Docker build API. The experimental policy 'SkipLayers' will avoid commiting new layers in between each image step, and will fail if the Dockerfile cannot provide compatibility with the 'None' policy. An additional experimental policy 'SkipLayersAndWarn' is the same as 'SkipLayers' but simply warns if compatibility cannot be preserved." } } }, "v1.EnvVar": { "id": "v1.EnvVar", "description": "EnvVar represents an environment variable present in a Container.", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "Name of the environment variable. Must be a C_IDENTIFIER." }, "value": { "type": "string", "description": "Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\"." }, "valueFrom": { "$ref": "v1.EnvVarSource", "description": "Source for the environment variable's value. Cannot be used if value is not empty." } } }, "v1.EnvVarSource": { "id": "v1.EnvVarSource", "description": "EnvVarSource represents a source for the value of an EnvVar.", "properties": { "fieldRef": { "$ref": "v1.ObjectFieldSelector", "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP." }, "resourceFieldRef": { "$ref": "v1.ResourceFieldSelector", "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported." }, "configMapKeyRef": { "$ref": "v1.ConfigMapKeySelector", "description": "Selects a key of a ConfigMap." }, "secretKeyRef": { "$ref": "v1.SecretKeySelector", "description": "Selects a key of a secret in the pod's namespace" } } }, "v1.ObjectFieldSelector": { "id": "v1.ObjectFieldSelector", "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "required": [ "fieldPath" ], "properties": { "apiVersion": { "type": "string", "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\"." }, "fieldPath": { "type": "string", "description": "Path of the field to select in the specified API version." } } }, "v1.ResourceFieldSelector": { "id": "v1.ResourceFieldSelector", "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "required": [ "resource" ], "properties": { "containerName": { "type": "string", "description": "Container name: required for volumes, optional for env vars" }, "resource": { "type": "string", "description": "Required: resource to select" }, "divisor": { "type": "string", "description": "Specifies the output format of the exposed resources, defaults to \"1\"" } } }, "v1.ConfigMapKeySelector": { "id": "v1.ConfigMapKeySelector", "description": "Selects a key from a ConfigMap.", "required": [ "key" ], "properties": { "name": { "type": "string", "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names" }, "key": { "type": "string", "description": "The key to select." }, "optional": { "type": "boolean", "description": "Specify whether the ConfigMap or it's key must be defined" } } }, "v1.SecretKeySelector": { "id": "v1.SecretKeySelector", "description": "SecretKeySelector selects a key of a Secret.", "required": [ "key" ], "properties": { "name": { "type": "string", "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names" }, "key": { "type": "string", "description": "The key of the secret to select from. Must be a valid secret key." }, "optional": { "type": "boolean", "description": "Specify whether the Secret or it's key must be defined" } } }, "v1.ImageOptimizationPolicy": { "id": "v1.ImageOptimizationPolicy", "properties": {} }, "v1.SourceBuildStrategy": { "id": "v1.SourceBuildStrategy", "description": "SourceBuildStrategy defines input parameters specific to an Source build.", "required": [ "from" ], "properties": { "from": { "$ref": "v1.ObjectReference", "description": "from is reference to an DockerImage, ImageStreamTag, or ImageStreamImage from which the docker image should be pulled" }, "pullSecret": { "$ref": "v1.LocalObjectReference", "description": "pullSecret is the name of a Secret that would be used for setting up the authentication for pulling the Docker images from the private Docker registries" }, "env": { "type": "array", "items": { "$ref": "v1.EnvVar" }, "description": "env contains additional environment variables you want to pass into a builder container." }, "scripts": { "type": "string", "description": "scripts is the location of Source scripts" }, "incremental": { "type": "boolean", "description": "incremental flag forces the Source build to do incremental builds if true." }, "forcePull": { "type": "boolean", "description": "forcePull describes if the builder should pull the images from registry prior to building." } } }, "v1.CustomBuildStrategy": { "id": "v1.CustomBuildStrategy", "description": "CustomBuildStrategy defines input parameters specific to Custom build.", "required": [ "from" ], "properties": { "from": { "$ref": "v1.ObjectReference", "description": "from is reference to an DockerImage, ImageStreamTag, or ImageStreamImage from which the docker image should be pulled" }, "pullSecret": { "$ref": "v1.LocalObjectReference", "description": "pullSecret is the name of a Secret that would be used for setting up the authentication for pulling the Docker images from the private Docker registries" }, "env": { "type": "array", "items": { "$ref": "v1.EnvVar" }, "description": "env contains additional environment variables you want to pass into a builder container." }, "exposeDockerSocket": { "type": "boolean", "description": "exposeDockerSocket will allow running Docker commands (and build Docker images) from inside the Docker container." }, "forcePull": { "type": "boolean", "description": "forcePull describes if the controller should configure the build pod to always pull the images for the builder or only pull if it is not present locally" }, "secrets": { "type": "array", "items": { "$ref": "v1.SecretSpec" }, "description": "secrets is a list of additional secrets that will be included in the build pod" }, "buildAPIVersion": { "type": "string", "description": "buildAPIVersion is the requested API version for the Build object serialized and passed to the custom builder" } } }, "v1.SecretSpec": { "id": "v1.SecretSpec", "description": "SecretSpec specifies a secret to be included in a build pod and its corresponding mount point", "required": [ "secretSource", "mountPath" ], "properties": { "secretSource": { "$ref": "v1.LocalObjectReference", "description": "secretSource is a reference to the secret" }, "mountPath": { "type": "string", "description": "mountPath is the path at which to mount the secret" } } }, "v1.JenkinsPipelineBuildStrategy": { "id": "v1.JenkinsPipelineBuildStrategy", "description": "JenkinsPipelineBuildStrategy holds parameters specific to a Jenkins Pipeline build.", "properties": { "jenkinsfilePath": { "type": "string", "description": "JenkinsfilePath is the optional path of the Jenkinsfile that will be used to configure the pipeline relative to the root of the context (contextDir). If both JenkinsfilePath \u0026 Jenkinsfile are both not specified, this defaults to Jenkinsfile in the root of the specified contextDir." }, "jenkinsfile": { "type": "string", "description": "Jenkinsfile defines the optional raw contents of a Jenkinsfile which defines a Jenkins pipeline build." }, "env": { "type": "array", "items": { "$ref": "v1.EnvVar" }, "description": "env contains additional environment variables you want to pass into a build pipeline." } } }, "v1.BuildOutput": { "id": "v1.BuildOutput", "description": "BuildOutput is input to a build strategy and describes the Docker image that the strategy should produce.", "properties": { "to": { "$ref": "v1.ObjectReference", "description": "to defines an optional location to push the output of this build to. Kind must be one of 'ImageStreamTag' or 'DockerImage'. This value will be used to look up a Docker image repository to push to. In the case of an ImageStreamTag, the ImageStreamTag will be looked for in the namespace of the build unless Namespace is specified." }, "pushSecret": { "$ref": "v1.LocalObjectReference", "description": "PushSecret is the name of a Secret that would be used for setting up the authentication for executing the Docker push to authentication enabled Docker Registry (or Docker Hub)." }, "imageLabels": { "type": "array", "items": { "$ref": "v1.ImageLabel" }, "description": "imageLabels define a list of labels that are applied to the resulting image. If there are multiple labels with the same name then the last one in the list is used." } } }, "v1.ImageLabel": { "id": "v1.ImageLabel", "description": "ImageLabel represents a label applied to the resulting image.", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "name defines the name of the label. It must have non-zero length." }, "value": { "type": "string", "description": "value defines the literal value of the label." } } }, "v1.ResourceRequirements": { "id": "v1.ResourceRequirements", "description": "ResourceRequirements describes the compute resource requirements.", "properties": { "limits": { "type": "object", "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" }, "requests": { "type": "object", "description": "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/" } } }, "v1.BuildPostCommitSpec": { "id": "v1.BuildPostCommitSpec", "description": "A BuildPostCommitSpec holds a build post commit hook specification. The hook executes a command in a temporary container running the build output image, immediately after the last layer of the image is committed and before the image is pushed to a registry. The command is executed with the current working directory ($PWD) set to the image's WORKDIR.\n\nThe build will be marked as failed if the hook execution fails. It will fail if the script or command return a non-zero exit code, or if there is any other error related to starting the temporary container.\n\nThere are five different ways to configure the hook. As an example, all forms below are equivalent and will execute `rake test --verbose`.\n\n1. Shell script:\n\n \"postCommit\": {\n \"script\": \"rake test --verbose\",\n }\n\n The above is a convenient form which is equivalent to:\n\n \"postCommit\": {\n \"command\": [\"/bin/sh\", \"-ic\"],\n \"args\": [\"rake test --verbose\"]\n }\n\n2. A command as the image entrypoint:\n\n \"postCommit\": {\n \"commit\": [\"rake\", \"test\", \"--verbose\"]\n }\n\n Command overrides the image entrypoint in the exec form, as documented in\n Docker: https://docs.docker.com/engine/reference/builder/#entrypoint.\n\n3. Pass arguments to the default entrypoint:\n\n \"postCommit\": {\n\t\t \"args\": [\"rake\", \"test\", \"--verbose\"]\n\t }\n\n This form is only useful if the image entrypoint can handle arguments.\n\n4. Shell script with arguments:\n\n \"postCommit\": {\n \"script\": \"rake test $1\",\n \"args\": [\"--verbose\"]\n }\n\n This form is useful if you need to pass arguments that would otherwise be\n hard to quote properly in the shell script. In the script, $0 will be\n \"/bin/sh\" and $1, $2, etc, are the positional arguments from Args.\n\n5. Command with arguments:\n\n \"postCommit\": {\n \"command\": [\"rake\", \"test\"],\n \"args\": [\"--verbose\"]\n }\n\n This form is equivalent to appending the arguments to the Command slice.\n\nIt is invalid to provide both Script and Command simultaneously. If none of the fields are specified, the hook is not executed.", "properties": { "command": { "type": "array", "items": { "type": "string" }, "description": "command is the command to run. It may not be specified with Script. This might be needed if the image doesn't have `/bin/sh`, or if you do not want to use a shell. In all other cases, using Script might be more convenient." }, "args": { "type": "array", "items": { "type": "string" }, "description": "args is a list of arguments that are provided to either Command, Script or the Docker image's default entrypoint. The arguments are placed immediately after the command to be run." }, "script": { "type": "string", "description": "script is a shell script to be run with `/bin/sh -ic`. It may not be specified with Command. Use Script when a shell script is appropriate to execute the post build hook, for example for running unit tests with `rake test`. If you need control over the image entrypoint, or if the image does not have `/bin/sh`, use Command and/or Args. The `-i` flag is needed to support CentOS and RHEL images that use Software Collections (SCL), in order to have the appropriate collections enabled in the shell. E.g., in the Ruby image, this is necessary to make `ruby`, `bundle` and other binaries available in the PATH." } } }, "v1.BuildConfigStatus": { "id": "v1.BuildConfigStatus", "description": "BuildConfigStatus contains current state of the build config object.", "required": [ "lastVersion" ], "properties": { "lastVersion": { "type": "integer", "format": "int64", "description": "lastVersion is used to inform about number of last triggered build." } } }, "v1.WatchEvent": { "id": "v1.WatchEvent", "required": [ "type", "object" ], "properties": { "type": { "type": "string" }, "object": { "type": "string" } } }, "v1.Patch": { "id": "v1.Patch", "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.", "properties": {} }, "v1.DeleteOptions": { "id": "v1.DeleteOptions", "description": "DeleteOptions may be provided when deleting an API object.", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "gracePeriodSeconds": { "type": "integer", "format": "int64", "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately." }, "preconditions": { "$ref": "v1.Preconditions", "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned." }, "orphanDependents": { "type": "boolean", "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both." }, "propagationPolicy": { "$ref": "v1.DeletionPropagation", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground." } } }, "v1.Preconditions": { "id": "v1.Preconditions", "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.", "properties": { "uid": { "$ref": "types.UID", "description": "Specifies the target UID." } } }, "types.UID": { "id": "types.UID", "properties": {} }, "v1.DeletionPropagation": { "id": "v1.DeletionPropagation", "properties": {} }, "v1.Build": { "id": "v1.Build", "description": "Build encapsulates the inputs needed to produce a new deployable image, as well as the status of the execution and a reference to the Pod which executed the build.", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "spec": { "$ref": "v1.BuildSpec", "description": "spec is all the inputs used to execute the build." }, "status": { "$ref": "v1.BuildStatus", "description": "status is the current status of the build." } } }, "v1.BuildSpec": { "id": "v1.BuildSpec", "description": "BuildSpec has the information to represent a build and also additional information about a build", "required": [ "strategy", "nodeSelector", "triggeredBy" ], "properties": { "serviceAccount": { "type": "string", "description": "serviceAccount is the name of the ServiceAccount to use to run the pod created by this build. The pod will be allowed to use secrets referenced by the ServiceAccount" }, "source": { "$ref": "v1.BuildSource", "description": "source describes the SCM in use." }, "revision": { "$ref": "v1.SourceRevision", "description": "revision is the information from the source for a specific repo snapshot. This is optional." }, "strategy": { "$ref": "v1.BuildStrategy", "description": "strategy defines how to perform a build." }, "output": { "$ref": "v1.BuildOutput", "description": "output describes the Docker image the Strategy should produce." }, "resources": { "$ref": "v1.ResourceRequirements", "description": "resources computes resource requirements to execute the build." }, "postCommit": { "$ref": "v1.BuildPostCommitSpec", "description": "postCommit is a build hook executed after the build output image is committed, before it is pushed to a registry." }, "completionDeadlineSeconds": { "type": "integer", "format": "int64", "description": "completionDeadlineSeconds is an optional duration in seconds, counted from the time when a build pod gets scheduled in the system, that the build may be active on a node before the system actively tries to terminate the build; value must be positive integer" }, "nodeSelector": { "type": "object", "description": "nodeSelector is a selector which must be true for the build pod to fit on a node If nil, it can be overridden by default build nodeselector values for the cluster. If set to an empty map or a map with any values, default build nodeselector values are ignored." }, "triggeredBy": { "type": "array", "items": { "$ref": "v1.BuildTriggerCause" }, "description": "triggeredBy describes which triggers started the most recent update to the build configuration and contains information about those triggers." } } }, "v1.BuildTriggerCause": { "id": "v1.BuildTriggerCause", "description": "BuildTriggerCause holds information about a triggered build. It is used for displaying build trigger data for each build and build configuration in oc describe. It is also used to describe which triggers led to the most recent update in the build configuration.", "properties": { "message": { "type": "string", "description": "message is used to store a human readable message for why the build was triggered. E.g.: \"Manually triggered by user\", \"Configuration change\",etc." }, "genericWebHook": { "$ref": "v1.GenericWebHookCause", "description": "genericWebHook holds data about a builds generic webhook trigger." }, "githubWebHook": { "$ref": "v1.GitHubWebHookCause", "description": "gitHubWebHook represents data for a GitHub webhook that fired a specific build." }, "imageChangeBuild": { "$ref": "v1.ImageChangeCause", "description": "imageChangeBuild stores information about an imagechange event that triggered a new build." }, "gitlabWebHook": { "$ref": "v1.GitLabWebHookCause", "description": "GitLabWebHook represents data for a GitLab webhook that fired a specific build." }, "bitbucketWebHook": { "$ref": "v1.BitbucketWebHookCause", "description": "BitbucketWebHook represents data for a Bitbucket webhook that fired a specific build." } } }, "v1.GenericWebHookCause": { "id": "v1.GenericWebHookCause", "description": "GenericWebHookCause holds information about a generic WebHook that triggered a build.", "properties": { "revision": { "$ref": "v1.SourceRevision", "description": "revision is an optional field that stores the git source revision information of the generic webhook trigger when it is available." }, "secret": { "type": "string", "description": "secret is the obfuscated webhook secret that triggered a build." } } }, "v1.GitHubWebHookCause": { "id": "v1.GitHubWebHookCause", "description": "GitHubWebHookCause has information about a GitHub webhook that triggered a build.", "properties": { "revision": { "$ref": "v1.SourceRevision", "description": "revision is the git revision information of the trigger." }, "secret": { "type": "string", "description": "secret is the obfuscated webhook secret that triggered a build." } } }, "v1.ImageChangeCause": { "id": "v1.ImageChangeCause", "description": "ImageChangeCause contains information about the image that triggered a build", "properties": { "imageID": { "type": "string", "description": "imageID is the ID of the image that triggered a a new build." }, "fromRef": { "$ref": "v1.ObjectReference", "description": "fromRef contains detailed information about an image that triggered a build." } } }, "v1.GitLabWebHookCause": { "id": "v1.GitLabWebHookCause", "description": "GitLabWebHookCause has information about a GitLab webhook that triggered a build.", "properties": { "revision": { "$ref": "v1.SourceRevision", "description": "Revision is the git source revision information of the trigger." }, "secret": { "type": "string", "description": "Secret is the obfuscated webhook secret that triggered a build." } } }, "v1.BitbucketWebHookCause": { "id": "v1.BitbucketWebHookCause", "description": "BitbucketWebHookCause has information about a Bitbucket webhook that triggered a build.", "properties": { "revision": { "$ref": "v1.SourceRevision", "description": "Revision is the git source revision information of the trigger." }, "secret": { "type": "string", "description": "Secret is the obfuscated webhook secret that triggered a build." } } }, "v1.BuildStatus": { "id": "v1.BuildStatus", "description": "BuildStatus contains the status of a build", "required": [ "phase" ], "properties": { "phase": { "type": "string", "description": "phase is the point in the build lifecycle. Possible values are \"New\", \"Pending\", \"Running\", \"Complete\", \"Failed\", \"Error\", and \"Cancelled\"." }, "cancelled": { "type": "boolean", "description": "cancelled describes if a cancel event was triggered for the build." }, "reason": { "type": "string", "description": "reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI." }, "message": { "type": "string", "description": "message is a human-readable message indicating details about why the build has this status." }, "startTimestamp": { "type": "string", "description": "startTimestamp is a timestamp representing the server time when this Build started running in a Pod. It is represented in RFC3339 form and is in UTC." }, "completionTimestamp": { "type": "string", "description": "completionTimestamp is a timestamp representing the server time when this Build was finished, whether that build failed or succeeded. It reflects the time at which the Pod running the Build terminated. It is represented in RFC3339 form and is in UTC." }, "duration": { "$ref": "time.Duration", "description": "duration contains time.Duration object describing build time." }, "outputDockerImageReference": { "type": "string", "description": "outputDockerImageReference contains a reference to the Docker image that will be built by this build. Its value is computed from Build.Spec.Output.To, and should include the registry address, so that it can be used to push and pull the image." }, "config": { "$ref": "v1.ObjectReference", "description": "config is an ObjectReference to the BuildConfig this Build is based on." }, "output": { "$ref": "v1.BuildStatusOutput", "description": "output describes the Docker image the build has produced." }, "stages": { "type": "array", "items": { "$ref": "v1.StageInfo" }, "description": "stages contains details about each stage that occurs during the build including start time, duration (in milliseconds), and the steps that occured within each stage." }, "logSnippet": { "type": "string", "description": "logSnippet is the last few lines of the build log. This value is only set for builds that failed." } } }, "v1.BuildStatusOutput": { "id": "v1.BuildStatusOutput", "description": "BuildStatusOutput contains the status of the built image.", "properties": { "to": { "$ref": "v1.BuildStatusOutputTo", "description": "to describes the status of the built image being pushed to a registry." } } }, "v1.BuildStatusOutputTo": { "id": "v1.BuildStatusOutputTo", "description": "BuildStatusOutputTo describes the status of the built image with regards to image registry to which it was supposed to be pushed.", "properties": { "imageDigest": { "type": "string", "description": "imageDigest is the digest of the built Docker image. The digest uniquely identifies the image in the registry to which it was pushed.\n\nPlease note that this field may not always be set even if the push completes successfully - e.g. when the registry returns no digest or returns it in a format that the builder doesn't understand." } } }, "v1.StageInfo": { "id": "v1.StageInfo", "description": "StageInfo contains details about a build stage.", "properties": { "name": { "type": "string", "description": "name is a unique identifier for each build stage that occurs." }, "startTime": { "type": "string", "description": "startTime is a timestamp representing the server time when this Stage started. It is represented in RFC3339 form and is in UTC." }, "durationMilliseconds": { "type": "integer", "format": "int64", "description": "durationMilliseconds identifies how long the stage took to complete in milliseconds. Note: the duration of a stage can exceed the sum of the duration of the steps within the stage as not all actions are accounted for in explicit build steps." }, "steps": { "type": "array", "items": { "$ref": "v1.StepInfo" }, "description": "steps contains details about each step that occurs during a build stage including start time and duration in milliseconds." } } }, "v1.StepInfo": { "id": "v1.StepInfo", "description": "StepInfo contains details about a build step.", "properties": { "name": { "type": "string", "description": "name is a unique identifier for each build step." }, "startTime": { "type": "string", "description": "startTime is a timestamp representing the server time when this Step started. it is represented in RFC3339 form and is in UTC." }, "durationMilliseconds": { "type": "integer", "format": "int64", "description": "durationMilliseconds identifies how long the step took to complete in milliseconds." } } }, "v1.BuildRequest": { "id": "v1.BuildRequest", "description": "BuildRequest is the resource used to pass parameters to build generator", "required": [ "triggeredBy" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "metadata for BuildRequest." }, "revision": { "$ref": "v1.SourceRevision", "description": "revision is the information from the source for a specific repo snapshot." }, "triggeredByImage": { "$ref": "v1.ObjectReference", "description": "triggeredByImage is the Image that triggered this build." }, "from": { "$ref": "v1.ObjectReference", "description": "from is the reference to the ImageStreamTag that triggered the build." }, "binary": { "$ref": "v1.BinaryBuildSource", "description": "binary indicates a request to build from a binary provided to the builder" }, "lastVersion": { "type": "integer", "format": "int64", "description": "lastVersion (optional) is the LastVersion of the BuildConfig that was used to generate the build. If the BuildConfig in the generator doesn't match, a build will not be generated." }, "env": { "type": "array", "items": { "$ref": "v1.EnvVar" }, "description": "env contains additional environment variables you want to pass into a builder container." }, "triggeredBy": { "type": "array", "items": { "$ref": "v1.BuildTriggerCause" }, "description": "triggeredBy describes which triggers started the most recent update to the build configuration and contains information about those triggers." }, "dockerStrategyOptions": { "$ref": "v1.DockerStrategyOptions", "description": "DockerStrategyOptions contains additional docker-strategy specific options for the build" }, "sourceStrategyOptions": { "$ref": "v1.SourceStrategyOptions", "description": "SourceStrategyOptions contains additional source-strategy specific options for the build" } } }, "v1.DockerStrategyOptions": { "id": "v1.DockerStrategyOptions", "description": "DockerStrategyOptions contains extra strategy options for Docker builds", "properties": { "buildArgs": { "type": "array", "items": { "$ref": "v1.EnvVar" }, "description": "Args contains any build arguments that are to be passed to Docker. See https://docs.docker.com/engine/reference/builder/#/arg for more details" }, "noCache": { "type": "boolean", "description": "noCache overrides the docker-strategy noCache option in the build config" } } }, "v1.SourceStrategyOptions": { "id": "v1.SourceStrategyOptions", "description": "SourceStrategyOptions contains extra strategy options for Source builds", "properties": { "incremental": { "type": "boolean", "description": "incremental overrides the source-strategy incremental option in the build config" } } }, "v1.BuildList": { "id": "v1.BuildList", "description": "BuildList is a collection of Builds.", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "metadata for BuildList." }, "items": { "type": "array", "items": { "$ref": "v1.Build" }, "description": "items is a list of builds" } } }, "v1.BuildLog": { "id": "v1.BuildLog", "description": "BuildLog is the (unused) resource associated with the build log redirector", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" } } }, "v1.ClusterNetworkList": { "id": "v1.ClusterNetworkList", "description": "ClusterNetworkList is a collection of ClusterNetworks", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.ClusterNetwork" }, "description": "Items is the list of cluster networks" } } }, "v1.ClusterNetwork": { "id": "v1.ClusterNetwork", "description": "ClusterNetwork describes the cluster network. There is normally only one object of this type, named \"default\", which is created by the SDN network plugin based on the master configuration when the cluster is brought up for the first time.", "required": [ "serviceNetwork", "clusterNetworks" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "network": { "type": "string", "description": "Network is a CIDR string specifying the global overlay network's L3 space" }, "hostsubnetlength": { "type": "integer", "description": "HostSubnetLength is the number of bits of network to allocate to each node. eg, 8 would mean that each node would have a /24 slice of the overlay network for its pods" }, "serviceNetwork": { "type": "string", "description": "ServiceNetwork is the CIDR range that Service IP addresses are allocated from" }, "pluginName": { "type": "string", "description": "PluginName is the name of the network plugin being used" }, "clusterNetworks": { "type": "array", "items": { "$ref": "v1.ClusterNetworkEntry" }, "description": "ClusterNetworks is a list of ClusterNetwork objects that defines the global overlay network's L3 space by specifying a set of CIDR and netmasks that the SDN can allocate addressed from." }, "vxlanPort": { "type": "integer", "description": "VXLANPort sets the VXLAN destination port used by the cluster. It is set by the master configuration file on startup and cannot be edited manually. Valid values for VXLANPort are integers 1-65535 inclusive and if unset defaults to 4789. Changing VXLANPort allows users to resolve issues between openshift SDN and other software trying to use the same VXLAN destination port." } } }, "v1.ClusterNetworkEntry": { "id": "v1.ClusterNetworkEntry", "description": "ClusterNetworkEntry defines an individual cluster network. The CIDRs cannot overlap with other cluster network CIDRs, CIDRs reserved for external ips, CIDRs reserved for service networks, and CIDRs reserved for ingress ips.", "required": [ "CIDR", "hostSubnetLength" ], "properties": { "CIDR": { "type": "string", "description": "CIDR defines the total range of a cluster networks address space." }, "hostSubnetLength": { "type": "integer", "description": "HostSubnetLength is the number of bits of the accompanying CIDR address to allocate to each node. eg, 8 would mean that each node would have a /24 slice of the overlay network for its pods." } } }, "v1.ClusterResourceQuotaList": { "id": "v1.ClusterResourceQuotaList", "description": "ClusterResourceQuotaList is a collection of ClusterResourceQuotas", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.ClusterResourceQuota" }, "description": "Items is a list of ClusterResourceQuotas" } } }, "v1.ClusterResourceQuota": { "id": "v1.ClusterResourceQuota", "description": "ClusterResourceQuota mirrors ResourceQuota at a cluster scope. This object is easily convertible to synthetic ResourceQuota object to allow quota evaluation re-use.", "required": [ "metadata", "spec" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "spec": { "$ref": "v1.ClusterResourceQuotaSpec", "description": "Spec defines the desired quota" }, "status": { "$ref": "v1.ClusterResourceQuotaStatus", "description": "Status defines the actual enforced quota and its current usage" } } }, "v1.ClusterRoleBindingList": { "id": "v1.ClusterRoleBindingList", "description": "ClusterRoleBindingList is a collection of ClusterRoleBindings", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.ClusterRoleBinding" }, "description": "Items is a list of ClusterRoleBindings" } } }, "v1.ClusterRoleBinding": { "id": "v1.ClusterRoleBinding", "description": "ClusterRoleBinding references a ClusterRole, but not contain it. It can reference any ClusterRole in the same namespace or in the global namespace. It adds who information via (Users and Groups) OR Subjects and namespace information by which namespace it exists in. ClusterRoleBindings in a given namespace only have effect in that namespace (excepting the master namespace which has power in all namespaces).", "required": [ "userNames", "groupNames", "subjects", "roleRef" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "userNames": { "type": "array", "items": { "type": "string" }, "description": "UserNames holds all the usernames directly bound to the role. This field should only be specified when supporting legacy clients and servers. See Subjects for further details." }, "groupNames": { "type": "array", "items": { "type": "string" }, "description": "GroupNames holds all the groups directly bound to the role. This field should only be specified when supporting legacy clients and servers. See Subjects for further details." }, "subjects": { "type": "array", "items": { "$ref": "v1.ObjectReference" }, "description": "Subjects hold object references to authorize with this rule. This field is ignored if UserNames or GroupNames are specified to support legacy clients and servers. Thus newer clients that do not need to support backwards compatibility should send only fully qualified Subjects and should omit the UserNames and GroupNames fields. Clients that need to support backwards compatibility can use this field to build the UserNames and GroupNames." }, "roleRef": { "$ref": "v1.ObjectReference", "description": "RoleRef can only reference the current namespace and the global namespace. If the ClusterRoleRef cannot be resolved, the Authorizer must return an error. Since Policy is a singleton, this is sufficient knowledge to locate a role." } } }, "v1.ClusterRoleList": { "id": "v1.ClusterRoleList", "description": "ClusterRoleList is a collection of ClusterRoles", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.ClusterRole" }, "description": "Items is a list of ClusterRoles" } } }, "v1.ClusterRole": { "id": "v1.ClusterRole", "description": "ClusterRole is a logical grouping of PolicyRules that can be referenced as a unit by ClusterRoleBindings.", "required": [ "rules" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "rules": { "type": "array", "items": { "$ref": "v1.PolicyRule" }, "description": "Rules holds all the PolicyRules for this ClusterRole" }, "aggregationRule": { "$ref": "v1.AggregationRule", "description": "AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller." } } }, "v1.PolicyRule": { "id": "v1.PolicyRule", "description": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.", "required": [ "verbs", "apiGroups", "resources" ], "properties": { "verbs": { "type": "array", "items": { "type": "string" }, "description": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds." }, "attributeRestrictions": { "type": "string", "description": "AttributeRestrictions will vary depending on what the Authorizer/AuthorizationAttributeBuilder pair supports. If the Authorizer does not recognize how to handle the AttributeRestrictions, the Authorizer should report an error." }, "apiGroups": { "type": "array", "items": { "type": "string" }, "description": "APIGroups is the name of the APIGroup that contains the resources. If this field is empty, then both kubernetes and origin API groups are assumed. That means that if an action is requested against one of the enumerated resources in either the kubernetes or the origin API group, the request will be allowed" }, "resources": { "type": "array", "items": { "type": "string" }, "description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources." }, "resourceNames": { "type": "array", "items": { "type": "string" }, "description": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed." }, "nonResourceURLs": { "type": "array", "items": { "type": "string" }, "description": "NonResourceURLsSlice is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path This name is intentionally different than the internal type so that the DefaultConvert works nicely and because the ordering may be different." } } }, "v1.AggregationRule": { "id": "v1.AggregationRule", "description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole", "properties": { "clusterRoleSelectors": { "type": "array", "items": { "$ref": "v1.LabelSelector" }, "description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added" } } }, "v1.DeploymentConfigList": { "id": "v1.DeploymentConfigList", "description": "DeploymentConfigList is a collection of deployment configs.", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.DeploymentConfig" }, "description": "Items is a list of deployment configs" } } }, "v1.DeploymentConfig": { "id": "v1.DeploymentConfig", "description": "Deployment Configs define the template for a pod and manages deploying new images or configuration changes. A single deployment configuration is usually analogous to a single micro-service. Can support many different deployment patterns, including full restart, customizable rolling updates, and fully custom behaviors, as well as pre- and post- deployment hooks. Each individual deployment is represented as a replication controller.\n\nA deployment is \"triggered\" when its configuration is changed or a tag in an Image Stream is changed. Triggers can be disabled to allow manual control over a deployment. The \"strategy\" determines how the deployment is carried out and may be changed at any time. The `latestVersion` field is updated when a new deployment is triggered by any means.", "required": [ "spec" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "spec": { "$ref": "v1.DeploymentConfigSpec", "description": "Spec represents a desired deployment state and how to deploy to it." }, "status": { "$ref": "v1.DeploymentConfigStatus", "description": "Status represents the current deployment state." } } }, "v1.DeploymentConfigSpec": { "id": "v1.DeploymentConfigSpec", "description": "DeploymentConfigSpec represents the desired state of the deployment.", "required": [ "strategy", "triggers", "replicas", "test" ], "properties": { "strategy": { "$ref": "v1.DeploymentStrategy", "description": "Strategy describes how a deployment is executed." }, "minReadySeconds": { "type": "integer", "format": "int32", "description": "MinReadySeconds is the minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)" }, "triggers": { "type": "array", "items": { "$ref": "v1.DeploymentTriggerPolicy" }, "description": "Triggers determine how updates to a DeploymentConfig result in new deployments. If no triggers are defined, a new deployment can only occur as a result of an explicit client update to the DeploymentConfig with a new LatestVersion. If null, defaults to having a config change trigger." }, "replicas": { "type": "integer", "format": "int32", "description": "Replicas is the number of desired replicas." }, "revisionHistoryLimit": { "type": "integer", "format": "int32", "description": "RevisionHistoryLimit is the number of old ReplicationControllers to retain to allow for rollbacks. This field is a pointer to allow for differentiation between an explicit zero and not specified. Defaults to 10. (This only applies to DeploymentConfigs created via the new group API resource, not the legacy resource.)" }, "test": { "type": "boolean", "description": "Test ensures that this deployment config will have zero replicas except while a deployment is running. This allows the deployment config to be used as a continuous deployment test - triggering on images, running the deployment, and then succeeding or failing. Post strategy hooks and After actions can be used to integrate successful deployment with an action." }, "paused": { "type": "boolean", "description": "Paused indicates that the deployment config is paused resulting in no new deployments on template changes or changes in the template caused by other triggers." }, "selector": { "type": "object", "description": "Selector is a label query over pods that should match the Replicas count." }, "template": { "$ref": "v1.PodTemplateSpec", "description": "Template is the object that describes the pod that will be created if insufficient replicas are detected." } } }, "v1.DeploymentStrategy": { "id": "v1.DeploymentStrategy", "description": "DeploymentStrategy describes how to perform a deployment.", "properties": { "type": { "type": "string", "description": "Type is the name of a deployment strategy." }, "customParams": { "$ref": "v1.CustomDeploymentStrategyParams", "description": "CustomParams are the input to the Custom deployment strategy, and may also be specified for the Recreate and Rolling strategies to customize the execution process that runs the deployment." }, "recreateParams": { "$ref": "v1.RecreateDeploymentStrategyParams", "description": "RecreateParams are the input to the Recreate deployment strategy." }, "rollingParams": { "$ref": "v1.RollingDeploymentStrategyParams", "description": "RollingParams are the input to the Rolling deployment strategy." }, "resources": { "$ref": "v1.ResourceRequirements", "description": "Resources contains resource requirements to execute the deployment and any hooks." }, "labels": { "type": "object", "description": "Labels is a set of key, value pairs added to custom deployer and lifecycle pre/post hook pods." }, "annotations": { "type": "object", "description": "Annotations is a set of key, value pairs added to custom deployer and lifecycle pre/post hook pods." }, "activeDeadlineSeconds": { "type": "integer", "format": "int64", "description": "ActiveDeadlineSeconds is the duration in seconds that the deployer pods for this deployment config may be active on a node before the system actively tries to terminate them." } } }, "v1.CustomDeploymentStrategyParams": { "id": "v1.CustomDeploymentStrategyParams", "description": "CustomDeploymentStrategyParams are the input to the Custom deployment strategy.", "properties": { "image": { "type": "string", "description": "Image specifies a Docker image which can carry out a deployment." }, "environment": { "type": "array", "items": { "$ref": "v1.EnvVar" }, "description": "Environment holds the environment which will be given to the container for Image." }, "command": { "type": "array", "items": { "type": "string" }, "description": "Command is optional and overrides CMD in the container Image." } } }, "v1.RecreateDeploymentStrategyParams": { "id": "v1.RecreateDeploymentStrategyParams", "description": "RecreateDeploymentStrategyParams are the input to the Recreate deployment strategy.", "properties": { "timeoutSeconds": { "type": "integer", "format": "int64", "description": "TimeoutSeconds is the time to wait for updates before giving up. If the value is nil, a default will be used." }, "pre": { "$ref": "v1.LifecycleHook", "description": "Pre is a lifecycle hook which is executed before the strategy manipulates the deployment. All LifecycleHookFailurePolicy values are supported." }, "mid": { "$ref": "v1.LifecycleHook", "description": "Mid is a lifecycle hook which is executed while the deployment is scaled down to zero before the first new pod is created. All LifecycleHookFailurePolicy values are supported." }, "post": { "$ref": "v1.LifecycleHook", "description": "Post is a lifecycle hook which is executed after the strategy has finished all deployment logic. All LifecycleHookFailurePolicy values are supported." } } }, "v1.LifecycleHook": { "id": "v1.LifecycleHook", "description": "LifecycleHook defines a specific deployment lifecycle action. Only one type of action may be specified at any time.", "required": [ "failurePolicy" ], "properties": { "failurePolicy": { "type": "string", "description": "FailurePolicy specifies what action to take if the hook fails." }, "execNewPod": { "$ref": "v1.ExecNewPodHook", "description": "ExecNewPod specifies the options for a lifecycle hook backed by a pod." }, "tagImages": { "type": "array", "items": { "$ref": "v1.TagImageHook" }, "description": "TagImages instructs the deployer to tag the current image referenced under a container onto an image stream tag." } } }, "v1.ExecNewPodHook": { "id": "v1.ExecNewPodHook", "description": "ExecNewPodHook is a hook implementation which runs a command in a new pod based on the specified container which is assumed to be part of the deployment template.", "required": [ "command", "containerName" ], "properties": { "command": { "type": "array", "items": { "type": "string" }, "description": "Command is the action command and its arguments." }, "env": { "type": "array", "items": { "$ref": "v1.EnvVar" }, "description": "Env is a set of environment variables to supply to the hook pod's container." }, "containerName": { "type": "string", "description": "ContainerName is the name of a container in the deployment pod template whose Docker image will be used for the hook pod's container." }, "volumes": { "type": "array", "items": { "type": "string" }, "description": "Volumes is a list of named volumes from the pod template which should be copied to the hook pod. Volumes names not found in pod spec are ignored. An empty list means no volumes will be copied." } } }, "v1.TagImageHook": { "id": "v1.TagImageHook", "description": "TagImageHook is a request to tag the image in a particular container onto an ImageStreamTag.", "required": [ "containerName", "to" ], "properties": { "containerName": { "type": "string", "description": "ContainerName is the name of a container in the deployment config whose image value will be used as the source of the tag. If there is only a single container this value will be defaulted to the name of that container." }, "to": { "$ref": "v1.ObjectReference", "description": "To is the target ImageStreamTag to set the container's image onto." } } }, "v1.RollingDeploymentStrategyParams": { "id": "v1.RollingDeploymentStrategyParams", "description": "RollingDeploymentStrategyParams are the input to the Rolling deployment strategy.", "properties": { "updatePeriodSeconds": { "type": "integer", "format": "int64", "description": "UpdatePeriodSeconds is the time to wait between individual pod updates. If the value is nil, a default will be used." }, "intervalSeconds": { "type": "integer", "format": "int64", "description": "IntervalSeconds is the time to wait between polling deployment status after update. If the value is nil, a default will be used." }, "timeoutSeconds": { "type": "integer", "format": "int64", "description": "TimeoutSeconds is the time to wait for updates before giving up. If the value is nil, a default will be used." }, "maxUnavailable": { "type": "string", "description": "MaxUnavailable is the maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total pods at the start of update (ex: 10%). Absolute number is calculated from percentage by rounding down.\n\nThis cannot be 0 if MaxSurge is 0. By default, 25% is used.\n\nExample: when this is set to 30%, the old RC can be scaled down by 30% immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that at least 70% of original number of pods are available at all times during the update." }, "maxSurge": { "type": "string", "description": "MaxSurge is the maximum number of pods that can be scheduled above the original number of pods. Value can be an absolute number (ex: 5) or a percentage of total pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up.\n\nThis cannot be 0 if MaxUnavailable is 0. By default, 25% is used.\n\nExample: when this is set to 30%, the new RC can be scaled up by 30% immediately when the rolling update starts. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is atmost 130% of original pods." }, "pre": { "$ref": "v1.LifecycleHook", "description": "Pre is a lifecycle hook which is executed before the deployment process begins. All LifecycleHookFailurePolicy values are supported." }, "post": { "$ref": "v1.LifecycleHook", "description": "Post is a lifecycle hook which is executed after the strategy has finished all deployment logic. All LifecycleHookFailurePolicy values are supported." } } }, "v1.DeploymentTriggerPolicy": { "id": "v1.DeploymentTriggerPolicy", "description": "DeploymentTriggerPolicy describes a policy for a single trigger that results in a new deployment.", "properties": { "type": { "type": "string", "description": "Type of the trigger" }, "imageChangeParams": { "$ref": "v1.DeploymentTriggerImageChangeParams", "description": "ImageChangeParams represents the parameters for the ImageChange trigger." } } }, "v1.DeploymentTriggerImageChangeParams": { "id": "v1.DeploymentTriggerImageChangeParams", "description": "DeploymentTriggerImageChangeParams represents the parameters to the ImageChange trigger.", "required": [ "from" ], "properties": { "automatic": { "type": "boolean", "description": "Automatic means that the detection of a new tag value should result in an image update inside the pod template." }, "containerNames": { "type": "array", "items": { "type": "string" }, "description": "ContainerNames is used to restrict tag updates to the specified set of container names in a pod. If multiple triggers point to the same containers, the resulting behavior is undefined. Future API versions will make this a validation error. If ContainerNames does not point to a valid container, the trigger will be ignored. Future API versions will make this a validation error." }, "from": { "$ref": "v1.ObjectReference", "description": "From is a reference to an image stream tag to watch for changes. From.Name is the only required subfield - if From.Namespace is blank, the namespace of the current deployment trigger will be used." }, "lastTriggeredImage": { "type": "string", "description": "LastTriggeredImage is the last image to be triggered." } } }, "v1.PodTemplateSpec": { "id": "v1.PodTemplateSpec", "description": "PodTemplateSpec describes the data a pod should have when created from a template", "properties": { "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" }, "spec": { "$ref": "v1.PodSpec", "description": "Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status" } } }, "v1.PodSpec": { "id": "v1.PodSpec", "description": "PodSpec is a description of a pod.", "required": [ "containers" ], "properties": { "volumes": { "type": "array", "items": { "$ref": "v1.Volume" }, "description": "List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes" }, "initContainers": { "type": "array", "items": { "$ref": "v1.Container" }, "description": "List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/" }, "containers": { "type": "array", "items": { "$ref": "v1.Container" }, "description": "List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated." }, "restartPolicy": { "type": "string", "description": "Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy" }, "terminationGracePeriodSeconds": { "type": "integer", "format": "int64", "description": "Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds." }, "activeDeadlineSeconds": { "type": "integer", "format": "int64", "description": "Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer." }, "dnsPolicy": { "type": "string", "description": "Set DNS policy for the pod. Defaults to \"ClusterFirst\". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'." }, "nodeSelector": { "type": "object", "description": "NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/" }, "serviceAccountName": { "type": "string", "description": "ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/" }, "serviceAccount": { "type": "string", "description": "DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead." }, "automountServiceAccountToken": { "type": "boolean", "description": "AutomountServiceAccountToken indicates whether a service account token should be automatically mounted." }, "nodeName": { "type": "string", "description": "NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements." }, "hostNetwork": { "type": "boolean", "description": "Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false." }, "hostPID": { "type": "boolean", "description": "Use the host's pid namespace. Optional: Default to false." }, "hostIPC": { "type": "boolean", "description": "Use the host's ipc namespace. Optional: Default to false." }, "shareProcessNamespace": { "type": "boolean", "description": "Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. This field is alpha-level and is honored only by servers that enable the PodShareProcessNamespace feature." }, "securityContext": { "$ref": "v1.PodSecurityContext", "description": "SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field." }, "imagePullSecrets": { "type": "array", "items": { "$ref": "v1.LocalObjectReference" }, "description": "ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod" }, "hostname": { "type": "string", "description": "Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value." }, "subdomain": { "type": "string", "description": "If specified, the fully qualified Pod hostname will be \"\u003chostname\u003e.\u003csubdomain\u003e.\u003cpod namespace\u003e.svc.\u003ccluster domain\u003e\". If not specified, the pod will not have a domainname at all." }, "affinity": { "$ref": "v1.Affinity", "description": "If specified, the pod's scheduling constraints" }, "schedulerName": { "type": "string", "description": "If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler." }, "tolerations": { "type": "array", "items": { "$ref": "v1.Toleration" }, "description": "If specified, the pod's tolerations." }, "hostAliases": { "type": "array", "items": { "$ref": "v1.HostAlias" }, "description": "HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods." }, "priorityClassName": { "type": "string", "description": "If specified, indicates the pod's priority. \"system-node-critical\" and \"system-cluster-critical\" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default." }, "priority": { "type": "integer", "format": "int32", "description": "The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority." }, "dnsConfig": { "$ref": "v1.PodDNSConfig", "description": "Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy." }, "readinessGates": { "type": "array", "items": { "$ref": "v1.PodReadinessGate" }, "description": "If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md" } } }, "v1.Volume": { "id": "v1.Volume", "description": "Volume represents a named volume in a pod that may be accessed by any container in the pod.", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names" }, "hostPath": { "$ref": "v1.HostPathVolumeSource", "description": "HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath" }, "emptyDir": { "$ref": "v1.EmptyDirVolumeSource", "description": "EmptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir" }, "gcePersistentDisk": { "$ref": "v1.GCEPersistentDiskVolumeSource", "description": "GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk" }, "awsElasticBlockStore": { "$ref": "v1.AWSElasticBlockStoreVolumeSource", "description": "AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore" }, "gitRepo": { "$ref": "v1.GitRepoVolumeSource", "description": "GitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container." }, "secret": { "$ref": "v1.SecretVolumeSource", "description": "Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret" }, "nfs": { "$ref": "v1.NFSVolumeSource", "description": "NFS represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs" }, "iscsi": { "$ref": "v1.ISCSIVolumeSource", "description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md" }, "glusterfs": { "$ref": "v1.GlusterfsVolumeSource", "description": "Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md" }, "persistentVolumeClaim": { "$ref": "v1.PersistentVolumeClaimVolumeSource", "description": "PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims" }, "rbd": { "$ref": "v1.RBDVolumeSource", "description": "RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md" }, "flexVolume": { "$ref": "v1.FlexVolumeSource", "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin." }, "cinder": { "$ref": "v1.CinderVolumeSource", "description": "Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md" }, "cephfs": { "$ref": "v1.CephFSVolumeSource", "description": "CephFS represents a Ceph FS mount on the host that shares a pod's lifetime" }, "flocker": { "$ref": "v1.FlockerVolumeSource", "description": "Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running" }, "downwardAPI": { "$ref": "v1.DownwardAPIVolumeSource", "description": "DownwardAPI represents downward API about the pod that should populate this volume" }, "fc": { "$ref": "v1.FCVolumeSource", "description": "FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod." }, "azureFile": { "$ref": "v1.AzureFileVolumeSource", "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod." }, "configMap": { "$ref": "v1.ConfigMapVolumeSource", "description": "ConfigMap represents a configMap that should populate this volume" }, "vsphereVolume": { "$ref": "v1.VsphereVirtualDiskVolumeSource", "description": "VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine" }, "quobyte": { "$ref": "v1.QuobyteVolumeSource", "description": "Quobyte represents a Quobyte mount on the host that shares a pod's lifetime" }, "azureDisk": { "$ref": "v1.AzureDiskVolumeSource", "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod." }, "photonPersistentDisk": { "$ref": "v1.PhotonPersistentDiskVolumeSource", "description": "PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine" }, "projected": { "$ref": "v1.ProjectedVolumeSource", "description": "Items for all in one resources secrets, configmaps, and downward API" }, "portworxVolume": { "$ref": "v1.PortworxVolumeSource", "description": "PortworxVolume represents a portworx volume attached and mounted on kubelets host machine" }, "scaleIO": { "$ref": "v1.ScaleIOVolumeSource", "description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes." }, "storageos": { "$ref": "v1.StorageOSVolumeSource", "description": "StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes." } } }, "v1.HostPathVolumeSource": { "id": "v1.HostPathVolumeSource", "description": "Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.", "required": [ "path" ], "properties": { "path": { "type": "string", "description": "Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath" }, "type": { "$ref": "v1.HostPathType", "description": "Type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath" } } }, "v1.HostPathType": { "id": "v1.HostPathType", "properties": {} }, "v1.EmptyDirVolumeSource": { "id": "v1.EmptyDirVolumeSource", "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.", "properties": { "medium": { "type": "string", "description": "What type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir" }, "sizeLimit": { "type": "string", "description": "Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir" } } }, "v1.GCEPersistentDiskVolumeSource": { "id": "v1.GCEPersistentDiskVolumeSource", "description": "Represents a Persistent Disk resource in Google Compute Engine.\n\nA GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.", "required": [ "pdName" ], "properties": { "pdName": { "type": "string", "description": "Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk" }, "fsType": { "type": "string", "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk" }, "partition": { "type": "integer", "format": "int32", "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk" }, "readOnly": { "type": "boolean", "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk" } } }, "v1.AWSElasticBlockStoreVolumeSource": { "id": "v1.AWSElasticBlockStoreVolumeSource", "description": "Represents a Persistent Disk resource in AWS.\n\nAn AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.", "required": [ "volumeID" ], "properties": { "volumeID": { "type": "string", "description": "Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore" }, "fsType": { "type": "string", "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore" }, "partition": { "type": "integer", "format": "int32", "description": "The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty)." }, "readOnly": { "type": "boolean", "description": "Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore" } } }, "v1.GitRepoVolumeSource": { "id": "v1.GitRepoVolumeSource", "description": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.", "required": [ "repository" ], "properties": { "repository": { "type": "string", "description": "Repository URL" }, "revision": { "type": "string", "description": "Commit hash for the specified revision." }, "directory": { "type": "string", "description": "Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name." } } }, "v1.SecretVolumeSource": { "id": "v1.SecretVolumeSource", "description": "Adapts a Secret into a volume.\n\nThe contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.", "properties": { "secretName": { "type": "string", "description": "Name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret" }, "items": { "type": "array", "items": { "$ref": "v1.KeyToPath" }, "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'." }, "defaultMode": { "type": "integer", "format": "int32", "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." }, "optional": { "type": "boolean", "description": "Specify whether the Secret or it's keys must be defined" } } }, "v1.KeyToPath": { "id": "v1.KeyToPath", "description": "Maps a string key to a path within a volume.", "required": [ "key", "path" ], "properties": { "key": { "type": "string", "description": "The key to project." }, "path": { "type": "string", "description": "The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'." }, "mode": { "type": "integer", "format": "int32", "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, "v1.NFSVolumeSource": { "id": "v1.NFSVolumeSource", "description": "Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.", "required": [ "server", "path" ], "properties": { "server": { "type": "string", "description": "Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs" }, "path": { "type": "string", "description": "Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs" }, "readOnly": { "type": "boolean", "description": "ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs" } } }, "v1.ISCSIVolumeSource": { "id": "v1.ISCSIVolumeSource", "description": "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.", "required": [ "targetPortal", "iqn", "lun" ], "properties": { "targetPortal": { "type": "string", "description": "iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)." }, "iqn": { "type": "string", "description": "Target iSCSI Qualified Name." }, "lun": { "type": "integer", "format": "int32", "description": "iSCSI Target Lun number." }, "iscsiInterface": { "type": "string", "description": "iSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp)." }, "fsType": { "type": "string", "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi" }, "readOnly": { "type": "boolean", "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false." }, "portals": { "type": "array", "items": { "type": "string" }, "description": "iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260)." }, "chapAuthDiscovery": { "type": "boolean", "description": "whether support iSCSI Discovery CHAP authentication" }, "chapAuthSession": { "type": "boolean", "description": "whether support iSCSI Session CHAP authentication" }, "secretRef": { "$ref": "v1.LocalObjectReference", "description": "CHAP Secret for iSCSI target and initiator authentication" }, "initiatorName": { "type": "string", "description": "Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface \u003ctarget portal\u003e:\u003cvolume name\u003e will be created for the connection." } } }, "v1.GlusterfsVolumeSource": { "id": "v1.GlusterfsVolumeSource", "description": "Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.", "required": [ "endpoints", "path" ], "properties": { "endpoints": { "type": "string", "description": "EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod" }, "path": { "type": "string", "description": "Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod" }, "readOnly": { "type": "boolean", "description": "ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod" } } }, "v1.PersistentVolumeClaimVolumeSource": { "id": "v1.PersistentVolumeClaimVolumeSource", "description": "PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).", "required": [ "claimName" ], "properties": { "claimName": { "type": "string", "description": "ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims" }, "readOnly": { "type": "boolean", "description": "Will force the ReadOnly setting in VolumeMounts. Default false." } } }, "v1.RBDVolumeSource": { "id": "v1.RBDVolumeSource", "description": "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.", "required": [ "monitors", "image" ], "properties": { "monitors": { "type": "array", "items": { "type": "string" }, "description": "A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it" }, "image": { "type": "string", "description": "The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it" }, "fsType": { "type": "string", "description": "Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd" }, "pool": { "type": "string", "description": "The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it" }, "user": { "type": "string", "description": "The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it" }, "keyring": { "type": "string", "description": "Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it" }, "secretRef": { "$ref": "v1.LocalObjectReference", "description": "SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it" }, "readOnly": { "type": "boolean", "description": "ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it" } } }, "v1.FlexVolumeSource": { "id": "v1.FlexVolumeSource", "description": "FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.", "required": [ "driver" ], "properties": { "driver": { "type": "string", "description": "Driver is the name of the driver to use for this volume." }, "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script." }, "secretRef": { "$ref": "v1.LocalObjectReference", "description": "Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts." }, "readOnly": { "type": "boolean", "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." }, "options": { "type": "object", "description": "Optional: Extra command options if any." } } }, "v1.CinderVolumeSource": { "id": "v1.CinderVolumeSource", "description": "Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.", "required": [ "volumeID" ], "properties": { "volumeID": { "type": "string", "description": "volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md" }, "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md" }, "readOnly": { "type": "boolean", "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md" }, "secretRef": { "$ref": "v1.LocalObjectReference", "description": "Optional: points to a secret object containing parameters used to connect to OpenStack." } } }, "v1.CephFSVolumeSource": { "id": "v1.CephFSVolumeSource", "description": "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.", "required": [ "monitors" ], "properties": { "monitors": { "type": "array", "items": { "type": "string" }, "description": "Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it" }, "path": { "type": "string", "description": "Optional: Used as the mounted root, rather than the full Ceph tree, default is /" }, "user": { "type": "string", "description": "Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it" }, "secretFile": { "type": "string", "description": "Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it" }, "secretRef": { "$ref": "v1.LocalObjectReference", "description": "Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it" }, "readOnly": { "type": "boolean", "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it" } } }, "v1.FlockerVolumeSource": { "id": "v1.FlockerVolumeSource", "description": "Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.", "properties": { "datasetName": { "type": "string", "description": "Name of the dataset stored as metadata -\u003e name on the dataset for Flocker should be considered as deprecated" }, "datasetUUID": { "type": "string", "description": "UUID of the dataset. This is unique identifier of a Flocker dataset" } } }, "v1.DownwardAPIVolumeSource": { "id": "v1.DownwardAPIVolumeSource", "description": "DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.", "properties": { "items": { "type": "array", "items": { "$ref": "v1.DownwardAPIVolumeFile" }, "description": "Items is a list of downward API volume file" }, "defaultMode": { "type": "integer", "format": "int32", "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, "v1.DownwardAPIVolumeFile": { "id": "v1.DownwardAPIVolumeFile", "description": "DownwardAPIVolumeFile represents information to create the file containing the pod field", "required": [ "path" ], "properties": { "path": { "type": "string", "description": "Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'" }, "fieldRef": { "$ref": "v1.ObjectFieldSelector", "description": "Required: Selects a field of the pod: only annotations, labels, name and namespace are supported." }, "resourceFieldRef": { "$ref": "v1.ResourceFieldSelector", "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported." }, "mode": { "type": "integer", "format": "int32", "description": "Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, "v1.FCVolumeSource": { "id": "v1.FCVolumeSource", "description": "Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.", "properties": { "targetWWNs": { "type": "array", "items": { "type": "string" }, "description": "Optional: FC target worldwide names (WWNs)" }, "lun": { "type": "integer", "format": "int32", "description": "Optional: FC target lun number" }, "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." }, "readOnly": { "type": "boolean", "description": "Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." }, "wwids": { "type": "array", "items": { "type": "string" }, "description": "Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously." } } }, "v1.AzureFileVolumeSource": { "id": "v1.AzureFileVolumeSource", "description": "AzureFile represents an Azure File Service mount on the host and bind mount to the pod.", "required": [ "secretName", "shareName" ], "properties": { "secretName": { "type": "string", "description": "the name of secret that contains Azure Storage Account Name and Key" }, "shareName": { "type": "string", "description": "Share Name" }, "readOnly": { "type": "boolean", "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." } } }, "v1.ConfigMapVolumeSource": { "id": "v1.ConfigMapVolumeSource", "description": "Adapts a ConfigMap into a volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.", "properties": { "name": { "type": "string", "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names" }, "items": { "type": "array", "items": { "$ref": "v1.KeyToPath" }, "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'." }, "defaultMode": { "type": "integer", "format": "int32", "description": "Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." }, "optional": { "type": "boolean", "description": "Specify whether the ConfigMap or it's keys must be defined" } } }, "v1.VsphereVirtualDiskVolumeSource": { "id": "v1.VsphereVirtualDiskVolumeSource", "description": "Represents a vSphere volume resource.", "required": [ "volumePath" ], "properties": { "volumePath": { "type": "string", "description": "Path that identifies vSphere volume vmdk" }, "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." }, "storagePolicyName": { "type": "string", "description": "Storage Policy Based Management (SPBM) profile name." }, "storagePolicyID": { "type": "string", "description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName." } } }, "v1.QuobyteVolumeSource": { "id": "v1.QuobyteVolumeSource", "description": "Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.", "required": [ "registry", "volume" ], "properties": { "registry": { "type": "string", "description": "Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes" }, "volume": { "type": "string", "description": "Volume is a string that references an already created Quobyte volume by name." }, "readOnly": { "type": "boolean", "description": "ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false." }, "user": { "type": "string", "description": "User to map volume access to Defaults to serivceaccount user" }, "group": { "type": "string", "description": "Group to map volume access to Default is no group" } } }, "v1.AzureDiskVolumeSource": { "id": "v1.AzureDiskVolumeSource", "description": "AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.", "required": [ "diskName", "diskURI" ], "properties": { "diskName": { "type": "string", "description": "The Name of the data disk in the blob storage" }, "diskURI": { "type": "string", "description": "The URI the data disk in the blob storage" }, "cachingMode": { "$ref": "v1.AzureDataDiskCachingMode", "description": "Host Caching mode: None, Read Only, Read Write." }, "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." }, "readOnly": { "type": "boolean", "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." }, "kind": { "$ref": "v1.AzureDataDiskKind", "description": "Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared" } } }, "v1.AzureDataDiskCachingMode": { "id": "v1.AzureDataDiskCachingMode", "properties": {} }, "v1.AzureDataDiskKind": { "id": "v1.AzureDataDiskKind", "properties": {} }, "v1.PhotonPersistentDiskVolumeSource": { "id": "v1.PhotonPersistentDiskVolumeSource", "description": "Represents a Photon Controller persistent disk resource.", "required": [ "pdID" ], "properties": { "pdID": { "type": "string", "description": "ID that identifies Photon Controller persistent disk" }, "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." } } }, "v1.ProjectedVolumeSource": { "id": "v1.ProjectedVolumeSource", "description": "Represents a projected volume source", "required": [ "sources" ], "properties": { "sources": { "type": "array", "items": { "$ref": "v1.VolumeProjection" }, "description": "list of volume projections" }, "defaultMode": { "type": "integer", "format": "int32", "description": "Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set." } } }, "v1.VolumeProjection": { "id": "v1.VolumeProjection", "description": "Projection that may be projected along with other supported volume types", "properties": { "secret": { "$ref": "v1.SecretProjection", "description": "information about the secret data to project" }, "downwardAPI": { "$ref": "v1.DownwardAPIProjection", "description": "information about the downwardAPI data to project" }, "configMap": { "$ref": "v1.ConfigMapProjection", "description": "information about the configMap data to project" }, "serviceAccountToken": { "$ref": "v1.ServiceAccountTokenProjection", "description": "information about the serviceAccountToken data to project" } } }, "v1.SecretProjection": { "id": "v1.SecretProjection", "description": "Adapts a secret into a projected volume.\n\nThe contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.", "properties": { "name": { "type": "string", "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names" }, "items": { "type": "array", "items": { "$ref": "v1.KeyToPath" }, "description": "If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'." }, "optional": { "type": "boolean", "description": "Specify whether the Secret or its key must be defined" } } }, "v1.DownwardAPIProjection": { "id": "v1.DownwardAPIProjection", "description": "Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.", "properties": { "items": { "type": "array", "items": { "$ref": "v1.DownwardAPIVolumeFile" }, "description": "Items is a list of DownwardAPIVolume file" } } }, "v1.ConfigMapProjection": { "id": "v1.ConfigMapProjection", "description": "Adapts a ConfigMap into a projected volume.\n\nThe contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.", "properties": { "name": { "type": "string", "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names" }, "items": { "type": "array", "items": { "$ref": "v1.KeyToPath" }, "description": "If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'." }, "optional": { "type": "boolean", "description": "Specify whether the ConfigMap or it's keys must be defined" } } }, "v1.ServiceAccountTokenProjection": { "id": "v1.ServiceAccountTokenProjection", "description": "ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).", "required": [ "path" ], "properties": { "audience": { "type": "string", "description": "Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver." }, "expirationSeconds": { "type": "integer", "format": "int64", "description": "ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes." }, "path": { "type": "string", "description": "Path is the path relative to the mount point of the file to project the token into." } } }, "v1.PortworxVolumeSource": { "id": "v1.PortworxVolumeSource", "description": "PortworxVolumeSource represents a Portworx volume resource.", "required": [ "volumeID" ], "properties": { "volumeID": { "type": "string", "description": "VolumeID uniquely identifies a Portworx volume" }, "fsType": { "type": "string", "description": "FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified." }, "readOnly": { "type": "boolean", "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." } } }, "v1.ScaleIOVolumeSource": { "id": "v1.ScaleIOVolumeSource", "description": "ScaleIOVolumeSource represents a persistent ScaleIO volume", "required": [ "gateway", "system", "secretRef" ], "properties": { "gateway": { "type": "string", "description": "The host address of the ScaleIO API Gateway." }, "system": { "type": "string", "description": "The name of the storage system as configured in ScaleIO." }, "secretRef": { "$ref": "v1.LocalObjectReference", "description": "SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail." }, "sslEnabled": { "type": "boolean", "description": "Flag to enable/disable SSL communication with Gateway, default false" }, "protectionDomain": { "type": "string", "description": "The name of the ScaleIO Protection Domain for the configured storage." }, "storagePool": { "type": "string", "description": "The ScaleIO Storage Pool associated with the protection domain." }, "storageMode": { "type": "string", "description": "Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned." }, "volumeName": { "type": "string", "description": "The name of a volume already created in the ScaleIO system that is associated with this volume source." }, "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." }, "readOnly": { "type": "boolean", "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." } } }, "v1.StorageOSVolumeSource": { "id": "v1.StorageOSVolumeSource", "description": "Represents a StorageOS persistent volume resource.", "properties": { "volumeName": { "type": "string", "description": "VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace." }, "volumeNamespace": { "type": "string", "description": "VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to \"default\" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created." }, "fsType": { "type": "string", "description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified." }, "readOnly": { "type": "boolean", "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." }, "secretRef": { "$ref": "v1.LocalObjectReference", "description": "SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted." } } }, "v1.Container": { "id": "v1.Container", "description": "A single application container that you want to run within a pod.", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated." }, "image": { "type": "string", "description": "Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets." }, "command": { "type": "array", "items": { "type": "string" }, "description": "Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell" }, "args": { "type": "array", "items": { "type": "string" }, "description": "Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell" }, "workingDir": { "type": "string", "description": "Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated." }, "ports": { "type": "array", "items": { "$ref": "v1.ContainerPort" }, "description": "List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated." }, "envFrom": { "type": "array", "items": { "$ref": "v1.EnvFromSource" }, "description": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated." }, "env": { "type": "array", "items": { "$ref": "v1.EnvVar" }, "description": "List of environment variables to set in the container. Cannot be updated." }, "resources": { "$ref": "v1.ResourceRequirements", "description": "Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources" }, "volumeMounts": { "type": "array", "items": { "$ref": "v1.VolumeMount" }, "description": "Pod volumes to mount into the container's filesystem. Cannot be updated." }, "volumeDevices": { "type": "array", "items": { "$ref": "v1.VolumeDevice" }, "description": "volumeDevices is the list of block devices to be used by the container. This is an alpha feature and may change in the future." }, "livenessProbe": { "$ref": "v1.Probe", "description": "Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "readinessProbe": { "$ref": "v1.Probe", "description": "Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "lifecycle": { "$ref": "v1.Lifecycle", "description": "Actions that the management system should take in response to container lifecycle events. Cannot be updated." }, "terminationMessagePath": { "type": "string", "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated." }, "terminationMessagePolicy": { "type": "string", "description": "Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated." }, "imagePullPolicy": { "type": "string", "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images" }, "securityContext": { "$ref": "v1.SecurityContext", "description": "Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/" }, "stdin": { "type": "boolean", "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false." }, "stdinOnce": { "type": "boolean", "description": "Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false" }, "tty": { "type": "boolean", "description": "Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false." } } }, "v1.ContainerPort": { "id": "v1.ContainerPort", "description": "ContainerPort represents a network port in a single container.", "required": [ "containerPort" ], "properties": { "name": { "type": "string", "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services." }, "hostPort": { "type": "integer", "format": "int32", "description": "Number of port to expose on the host. If specified, this must be a valid port number, 0 \u003c x \u003c 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this." }, "containerPort": { "type": "integer", "format": "int32", "description": "Number of port to expose on the pod's IP address. This must be a valid port number, 0 \u003c x \u003c 65536." }, "protocol": { "type": "string", "description": "Protocol for port. Must be UDP or TCP. Defaults to \"TCP\"." }, "hostIP": { "type": "string", "description": "What host IP to bind the external port to." } } }, "v1.EnvFromSource": { "id": "v1.EnvFromSource", "description": "EnvFromSource represents the source of a set of ConfigMaps", "properties": { "prefix": { "type": "string", "description": "An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER." }, "configMapRef": { "$ref": "v1.ConfigMapEnvSource", "description": "The ConfigMap to select from" }, "secretRef": { "$ref": "v1.SecretEnvSource", "description": "The Secret to select from" } } }, "v1.ConfigMapEnvSource": { "id": "v1.ConfigMapEnvSource", "description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "type": "string", "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names" }, "optional": { "type": "boolean", "description": "Specify whether the ConfigMap must be defined" } } }, "v1.SecretEnvSource": { "id": "v1.SecretEnvSource", "description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.", "properties": { "name": { "type": "string", "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names" }, "optional": { "type": "boolean", "description": "Specify whether the Secret must be defined" } } }, "v1.VolumeMount": { "id": "v1.VolumeMount", "description": "VolumeMount describes a mounting of a Volume within a container.", "required": [ "name", "mountPath" ], "properties": { "name": { "type": "string", "description": "This must match the Name of a Volume." }, "readOnly": { "type": "boolean", "description": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false." }, "mountPath": { "type": "string", "description": "Path within the container at which the volume should be mounted. Must not contain ':'." }, "subPath": { "type": "string", "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)." }, "mountPropagation": { "$ref": "v1.MountPropagationMode", "description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10." } } }, "v1.MountPropagationMode": { "id": "v1.MountPropagationMode", "properties": {} }, "v1.VolumeDevice": { "id": "v1.VolumeDevice", "description": "volumeDevice describes a mapping of a raw block device within a container.", "required": [ "name", "devicePath" ], "properties": { "name": { "type": "string", "description": "name must match the name of a persistentVolumeClaim in the pod" }, "devicePath": { "type": "string", "description": "devicePath is the path inside of the container that the device will be mapped to." } } }, "v1.Probe": { "id": "v1.Probe", "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "$ref": "v1.ExecAction", "description": "One and only one of the following should be specified. Exec specifies the action to take." }, "httpGet": { "$ref": "v1.HTTPGetAction", "description": "HTTPGet specifies the http request to perform." }, "tcpSocket": { "$ref": "v1.TCPSocketAction", "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported" }, "initialDelaySeconds": { "type": "integer", "format": "int32", "description": "Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "timeoutSeconds": { "type": "integer", "format": "int32", "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes" }, "periodSeconds": { "type": "integer", "format": "int32", "description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1." }, "successThreshold": { "type": "integer", "format": "int32", "description": "Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1." }, "failureThreshold": { "type": "integer", "format": "int32", "description": "Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1." } } }, "v1.ExecAction": { "id": "v1.ExecAction", "description": "ExecAction describes a \"run in container\" action.", "properties": { "command": { "type": "array", "items": { "type": "string" }, "description": "Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy." } } }, "v1.HTTPGetAction": { "id": "v1.HTTPGetAction", "description": "HTTPGetAction describes an action based on HTTP Get requests.", "required": [ "port" ], "properties": { "path": { "type": "string", "description": "Path to access on the HTTP server." }, "port": { "type": "string", "description": "Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." }, "host": { "type": "string", "description": "Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead." }, "scheme": { "type": "string", "description": "Scheme to use for connecting to the host. Defaults to HTTP." }, "httpHeaders": { "type": "array", "items": { "$ref": "v1.HTTPHeader" }, "description": "Custom headers to set in the request. HTTP allows repeated headers." } } }, "v1.HTTPHeader": { "id": "v1.HTTPHeader", "description": "HTTPHeader describes a custom header to be used in HTTP probes", "required": [ "name", "value" ], "properties": { "name": { "type": "string", "description": "The header field name" }, "value": { "type": "string", "description": "The header field value" } } }, "v1.TCPSocketAction": { "id": "v1.TCPSocketAction", "description": "TCPSocketAction describes an action based on opening a socket", "required": [ "port" ], "properties": { "port": { "type": "string", "description": "Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME." }, "host": { "type": "string", "description": "Optional: Host name to connect to, defaults to the pod IP." } } }, "v1.Lifecycle": { "id": "v1.Lifecycle", "description": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "properties": { "postStart": { "$ref": "v1.Handler", "description": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks" }, "preStop": { "$ref": "v1.Handler", "description": "PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks" } } }, "v1.Handler": { "id": "v1.Handler", "description": "Handler defines a specific action that should be taken", "properties": { "exec": { "$ref": "v1.ExecAction", "description": "One and only one of the following should be specified. Exec specifies the action to take." }, "httpGet": { "$ref": "v1.HTTPGetAction", "description": "HTTPGet specifies the http request to perform." }, "tcpSocket": { "$ref": "v1.TCPSocketAction", "description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported" } } }, "v1.SecurityContext": { "id": "v1.SecurityContext", "description": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", "properties": { "capabilities": { "$ref": "v1.Capabilities", "description": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime." }, "privileged": { "type": "boolean", "description": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false." }, "seLinuxOptions": { "$ref": "v1.SELinuxOptions", "description": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence." }, "runAsUser": { "type": "integer", "format": "int64", "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence." }, "runAsGroup": { "type": "integer", "format": "int64", "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence." }, "runAsNonRoot": { "type": "boolean", "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence." }, "readOnlyRootFilesystem": { "type": "boolean", "description": "Whether this container has a read-only root filesystem. Default is false." }, "allowPrivilegeEscalation": { "type": "boolean", "description": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN" } } }, "v1.Capabilities": { "id": "v1.Capabilities", "description": "Adds and removes POSIX capabilities from running containers.", "properties": { "add": { "type": "array", "items": { "$ref": "v1.Capability" }, "description": "Added capabilities" }, "drop": { "type": "array", "items": { "$ref": "v1.Capability" }, "description": "Removed capabilities" } } }, "v1.Capability": { "id": "v1.Capability", "properties": {} }, "v1.SELinuxOptions": { "id": "v1.SELinuxOptions", "description": "SELinuxOptions are the labels to be applied to the container", "properties": { "user": { "type": "string", "description": "User is a SELinux user label that applies to the container." }, "role": { "type": "string", "description": "Role is a SELinux role label that applies to the container." }, "type": { "type": "string", "description": "Type is a SELinux type label that applies to the container." }, "level": { "type": "string", "description": "Level is SELinux level label that applies to the container." } } }, "v1.PodSecurityContext": { "id": "v1.PodSecurityContext", "description": "PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.", "properties": { "seLinuxOptions": { "$ref": "v1.SELinuxOptions", "description": "The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container." }, "runAsUser": { "type": "integer", "format": "int64", "description": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container." }, "runAsGroup": { "type": "integer", "format": "int64", "description": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container." }, "runAsNonRoot": { "type": "boolean", "description": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence." }, "supplementalGroups": { "type": "array", "items": { "type": "integer" }, "description": "A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container." }, "fsGroup": { "type": "integer", "format": "int64", "description": "A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:\n\n1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw " }, "sysctls": { "type": "array", "items": { "$ref": "v1.Sysctl" }, "description": "Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch." } } }, "v1.Sysctl": { "id": "v1.Sysctl", "description": "Sysctl defines a kernel parameter to be set", "required": [ "name", "value" ], "properties": { "name": { "type": "string", "description": "Name of a property to set" }, "value": { "type": "string", "description": "Value of a property to set" } } }, "v1.Affinity": { "id": "v1.Affinity", "description": "Affinity is a group of affinity scheduling rules.", "properties": { "nodeAffinity": { "$ref": "v1.NodeAffinity", "description": "Describes node affinity scheduling rules for the pod." }, "podAffinity": { "$ref": "v1.PodAffinity", "description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))." }, "podAntiAffinity": { "$ref": "v1.PodAntiAffinity", "description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))." } } }, "v1.NodeAffinity": { "id": "v1.NodeAffinity", "description": "Node affinity is a group of node affinity scheduling rules.", "properties": { "requiredDuringSchedulingIgnoredDuringExecution": { "$ref": "v1.NodeSelector", "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node." }, "preferredDuringSchedulingIgnoredDuringExecution": { "type": "array", "items": { "$ref": "v1.PreferredSchedulingTerm" }, "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred." } } }, "v1.NodeSelector": { "id": "v1.NodeSelector", "description": "A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.", "required": [ "nodeSelectorTerms" ], "properties": { "nodeSelectorTerms": { "type": "array", "items": { "$ref": "v1.NodeSelectorTerm" }, "description": "Required. A list of node selector terms. The terms are ORed." } } }, "v1.NodeSelectorTerm": { "id": "v1.NodeSelectorTerm", "description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.", "properties": { "matchExpressions": { "type": "array", "items": { "$ref": "v1.NodeSelectorRequirement" }, "description": "A list of node selector requirements by node's labels." }, "matchFields": { "type": "array", "items": { "$ref": "v1.NodeSelectorRequirement" }, "description": "A list of node selector requirements by node's fields." } } }, "v1.NodeSelectorRequirement": { "id": "v1.NodeSelectorRequirement", "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "required": [ "key", "operator" ], "properties": { "key": { "type": "string", "description": "The label key that the selector applies to." }, "operator": { "type": "string", "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt." }, "values": { "type": "array", "items": { "type": "string" }, "description": "An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch." } } }, "v1.PreferredSchedulingTerm": { "id": "v1.PreferredSchedulingTerm", "description": "An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).", "required": [ "weight", "preference" ], "properties": { "weight": { "type": "integer", "format": "int32", "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100." }, "preference": { "$ref": "v1.NodeSelectorTerm", "description": "A node selector term, associated with the corresponding weight." } } }, "v1.PodAffinity": { "id": "v1.PodAffinity", "description": "Pod affinity is a group of inter pod affinity scheduling rules.", "properties": { "requiredDuringSchedulingIgnoredDuringExecution": { "type": "array", "items": { "$ref": "v1.PodAffinityTerm" }, "description": "If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied." }, "preferredDuringSchedulingIgnoredDuringExecution": { "type": "array", "items": { "$ref": "v1.WeightedPodAffinityTerm" }, "description": "The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred." } } }, "v1.PodAffinityTerm": { "id": "v1.PodAffinityTerm", "description": "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key \u003ctopologyKey\u003e matches that of any node on which a pod of the set of pods is running", "required": [ "topologyKey" ], "properties": { "labelSelector": { "$ref": "v1.LabelSelector", "description": "A label query over a set of resources, in this case pods." }, "namespaces": { "type": "array", "items": { "type": "string" }, "description": "namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means \"this pod's namespace\"" }, "topologyKey": { "type": "string", "description": "This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed." } } }, "v1.WeightedPodAffinityTerm": { "id": "v1.WeightedPodAffinityTerm", "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", "required": [ "weight", "podAffinityTerm" ], "properties": { "weight": { "type": "integer", "format": "int32", "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100." }, "podAffinityTerm": { "$ref": "v1.PodAffinityTerm", "description": "Required. A pod affinity term, associated with the corresponding weight." } } }, "v1.PodAntiAffinity": { "id": "v1.PodAntiAffinity", "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.", "properties": { "requiredDuringSchedulingIgnoredDuringExecution": { "type": "array", "items": { "$ref": "v1.PodAffinityTerm" }, "description": "If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied." }, "preferredDuringSchedulingIgnoredDuringExecution": { "type": "array", "items": { "$ref": "v1.WeightedPodAffinityTerm" }, "description": "The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred." } } }, "v1.Toleration": { "id": "v1.Toleration", "description": "The pod this Toleration is attached to tolerates any taint that matches the triple \u003ckey,value,effect\u003e using the matching operator \u003coperator\u003e.", "properties": { "key": { "type": "string", "description": "Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys." }, "operator": { "type": "string", "description": "Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category." }, "value": { "type": "string", "description": "Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string." }, "effect": { "type": "string", "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute." }, "tolerationSeconds": { "type": "integer", "format": "int64", "description": "TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system." } } }, "v1.HostAlias": { "id": "v1.HostAlias", "description": "HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.", "properties": { "ip": { "type": "string", "description": "IP address of the host file entry." }, "hostnames": { "type": "array", "items": { "type": "string" }, "description": "Hostnames for the above IP address." } } }, "v1.PodDNSConfig": { "id": "v1.PodDNSConfig", "description": "PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.", "properties": { "nameservers": { "type": "array", "items": { "type": "string" }, "description": "A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed." }, "searches": { "type": "array", "items": { "type": "string" }, "description": "A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed." }, "options": { "type": "array", "items": { "$ref": "v1.PodDNSConfigOption" }, "description": "A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy." } } }, "v1.PodDNSConfigOption": { "id": "v1.PodDNSConfigOption", "description": "PodDNSConfigOption defines DNS resolver options of a pod.", "properties": { "name": { "type": "string", "description": "Required." }, "value": { "type": "string" } } }, "v1.PodReadinessGate": { "id": "v1.PodReadinessGate", "description": "PodReadinessGate contains the reference to a pod condition", "required": [ "conditionType" ], "properties": { "conditionType": { "type": "string", "description": "ConditionType refers to a condition in the pod's condition list with matching type." } } }, "v1.DeploymentConfigStatus": { "id": "v1.DeploymentConfigStatus", "description": "DeploymentConfigStatus represents the current deployment state.", "required": [ "latestVersion", "observedGeneration", "replicas", "updatedReplicas", "availableReplicas", "unavailableReplicas" ], "properties": { "latestVersion": { "type": "integer", "format": "int64", "description": "LatestVersion is used to determine whether the current deployment associated with a deployment config is out of sync." }, "observedGeneration": { "type": "integer", "format": "int64", "description": "ObservedGeneration is the most recent generation observed by the deployment config controller." }, "replicas": { "type": "integer", "format": "int32", "description": "Replicas is the total number of pods targeted by this deployment config." }, "updatedReplicas": { "type": "integer", "format": "int32", "description": "UpdatedReplicas is the total number of non-terminated pods targeted by this deployment config that have the desired template spec." }, "availableReplicas": { "type": "integer", "format": "int32", "description": "AvailableReplicas is the total number of available pods targeted by this deployment config." }, "unavailableReplicas": { "type": "integer", "format": "int32", "description": "UnavailableReplicas is the total number of unavailable pods targeted by this deployment config." }, "details": { "$ref": "v1.DeploymentDetails", "description": "Details are the reasons for the update to this deployment config. This could be based on a change made by the user or caused by an automatic trigger" }, "conditions": { "type": "array", "items": { "$ref": "v1.DeploymentCondition" }, "description": "Conditions represents the latest available observations of a deployment config's current state." }, "readyReplicas": { "type": "integer", "format": "int32", "description": "Total number of ready pods targeted by this deployment." } } }, "v1.DeploymentDetails": { "id": "v1.DeploymentDetails", "description": "DeploymentDetails captures information about the causes of a deployment.", "required": [ "causes" ], "properties": { "message": { "type": "string", "description": "Message is the user specified change message, if this deployment was triggered manually by the user" }, "causes": { "type": "array", "items": { "$ref": "v1.DeploymentCause" }, "description": "Causes are extended data associated with all the causes for creating a new deployment" } } }, "v1.DeploymentCause": { "id": "v1.DeploymentCause", "description": "DeploymentCause captures information about a particular cause of a deployment.", "required": [ "type" ], "properties": { "type": { "type": "string", "description": "Type of the trigger that resulted in the creation of a new deployment" }, "imageTrigger": { "$ref": "v1.DeploymentCauseImageTrigger", "description": "ImageTrigger contains the image trigger details, if this trigger was fired based on an image change" } } }, "v1.DeploymentCauseImageTrigger": { "id": "v1.DeploymentCauseImageTrigger", "description": "DeploymentCauseImageTrigger represents details about the cause of a deployment originating from an image change trigger", "required": [ "from" ], "properties": { "from": { "$ref": "v1.ObjectReference", "description": "From is a reference to the changed object which triggered a deployment. The field may have the kinds DockerImage, ImageStreamTag, or ImageStreamImage." } } }, "v1.DeploymentCondition": { "id": "v1.DeploymentCondition", "description": "DeploymentCondition describes the state of a deployment config at a certain point.", "required": [ "type", "status" ], "properties": { "type": { "type": "string", "description": "Type of deployment condition." }, "status": { "type": "string", "description": "Status of the condition, one of True, False, Unknown." }, "lastUpdateTime": { "type": "string", "description": "The last time this condition was updated." }, "lastTransitionTime": { "type": "string", "description": "The last time the condition transitioned from one status to another." }, "reason": { "type": "string", "description": "The reason for the condition's last transition." }, "message": { "type": "string", "description": "A human readable message indicating details about the transition." } } }, "v1.DeploymentRequest": { "id": "v1.DeploymentRequest", "description": "DeploymentRequest is a request to a deployment config for a new deployment.", "required": [ "name", "latest", "force" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "name": { "type": "string", "description": "Name of the deployment config for requesting a new deployment." }, "latest": { "type": "boolean", "description": "Latest will update the deployment config with the latest state from all triggers." }, "force": { "type": "boolean", "description": "Force will try to force a new deployment to run. If the deployment config is paused, then setting this to true will return an Invalid error." }, "excludeTriggers": { "type": "array", "items": { "$ref": "v1.DeploymentTriggerType" }, "description": "ExcludeTriggers instructs the instantiator to avoid processing the specified triggers. This field overrides the triggers from latest and allows clients to control specific logic. This field is ignored if not specified." } } }, "v1.DeploymentTriggerType": { "id": "v1.DeploymentTriggerType", "properties": {} }, "v1.DeploymentLog": { "id": "v1.DeploymentLog", "description": "DeploymentLog represents the logs for a deployment", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" } } }, "v1.DeploymentConfigRollback": { "id": "v1.DeploymentConfigRollback", "description": "DeploymentConfigRollback provides the input to rollback generation.", "required": [ "name", "spec" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "name": { "type": "string", "description": "Name of the deployment config that will be rolled back." }, "updatedAnnotations": { "type": "object", "description": "UpdatedAnnotations is a set of new annotations that will be added in the deployment config." }, "spec": { "$ref": "v1.DeploymentConfigRollbackSpec", "description": "Spec defines the options to rollback generation." } } }, "v1.DeploymentConfigRollbackSpec": { "id": "v1.DeploymentConfigRollbackSpec", "description": "DeploymentConfigRollbackSpec represents the options for rollback generation.", "required": [ "from", "includeTriggers", "includeTemplate", "includeReplicationMeta", "includeStrategy" ], "properties": { "from": { "$ref": "v1.ObjectReference", "description": "From points to a ReplicationController which is a deployment." }, "revision": { "type": "integer", "format": "int64", "description": "Revision to rollback to. If set to 0, rollback to the last revision." }, "includeTriggers": { "type": "boolean", "description": "IncludeTriggers specifies whether to include config Triggers." }, "includeTemplate": { "type": "boolean", "description": "IncludeTemplate specifies whether to include the PodTemplateSpec." }, "includeReplicationMeta": { "type": "boolean", "description": "IncludeReplicationMeta specifies whether to include the replica count and selector." }, "includeStrategy": { "type": "boolean", "description": "IncludeStrategy specifies whether to include the deployment Strategy." } } }, "v1beta1.Scale": { "id": "v1beta1.Scale", "description": "represents a scaling request for a resource.", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata." }, "spec": { "$ref": "v1beta1.ScaleSpec", "description": "defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status." }, "status": { "$ref": "v1beta1.ScaleStatus", "description": "current status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only." } } }, "v1beta1.ScaleSpec": { "id": "v1beta1.ScaleSpec", "description": "describes the attributes of a scale subresource", "properties": { "replicas": { "type": "integer", "format": "int32", "description": "desired number of instances for the scaled object." } } }, "v1beta1.ScaleStatus": { "id": "v1beta1.ScaleStatus", "description": "represents the current status of a scale subresource.", "required": [ "replicas" ], "properties": { "replicas": { "type": "integer", "format": "int32", "description": "actual number of observed instances of the scaled object." }, "selector": { "type": "object", "description": "label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors" }, "targetSelector": { "type": "string", "description": "label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors" } } }, "v1.EgressNetworkPolicyList": { "id": "v1.EgressNetworkPolicyList", "description": "EgressNetworkPolicyList is a collection of EgressNetworkPolicy", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "metadata for EgressNetworkPolicyList" }, "items": { "type": "array", "items": { "$ref": "v1.EgressNetworkPolicy" }, "description": "items is the list of policies" } } }, "v1.EgressNetworkPolicy": { "id": "v1.EgressNetworkPolicy", "description": "EgressNetworkPolicy describes the current egress network policy for a Namespace. When using the 'redhat/openshift-ovs-multitenant' network plugin, traffic from a pod to an IP address outside the cluster will be checked against each EgressNetworkPolicyRule in the pod's namespace's EgressNetworkPolicy, in order. If no rule matches (or no EgressNetworkPolicy is present) then the traffic will be allowed by default.", "required": [ "spec" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "metadata for EgressNetworkPolicy" }, "spec": { "$ref": "v1.EgressNetworkPolicySpec", "description": "spec is the specification of the current egress network policy" } } }, "v1.EgressNetworkPolicySpec": { "id": "v1.EgressNetworkPolicySpec", "description": "EgressNetworkPolicySpec provides a list of policies on outgoing network traffic", "required": [ "egress" ], "properties": { "egress": { "type": "array", "items": { "$ref": "v1.EgressNetworkPolicyRule" }, "description": "egress contains the list of egress policy rules" } } }, "v1.EgressNetworkPolicyRule": { "id": "v1.EgressNetworkPolicyRule", "description": "EgressNetworkPolicyRule contains a single egress network policy rule", "required": [ "type", "to" ], "properties": { "type": { "type": "string", "description": "type marks this as an \"Allow\" or \"Deny\" rule" }, "to": { "$ref": "v1.EgressNetworkPolicyPeer", "description": "to is the target that traffic is allowed/denied to" } } }, "v1.EgressNetworkPolicyPeer": { "id": "v1.EgressNetworkPolicyPeer", "description": "EgressNetworkPolicyPeer specifies a target to apply egress network policy to", "properties": { "cidrSelector": { "type": "string", "description": "cidrSelector is the CIDR range to allow/deny traffic to. If this is set, dnsName must be unset" }, "dnsName": { "type": "string", "description": "dnsName is the domain name to allow/deny traffic to. If this is set, cidrSelector must be unset" } } }, "v1.GroupList": { "id": "v1.GroupList", "description": "GroupList is a collection of Groups", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.Group" }, "description": "Items is the list of groups" } } }, "v1.Group": { "id": "v1.Group", "description": "Group represents a referenceable set of Users", "required": [ "users" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "users": { "type": "array", "items": { "type": "string" }, "description": "Users is the list of users in this group." } } }, "v1.HostSubnetList": { "id": "v1.HostSubnetList", "description": "HostSubnetList is a collection of HostSubnets", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.HostSubnet" }, "description": "Items is the list of host subnets" } } }, "v1.HostSubnet": { "id": "v1.HostSubnet", "description": "HostSubnet describes the container subnet network on a node. The HostSubnet object must have the same name as the Node object it corresponds to.", "required": [ "host", "hostIP", "subnet" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "host": { "type": "string", "description": "Host is the name of the node. (This is the same as the object's name, but both fields must be set.)" }, "hostIP": { "type": "string", "description": "HostIP is the IP address to be used as a VTEP by other nodes in the overlay network" }, "subnet": { "type": "string", "description": "Subnet is the CIDR range of the overlay network assigned to the node for its pods" }, "egressIPs": { "type": "array", "items": { "type": "string" }, "description": "EgressIPs is the list of automatic egress IP addresses currently hosted by this node. If EgressCIDRs is empty, this can be set by hand; if EgressCIDRs is set then the master will overwrite the value here with its own allocation of egress IPs." }, "egressCIDRs": { "type": "array", "items": { "type": "string" }, "description": "EgressCIDRs is the list of CIDR ranges available for automatically assigning egress IPs to this node from. If this field is set then EgressIPs should be treated as read-only." } } }, "v1.IdentityList": { "id": "v1.IdentityList", "description": "IdentityList is a collection of Identities", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.Identity" }, "description": "Items is the list of identities" } } }, "v1.Identity": { "id": "v1.Identity", "description": "Identity records a successful authentication of a user with an identity provider. The information about the source of authentication is stored on the identity, and the identity is then associated with a single user object. Multiple identities can reference a single user. Information retrieved from the authentication provider is stored in the extra field using a schema determined by the provider.", "required": [ "providerName", "providerUserName", "user" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "providerName": { "type": "string", "description": "ProviderName is the source of identity information" }, "providerUserName": { "type": "string", "description": "ProviderUserName uniquely represents this identity in the scope of the provider" }, "user": { "$ref": "v1.ObjectReference", "description": "User is a reference to the user this identity is associated with Both Name and UID must be set" }, "extra": { "type": "object", "description": "Extra holds extra information about this identity" } } }, "v1.ImageList": { "id": "v1.ImageList", "description": "ImageList is a list of Image objects.", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.Image" }, "description": "Items is a list of images" } } }, "v1.Image": { "id": "v1.Image", "description": "Image is an immutable representation of a Docker image and metadata at a point in time.", "required": [ "dockerImageLayers" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "dockerImageReference": { "type": "string", "description": "DockerImageReference is the string that can be used to pull this image." }, "dockerImageMetadata": { "type": "string", "description": "DockerImageMetadata contains metadata about this image" }, "dockerImageMetadataVersion": { "type": "string", "description": "DockerImageMetadataVersion conveys the version of the object, which if empty defaults to \"1.0\"" }, "dockerImageManifest": { "type": "string", "description": "DockerImageManifest is the raw JSON of the manifest" }, "dockerImageLayers": { "type": "array", "items": { "$ref": "v1.ImageLayer" }, "description": "DockerImageLayers represents the layers in the image. May not be set if the image does not define that data." }, "signatures": { "type": "array", "items": { "$ref": "v1.ImageSignature" }, "description": "Signatures holds all signatures of the image." }, "dockerImageSignatures": { "type": "array", "items": { "$ref": "v1.Image.dockerImageSignatures" }, "description": "DockerImageSignatures provides the signatures as opaque blobs. This is a part of manifest schema v1." }, "dockerImageManifestMediaType": { "type": "string", "description": "DockerImageManifestMediaType specifies the mediaType of manifest. This is a part of manifest schema v2." }, "dockerImageConfig": { "type": "string", "description": "DockerImageConfig is a JSON blob that the runtime uses to set up the container. This is a part of manifest schema v2." } } }, "v1.ImageLayer": { "id": "v1.ImageLayer", "description": "ImageLayer represents a single layer of the image. Some images may have multiple layers. Some may have none.", "required": [ "name", "size", "mediaType" ], "properties": { "name": { "type": "string", "description": "Name of the layer as defined by the underlying store." }, "size": { "type": "integer", "format": "int64", "description": "Size of the layer in bytes as defined by the underlying store." }, "mediaType": { "type": "string", "description": "MediaType of the referenced object." } } }, "v1.ImageSignature": { "id": "v1.ImageSignature", "description": "ImageSignature holds a signature of an image. It allows to verify image identity and possibly other claims as long as the signature is trusted. Based on this information it is possible to restrict runnable images to those matching cluster-wide policy. Mandatory fields should be parsed by clients doing image verification. The others are parsed from signature's content by the server. They serve just an informative purpose.", "required": [ "type", "content" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "type": { "type": "string", "description": "Required: Describes a type of stored blob." }, "content": { "type": "string", "description": "Required: An opaque binary string which is an image's signature." }, "conditions": { "type": "array", "items": { "$ref": "v1.SignatureCondition" }, "description": "Conditions represent the latest available observations of a signature's current state." }, "imageIdentity": { "type": "string", "description": "A human readable string representing image's identity. It could be a product name and version, or an image pull spec (e.g. \"registry.access.redhat.com/rhel7/rhel:7.2\")." }, "signedClaims": { "type": "object", "description": "Contains claims from the signature." }, "created": { "type": "string", "description": "If specified, it is the time of signature's creation." }, "issuedBy": { "$ref": "v1.SignatureIssuer", "description": "If specified, it holds information about an issuer of signing certificate or key (a person or entity who signed the signing certificate or key)." }, "issuedTo": { "$ref": "v1.SignatureSubject", "description": "If specified, it holds information about a subject of signing certificate or key (a person or entity who signed the image)." } } }, "v1.SignatureCondition": { "id": "v1.SignatureCondition", "description": "SignatureCondition describes an image signature condition of particular kind at particular probe time.", "required": [ "type", "status" ], "properties": { "type": { "type": "string", "description": "Type of signature condition, Complete or Failed." }, "status": { "type": "string", "description": "Status of the condition, one of True, False, Unknown." }, "lastProbeTime": { "type": "string", "description": "Last time the condition was checked." }, "lastTransitionTime": { "type": "string", "description": "Last time the condition transit from one status to another." }, "reason": { "type": "string", "description": "(brief) reason for the condition's last transition." }, "message": { "type": "string", "description": "Human readable message indicating details about last transition." } } }, "v1.SignatureIssuer": { "id": "v1.SignatureIssuer", "description": "SignatureIssuer holds information about an issuer of signing certificate or key.", "properties": { "organization": { "type": "string", "description": "Organization name." }, "commonName": { "type": "string", "description": "Common name (e.g. openshift-signing-service)." } } }, "v1.SignatureSubject": { "id": "v1.SignatureSubject", "description": "SignatureSubject holds information about a person or entity who created the signature.", "required": [ "publicKeyID" ], "properties": { "organization": { "type": "string", "description": "Organization name." }, "commonName": { "type": "string", "description": "Common name (e.g. openshift-signing-service)." }, "publicKeyID": { "type": "string", "description": "If present, it is a human readable key id of public key belonging to the subject used to verify image signature. It should contain at least 64 lowest bits of public key's fingerprint (e.g. 0x685ebe62bf278440)." } } }, "v1.ImageStreamImage": { "id": "v1.ImageStreamImage", "description": "ImageStreamImage represents an Image that is retrieved by image name from an ImageStream.", "required": [ "image" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "image": { "$ref": "v1.Image", "description": "Image associated with the ImageStream and image name." } } }, "v1.ImageStreamImport": { "id": "v1.ImageStreamImport", "description": "The image stream import resource provides an easy way for a user to find and import Docker images from other Docker registries into the server. Individual images or an entire image repository may be imported, and users may choose to see the results of the import prior to tagging the resulting images into the specified image stream.\n\nThis API is intended for end-user tools that need to see the metadata of the image prior to import (for instance, to generate an application from it). Clients that know the desired image can continue to create spec.tags directly into their image streams.", "required": [ "spec", "status" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "spec": { "$ref": "v1.ImageStreamImportSpec", "description": "Spec is a description of the images that the user wishes to import" }, "status": { "$ref": "v1.ImageStreamImportStatus", "description": "Status is the the result of importing the image" } } }, "v1.ImageStreamImportSpec": { "id": "v1.ImageStreamImportSpec", "description": "ImageStreamImportSpec defines what images should be imported.", "required": [ "import" ], "properties": { "import": { "type": "boolean", "description": "Import indicates whether to perform an import - if so, the specified tags are set on the spec and status of the image stream defined by the type meta." }, "repository": { "$ref": "v1.RepositoryImportSpec", "description": "Repository is an optional import of an entire Docker image repository. A maximum limit on the number of tags imported this way is imposed by the server." }, "images": { "type": "array", "items": { "$ref": "v1.ImageImportSpec" }, "description": "Images are a list of individual images to import." } } }, "v1.RepositoryImportSpec": { "id": "v1.RepositoryImportSpec", "description": "RepositoryImportSpec describes a request to import images from a Docker image repository.", "required": [ "from" ], "properties": { "from": { "$ref": "v1.ObjectReference", "description": "From is the source for the image repository to import; only kind DockerImage and a name of a Docker image repository is allowed" }, "importPolicy": { "$ref": "v1.TagImportPolicy", "description": "ImportPolicy is the policy controlling how the image is imported" }, "referencePolicy": { "$ref": "v1.TagReferencePolicy", "description": "ReferencePolicy defines how other components should consume the image" }, "includeManifest": { "type": "boolean", "description": "IncludeManifest determines if the manifest for each image is returned in the response" } } }, "v1.TagImportPolicy": { "id": "v1.TagImportPolicy", "description": "TagImportPolicy controls how images related to this tag will be imported.", "properties": { "insecure": { "type": "boolean", "description": "Insecure is true if the server may bypass certificate verification or connect directly over HTTP during image import." }, "scheduled": { "type": "boolean", "description": "Scheduled indicates to the server that this tag should be periodically checked to ensure it is up to date, and imported" } } }, "v1.TagReferencePolicy": { "id": "v1.TagReferencePolicy", "description": "TagReferencePolicy describes how pull-specs for images in this image stream tag are generated when image change triggers in deployment configs or builds are resolved. This allows the image stream author to control how images are accessed.", "required": [ "type" ], "properties": { "type": { "type": "string", "description": "Type determines how the image pull spec should be transformed when the image stream tag is used in deployment config triggers or new builds. The default value is `Source`, indicating the original location of the image should be used (if imported). The user may also specify `Local`, indicating that the pull spec should point to the integrated Docker registry and leverage the registry's ability to proxy the pull to an upstream registry. `Local` allows the credentials used to pull this image to be managed from the image stream's namespace, so others on the platform can access a remote image but have no access to the remote secret. It also allows the image layers to be mirrored into the local registry which the images can still be pulled even if the upstream registry is unavailable." } } }, "v1.ImageImportSpec": { "id": "v1.ImageImportSpec", "description": "ImageImportSpec describes a request to import a specific image.", "required": [ "from" ], "properties": { "from": { "$ref": "v1.ObjectReference", "description": "From is the source of an image to import; only kind DockerImage is allowed" }, "to": { "$ref": "v1.LocalObjectReference", "description": "To is a tag in the current image stream to assign the imported image to, if name is not specified the default tag from from.name will be used" }, "importPolicy": { "$ref": "v1.TagImportPolicy", "description": "ImportPolicy is the policy controlling how the image is imported" }, "referencePolicy": { "$ref": "v1.TagReferencePolicy", "description": "ReferencePolicy defines how other components should consume the image" }, "includeManifest": { "type": "boolean", "description": "IncludeManifest determines if the manifest for each image is returned in the response" } } }, "v1.ImageStreamImportStatus": { "id": "v1.ImageStreamImportStatus", "description": "ImageStreamImportStatus contains information about the status of an image stream import.", "properties": { "import": { "$ref": "v1.ImageStream", "description": "Import is the image stream that was successfully updated or created when 'to' was set." }, "repository": { "$ref": "v1.RepositoryImportStatus", "description": "Repository is set if spec.repository was set to the outcome of the import" }, "images": { "type": "array", "items": { "$ref": "v1.ImageImportStatus" }, "description": "Images is set with the result of importing spec.images" } } }, "v1.ImageStream": { "id": "v1.ImageStream", "description": "ImageStream stores a mapping of tags to images, metadata overrides that are applied when images are tagged in a stream, and an optional reference to a Docker image repository on a registry.", "required": [ "spec" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "spec": { "$ref": "v1.ImageStreamSpec", "description": "Spec describes the desired state of this stream" }, "status": { "$ref": "v1.ImageStreamStatus", "description": "Status describes the current state of this stream" } } }, "v1.ImageStreamSpec": { "id": "v1.ImageStreamSpec", "description": "ImageStreamSpec represents options for ImageStreams.", "properties": { "lookupPolicy": { "$ref": "v1.ImageLookupPolicy", "description": "lookupPolicy controls how other resources reference images within this namespace." }, "dockerImageRepository": { "type": "string", "description": "dockerImageRepository is optional, if specified this stream is backed by a Docker repository on this server Deprecated: This field is deprecated as of v3.7 and will be removed in a future release. Specify the source for the tags to be imported in each tag via the spec.tags.from reference instead." }, "tags": { "type": "array", "items": { "$ref": "v1.TagReference" }, "description": "tags map arbitrary string values to specific image locators" } } }, "v1.ImageLookupPolicy": { "id": "v1.ImageLookupPolicy", "description": "ImageLookupPolicy describes how an image stream can be used to override the image references used by pods, builds, and other resources in a namespace.", "required": [ "local" ], "properties": { "local": { "type": "boolean", "description": "local will change the docker short image references (like \"mysql\" or \"php:latest\") on objects in this namespace to the image ID whenever they match this image stream, instead of reaching out to a remote registry. The name will be fully qualified to an image ID if found. The tag's referencePolicy is taken into account on the replaced value. Only works within the current namespace." } } }, "v1.TagReference": { "id": "v1.TagReference", "description": "TagReference specifies optional annotations for images using this tag and an optional reference to an ImageStreamTag, ImageStreamImage, or DockerImage this tag should track.", "required": [ "name", "annotations", "generation" ], "properties": { "name": { "type": "string", "description": "Name of the tag" }, "annotations": { "type": "object", "description": "Optional; if specified, annotations that are applied to images retrieved via ImageStreamTags." }, "from": { "$ref": "v1.ObjectReference", "description": "Optional; if specified, a reference to another image that this tag should point to. Valid values are ImageStreamTag, ImageStreamImage, and DockerImage. ImageStreamTag references can only reference a tag within this same ImageStream." }, "reference": { "type": "boolean", "description": "Reference states if the tag will be imported. Default value is false, which means the tag will be imported." }, "generation": { "type": "integer", "format": "int64", "description": "Generation is a counter that tracks mutations to the spec tag (user intent). When a tag reference is changed the generation is set to match the current stream generation (which is incremented every time spec is changed). Other processes in the system like the image importer observe that the generation of spec tag is newer than the generation recorded in the status and use that as a trigger to import the newest remote tag. To trigger a new import, clients may set this value to zero which will reset the generation to the latest stream generation. Legacy clients will send this value as nil which will be merged with the current tag generation." }, "importPolicy": { "$ref": "v1.TagImportPolicy", "description": "ImportPolicy is information that controls how images may be imported by the server." }, "referencePolicy": { "$ref": "v1.TagReferencePolicy", "description": "ReferencePolicy defines how other components should consume the image." } } }, "v1.ImageStreamStatus": { "id": "v1.ImageStreamStatus", "description": "ImageStreamStatus contains information about the state of this image stream.", "required": [ "dockerImageRepository" ], "properties": { "dockerImageRepository": { "type": "string", "description": "DockerImageRepository represents the effective location this stream may be accessed at. May be empty until the server determines where the repository is located" }, "publicDockerImageRepository": { "type": "string", "description": "PublicDockerImageRepository represents the public location from where the image can be pulled outside the cluster. This field may be empty if the administrator has not exposed the integrated registry externally." }, "tags": { "type": "array", "items": { "$ref": "v1.NamedTagEventList" }, "description": "Tags are a historical record of images associated with each tag. The first entry in the TagEvent array is the currently tagged image." } } }, "v1.NamedTagEventList": { "id": "v1.NamedTagEventList", "description": "NamedTagEventList relates a tag to its image history.", "required": [ "tag", "items" ], "properties": { "tag": { "type": "string", "description": "Tag is the tag for which the history is recorded" }, "items": { "type": "array", "items": { "$ref": "v1.TagEvent" }, "description": "Standard object's metadata." }, "conditions": { "type": "array", "items": { "$ref": "v1.TagEventCondition" }, "description": "Conditions is an array of conditions that apply to the tag event list." } } }, "v1.TagEvent": { "id": "v1.TagEvent", "description": "TagEvent is used by ImageStreamStatus to keep a historical record of images associated with a tag.", "required": [ "created", "dockerImageReference", "image", "generation" ], "properties": { "created": { "type": "string", "description": "Created holds the time the TagEvent was created" }, "dockerImageReference": { "type": "string", "description": "DockerImageReference is the string that can be used to pull this image" }, "image": { "type": "string", "description": "Image is the image" }, "generation": { "type": "integer", "format": "int64", "description": "Generation is the spec tag generation that resulted in this tag being updated" } } }, "v1.TagEventCondition": { "id": "v1.TagEventCondition", "description": "TagEventCondition contains condition information for a tag event.", "required": [ "type", "status", "generation" ], "properties": { "type": { "type": "string", "description": "Type of tag event condition, currently only ImportSuccess" }, "status": { "type": "string", "description": "Status of the condition, one of True, False, Unknown." }, "lastTransitionTime": { "type": "string", "description": "LastTransitionTIme is the time the condition transitioned from one status to another." }, "reason": { "type": "string", "description": "Reason is a brief machine readable explanation for the condition's last transition." }, "message": { "type": "string", "description": "Message is a human readable description of the details about last transition, complementing reason." }, "generation": { "type": "integer", "format": "int64", "description": "Generation is the spec tag generation that this status corresponds to" } } }, "v1.RepositoryImportStatus": { "id": "v1.RepositoryImportStatus", "description": "RepositoryImportStatus describes the result of an image repository import", "properties": { "status": { "$ref": "v1.Status", "description": "Status reflects whether any failure occurred during import" }, "images": { "type": "array", "items": { "$ref": "v1.ImageImportStatus" }, "description": "Images is a list of images successfully retrieved by the import of the repository." }, "additionalTags": { "type": "array", "items": { "type": "string" }, "description": "AdditionalTags are tags that exist in the repository but were not imported because a maximum limit of automatic imports was applied." } } }, "v1.ImageImportStatus": { "id": "v1.ImageImportStatus", "description": "ImageImportStatus describes the result of an image import.", "required": [ "status" ], "properties": { "status": { "$ref": "v1.Status", "description": "Status is the status of the image import, including errors encountered while retrieving the image" }, "image": { "$ref": "v1.Image", "description": "Image is the metadata of that image, if the image was located" }, "tag": { "type": "string", "description": "Tag is the tag this image was located under, if any" } } }, "v1.ImageStreamMapping": { "id": "v1.ImageStreamMapping", "description": "ImageStreamMapping represents a mapping from a single tag to a Docker image as well as the reference to the Docker image stream the image came from.", "required": [ "image", "tag" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "image": { "$ref": "v1.Image", "description": "Image is a Docker image." }, "tag": { "type": "string", "description": "Tag is a string value this image can be located with inside the stream." } } }, "v1.ImageStreamList": { "id": "v1.ImageStreamList", "description": "ImageStreamList is a list of ImageStream objects.", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.ImageStream" }, "description": "Items is a list of imageStreams" } } }, "v1.SecretList": { "id": "v1.SecretList", "description": "SecretList is a list of Secret.", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds" }, "items": { "type": "array", "items": { "$ref": "v1.Secret" }, "description": "Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret" } } }, "v1.Secret": { "id": "v1.Secret", "description": "Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata" }, "data": { "type": "object", "description": "Data contains the secret data. Each key must consist of alphanumeric characters, '-', '_' or '.'. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4" }, "stringData": { "type": "object", "description": "stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API." }, "type": { "type": "string", "description": "Used to facilitate programmatic handling of secret data." } } }, "v1.ImageStreamTagList": { "id": "v1.ImageStreamTagList", "description": "ImageStreamTagList is a list of ImageStreamTag objects.", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.ImageStreamTag" }, "description": "Items is the list of image stream tags" } } }, "v1.ImageStreamTag": { "id": "v1.ImageStreamTag", "description": "ImageStreamTag represents an Image that is retrieved by tag name from an ImageStream.", "required": [ "tag", "generation", "lookupPolicy", "image" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "tag": { "$ref": "v1.TagReference", "description": "tag is the spec tag associated with this image stream tag, and it may be null if only pushes have occurred to this image stream." }, "generation": { "type": "integer", "format": "int64", "description": "generation is the current generation of the tagged image - if tag is provided and this value is not equal to the tag generation, a user has requested an import that has not completed, or conditions will be filled out indicating any error." }, "lookupPolicy": { "$ref": "v1.ImageLookupPolicy", "description": "lookupPolicy indicates whether this tag will handle image references in this namespace." }, "conditions": { "type": "array", "items": { "$ref": "v1.TagEventCondition" }, "description": "conditions is an array of conditions that apply to the image stream tag." }, "image": { "$ref": "v1.Image", "description": "image associated with the ImageStream and tag." } } }, "v1.LocalResourceAccessReview": { "id": "v1.LocalResourceAccessReview", "description": "LocalResourceAccessReview is a means to request a list of which users and groups are authorized to perform the action specified by spec in a particular namespace", "required": [ "namespace", "verb", "resourceAPIGroup", "resourceAPIVersion", "resource", "resourceName", "path", "isNonResourceURL" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "namespace": { "type": "string", "description": "Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces" }, "verb": { "type": "string", "description": "Verb is one of: get, list, watch, create, update, delete" }, "resourceAPIGroup": { "type": "string", "description": "Group is the API group of the resource Serialized as resourceAPIGroup to avoid confusion with the 'groups' field when inlined" }, "resourceAPIVersion": { "type": "string", "description": "Version is the API version of the resource Serialized as resourceAPIVersion to avoid confusion with TypeMeta.apiVersion and ObjectMeta.resourceVersion when inlined" }, "resource": { "type": "string", "description": "Resource is one of the existing resource types" }, "resourceName": { "type": "string", "description": "ResourceName is the name of the resource being requested for a \"get\" or deleted for a \"delete\"" }, "path": { "type": "string", "description": "Path is the path of a non resource URL" }, "isNonResourceURL": { "type": "boolean", "description": "IsNonResourceURL is true if this is a request for a non-resource URL (outside of the resource hieraarchy)" }, "content": { "type": "string", "description": "Content is the actual content of the request for create and update" } } }, "v1.LocalSubjectAccessReview": { "id": "v1.LocalSubjectAccessReview", "description": "LocalSubjectAccessReview is an object for requesting information about whether a user or group can perform an action in a particular namespace", "required": [ "namespace", "verb", "resourceAPIGroup", "resourceAPIVersion", "resource", "resourceName", "path", "isNonResourceURL", "user", "groups", "scopes" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "namespace": { "type": "string", "description": "Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces" }, "verb": { "type": "string", "description": "Verb is one of: get, list, watch, create, update, delete" }, "resourceAPIGroup": { "type": "string", "description": "Group is the API group of the resource Serialized as resourceAPIGroup to avoid confusion with the 'groups' field when inlined" }, "resourceAPIVersion": { "type": "string", "description": "Version is the API version of the resource Serialized as resourceAPIVersion to avoid confusion with TypeMeta.apiVersion and ObjectMeta.resourceVersion when inlined" }, "resource": { "type": "string", "description": "Resource is one of the existing resource types" }, "resourceName": { "type": "string", "description": "ResourceName is the name of the resource being requested for a \"get\" or deleted for a \"delete\"" }, "path": { "type": "string", "description": "Path is the path of a non resource URL" }, "isNonResourceURL": { "type": "boolean", "description": "IsNonResourceURL is true if this is a request for a non-resource URL (outside of the resource hieraarchy)" }, "content": { "type": "string", "description": "Content is the actual content of the request for create and update" }, "user": { "type": "string", "description": "User is optional. If both User and Groups are empty, the current authenticated user is used." }, "groups": { "type": "array", "items": { "type": "string" }, "description": "Groups is optional. Groups is the list of groups to which the User belongs." }, "scopes": { "type": "array", "items": { "type": "string" }, "description": "Scopes to use for the evaluation. Empty means \"use the unscoped (full) permissions of the user/groups\". Nil for a self-SAR, means \"use the scopes on this request\". Nil for a regular SAR, means the same as empty." } } }, "v1.NetNamespaceList": { "id": "v1.NetNamespaceList", "description": "NetNamespaceList is a collection of NetNamespaces", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.NetNamespace" }, "description": "Items is the list of net namespaces" } } }, "v1.NetNamespace": { "id": "v1.NetNamespace", "description": "NetNamespace describes a single isolated network. When using the redhat/openshift-ovs-multitenant plugin, every Namespace will have a corresponding NetNamespace object with the same name. (When using redhat/openshift-ovs-subnet, NetNamespaces are not used.)", "required": [ "netname", "netid" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "netname": { "type": "string", "description": "NetName is the name of the network namespace. (This is the same as the object's name, but both fields must be set.)" }, "netid": { "type": "integer", "description": "NetID is the network identifier of the network namespace assigned to each overlay network packet. This can be manipulated with the \"oc adm pod-network\" commands." }, "egressIPs": { "type": "array", "items": { "type": "string" }, "description": "EgressIPs is a list of reserved IPs that will be used as the source for external traffic coming from pods in this namespace. (If empty, external traffic will be masqueraded to Node IPs.)" } } }, "v1.OAuthAccessTokenList": { "id": "v1.OAuthAccessTokenList", "description": "OAuthAccessTokenList is a collection of OAuth access tokens", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.OAuthAccessToken" }, "description": "Items is the list of OAuth access tokens" } } }, "v1.OAuthAccessToken": { "id": "v1.OAuthAccessToken", "description": "OAuthAccessToken describes an OAuth access token", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "clientName": { "type": "string", "description": "ClientName references the client that created this token." }, "expiresIn": { "type": "integer", "format": "int64", "description": "ExpiresIn is the seconds from CreationTime before this token expires." }, "scopes": { "type": "array", "items": { "type": "string" }, "description": "Scopes is an array of the requested scopes." }, "redirectURI": { "type": "string", "description": "RedirectURI is the redirection associated with the token." }, "userName": { "type": "string", "description": "UserName is the user name associated with this token" }, "userUID": { "type": "string", "description": "UserUID is the unique UID associated with this token" }, "authorizeToken": { "type": "string", "description": "AuthorizeToken contains the token that authorized this token" }, "refreshToken": { "type": "string", "description": "RefreshToken is the value by which this token can be renewed. Can be blank." }, "inactivityTimeoutSeconds": { "type": "integer", "format": "int32", "description": "InactivityTimeoutSeconds is the value in seconds, from the CreationTimestamp, after which this token can no longer be used. The value is automatically incremented when the token is used." } } }, "v1.OAuthAuthorizeTokenList": { "id": "v1.OAuthAuthorizeTokenList", "description": "OAuthAuthorizeTokenList is a collection of OAuth authorization tokens", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.OAuthAuthorizeToken" }, "description": "Items is the list of OAuth authorization tokens" } } }, "v1.OAuthAuthorizeToken": { "id": "v1.OAuthAuthorizeToken", "description": "OAuthAuthorizeToken describes an OAuth authorization token", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "clientName": { "type": "string", "description": "ClientName references the client that created this token." }, "expiresIn": { "type": "integer", "format": "int64", "description": "ExpiresIn is the seconds from CreationTime before this token expires." }, "scopes": { "type": "array", "items": { "type": "string" }, "description": "Scopes is an array of the requested scopes." }, "redirectURI": { "type": "string", "description": "RedirectURI is the redirection associated with the token." }, "state": { "type": "string", "description": "State data from request" }, "userName": { "type": "string", "description": "UserName is the user name associated with this token" }, "userUID": { "type": "string", "description": "UserUID is the unique UID associated with this token. UserUID and UserName must both match for this token to be valid." }, "codeChallenge": { "type": "string", "description": "CodeChallenge is the optional code_challenge associated with this authorization code, as described in rfc7636" }, "codeChallengeMethod": { "type": "string", "description": "CodeChallengeMethod is the optional code_challenge_method associated with this authorization code, as described in rfc7636" } } }, "v1.OAuthClientAuthorizationList": { "id": "v1.OAuthClientAuthorizationList", "description": "OAuthClientAuthorizationList is a collection of OAuth client authorizations", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.OAuthClientAuthorization" }, "description": "Items is the list of OAuth client authorizations" } } }, "v1.OAuthClientAuthorization": { "id": "v1.OAuthClientAuthorization", "description": "OAuthClientAuthorization describes an authorization created by an OAuth client", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "clientName": { "type": "string", "description": "ClientName references the client that created this authorization" }, "userName": { "type": "string", "description": "UserName is the user name that authorized this client" }, "userUID": { "type": "string", "description": "UserUID is the unique UID associated with this authorization. UserUID and UserName must both match for this authorization to be valid." }, "scopes": { "type": "array", "items": { "type": "string" }, "description": "Scopes is an array of the granted scopes." } } }, "v1.OAuthClientList": { "id": "v1.OAuthClientList", "description": "OAuthClientList is a collection of OAuth clients", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.OAuthClient" }, "description": "Items is the list of OAuth clients" } } }, "v1.OAuthClient": { "id": "v1.OAuthClient", "description": "OAuthClient describes an OAuth client", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "secret": { "type": "string", "description": "Secret is the unique secret associated with a client" }, "additionalSecrets": { "type": "array", "items": { "type": "string" }, "description": "AdditionalSecrets holds other secrets that may be used to identify the client. This is useful for rotation and for service account token validation" }, "respondWithChallenges": { "type": "boolean", "description": "RespondWithChallenges indicates whether the client wants authentication needed responses made in the form of challenges instead of redirects" }, "redirectURIs": { "type": "array", "items": { "type": "string" }, "description": "RedirectURIs is the valid redirection URIs associated with a client" }, "grantMethod": { "type": "string", "description": "GrantMethod determines how to handle grants for this client. If no method is provided, the cluster default grant handling method will be used. Valid grant handling methods are:\n - auto: always approves grant requests, useful for trusted clients\n - prompt: prompts the end user for approval of grant requests, useful for third-party clients\n - deny: always denies grant requests, useful for black-listed clients" }, "scopeRestrictions": { "type": "array", "items": { "$ref": "v1.ScopeRestriction" }, "description": "ScopeRestrictions describes which scopes this client can request. Each requested scope is checked against each restriction. If any restriction matches, then the scope is allowed. If no restriction matches, then the scope is denied." }, "accessTokenMaxAgeSeconds": { "type": "integer", "format": "int32", "description": "AccessTokenMaxAgeSeconds overrides the default access token max age for tokens granted to this client. 0 means no expiration." }, "accessTokenInactivityTimeoutSeconds": { "type": "integer", "format": "int32", "description": "AccessTokenInactivityTimeoutSeconds overrides the default token inactivity timeout for tokens granted to this client. The value represents the maximum amount of time that can occur between consecutive uses of the token. Tokens become invalid if they are not used within this temporal window. The user will need to acquire a new token to regain access once a token times out. This value needs to be set only if the default set in configuration is not appropriate for this client. Valid values are: - 0: Tokens for this client never time out - X: Tokens time out if there is no activity for X seconds The current minimum allowed value for X is 300 (5 minutes)" } } }, "v1.ScopeRestriction": { "id": "v1.ScopeRestriction", "description": "ScopeRestriction describe one restriction on scopes. Exactly one option must be non-nil.", "properties": { "literals": { "type": "array", "items": { "type": "string" }, "description": "ExactValues means the scope has to match a particular set of strings exactly" }, "clusterRole": { "$ref": "v1.ClusterRoleScopeRestriction", "description": "ClusterRole describes a set of restrictions for cluster role scoping." } } }, "v1.ClusterRoleScopeRestriction": { "id": "v1.ClusterRoleScopeRestriction", "description": "ClusterRoleScopeRestriction describes restrictions on cluster role scopes", "required": [ "roleNames", "namespaces", "allowEscalation" ], "properties": { "roleNames": { "type": "array", "items": { "type": "string" }, "description": "RoleNames is the list of cluster roles that can referenced. * means anything" }, "namespaces": { "type": "array", "items": { "type": "string" }, "description": "Namespaces is the list of namespaces that can be referenced. * means any of them (including *)" }, "allowEscalation": { "type": "boolean", "description": "AllowEscalation indicates whether you can request roles and their escalating resources" } } }, "v1.PodSecurityPolicyReview": { "id": "v1.PodSecurityPolicyReview", "description": "PodSecurityPolicyReview checks which service accounts (not users, since that would be cluster-wide) can create the `PodTemplateSpec` in question.", "required": [ "spec" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "spec": { "$ref": "v1.PodSecurityPolicyReviewSpec", "description": "spec is the PodSecurityPolicy to check." }, "status": { "$ref": "v1.PodSecurityPolicyReviewStatus", "description": "status represents the current information/status for the PodSecurityPolicyReview." } } }, "v1.PodSecurityPolicyReviewSpec": { "id": "v1.PodSecurityPolicyReviewSpec", "description": "PodSecurityPolicyReviewSpec defines specification for PodSecurityPolicyReview", "required": [ "template" ], "properties": { "template": { "$ref": "v1.PodTemplateSpec", "description": "template is the PodTemplateSpec to check. The template.spec.serviceAccountName field is used if serviceAccountNames is empty, unless the template.spec.serviceAccountName is empty, in which case \"default\" is used. If serviceAccountNames is specified, template.spec.serviceAccountName is ignored." }, "serviceAccountNames": { "type": "array", "items": { "type": "string" }, "description": "serviceAccountNames is an optional set of ServiceAccounts to run the check with. If serviceAccountNames is empty, the template.spec.serviceAccountName is used, unless it's empty, in which case \"default\" is used instead. If serviceAccountNames is specified, template.spec.serviceAccountName is ignored." } } }, "v1.PodSecurityPolicyReviewStatus": { "id": "v1.PodSecurityPolicyReviewStatus", "description": "PodSecurityPolicyReviewStatus represents the status of PodSecurityPolicyReview.", "required": [ "allowedServiceAccounts" ], "properties": { "allowedServiceAccounts": { "type": "array", "items": { "$ref": "v1.ServiceAccountPodSecurityPolicyReviewStatus" }, "description": "allowedServiceAccounts returns the list of service accounts in *this* namespace that have the power to create the PodTemplateSpec." } } }, "v1.ServiceAccountPodSecurityPolicyReviewStatus": { "id": "v1.ServiceAccountPodSecurityPolicyReviewStatus", "description": "ServiceAccountPodSecurityPolicyReviewStatus represents ServiceAccount name and related review status", "required": [ "name" ], "properties": { "allowedBy": { "$ref": "v1.ObjectReference", "description": "allowedBy is a reference to the rule that allows the PodTemplateSpec. A rule can be a SecurityContextConstraint or a PodSecurityPolicy A `nil`, indicates that it was denied." }, "reason": { "type": "string", "description": "A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available." }, "template": { "$ref": "v1.PodTemplateSpec", "description": "template is the PodTemplateSpec after the defaulting is applied." }, "name": { "type": "string", "description": "name contains the allowed and the denied ServiceAccount name" } } }, "v1.PodSecurityPolicySelfSubjectReview": { "id": "v1.PodSecurityPolicySelfSubjectReview", "description": "PodSecurityPolicySelfSubjectReview checks whether this user/SA tuple can create the PodTemplateSpec", "required": [ "spec" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "spec": { "$ref": "v1.PodSecurityPolicySelfSubjectReviewSpec", "description": "spec defines specification the PodSecurityPolicySelfSubjectReview." }, "status": { "$ref": "v1.PodSecurityPolicySubjectReviewStatus", "description": "status represents the current information/status for the PodSecurityPolicySelfSubjectReview." } } }, "v1.PodSecurityPolicySelfSubjectReviewSpec": { "id": "v1.PodSecurityPolicySelfSubjectReviewSpec", "description": "PodSecurityPolicySelfSubjectReviewSpec contains specification for PodSecurityPolicySelfSubjectReview.", "required": [ "template" ], "properties": { "template": { "$ref": "v1.PodTemplateSpec", "description": "template is the PodTemplateSpec to check." } } }, "v1.PodSecurityPolicySubjectReviewStatus": { "id": "v1.PodSecurityPolicySubjectReviewStatus", "description": "PodSecurityPolicySubjectReviewStatus contains information/status for PodSecurityPolicySubjectReview.", "properties": { "allowedBy": { "$ref": "v1.ObjectReference", "description": "allowedBy is a reference to the rule that allows the PodTemplateSpec. A rule can be a SecurityContextConstraint or a PodSecurityPolicy A `nil`, indicates that it was denied." }, "reason": { "type": "string", "description": "A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available." }, "template": { "$ref": "v1.PodTemplateSpec", "description": "template is the PodTemplateSpec after the defaulting is applied." } } }, "v1.PodSecurityPolicySubjectReview": { "id": "v1.PodSecurityPolicySubjectReview", "description": "PodSecurityPolicySubjectReview checks whether a particular user/SA tuple can create the PodTemplateSpec.", "required": [ "spec" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "spec": { "$ref": "v1.PodSecurityPolicySubjectReviewSpec", "description": "spec defines specification for the PodSecurityPolicySubjectReview." }, "status": { "$ref": "v1.PodSecurityPolicySubjectReviewStatus", "description": "status represents the current information/status for the PodSecurityPolicySubjectReview." } } }, "v1.PodSecurityPolicySubjectReviewSpec": { "id": "v1.PodSecurityPolicySubjectReviewSpec", "description": "PodSecurityPolicySubjectReviewSpec defines specification for PodSecurityPolicySubjectReview", "required": [ "template" ], "properties": { "template": { "$ref": "v1.PodTemplateSpec", "description": "template is the PodTemplateSpec to check. If template.spec.serviceAccountName is empty it will not be defaulted. If its non-empty, it will be checked." }, "user": { "type": "string", "description": "user is the user you're testing for. If you specify \"user\" but not \"group\", then is it interpreted as \"What if user were not a member of any groups. If user and groups are empty, then the check is performed using *only* the serviceAccountName in the template." }, "groups": { "type": "array", "items": { "type": "string" }, "description": "groups is the groups you're testing for." } } }, "v1.Template": { "id": "v1.Template", "description": "Template contains the inputs needed to produce a Config.", "required": [ "objects" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "message": { "type": "string", "description": "message is an optional instructional message that will be displayed when this template is instantiated. This field should inform the user how to utilize the newly created resources. Parameter substitution will be performed on the message before being displayed so that generated credentials and other parameters can be included in the output." }, "objects": { "type": "array", "items": { "$ref": "runtime.RawExtension" }, "description": "objects is an array of resources to include in this template. If a namespace value is hardcoded in the object, it will be removed during template instantiation, however if the namespace value is, or contains, a ${PARAMETER_REFERENCE}, the resolved value after parameter substitution will be respected and the object will be created in that namespace." }, "parameters": { "type": "array", "items": { "$ref": "v1.Parameter" }, "description": "parameters is an optional array of Parameters used during the Template to Config transformation." }, "labels": { "type": "object", "description": "labels is a optional set of labels that are applied to every object during the Template to Config transformation." } } }, "runtime.RawExtension": { "id": "runtime.RawExtension", "description": "this may be any JSON object with a 'kind' and 'apiVersion' field; and is preserved unmodified by processing", "properties": {} }, "v1.Parameter": { "id": "v1.Parameter", "description": "Parameter defines a name/value variable that is to be processed during the Template to Config transformation.", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "Name must be set and it can be referenced in Template Items using ${PARAMETER_NAME}. Required." }, "displayName": { "type": "string", "description": "Optional: The name that will show in UI instead of parameter 'Name'" }, "description": { "type": "string", "description": "Description of a parameter. Optional." }, "value": { "type": "string", "description": "Value holds the Parameter data. If specified, the generator will be ignored. The value replaces all occurrences of the Parameter ${Name} expression during the Template to Config transformation. Optional." }, "generate": { "type": "string", "description": "generate specifies the generator to be used to generate random string from an input value specified by From field. The result string is stored into Value field. If empty, no generator is being used, leaving the result Value untouched. Optional.\n\nThe only supported generator is \"expression\", which accepts a \"from\" value in the form of a simple regular expression containing the range expression \"[a-zA-Z0-9]\", and the length expression \"a{length}\".\n\nExamples:\n\nfrom | value" }, "from": { "type": "string", "description": "From is an input value for the generator. Optional." }, "required": { "type": "boolean", "description": "Optional: Indicates the parameter must have a value. Defaults to false." } } }, "v1.ProjectRequest": { "id": "v1.ProjectRequest", "description": "ProjecRequest is the set of options necessary to fully qualify a project request", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "displayName": { "type": "string", "description": "DisplayName is the display name to apply to a project" }, "description": { "type": "string", "description": "Description is the description to apply to a project" } } }, "v1.ProjectList": { "id": "v1.ProjectList", "description": "ProjectList is a list of Project objects.", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.Project" }, "description": "Items is the list of projects" } } }, "v1.Project": { "id": "v1.Project", "description": "Projects are the unit of isolation and collaboration in OpenShift. A project has one or more members, a quota on the resources that the project may consume, and the security controls on the resources in the project. Within a project, members may have different roles - project administrators can set membership, editors can create and manage the resources, and viewers can see but not access running containers. In a normal cluster project administrators are not able to alter their quotas - that is restricted to cluster administrators.\n\nListing or watching projects will return only projects the user has the reader role on.\n\nAn OpenShift project is an alternative representation of a Kubernetes namespace. Projects are exposed as editable to end users while namespaces are not. Direct creation of a project is typically restricted to administrators, while end users should use the requestproject resource.", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "spec": { "$ref": "v1.ProjectSpec", "description": "Spec defines the behavior of the Namespace." }, "status": { "$ref": "v1.ProjectStatus", "description": "Status describes the current status of a Namespace" } } }, "v1.ProjectSpec": { "id": "v1.ProjectSpec", "description": "ProjectSpec describes the attributes on a Project", "properties": { "finalizers": { "type": "array", "items": { "$ref": "v1.FinalizerName" }, "description": "Finalizers is an opaque list of values that must be empty to permanently remove object from storage" } } }, "v1.FinalizerName": { "id": "v1.FinalizerName", "properties": {} }, "v1.ProjectStatus": { "id": "v1.ProjectStatus", "description": "ProjectStatus is information about the current status of a Project", "properties": { "phase": { "type": "string", "description": "Phase is the current lifecycle phase of the project" } } }, "v1.ResourceAccessReview": { "id": "v1.ResourceAccessReview", "description": "ResourceAccessReview is a means to request a list of which users and groups are authorized to perform the action specified by spec", "required": [ "namespace", "verb", "resourceAPIGroup", "resourceAPIVersion", "resource", "resourceName", "path", "isNonResourceURL" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "namespace": { "type": "string", "description": "Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces" }, "verb": { "type": "string", "description": "Verb is one of: get, list, watch, create, update, delete" }, "resourceAPIGroup": { "type": "string", "description": "Group is the API group of the resource Serialized as resourceAPIGroup to avoid confusion with the 'groups' field when inlined" }, "resourceAPIVersion": { "type": "string", "description": "Version is the API version of the resource Serialized as resourceAPIVersion to avoid confusion with TypeMeta.apiVersion and ObjectMeta.resourceVersion when inlined" }, "resource": { "type": "string", "description": "Resource is one of the existing resource types" }, "resourceName": { "type": "string", "description": "ResourceName is the name of the resource being requested for a \"get\" or deleted for a \"delete\"" }, "path": { "type": "string", "description": "Path is the path of a non resource URL" }, "isNonResourceURL": { "type": "boolean", "description": "IsNonResourceURL is true if this is a request for a non-resource URL (outside of the resource hieraarchy)" }, "content": { "type": "string", "description": "Content is the actual content of the request for create and update" } } }, "v1.RoleBindingRestrictionList": { "id": "v1.RoleBindingRestrictionList", "description": "RoleBindingRestrictionList is a collection of RoleBindingRestriction objects.", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.RoleBindingRestriction" }, "description": "Items is a list of RoleBindingRestriction objects." } } }, "v1.RoleBindingRestriction": { "id": "v1.RoleBindingRestriction", "description": "RoleBindingRestriction is an object that can be matched against a subject (user, group, or service account) to determine whether rolebindings on that subject are allowed in the namespace to which the RoleBindingRestriction belongs. If any one of those RoleBindingRestriction objects matches a subject, rolebindings on that subject in the namespace are allowed.", "required": [ "metadata", "spec" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "spec": { "$ref": "v1.RoleBindingRestrictionSpec", "description": "Spec defines the matcher." } } }, "v1.RoleBindingRestrictionSpec": { "id": "v1.RoleBindingRestrictionSpec", "description": "RoleBindingRestrictionSpec defines a rolebinding restriction. Exactly one field must be non-nil.", "required": [ "userrestriction", "grouprestriction", "serviceaccountrestriction" ], "properties": { "userrestriction": { "$ref": "v1.UserRestriction", "description": "UserRestriction matches against user subjects." }, "grouprestriction": { "$ref": "v1.GroupRestriction", "description": "GroupRestriction matches against group subjects." }, "serviceaccountrestriction": { "$ref": "v1.ServiceAccountRestriction", "description": "ServiceAccountRestriction matches against service-account subjects." } } }, "v1.UserRestriction": { "id": "v1.UserRestriction", "description": "UserRestriction matches a user either by a string match on the user name, a string match on the name of a group to which the user belongs, or a label selector applied to the user labels.", "required": [ "users", "groups", "labels" ], "properties": { "users": { "type": "array", "items": { "type": "string" }, "description": "Users specifies a list of literal user names." }, "groups": { "type": "array", "items": { "type": "string" }, "description": "Groups specifies a list of literal group names." }, "labels": { "type": "array", "items": { "$ref": "v1.LabelSelector" }, "description": "Selectors specifies a list of label selectors over user labels." } } }, "v1.GroupRestriction": { "id": "v1.GroupRestriction", "description": "GroupRestriction matches a group either by a string match on the group name or a label selector applied to group labels.", "required": [ "groups", "labels" ], "properties": { "groups": { "type": "array", "items": { "type": "string" }, "description": "Groups is a list of groups used to match against an individual user's groups. If the user is a member of one of the whitelisted groups, the user is allowed to be bound to a role." }, "labels": { "type": "array", "items": { "$ref": "v1.LabelSelector" }, "description": "Selectors specifies a list of label selectors over group labels." } } }, "v1.ServiceAccountRestriction": { "id": "v1.ServiceAccountRestriction", "description": "ServiceAccountRestriction matches a service account by a string match on either the service-account name or the name of the service account's namespace.", "required": [ "serviceaccounts", "namespaces" ], "properties": { "serviceaccounts": { "type": "array", "items": { "$ref": "v1.ServiceAccountReference" }, "description": "ServiceAccounts specifies a list of literal service-account names." }, "namespaces": { "type": "array", "items": { "type": "string" }, "description": "Namespaces specifies a list of literal namespace names." } } }, "v1.ServiceAccountReference": { "id": "v1.ServiceAccountReference", "description": "ServiceAccountReference specifies a service account and namespace by their names.", "required": [ "name", "namespace" ], "properties": { "name": { "type": "string", "description": "Name is the name of the service account." }, "namespace": { "type": "string", "description": "Namespace is the namespace of the service account. Service accounts from inside the whitelisted namespaces are allowed to be bound to roles. If Namespace is empty, then the namespace of the RoleBindingRestriction in which the ServiceAccountReference is embedded is used." } } }, "v1.RoleBindingList": { "id": "v1.RoleBindingList", "description": "RoleBindingList is a collection of RoleBindings", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.RoleBinding" }, "description": "Items is a list of RoleBindings" } } }, "v1.RoleBinding": { "id": "v1.RoleBinding", "description": "RoleBinding references a Role, but not contain it. It can reference any Role in the same namespace or in the global namespace. It adds who information via (Users and Groups) OR Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace (excepting the master namespace which has power in all namespaces).", "required": [ "userNames", "groupNames", "subjects", "roleRef" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "userNames": { "type": "array", "items": { "type": "string" }, "description": "UserNames holds all the usernames directly bound to the role. This field should only be specified when supporting legacy clients and servers. See Subjects for further details." }, "groupNames": { "type": "array", "items": { "type": "string" }, "description": "GroupNames holds all the groups directly bound to the role. This field should only be specified when supporting legacy clients and servers. See Subjects for further details." }, "subjects": { "type": "array", "items": { "$ref": "v1.ObjectReference" }, "description": "Subjects hold object references to authorize with this rule. This field is ignored if UserNames or GroupNames are specified to support legacy clients and servers. Thus newer clients that do not need to support backwards compatibility should send only fully qualified Subjects and should omit the UserNames and GroupNames fields. Clients that need to support backwards compatibility can use this field to build the UserNames and GroupNames." }, "roleRef": { "$ref": "v1.ObjectReference", "description": "RoleRef can only reference the current namespace and the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. Since Policy is a singleton, this is sufficient knowledge to locate a role." } } }, "v1.RoleList": { "id": "v1.RoleList", "description": "RoleList is a collection of Roles", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.Role" }, "description": "Items is a list of Roles" } } }, "v1.Role": { "id": "v1.Role", "description": "Role is a logical grouping of PolicyRules that can be referenced as a unit by RoleBindings.", "required": [ "rules" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "rules": { "type": "array", "items": { "$ref": "v1.PolicyRule" }, "description": "Rules holds all the PolicyRules for this Role" } } }, "v1.RouteList": { "id": "v1.RouteList", "description": "RouteList is a collection of Routes.", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object metadata." }, "items": { "type": "array", "items": { "$ref": "v1.Route" }, "description": "items is a list of routes" } } }, "v1.Route": { "id": "v1.Route", "description": "A route allows developers to expose services through an HTTP(S) aware load balancing and proxy layer via a public DNS entry. The route may further specify TLS options and a certificate, or specify a public CNAME that the router should also accept for HTTP and HTTPS traffic. An administrator typically configures their router to be visible outside the cluster firewall, and may also add additional security, caching, or traffic controls on the service content. Routers usually talk directly to the service endpoints.\n\nOnce a route is created, the `host` field may not be changed. Generally, routers use the oldest route with a given host when resolving conflicts.\n\nRouters are subject to additional customization and may support additional controls via the annotations field.\n\nBecause administrators may configure multiple routers, the route status field is used to return information to clients about the names and states of the route under each router. If a client chooses a duplicate name, for instance, the route status conditions are used to indicate the route cannot be chosen.", "required": [ "spec", "status" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object metadata." }, "spec": { "$ref": "v1.RouteSpec", "description": "spec is the desired state of the route" }, "status": { "$ref": "v1.RouteStatus", "description": "status is the current state of the route" } } }, "v1.RouteSpec": { "id": "v1.RouteSpec", "description": "RouteSpec describes the hostname or path the route exposes, any security information, and one to four backends (services) the route points to. Requests are distributed among the backends depending on the weights assigned to each backend. When using roundrobin scheduling the portion of requests that go to each backend is the backend weight divided by the sum of all of the backend weights. When the backend has more than one endpoint the requests that end up on the backend are roundrobin distributed among the endpoints. Weights are between 0 and 256 with default 1. Weight 0 causes no requests to the backend. If all weights are zero the route will be considered to have no backends and return a standard 503 response.\n\nThe `tls` field is optional and allows specific certificates or behavior for the route. Routers typically configure a default certificate on a wildcard domain to terminate routes without explicit certificates, but custom hostnames usually must choose passthrough (send traffic directly to the backend via the TLS Server-Name- Indication field) or provide a certificate.", "required": [ "host", "to" ], "properties": { "host": { "type": "string", "description": "host is an alias/DNS that points to the service. Optional. If not specified a route name will typically be automatically chosen. Must follow DNS952 subdomain conventions." }, "path": { "type": "string", "description": "Path that the router watches for, to route traffic for to the service. Optional" }, "to": { "$ref": "v1.RouteTargetReference", "description": "to is an object the route should use as the primary backend. Only the Service kind is allowed, and it will be defaulted to Service. If the weight field (0-256 default 1) is set to zero, no traffic will be sent to this backend." }, "alternateBackends": { "type": "array", "items": { "$ref": "v1.RouteTargetReference" }, "description": "alternateBackends allows up to 3 additional backends to be assigned to the route. Only the Service kind is allowed, and it will be defaulted to Service. Use the weight field in RouteTargetReference object to specify relative preference." }, "port": { "$ref": "v1.RoutePort", "description": "If specified, the port to be used by the router. Most routers will use all endpoints exposed by the service by default - set this value to instruct routers which port to use." }, "tls": { "$ref": "v1.TLSConfig", "description": "The tls field provides the ability to configure certificates and termination for the route." }, "wildcardPolicy": { "type": "string", "description": "Wildcard policy if any for the route. Currently only 'Subdomain' or 'None' is allowed." } } }, "v1.RouteTargetReference": { "id": "v1.RouteTargetReference", "description": "RouteTargetReference specifies the target that resolve into endpoints. Only the 'Service' kind is allowed. Use 'weight' field to emphasize one over others.", "required": [ "kind", "name", "weight" ], "properties": { "kind": { "type": "string", "description": "The kind of target that the route is referring to. Currently, only 'Service' is allowed" }, "name": { "type": "string", "description": "name of the service/target that is being referred to. e.g. name of the service" }, "weight": { "type": "integer", "format": "int32", "description": "weight as an integer between 0 and 256, default 1, that specifies the target's relative weight against other target reference objects. 0 suppresses requests to this backend." } } }, "v1.RoutePort": { "id": "v1.RoutePort", "description": "RoutePort defines a port mapping from a router to an endpoint in the service endpoints.", "required": [ "targetPort" ], "properties": { "targetPort": { "type": "string", "description": "The target port on pods selected by the service this route points to. If this is a string, it will be looked up as a named port in the target endpoints port list. Required" } } }, "v1.TLSConfig": { "id": "v1.TLSConfig", "description": "TLSConfig defines config used to secure a route and provide termination", "required": [ "termination" ], "properties": { "termination": { "type": "string", "description": "termination indicates termination type." }, "certificate": { "type": "string", "description": "certificate provides certificate contents" }, "key": { "type": "string", "description": "key provides key file contents" }, "caCertificate": { "type": "string", "description": "caCertificate provides the cert authority certificate contents" }, "destinationCACertificate": { "type": "string", "description": "destinationCACertificate provides the contents of the ca certificate of the final destination. When using reencrypt termination this file should be provided in order to have routers use it for health checks on the secure connection. If this field is not specified, the router may provide its own destination CA and perform hostname validation using the short service name (service.namespace.svc), which allows infrastructure generated certificates to automatically verify." }, "insecureEdgeTerminationPolicy": { "type": "string", "description": "insecureEdgeTerminationPolicy indicates the desired behavior for insecure connections to a route. While each router may make its own decisions on which ports to expose, this is normally port 80.\n\n* Allow - traffic is sent to the server on the insecure port (default) * Disable - no traffic is allowed on the insecure port. * Redirect - clients are redirected to the secure port." } } }, "v1.RouteStatus": { "id": "v1.RouteStatus", "description": "RouteStatus provides relevant info about the status of a route, including which routers acknowledge it.", "required": [ "ingress" ], "properties": { "ingress": { "type": "array", "items": { "$ref": "v1.RouteIngress" }, "description": "ingress describes the places where the route may be exposed. The list of ingress points may contain duplicate Host or RouterName values. Routes are considered live once they are `Ready`" } } }, "v1.RouteIngress": { "id": "v1.RouteIngress", "description": "RouteIngress holds information about the places where a route is exposed.", "properties": { "host": { "type": "string", "description": "Host is the host string under which the route is exposed; this value is required" }, "routerName": { "type": "string", "description": "Name is a name chosen by the router to identify itself; this value is required" }, "conditions": { "type": "array", "items": { "$ref": "v1.RouteIngressCondition" }, "description": "Conditions is the state of the route, may be empty." }, "wildcardPolicy": { "type": "string", "description": "Wildcard policy is the wildcard policy that was allowed where this route is exposed." }, "routerCanonicalHostname": { "type": "string", "description": "CanonicalHostname is the external host name for the router that can be used as a CNAME for the host requested for this route. This value is optional and may not be set in all cases." } } }, "v1.RouteIngressCondition": { "id": "v1.RouteIngressCondition", "description": "RouteIngressCondition contains details for the current condition of this route on a particular router.", "required": [ "type", "status" ], "properties": { "type": { "type": "string", "description": "Type is the type of the condition. Currently only Ready." }, "status": { "type": "string", "description": "Status is the status of the condition. Can be True, False, Unknown." }, "reason": { "type": "string", "description": "(brief) reason for the condition's last transition, and is usually a machine and human readable constant" }, "message": { "type": "string", "description": "Human readable message indicating details about last transition." }, "lastTransitionTime": { "type": "string", "description": "RFC 3339 date and time when this condition last transitioned" } } }, "v1.SelfSubjectRulesReview": { "id": "v1.SelfSubjectRulesReview", "description": "SelfSubjectRulesReview is a resource you can create to determine which actions you can perform in a namespace", "required": [ "spec" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "spec": { "$ref": "v1.SelfSubjectRulesReviewSpec", "description": "Spec adds information about how to conduct the check" }, "status": { "$ref": "v1.SubjectRulesReviewStatus", "description": "Status is completed by the server to tell which permissions you have" } } }, "v1.SelfSubjectRulesReviewSpec": { "id": "v1.SelfSubjectRulesReviewSpec", "description": "SelfSubjectRulesReviewSpec adds information about how to conduct the check", "required": [ "scopes" ], "properties": { "scopes": { "type": "array", "items": { "type": "string" }, "description": "Scopes to use for the evaluation. Empty means \"use the unscoped (full) permissions of the user/groups\". Nil means \"use the scopes on this request\"." } } }, "v1.SubjectRulesReviewStatus": { "id": "v1.SubjectRulesReviewStatus", "description": "SubjectRulesReviewStatus is contains the result of a rules check", "required": [ "rules" ], "properties": { "rules": { "type": "array", "items": { "$ref": "v1.PolicyRule" }, "description": "Rules is the list of rules (no particular sort) that are allowed for the subject" }, "evaluationError": { "type": "string", "description": "EvaluationError can appear in combination with Rules. It means some error happened during evaluation that may have prevented additional rules from being populated." } } }, "v1.SubjectAccessReview": { "id": "v1.SubjectAccessReview", "description": "SubjectAccessReview is an object for requesting information about whether a user or group can perform an action", "required": [ "namespace", "verb", "resourceAPIGroup", "resourceAPIVersion", "resource", "resourceName", "path", "isNonResourceURL", "user", "groups", "scopes" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "namespace": { "type": "string", "description": "Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces" }, "verb": { "type": "string", "description": "Verb is one of: get, list, watch, create, update, delete" }, "resourceAPIGroup": { "type": "string", "description": "Group is the API group of the resource Serialized as resourceAPIGroup to avoid confusion with the 'groups' field when inlined" }, "resourceAPIVersion": { "type": "string", "description": "Version is the API version of the resource Serialized as resourceAPIVersion to avoid confusion with TypeMeta.apiVersion and ObjectMeta.resourceVersion when inlined" }, "resource": { "type": "string", "description": "Resource is one of the existing resource types" }, "resourceName": { "type": "string", "description": "ResourceName is the name of the resource being requested for a \"get\" or deleted for a \"delete\"" }, "path": { "type": "string", "description": "Path is the path of a non resource URL" }, "isNonResourceURL": { "type": "boolean", "description": "IsNonResourceURL is true if this is a request for a non-resource URL (outside of the resource hieraarchy)" }, "content": { "type": "string", "description": "Content is the actual content of the request for create and update" }, "user": { "type": "string", "description": "User is optional. If both User and Groups are empty, the current authenticated user is used." }, "groups": { "type": "array", "items": { "type": "string" }, "description": "GroupsSlice is optional. Groups is the list of groups to which the User belongs." }, "scopes": { "type": "array", "items": { "type": "string" }, "description": "Scopes to use for the evaluation. Empty means \"use the unscoped (full) permissions of the user/groups\". Nil for a self-SAR, means \"use the scopes on this request\". Nil for a regular SAR, means the same as empty." } } }, "v1.SubjectRulesReview": { "id": "v1.SubjectRulesReview", "description": "SubjectRulesReview is a resource you can create to determine which actions another user can perform in a namespace", "required": [ "spec" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "spec": { "$ref": "v1.SubjectRulesReviewSpec", "description": "Spec adds information about how to conduct the check" }, "status": { "$ref": "v1.SubjectRulesReviewStatus", "description": "Status is completed by the server to tell which permissions you have" } } }, "v1.SubjectRulesReviewSpec": { "id": "v1.SubjectRulesReviewSpec", "description": "SubjectRulesReviewSpec adds information about how to conduct the check", "required": [ "user", "groups", "scopes" ], "properties": { "user": { "type": "string", "description": "User is optional. At least one of User and Groups must be specified." }, "groups": { "type": "array", "items": { "type": "string" }, "description": "Groups is optional. Groups is the list of groups to which the User belongs. At least one of User and Groups must be specified." }, "scopes": { "type": "array", "items": { "type": "string" }, "description": "Scopes to use for the evaluation. Empty means \"use the unscoped (full) permissions of the user/groups\"." } } }, "v1.TemplateList": { "id": "v1.TemplateList", "description": "TemplateList is a list of Template objects.", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.Template" }, "description": "Items is a list of templates" } } }, "v1.UserIdentityMapping": { "id": "v1.UserIdentityMapping", "description": "UserIdentityMapping maps a user to an identity", "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "identity": { "$ref": "v1.ObjectReference", "description": "Identity is a reference to an identity" }, "user": { "$ref": "v1.ObjectReference", "description": "User is a reference to a user" } } }, "v1.UserList": { "id": "v1.UserList", "description": "UserList is a collection of Users", "required": [ "items" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ListMeta", "description": "Standard object's metadata." }, "items": { "type": "array", "items": { "$ref": "v1.User" }, "description": "Items is the list of users" } } }, "v1.User": { "id": "v1.User", "description": "Upon log in, every user of the system receives a User and Identity resource. Administrators may directly manipulate the attributes of the users for their own tracking, or set groups via the API. The user name is unique and is chosen based on the value provided by the identity provider - if a user already exists with the incoming name, the user name may have a number appended to it depending on the configuration of the system.", "required": [ "identities", "groups" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "metadata": { "$ref": "v1.ObjectMeta", "description": "Standard object's metadata." }, "fullName": { "type": "string", "description": "FullName is the full name of user" }, "identities": { "type": "array", "items": { "type": "string" }, "description": "Identities are the identities associated with this user" }, "groups": { "type": "array", "items": { "type": "string" }, "description": "Groups specifies group names this user is a member of. This field is deprecated and will be removed in a future release. Instead, create a Group object containing the name of this User." } } }, "v1.APIResourceList": { "id": "v1.APIResourceList", "description": "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.", "required": [ "groupVersion", "resources" ], "properties": { "kind": { "type": "string", "description": "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/api-conventions.md#types-kinds" }, "apiVersion": { "type": "string", "description": "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/api-conventions.md#resources" }, "groupVersion": { "type": "string", "description": "groupVersion is the group and version this APIResourceList is for." }, "resources": { "type": "array", "items": { "$ref": "v1.APIResource" }, "description": "resources contains the name of the resources and if they are namespaced." } } }, "v1.APIResource": { "id": "v1.APIResource", "description": "APIResource specifies the name of a resource and whether it is namespaced.", "required": [ "name", "singularName", "namespaced", "kind", "verbs" ], "properties": { "name": { "type": "string", "description": "name is the plural name of the resource." }, "singularName": { "type": "string", "description": "singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface." }, "namespaced": { "type": "boolean", "description": "namespaced indicates if a resource is namespaced or not." }, "group": { "type": "string", "description": "group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\"." }, "version": { "type": "string", "description": "version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)\"." }, "kind": { "type": "string", "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')" }, "verbs": { "type": "array", "items": { "type": "string" }, "description": "verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)" }, "shortNames": { "type": "array", "items": { "type": "string" }, "description": "shortNames is a list of suggested short names of the resource." }, "categories": { "type": "array", "items": { "type": "string" }, "description": "categories is a list of the grouped resources this resource belongs to (e.g. 'all')" } } }, "patch.Object": { "id": "", "description": "represents an object patch, which may be any of: JSON patch (RFC 6902), JSON merge patch (RFC 7396), or the Kubernetes strategic merge patch", "properties": {} } } }