{ "swagger": "2.0", "info": { "title": "kpack", "version": "v0.1.3" }, "paths": { "/apis/kpack.io/v1alpha1/builders": { "get": { "description": "list or watch builders", "consumes": [ "*/*" ], "produces": [ "application/json", "application/json;stream=watch" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "listAllBuilders", "parameters": [ { "uniqueItems": true, "type": "string", "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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis 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.", "name": "continue", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "name": "fieldSelector", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector", "in": "query" }, { "uniqueItems": true, "type": "integer", "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.", "name": "limit", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "resourceVersion", "in": "query" }, { "uniqueItems": true, "type": "integer", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "name": "timeoutSeconds", "in": "query" }, { "uniqueItems": true, "type": "boolean", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.", "name": "watch", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.BuilderList" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "uniqueItems": true, "type": "string", "description": "If 'true', then the output is pretty printed.", "name": "pretty", "in": "query" } ] }, "/apis/kpack.io/v1alpha1/builds": { "get": { "description": "list or watch builds", "consumes": [ "*/*" ], "produces": [ "application/json", "application/json;stream=watch" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "listAllBuilds", "parameters": [ { "uniqueItems": true, "type": "string", "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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis 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.", "name": "continue", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "name": "fieldSelector", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector", "in": "query" }, { "uniqueItems": true, "type": "integer", "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.", "name": "limit", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "resourceVersion", "in": "query" }, { "uniqueItems": true, "type": "integer", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "name": "timeoutSeconds", "in": "query" }, { "uniqueItems": true, "type": "boolean", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.", "name": "watch", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.BuildList" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "uniqueItems": true, "type": "string", "description": "If 'true', then the output is pretty printed.", "name": "pretty", "in": "query" } ] }, "/apis/kpack.io/v1alpha1/clusterbuilders": { "get": { "description": "list or watch cluster scoped clusterbuilders", "consumes": [ "*/*" ], "produces": [ "application/json", "application/json;stream=watch" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "listAllClusterbuilders", "parameters": [ { "uniqueItems": true, "type": "string", "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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis 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.", "name": "continue", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "name": "fieldSelector", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector", "in": "query" }, { "uniqueItems": true, "type": "integer", "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.", "name": "limit", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "resourceVersion", "in": "query" }, { "uniqueItems": true, "type": "integer", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "name": "timeoutSeconds", "in": "query" }, { "uniqueItems": true, "type": "boolean", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.", "name": "watch", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilderList" } }, "401": { "description": "Unauthorized" } } }, "post": { "description": "Creates a cluster scoped ClusterBuilder", "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "createClusterBuilder", "parameters": [ { "description": "The JSON schema of the Resource to create.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilder" } } ], "responses": { "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilder" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "uniqueItems": true, "type": "string", "description": "If 'true', then the output is pretty printed.", "name": "pretty", "in": "query" } ] }, "/apis/kpack.io/v1alpha1/clusterbuilders/{name}": { "get": { "description": "Returns a cluster scoped ClusterBuilder", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getClusterBuilder", "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilder" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace the specified cluster scoped ClusterBuilder", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceClusterBuilder", "parameters": [ { "description": "The JSON schema of the Resource to replace.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilder" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilder" } }, "401": { "description": "Unauthorized" } } }, "delete": { "description": "Deletes the specified cluster scoped ClusterBuilder", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "deleteClusterBuilder", "parameters": [ { "name": "body", "in": "body", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions" } }, { "uniqueItems": true, "type": "integer", "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.", "name": "gracePeriodSeconds", "in": "query" }, { "uniqueItems": true, "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.", "name": "orphanDependents", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "propagationPolicy", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "patch the specified cluster scoped ClusterBuilder", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchClusterBuilder", "parameters": [ { "description": "The JSON schema of the Resource to patch.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilder" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/clusterbuilders/{name}/status": { "get": { "description": "read status of the specified cluster scoped ClusterBuilder", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getClusterBuilderStatus", "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilder" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace status of the specified cluster scoped ClusterBuilder", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceClusterBuilderStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilder" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilder" } }, "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilder" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "partially update status of the specified cluster scoped ClusterBuilder", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchClusterBuilderStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilder" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/clusterstacks": { "get": { "description": "list or watch cluster scoped clusterstacks", "consumes": [ "*/*" ], "produces": [ "application/json", "application/json;stream=watch" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "listAllClusterstacks", "parameters": [ { "uniqueItems": true, "type": "string", "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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis 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.", "name": "continue", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "name": "fieldSelector", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector", "in": "query" }, { "uniqueItems": true, "type": "integer", "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.", "name": "limit", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "resourceVersion", "in": "query" }, { "uniqueItems": true, "type": "integer", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "name": "timeoutSeconds", "in": "query" }, { "uniqueItems": true, "type": "boolean", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.", "name": "watch", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStackList" } }, "401": { "description": "Unauthorized" } } }, "post": { "description": "Creates a cluster scoped ClusterStack", "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "createClusterStack", "parameters": [ { "description": "The JSON schema of the Resource to create.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStack" } } ], "responses": { "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStack" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "uniqueItems": true, "type": "string", "description": "If 'true', then the output is pretty printed.", "name": "pretty", "in": "query" } ] }, "/apis/kpack.io/v1alpha1/clusterstacks/{name}": { "get": { "description": "Returns a cluster scoped ClusterStack", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getClusterStack", "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStack" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace the specified cluster scoped ClusterStack", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceClusterStack", "parameters": [ { "description": "The JSON schema of the Resource to replace.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStack" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStack" } }, "401": { "description": "Unauthorized" } } }, "delete": { "description": "Deletes the specified cluster scoped ClusterStack", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "deleteClusterStack", "parameters": [ { "name": "body", "in": "body", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions" } }, { "uniqueItems": true, "type": "integer", "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.", "name": "gracePeriodSeconds", "in": "query" }, { "uniqueItems": true, "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.", "name": "orphanDependents", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "propagationPolicy", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "patch the specified cluster scoped ClusterStack", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchClusterStack", "parameters": [ { "description": "The JSON schema of the Resource to patch.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStack" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/clusterstacks/{name}/status": { "get": { "description": "read status of the specified cluster scoped ClusterStack", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getClusterStackStatus", "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStack" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace status of the specified cluster scoped ClusterStack", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceClusterStackStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStack" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStack" } }, "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStack" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "partially update status of the specified cluster scoped ClusterStack", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchClusterStackStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStack" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/clusterstores": { "get": { "description": "list or watch cluster scoped clusterstores", "consumes": [ "*/*" ], "produces": [ "application/json", "application/json;stream=watch" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "listAllClusterstores", "parameters": [ { "uniqueItems": true, "type": "string", "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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis 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.", "name": "continue", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "name": "fieldSelector", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector", "in": "query" }, { "uniqueItems": true, "type": "integer", "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.", "name": "limit", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "resourceVersion", "in": "query" }, { "uniqueItems": true, "type": "integer", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "name": "timeoutSeconds", "in": "query" }, { "uniqueItems": true, "type": "boolean", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.", "name": "watch", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStoreList" } }, "401": { "description": "Unauthorized" } } }, "post": { "description": "Creates a cluster scoped ClusterStore", "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "createClusterStore", "parameters": [ { "description": "The JSON schema of the Resource to create.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStore" } } ], "responses": { "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStore" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "uniqueItems": true, "type": "string", "description": "If 'true', then the output is pretty printed.", "name": "pretty", "in": "query" } ] }, "/apis/kpack.io/v1alpha1/clusterstores/{name}": { "get": { "description": "Returns a cluster scoped ClusterStore", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getClusterStore", "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStore" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace the specified cluster scoped ClusterStore", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceClusterStore", "parameters": [ { "description": "The JSON schema of the Resource to replace.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStore" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStore" } }, "401": { "description": "Unauthorized" } } }, "delete": { "description": "Deletes the specified cluster scoped ClusterStore", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "deleteClusterStore", "parameters": [ { "name": "body", "in": "body", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions" } }, { "uniqueItems": true, "type": "integer", "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.", "name": "gracePeriodSeconds", "in": "query" }, { "uniqueItems": true, "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.", "name": "orphanDependents", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "propagationPolicy", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "patch the specified cluster scoped ClusterStore", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchClusterStore", "parameters": [ { "description": "The JSON schema of the Resource to patch.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStore" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/clusterstores/{name}/status": { "get": { "description": "read status of the specified cluster scoped ClusterStore", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getClusterStoreStatus", "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStore" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace status of the specified cluster scoped ClusterStore", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceClusterStoreStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStore" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStore" } }, "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStore" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "partially update status of the specified cluster scoped ClusterStore", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchClusterStoreStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStore" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/images": { "get": { "description": "list or watch images", "consumes": [ "*/*" ], "produces": [ "application/json", "application/json;stream=watch" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "listAllImages", "parameters": [ { "uniqueItems": true, "type": "string", "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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis 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.", "name": "continue", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "name": "fieldSelector", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector", "in": "query" }, { "uniqueItems": true, "type": "integer", "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.", "name": "limit", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "resourceVersion", "in": "query" }, { "uniqueItems": true, "type": "integer", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "name": "timeoutSeconds", "in": "query" }, { "uniqueItems": true, "type": "boolean", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.", "name": "watch", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ImageList" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "uniqueItems": true, "type": "string", "description": "If 'true', then the output is pretty printed.", "name": "pretty", "in": "query" } ] }, "/apis/kpack.io/v1alpha1/namespaces/{namespace}/builders": { "get": { "description": "list or watch namespace scoped builders", "consumes": [ "*/*" ], "produces": [ "application/json", "application/json;stream=watch" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "listNamespacedBuilders", "parameters": [ { "uniqueItems": true, "type": "string", "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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis 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.", "name": "continue", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "name": "fieldSelector", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector", "in": "query" }, { "uniqueItems": true, "type": "integer", "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.", "name": "limit", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "resourceVersion", "in": "query" }, { "uniqueItems": true, "type": "integer", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "name": "timeoutSeconds", "in": "query" }, { "uniqueItems": true, "type": "boolean", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.", "name": "watch", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.BuilderList" } }, "401": { "description": "Unauthorized" } } }, "post": { "description": "Creates a namespace scoped Builder", "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "createBuilder", "parameters": [ { "description": "The JSON schema of the Resource to create.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Builder" } } ], "responses": { "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Builder" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "uniqueItems": true, "type": "string", "description": "If 'true', then the output is pretty printed.", "name": "pretty", "in": "query" }, { "type": "string", "description": "The custom resource's namespace", "name": "namespace", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/namespaces/{namespace}/builders/{name}": { "get": { "description": "Returns a namespace scoped custom object", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getBuilder", "responses": { "200": { "description": "A single Resource", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Builder" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace the specified namespace scoped custom object", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceBuilder", "parameters": [ { "description": "The JSON schema of the Resource to replace.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Builder" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Builder" } }, "401": { "description": "Unauthorized" } } }, "delete": { "description": "Deletes the specified namespace scoped Builder", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "deleteBuilder", "parameters": [ { "name": "body", "in": "body", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions" } }, { "uniqueItems": true, "type": "integer", "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.", "name": "gracePeriodSeconds", "in": "query" }, { "uniqueItems": true, "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.", "name": "orphanDependents", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "propagationPolicy", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "patch the specified namespace scoped Builder", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchBuilder", "parameters": [ { "description": "The JSON schema of the Resource to patch.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Builder" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "The custom resource's namespace", "name": "namespace", "in": "path", "required": true }, { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/namespaces/{namespace}/builders/{name}/status": { "get": { "description": "read status of the specified namespace scoped Builder", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getBuilderStatus", "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Builder" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace status of the specified namespace scoped Builder", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceBuilderStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Builder" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Builder" } }, "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Builder" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "partially update status of the specified namespace scoped Builder", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchBuilderStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Builder" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "The custom resource's namespace", "name": "namespace", "in": "path", "required": true }, { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/namespaces/{namespace}/builds": { "get": { "description": "list or watch namespace scoped builds", "consumes": [ "*/*" ], "produces": [ "application/json", "application/json;stream=watch" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "listNamespacedBuilds", "parameters": [ { "uniqueItems": true, "type": "string", "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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis 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.", "name": "continue", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "name": "fieldSelector", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector", "in": "query" }, { "uniqueItems": true, "type": "integer", "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.", "name": "limit", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "resourceVersion", "in": "query" }, { "uniqueItems": true, "type": "integer", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "name": "timeoutSeconds", "in": "query" }, { "uniqueItems": true, "type": "boolean", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.", "name": "watch", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.BuildList" } }, "401": { "description": "Unauthorized" } } }, "post": { "description": "Creates a namespace scoped Build", "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "createBuild", "parameters": [ { "description": "The JSON schema of the Resource to create.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Build" } } ], "responses": { "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Build" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "uniqueItems": true, "type": "string", "description": "If 'true', then the output is pretty printed.", "name": "pretty", "in": "query" }, { "type": "string", "description": "The custom resource's namespace", "name": "namespace", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/namespaces/{namespace}/builds/{name}": { "get": { "description": "Returns a namespace scoped custom object", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getBuild", "responses": { "200": { "description": "A single Resource", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Build" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace the specified namespace scoped custom object", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceBuild", "parameters": [ { "description": "The JSON schema of the Resource to replace.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Build" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Build" } }, "401": { "description": "Unauthorized" } } }, "delete": { "description": "Deletes the specified namespace scoped Build", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "deleteBuild", "parameters": [ { "name": "body", "in": "body", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions" } }, { "uniqueItems": true, "type": "integer", "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.", "name": "gracePeriodSeconds", "in": "query" }, { "uniqueItems": true, "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.", "name": "orphanDependents", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "propagationPolicy", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "patch the specified namespace scoped Build", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchBuild", "parameters": [ { "description": "The JSON schema of the Resource to patch.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Build" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "The custom resource's namespace", "name": "namespace", "in": "path", "required": true }, { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/namespaces/{namespace}/builds/{name}/status": { "get": { "description": "read status of the specified namespace scoped Build", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getBuildStatus", "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Build" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace status of the specified namespace scoped Build", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceBuildStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Build" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Build" } }, "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Build" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "partially update status of the specified namespace scoped Build", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchBuildStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Build" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "The custom resource's namespace", "name": "namespace", "in": "path", "required": true }, { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/namespaces/{namespace}/images": { "get": { "description": "list or watch namespace scoped images", "consumes": [ "*/*" ], "produces": [ "application/json", "application/json;stream=watch" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "listNamespacedImages", "parameters": [ { "uniqueItems": true, "type": "string", "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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis 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.", "name": "continue", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "name": "fieldSelector", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector", "in": "query" }, { "uniqueItems": true, "type": "integer", "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.", "name": "limit", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "resourceVersion", "in": "query" }, { "uniqueItems": true, "type": "integer", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "name": "timeoutSeconds", "in": "query" }, { "uniqueItems": true, "type": "boolean", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.", "name": "watch", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.ImageList" } }, "401": { "description": "Unauthorized" } } }, "post": { "description": "Creates a namespace scoped Image", "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "createImage", "parameters": [ { "description": "The JSON schema of the Resource to create.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Image" } } ], "responses": { "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Image" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "uniqueItems": true, "type": "string", "description": "If 'true', then the output is pretty printed.", "name": "pretty", "in": "query" }, { "type": "string", "description": "The custom resource's namespace", "name": "namespace", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/namespaces/{namespace}/images/{name}": { "get": { "description": "Returns a namespace scoped custom object", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getImage", "responses": { "200": { "description": "A single Resource", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Image" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace the specified namespace scoped custom object", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceImage", "parameters": [ { "description": "The JSON schema of the Resource to replace.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Image" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Image" } }, "401": { "description": "Unauthorized" } } }, "delete": { "description": "Deletes the specified namespace scoped Image", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "deleteImage", "parameters": [ { "name": "body", "in": "body", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions" } }, { "uniqueItems": true, "type": "integer", "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.", "name": "gracePeriodSeconds", "in": "query" }, { "uniqueItems": true, "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.", "name": "orphanDependents", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "propagationPolicy", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "patch the specified namespace scoped Image", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchImage", "parameters": [ { "description": "The JSON schema of the Resource to patch.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Image" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "The custom resource's namespace", "name": "namespace", "in": "path", "required": true }, { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/namespaces/{namespace}/images/{name}/status": { "get": { "description": "read status of the specified namespace scoped Image", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getImageStatus", "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Image" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace status of the specified namespace scoped Image", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceImageStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Image" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Image" } }, "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Image" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "partially update status of the specified namespace scoped Image", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchImageStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.Image" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "The custom resource's namespace", "name": "namespace", "in": "path", "required": true }, { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/namespaces/{namespace}/sourceresolvers": { "get": { "description": "list or watch namespace scoped sourceresolvers", "consumes": [ "*/*" ], "produces": [ "application/json", "application/json;stream=watch" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "listNamespacedSourceresolvers", "parameters": [ { "uniqueItems": true, "type": "string", "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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis 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.", "name": "continue", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "name": "fieldSelector", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector", "in": "query" }, { "uniqueItems": true, "type": "integer", "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.", "name": "limit", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "resourceVersion", "in": "query" }, { "uniqueItems": true, "type": "integer", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "name": "timeoutSeconds", "in": "query" }, { "uniqueItems": true, "type": "boolean", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.", "name": "watch", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolverList" } }, "401": { "description": "Unauthorized" } } }, "post": { "description": "Creates a namespace scoped SourceResolver", "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "createSourceResolver", "parameters": [ { "description": "The JSON schema of the Resource to create.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolver" } } ], "responses": { "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolver" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "uniqueItems": true, "type": "string", "description": "If 'true', then the output is pretty printed.", "name": "pretty", "in": "query" }, { "type": "string", "description": "The custom resource's namespace", "name": "namespace", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/namespaces/{namespace}/sourceresolvers/{name}": { "get": { "description": "Returns a namespace scoped custom object", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getSourceResolver", "responses": { "200": { "description": "A single Resource", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolver" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace the specified namespace scoped custom object", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceSourceResolver", "parameters": [ { "description": "The JSON schema of the Resource to replace.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolver" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolver" } }, "401": { "description": "Unauthorized" } } }, "delete": { "description": "Deletes the specified namespace scoped SourceResolver", "consumes": [ "*/*" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "deleteSourceResolver", "parameters": [ { "name": "body", "in": "body", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions" } }, { "uniqueItems": true, "type": "integer", "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.", "name": "gracePeriodSeconds", "in": "query" }, { "uniqueItems": true, "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.", "name": "orphanDependents", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "propagationPolicy", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "patch the specified namespace scoped SourceResolver", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchSourceResolver", "parameters": [ { "description": "The JSON schema of the Resource to patch.", "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolver" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "The custom resource's namespace", "name": "namespace", "in": "path", "required": true }, { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/namespaces/{namespace}/sourceresolvers/{name}/status": { "get": { "description": "read status of the specified namespace scoped SourceResolver", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "getSourceResolverStatus", "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolver" } }, "401": { "description": "Unauthorized" } } }, "put": { "description": "replace status of the specified namespace scoped SourceResolver", "consumes": [ "*/*" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "replaceSourceResolverStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolver" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolver" } }, "201": { "description": "Created", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolver" } }, "401": { "description": "Unauthorized" } } }, "patch": { "description": "partially update status of the specified namespace scoped SourceResolver", "consumes": [ "application/json-patch+json", "application/merge-patch+json" ], "produces": [ "application/json", "application/yaml", "application/vnd.kubernetes.protobuf" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "patchSourceResolverStatus", "parameters": [ { "name": "body", "in": "body", "required": true, "schema": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Patch" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolver" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "type": "string", "description": "The custom resource's namespace", "name": "namespace", "in": "path", "required": true }, { "type": "string", "description": "the custom object's name", "name": "name", "in": "path", "required": true } ] }, "/apis/kpack.io/v1alpha1/sourceresolvers": { "get": { "description": "list or watch sourceresolvers", "consumes": [ "*/*" ], "produces": [ "application/json", "application/json;stream=watch" ], "schemes": [ "https" ], "tags": [ "kpack" ], "operationId": "listAllSourceresolvers", "parameters": [ { "uniqueItems": true, "type": "string", "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 together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\".\n\nThis 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.", "name": "continue", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.", "name": "fieldSelector", "in": "query" }, { "uniqueItems": true, "type": "string", "description": "A selector to restrict the list of returned objects by their labels. Defaults to everything.", "name": "labelSelector", "in": "query" }, { "uniqueItems": true, "type": "integer", "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.", "name": "limit", "in": "query" }, { "uniqueItems": true, "type": "string", "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.", "name": "resourceVersion", "in": "query" }, { "uniqueItems": true, "type": "integer", "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.", "name": "timeoutSeconds", "in": "query" }, { "uniqueItems": true, "type": "boolean", "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.", "name": "watch", "in": "query" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolverList" } }, "401": { "description": "Unauthorized" } } }, "parameters": [ { "uniqueItems": true, "type": "string", "description": "If 'true', then the output is pretty printed.", "name": "pretty", "in": "query" } ] } }, "definitions": { "io.k8s.api.core.v1.Affinity": { "description": "Affinity is a group of affinity scheduling rules.", "type": "object", "properties": { "nodeAffinity": { "description": "Describes node affinity scheduling rules for the pod.", "$ref": "#/definitions/io.k8s.api.core.v1.NodeAffinity" }, "podAffinity": { "description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).", "$ref": "#/definitions/io.k8s.api.core.v1.PodAffinity" }, "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)).", "$ref": "#/definitions/io.k8s.api.core.v1.PodAntiAffinity" } } }, "io.k8s.api.core.v1.ConfigMapKeySelector": { "description": "Selects a key from a ConfigMap.", "type": "object", "required": [ "key" ], "properties": { "key": { "description": "The key to select.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the ConfigMap or it's key must be defined", "type": "boolean" } } }, "io.k8s.api.core.v1.ContainerState": { "description": "ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.", "type": "object", "properties": { "running": { "description": "Details about a running container", "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStateRunning" }, "terminated": { "description": "Details about a terminated container", "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStateTerminated" }, "waiting": { "description": "Details about a waiting container", "$ref": "#/definitions/io.k8s.api.core.v1.ContainerStateWaiting" } } }, "io.k8s.api.core.v1.ContainerStateRunning": { "description": "ContainerStateRunning is a running state of a container.", "type": "object", "properties": { "startedAt": { "description": "Time at which the container was last (re-)started", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" } } }, "io.k8s.api.core.v1.ContainerStateTerminated": { "description": "ContainerStateTerminated is a terminated state of a container.", "type": "object", "required": [ "exitCode" ], "properties": { "containerID": { "description": "Container's ID in the format 'docker://\u003ccontainer_id\u003e'", "type": "string" }, "exitCode": { "description": "Exit status from the last termination of the container", "type": "integer", "format": "int32" }, "finishedAt": { "description": "Time at which the container last terminated", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" }, "message": { "description": "Message regarding the last termination of the container", "type": "string" }, "reason": { "description": "(brief) reason from the last termination of the container", "type": "string" }, "signal": { "description": "Signal from the last termination of the container", "type": "integer", "format": "int32" }, "startedAt": { "description": "Time at which previous execution of the container started", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" } } }, "io.k8s.api.core.v1.ContainerStateWaiting": { "description": "ContainerStateWaiting is a waiting state of a container.", "type": "object", "properties": { "message": { "description": "Message regarding why the container is not yet running.", "type": "string" }, "reason": { "description": "(brief) reason the container is not yet running.", "type": "string" } } }, "io.k8s.api.core.v1.EnvVar": { "description": "EnvVar represents an environment variable present in a Container.", "type": "object", "required": [ "name" ], "properties": { "name": { "description": "Name of the environment variable. Must be a C_IDENTIFIER.", "type": "string" }, "value": { "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 \"\".", "type": "string" }, "valueFrom": { "description": "Source for the environment variable's value. Cannot be used if value is not empty.", "$ref": "#/definitions/io.k8s.api.core.v1.EnvVarSource" } } }, "io.k8s.api.core.v1.EnvVarSource": { "description": "EnvVarSource represents a source for the value of an EnvVar.", "type": "object", "properties": { "configMapKeyRef": { "description": "Selects a key of a ConfigMap.", "$ref": "#/definitions/io.k8s.api.core.v1.ConfigMapKeySelector" }, "fieldRef": { "description": "Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP.", "$ref": "#/definitions/io.k8s.api.core.v1.ObjectFieldSelector" }, "resourceFieldRef": { "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.", "$ref": "#/definitions/io.k8s.api.core.v1.ResourceFieldSelector" }, "secretKeyRef": { "description": "Selects a key of a secret in the pod's namespace", "$ref": "#/definitions/io.k8s.api.core.v1.SecretKeySelector" } } }, "io.k8s.api.core.v1.LocalObjectReference": { "description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.", "type": "object", "properties": { "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" } } }, "io.k8s.api.core.v1.NodeAffinity": { "description": "Node affinity is a group of node affinity scheduling rules.", "type": "object", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "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.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.core.v1.PreferredSchedulingTerm" } }, "requiredDuringSchedulingIgnoredDuringExecution": { "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.", "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelector" } } }, "io.k8s.api.core.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.", "type": "object", "required": [ "nodeSelectorTerms" ], "properties": { "nodeSelectorTerms": { "description": "Required. A list of node selector terms. The terms are ORed.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorTerm" } } }, "x-kubernetes-map-type": "atomic" }, "io.k8s.api.core.v1.NodeSelectorRequirement": { "description": "A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "type": "object", "required": [ "key", "operator" ], "properties": { "key": { "description": "The label key that the selector applies to.", "type": "string" }, "operator": { "description": "Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.", "type": "string" }, "values": { "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.", "type": "array", "items": { "type": "string" } } } }, "io.k8s.api.core.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.", "type": "object", "properties": { "matchExpressions": { "description": "A list of node selector requirements by node's labels.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" } }, "matchFields": { "description": "A list of node selector requirements by node's fields.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement" } } }, "x-kubernetes-map-type": "atomic" }, "io.k8s.api.core.v1.ObjectFieldSelector": { "description": "ObjectFieldSelector selects an APIVersioned field of an object.", "type": "object", "required": [ "fieldPath" ], "properties": { "apiVersion": { "description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".", "type": "string" }, "fieldPath": { "description": "Path of the field to select in the specified API version.", "type": "string" } } }, "io.k8s.api.core.v1.ObjectReference": { "description": "ObjectReference contains enough information to let you inspect or modify the referred object.", "type": "object", "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "fieldPath": { "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.", "type": "string" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "namespace": { "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/", "type": "string" }, "resourceVersion": { "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", "type": "string" }, "uid": { "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids", "type": "string" } } }, "io.k8s.api.core.v1.PodAffinity": { "description": "Pod affinity is a group of inter pod affinity scheduling rules.", "type": "object", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "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.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" } }, "requiredDuringSchedulingIgnoredDuringExecution": { "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.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.core.v1.PodAffinityTerm" } } } }, "io.k8s.api.core.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", "type": "object", "required": [ "topologyKey" ], "properties": { "labelSelector": { "description": "A label query over a set of resources, in this case pods.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" }, "namespaceSelector": { "description": "A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means \"this pod's namespace\". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" }, "namespaces": { "description": "namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means \"this pod's namespace\"", "type": "array", "items": { "type": "string" } }, "topologyKey": { "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.", "type": "string" } } }, "io.k8s.api.core.v1.PodAntiAffinity": { "description": "Pod anti affinity is a group of inter pod anti affinity scheduling rules.", "type": "object", "properties": { "preferredDuringSchedulingIgnoredDuringExecution": { "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.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.core.v1.WeightedPodAffinityTerm" } }, "requiredDuringSchedulingIgnoredDuringExecution": { "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.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.api.core.v1.PodAffinityTerm" } } } }, "io.k8s.api.core.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).", "type": "object", "required": [ "weight", "preference" ], "properties": { "preference": { "description": "A node selector term, associated with the corresponding weight.", "$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorTerm" }, "weight": { "description": "Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.", "type": "integer", "format": "int32" } } }, "io.k8s.api.core.v1.ResourceFieldSelector": { "description": "ResourceFieldSelector represents container resources (cpu, memory) and their output format", "type": "object", "required": [ "resource" ], "properties": { "containerName": { "description": "Container name: required for volumes, optional for env vars", "type": "string" }, "divisor": { "description": "Specifies the output format of the exposed resources, defaults to \"1\"", "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "resource": { "description": "Required: resource to select", "type": "string" } } }, "io.k8s.api.core.v1.ResourceRequirements": { "description": "ResourceRequirements describes the compute resource requirements.", "type": "object", "properties": { "limits": { "description": "Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", "type": "object", "additionalProperties": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" } }, "requests": { "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/", "type": "object", "additionalProperties": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" } } } }, "io.k8s.api.core.v1.SecretKeySelector": { "description": "SecretKeySelector selects a key of a Secret.", "type": "object", "required": [ "key" ], "properties": { "key": { "description": "The key of the secret to select from. Must be a valid secret key.", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "optional": { "description": "Specify whether the Secret or it's key must be defined", "type": "boolean" } } }, "io.k8s.api.core.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.", "type": "object", "properties": { "effect": { "description": "Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.", "type": "string" }, "key": { "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.", "type": "string" }, "operator": { "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.", "type": "string" }, "tolerationSeconds": { "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.", "type": "integer", "format": "int64" }, "value": { "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.", "type": "string" } } }, "io.k8s.api.core.v1.WeightedPodAffinityTerm": { "description": "The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)", "type": "object", "required": [ "weight", "podAffinityTerm" ], "properties": { "podAffinityTerm": { "description": "Required. A pod affinity term, associated with the corresponding weight.", "$ref": "#/definitions/io.k8s.api.core.v1.PodAffinityTerm" }, "weight": { "description": "weight associated with matching the corresponding podAffinityTerm, in the range 1-100.", "type": "integer", "format": "int32" } } }, "io.k8s.apimachinery.pkg.api.resource.Quantity": { "description": "Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.\n\nThe serialization format is:\n\n\u003cquantity\u003e ::= \u003csignedNumber\u003e\u003csuffix\u003e\n (Note that \u003csuffix\u003e may be empty, from the \"\" case in \u003cdecimalSI\u003e.)\n\u003cdigit\u003e ::= 0 | 1 | ... | 9 \u003cdigits\u003e ::= \u003cdigit\u003e | \u003cdigit\u003e\u003cdigits\u003e \u003cnumber\u003e ::= \u003cdigits\u003e | \u003cdigits\u003e.\u003cdigits\u003e | \u003cdigits\u003e. | .\u003cdigits\u003e \u003csign\u003e ::= \"+\" | \"-\" \u003csignedNumber\u003e ::= \u003cnumber\u003e | \u003csign\u003e\u003cnumber\u003e \u003csuffix\u003e ::= \u003cbinarySI\u003e | \u003cdecimalExponent\u003e | \u003cdecimalSI\u003e \u003cbinarySI\u003e ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n\u003cdecimalSI\u003e ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n\u003cdecimalExponent\u003e ::= \"e\" \u003csignedNumber\u003e | \"E\" \u003csignedNumber\u003e\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:\n a. No precision is lost\n b. No fractional digits will be emitted\n c. The exponent (or suffix) is as large as possible.\nThe sign will be omitted unless the number is negative.\n\nExamples:\n 1.5 will be serialized as \"1500m\"\n 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.", "type": "string" }, "io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions": { "description": "DeleteOptions may be provided when deleting an API object.", "type": "object", "properties": { "apiVersion": { "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", "type": "string" }, "dryRun": { "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", "type": "array", "items": { "type": "string" } }, "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.", "type": "integer", "format": "int64" }, "kind": { "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", "type": "string" }, "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.", "type": "boolean" }, "preconditions": { "description": "Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions" }, "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.", "type": "string" } }, "x-kubernetes-group-version-kind": [ { "group": "", "kind": "DeleteOptions", "version": "v1" }, { "group": "admission.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "admissionregistration.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "apiextensions.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "apiregistration.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "apiregistration.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "apps", "kind": "DeleteOptions", "version": "v1" }, { "group": "apps", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "apps", "kind": "DeleteOptions", "version": "v1beta2" }, { "group": "auditregistration.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "authentication.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "authentication.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "authorization.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "authorization.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "autoscaling", "kind": "DeleteOptions", "version": "v1" }, { "group": "autoscaling", "kind": "DeleteOptions", "version": "v2beta1" }, { "group": "autoscaling", "kind": "DeleteOptions", "version": "v2beta2" }, { "group": "batch", "kind": "DeleteOptions", "version": "v1" }, { "group": "batch", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "batch", "kind": "DeleteOptions", "version": "v2alpha1" }, { "group": "certificates.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "coordination.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "coordination.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "events.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "extensions", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "imagepolicy.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "networking.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "networking.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "node.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "node.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "policy", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "rbac.authorization.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "rbac.authorization.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "rbac.authorization.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "scheduling.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "scheduling.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "scheduling.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" }, { "group": "settings.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "storage.k8s.io", "kind": "DeleteOptions", "version": "v1" }, { "group": "storage.k8s.io", "kind": "DeleteOptions", "version": "v1alpha1" }, { "group": "storage.k8s.io", "kind": "DeleteOptions", "version": "v1beta1" } ] }, "io.k8s.apimachinery.pkg.apis.meta.v1.Fields": { "description": "Fields stores a set of fields in a data structure like a Trie. To understand how this is used, see: https://github.com/kubernetes-sigs/structured-merge-diff", "type": "object" }, "io.k8s.apimachinery.pkg.apis.meta.v1.Initializer": { "description": "Initializer is information about an initializer that has not yet completed.", "type": "object", "required": [ "name" ], "properties": { "name": { "description": "name of the process that is responsible for initializing this object.", "type": "string" } } }, "io.k8s.apimachinery.pkg.apis.meta.v1.Initializers": { "description": "Initializers tracks the progress of initialization.", "type": "object", "required": [ "pending" ], "properties": { "pending": { "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.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Initializer" }, "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "result": { "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.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status" } } }, "io.k8s.apimachinery.pkg.apis.meta.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.", "type": "object", "properties": { "matchExpressions": { "description": "matchExpressions is a list of label selector requirements. The requirements are ANDed.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement" } }, "matchLabels": { "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.", "type": "object", "additionalProperties": { "type": "string" } } }, "x-kubernetes-map-type": "atomic" }, "io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement": { "description": "A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.", "type": "object", "required": [ "key", "operator" ], "properties": { "key": { "description": "key is the label key that the selector applies to.", "type": "string", "x-kubernetes-patch-merge-key": "key", "x-kubernetes-patch-strategy": "merge" }, "operator": { "description": "operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.", "type": "string" }, "values": { "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.", "type": "array", "items": { "type": "string" } } } }, "io.k8s.apimachinery.pkg.apis.meta.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}.", "type": "object", "properties": { "continue": { "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 consistent 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, unless you have received this token from an error message.", "type": "string" }, "resourceVersion": { "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", "type": "string" }, "selfLink": { "description": "selfLink is a URL representing this object. Populated by the system. Read-only.", "type": "string" } } }, "io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry": { "description": "ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", "type": "object", "properties": { "apiVersion": { "description": "APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.", "type": "string" }, "fields": { "description": "Fields identifies a set of fields.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Fields" }, "manager": { "description": "Manager is an identifier of the workflow managing these fields.", "type": "string" }, "operation": { "description": "Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.", "type": "string" }, "time": { "description": "Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" } } }, "io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta": { "description": "ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.", "type": "object", "properties": { "annotations": { "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", "type": "object", "additionalProperties": { "type": "string" } }, "clusterName": { "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.", "type": "string" }, "creationTimestamp": { "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", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" }, "deletionGracePeriodSeconds": { "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.", "type": "integer", "format": "int64" }, "deletionTimestamp": { "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", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" }, "finalizers": { "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.", "type": "array", "items": { "type": "string" }, "x-kubernetes-patch-strategy": "merge" }, "generateName": { "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", "type": "string" }, "generation": { "description": "A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.", "type": "integer", "format": "int64" }, "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.\n\nDEPRECATED - initializers are an alpha field and will be removed in v1.15.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Initializers" }, "labels": { "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", "type": "object", "additionalProperties": { "type": "string" } }, "managedFields": { "description": "ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object.\n\nThis field is alpha and can be changed or removed without notice.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ManagedFieldsEntry" } }, "name": { "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", "type": "string" }, "namespace": { "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", "type": "string" }, "ownerReferences": { "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.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference" }, "x-kubernetes-patch-merge-key": "uid", "x-kubernetes-patch-strategy": "merge" }, "resourceVersion": { "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", "type": "string" }, "selfLink": { "description": "SelfLink is a URL representing this object. Populated by the system. Read-only.", "type": "string" }, "uid": { "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", "type": "string" } } }, "io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference": { "description": "OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.", "type": "object", "required": [ "apiVersion", "kind", "name", "uid" ], "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "blockOwnerDeletion": { "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.", "type": "boolean" }, "controller": { "description": "If true, this reference points to the managing controller.", "type": "boolean" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names", "type": "string" }, "uid": { "description": "UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids", "type": "string" } } }, "io.k8s.apimachinery.pkg.apis.meta.v1.Patch": { "description": "Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.", "type": "object" }, "io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions": { "description": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.", "type": "object", "properties": { "resourceVersion": { "description": "Specifies the target ResourceVersion", "type": "string" }, "uid": { "description": "Specifies the target UID.", "type": "string" } } }, "io.k8s.apimachinery.pkg.apis.meta.v1.Status": { "description": "Status is a return value for calls that don't return other objects.", "type": "object", "properties": { "apiVersion": { "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", "type": "string" }, "code": { "description": "Suggested HTTP return code for this status, 0 if not set.", "type": "integer", "format": "int32" }, "details": { "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.", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails" }, "kind": { "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", "type": "string" }, "message": { "description": "A human-readable description of the status of this operation.", "type": "string" }, "metadata": { "description": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds", "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" }, "reason": { "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.", "type": "string" }, "status": { "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", "type": "string" } }, "x-kubernetes-group-version-kind": [ { "group": "", "kind": "Status", "version": "v1" } ] }, "io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause": { "description": "StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.", "type": "object", "properties": { "field": { "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\"", "type": "string" }, "message": { "description": "A human-readable description of the cause of the error. This field may be presented as-is to a reader.", "type": "string" }, "reason": { "description": "A machine-readable description of the cause of the error. If this value is empty there is no information available.", "type": "string" } } }, "io.k8s.apimachinery.pkg.apis.meta.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.", "type": "object", "properties": { "causes": { "description": "The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.", "type": "array", "items": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause" } }, "group": { "description": "The group attribute of the resource associated with the status StatusReason.", "type": "string" }, "kind": { "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", "type": "string" }, "name": { "description": "The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).", "type": "string" }, "retryAfterSeconds": { "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.", "type": "integer", "format": "int32" }, "uid": { "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", "type": "string" } } }, "io.k8s.apimachinery.pkg.apis.meta.v1.Time": { "description": "Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.", "type": "string", "format": "date-time" }, "kpack.build.v1alpha1.Build": { "type": "object", "required": [ "spec" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.BuildSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.BuildStatus" } } }, "kpack.build.v1alpha1.BuildList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.Build" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha1.BuildSpec": { "type": "object", "required": [ "source" ], "properties": { "bindings": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.CNBBinding" }, "x-kubernetes-list-type": "" }, "builder": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildBuilderSpec" }, "cacheName": { "type": "string" }, "env": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.EnvVar" }, "x-kubernetes-list-type": "" }, "lastBuild": { "$ref": "#/definitions/kpack.build.v1alpha1.LastBuild" }, "notary": { "$ref": "#/definitions/kpack.core.v1alpha1.NotaryConfig" }, "resources": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements" }, "serviceAccount": { "type": "string" }, "source": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.SourceConfig" }, "tags": { "type": "array", "items": { "type": "string", "default": "" }, "x-kubernetes-list-type": "" } } }, "kpack.build.v1alpha1.BuildStatus": { "type": "object", "properties": { "buildMetadata": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildpackMetadata" } }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "latestImage": { "type": "string" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" }, "podName": { "type": "string" }, "stack": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildStack" }, "stepStates": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ContainerState" }, "x-kubernetes-list-type": "" }, "stepsCompleted": { "type": "array", "items": { "type": "string", "default": "" }, "x-kubernetes-list-type": "" } } }, "kpack.build.v1alpha1.Builder": { "type": "object", "required": [ "spec", "status" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.NamespacedBuilderSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.BuilderStatus" } } }, "kpack.build.v1alpha1.BuilderList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.Builder" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha1.BuilderSpec": { "type": "object", "properties": { "order": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.OrderEntry" }, "x-kubernetes-list-type": "" }, "stack": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "store": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "tag": { "type": "string" } } }, "kpack.build.v1alpha1.BuilderStatus": { "type": "object", "properties": { "builderMetadata": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildpackMetadata" } }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "latestImage": { "type": "string" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" }, "observedStackGeneration": { "type": "integer", "format": "int64" }, "observedStoreGeneration": { "type": "integer", "format": "int64" }, "order": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.OrderEntry" } }, "os": { "type": "string" }, "stack": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildStack" } } }, "kpack.build.v1alpha1.ClusterBuilder": { "type": "object", "required": [ "spec", "status" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilderSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.BuilderStatus" } } }, "kpack.build.v1alpha1.ClusterBuilderList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterBuilder" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha1.ClusterBuilderSpec": { "type": "object", "properties": { "order": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.OrderEntry" }, "x-kubernetes-list-type": "" }, "serviceAccountRef": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "stack": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "store": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "tag": { "type": "string" } } }, "kpack.build.v1alpha1.ClusterStack": { "type": "object", "required": [ "spec", "status" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStackSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStackStatus" } } }, "kpack.build.v1alpha1.ClusterStackList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStack" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha1.ClusterStackSpec": { "type": "object", "properties": { "buildImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStackSpecImage" }, "id": { "type": "string" }, "runImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStackSpecImage" } } }, "kpack.build.v1alpha1.ClusterStackSpecImage": { "type": "object", "properties": { "image": { "type": "string" } } }, "kpack.build.v1alpha1.ClusterStackStatus": { "type": "object", "properties": { "buildImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStackStatusImage" }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "groupId": { "type": "integer", "format": "int32" }, "id": { "type": "string" }, "mixins": { "type": "array", "items": { "type": "string", "default": "" }, "x-kubernetes-list-type": "" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" }, "runImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStackStatusImage" }, "userId": { "type": "integer", "format": "int32" } } }, "kpack.build.v1alpha1.ClusterStackStatusImage": { "type": "object", "properties": { "image": { "type": "string" }, "latestImage": { "type": "string" } } }, "kpack.build.v1alpha1.ClusterStore": { "type": "object", "required": [ "spec", "status" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStoreSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStoreStatus" } } }, "kpack.build.v1alpha1.ClusterStoreList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStore" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha1.ClusterStoreSpec": { "type": "object", "properties": { "sources": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.ImageSource" }, "x-kubernetes-list-type": "" } } }, "kpack.build.v1alpha1.ClusterStoreStatus": { "type": "object", "properties": { "buildpacks": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildpackStatus" }, "x-kubernetes-list-type": "" }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" } } }, "kpack.build.v1alpha1.Image": { "type": "object", "required": [ "spec" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ImageSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ImageStatus" } } }, "kpack.build.v1alpha1.ImageBuild": { "type": "object", "properties": { "bindings": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.CNBBinding" }, "x-kubernetes-list-type": "" }, "env": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.EnvVar" }, "x-kubernetes-list-type": "" }, "resources": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements" } } }, "kpack.build.v1alpha1.ImageList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.Image" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha1.ImageSpec": { "type": "object", "required": [ "tag", "source" ], "properties": { "build": { "$ref": "#/definitions/kpack.build.v1alpha1.ImageBuild" }, "builder": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "cacheSize": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "failedBuildHistoryLimit": { "type": "integer", "format": "int64" }, "imageTaggingStrategy": { "type": "string" }, "notary": { "$ref": "#/definitions/kpack.core.v1alpha1.NotaryConfig" }, "serviceAccount": { "type": "string" }, "source": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.SourceConfig" }, "successBuildHistoryLimit": { "type": "integer", "format": "int64" }, "tag": { "type": "string", "default": "" } } }, "kpack.build.v1alpha1.ImageStatus": { "type": "object", "properties": { "buildCacheName": { "type": "string" }, "buildCounter": { "type": "integer", "format": "int64" }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "latestBuildImageGeneration": { "type": "integer", "format": "int64" }, "latestBuildReason": { "type": "string" }, "latestBuildRef": { "type": "string" }, "latestImage": { "type": "string" }, "latestStack": { "type": "string" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" } } }, "kpack.build.v1alpha1.LastBuild": { "type": "object", "properties": { "image": { "type": "string" }, "stackId": { "type": "string" } } }, "kpack.build.v1alpha1.NamespacedBuilderSpec": { "type": "object", "properties": { "order": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.OrderEntry" }, "x-kubernetes-list-type": "" }, "serviceAccount": { "type": "string" }, "stack": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "store": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "tag": { "type": "string" } } }, "kpack.build.v1alpha1.ResolvedClusterStack": { "type": "object", "properties": { "buildImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStackStatusImage" }, "groupId": { "type": "integer", "format": "int32" }, "id": { "type": "string" }, "mixins": { "type": "array", "items": { "type": "string", "default": "" }, "x-kubernetes-list-type": "" }, "runImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.ClusterStackStatusImage" }, "userId": { "type": "integer", "format": "int32" } } }, "kpack.build.v1alpha1.SourceResolver": { "type": "object", "required": [ "spec" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolverSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolverStatus" } } }, "kpack.build.v1alpha1.SourceResolverList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha1.SourceResolver" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha1.SourceResolverSpec": { "type": "object", "required": [ "source" ], "properties": { "serviceAccount": { "type": "string" }, "source": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.SourceConfig" } } }, "kpack.build.v1alpha1.SourceResolverStatus": { "type": "object", "properties": { "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" }, "source": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.ResolvedSourceConfig" } } }, "kpack.build.v1alpha2.Build": { "type": "object", "required": [ "spec" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.BuildSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.BuildStatus" } } }, "kpack.build.v1alpha2.BuildCache": { "type": "object", "properties": { "image": { "type": "string" } } }, "kpack.build.v1alpha2.BuildCacheConfig": { "type": "object", "properties": { "registry": { "$ref": "#/definitions/kpack.build.v1alpha2.RegistryCache" }, "volume": { "$ref": "#/definitions/kpack.build.v1alpha2.BuildPersistentVolumeCache" } } }, "kpack.build.v1alpha2.BuildList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.Build" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha2.BuildPersistentVolumeCache": { "type": "object", "properties": { "persistentVolumeClaimName": { "type": "string" } } }, "kpack.build.v1alpha2.BuildSpec": { "type": "object", "required": [ "source" ], "properties": { "activeDeadlineSeconds": { "type": "integer", "format": "int64" }, "affinity": { "$ref": "#/definitions/io.k8s.api.core.v1.Affinity" }, "builder": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildBuilderSpec" }, "cache": { "$ref": "#/definitions/kpack.build.v1alpha2.BuildCacheConfig" }, "cnbBindings": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.CNBBinding" }, "x-kubernetes-list-type": "" }, "cosign": { "$ref": "#/definitions/kpack.build.v1alpha2.CosignConfig" }, "creationTime": { "type": "string" }, "defaultProcess": { "type": "string" }, "env": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.EnvVar" }, "x-kubernetes-list-type": "" }, "lastBuild": { "$ref": "#/definitions/kpack.build.v1alpha2.LastBuild" }, "nodeSelector": { "type": "object", "additionalProperties": { "type": "string", "default": "" } }, "notary": { "$ref": "#/definitions/kpack.core.v1alpha1.NotaryConfig" }, "priorityClassName": { "type": "string" }, "projectDescriptorPath": { "type": "string" }, "resources": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements" }, "runImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.BuildSpecImage" }, "runtimeClassName": { "type": "string" }, "schedulerName": { "type": "string" }, "serviceAccountName": { "type": "string" }, "services": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "x-kubernetes-list-type": "" }, "source": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.SourceConfig" }, "tags": { "type": "array", "items": { "type": "string", "default": "" }, "x-kubernetes-list-type": "" }, "tolerations": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.Toleration" }, "x-kubernetes-list-type": "" } } }, "kpack.build.v1alpha2.BuildSpecImage": { "type": "object", "properties": { "image": { "type": "string" } } }, "kpack.build.v1alpha2.BuildStack": { "type": "object", "properties": { "id": { "type": "string" }, "runImage": { "type": "string" } } }, "kpack.build.v1alpha2.BuildStatus": { "type": "object", "required": [ "lifecycleVersion" ], "properties": { "buildMetadata": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildpackMetadata" } }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "latestAttestationImage": { "type": "string" }, "latestCacheImage": { "type": "string" }, "latestImage": { "type": "string" }, "lifecycleVersion": { "type": "string", "default": "" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" }, "podName": { "type": "string" }, "stack": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildStack" }, "stepStates": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ContainerState" }, "x-kubernetes-list-type": "" }, "stepsCompleted": { "type": "array", "items": { "type": "string", "default": "" }, "x-kubernetes-list-type": "" } } }, "kpack.build.v1alpha2.Builder": { "type": "object", "required": [ "spec", "status" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.NamespacedBuilderSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.BuilderStatus" } } }, "kpack.build.v1alpha2.BuilderBuildpackRef": { "type": "object", "required": [ "id" ], "properties": { "apiVersion": { "description": "API version of the referent.", "type": "string" }, "fieldPath": { "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.", "type": "string" }, "id": { "type": "string", "default": "" }, "image": { "type": "string" }, "kind": { "description": "Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names", "type": "string" }, "namespace": { "description": "Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/", "type": "string" }, "optional": { "type": "boolean" }, "resourceVersion": { "description": "Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency", "type": "string" }, "uid": { "description": "UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids", "type": "string" }, "version": { "type": "string" } } }, "kpack.build.v1alpha2.BuilderList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.Builder" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha2.BuilderOrderEntry": { "type": "object", "properties": { "group": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.BuilderBuildpackRef" }, "x-kubernetes-list-type": "" } } }, "kpack.build.v1alpha2.BuilderSpec": { "type": "object", "properties": { "additionalLabels": { "type": "object", "additionalProperties": { "type": "string", "default": "" } }, "lifecycle": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "order": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.BuilderOrderEntry" }, "x-kubernetes-list-type": "" }, "stack": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "store": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "tag": { "type": "string" } } }, "kpack.build.v1alpha2.BuilderStatus": { "type": "object", "properties": { "builderMetadata": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildpackMetadata" } }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "latestImage": { "type": "string" }, "lifecycle": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ResolvedClusterLifecycle" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" }, "observedStackGeneration": { "type": "integer", "format": "int64" }, "observedStoreGeneration": { "type": "integer", "format": "int64" }, "order": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.OrderEntry" } }, "os": { "type": "string" }, "signaturePaths": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.CosignSignature" } }, "stack": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildStack" } } }, "kpack.build.v1alpha2.Buildpack": { "type": "object", "required": [ "spec", "status" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.BuildpackSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.BuildpackStatus" } } }, "kpack.build.v1alpha2.BuildpackList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.Buildpack" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha2.BuildpackSpec": { "type": "object", "properties": { "image": { "type": "string" }, "serviceAccountName": { "type": "string" } } }, "kpack.build.v1alpha2.BuildpackStatus": { "type": "object", "properties": { "buildpacks": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildpackStatus" }, "x-kubernetes-list-type": "" }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" } } }, "kpack.build.v1alpha2.ClusterBuilder": { "type": "object", "required": [ "spec", "status" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterBuilderSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.BuilderStatus" } } }, "kpack.build.v1alpha2.ClusterBuilderList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterBuilder" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha2.ClusterBuilderSpec": { "type": "object", "properties": { "additionalLabels": { "type": "object", "additionalProperties": { "type": "string", "default": "" } }, "lifecycle": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "order": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.BuilderOrderEntry" }, "x-kubernetes-list-type": "" }, "serviceAccountRef": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "stack": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "store": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "tag": { "type": "string" } } }, "kpack.build.v1alpha2.ClusterBuildpack": { "type": "object", "required": [ "spec", "status" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterBuildpackSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterBuildpackStatus" } } }, "kpack.build.v1alpha2.ClusterBuildpackList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterBuildpack" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha2.ClusterBuildpackSpec": { "type": "object", "properties": { "image": { "type": "string" }, "serviceAccountRef": { "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" } } }, "kpack.build.v1alpha2.ClusterBuildpackStatus": { "type": "object", "properties": { "buildpacks": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildpackStatus" }, "x-kubernetes-list-type": "" }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" } } }, "kpack.build.v1alpha2.ClusterLifecycle": { "type": "object", "required": [ "spec", "status" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterLifecycleSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterLifecycleStatus" } } }, "kpack.build.v1alpha2.ClusterLifecycleList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterLifecycle" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha2.ClusterLifecycleSpec": { "type": "object", "properties": { "image": { "type": "string" }, "serviceAccountRef": { "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" } } }, "kpack.build.v1alpha2.ClusterLifecycleStatus": { "type": "object", "properties": { "api": { "description": "Deprecated: Use `LifecycleAPIs` instead", "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.LifecycleAPI" }, "apis": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.LifecycleAPIs" }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "image": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterLifecycleStatusImage" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" }, "version": { "type": "string" } } }, "kpack.build.v1alpha2.ClusterLifecycleStatusImage": { "type": "object", "properties": { "image": { "type": "string" }, "latestImage": { "type": "string" } } }, "kpack.build.v1alpha2.ClusterStack": { "type": "object", "required": [ "spec", "status" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterStackSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterStackStatus" } } }, "kpack.build.v1alpha2.ClusterStackList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterStack" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha2.ClusterStackSpec": { "type": "object", "properties": { "buildImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterStackSpecImage" }, "id": { "type": "string" }, "runImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterStackSpecImage" }, "serviceAccountRef": { "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" } } }, "kpack.build.v1alpha2.ClusterStackSpecImage": { "type": "object", "properties": { "image": { "type": "string" } } }, "kpack.build.v1alpha2.ClusterStackStatus": { "type": "object", "properties": { "buildImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterStackStatusImage" }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "groupId": { "type": "integer", "format": "int32" }, "id": { "type": "string" }, "mixins": { "type": "array", "items": { "type": "string", "default": "" }, "x-kubernetes-list-type": "" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" }, "runImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterStackStatusImage" }, "userId": { "type": "integer", "format": "int32" } } }, "kpack.build.v1alpha2.ClusterStackStatusImage": { "type": "object", "properties": { "image": { "type": "string" }, "latestImage": { "type": "string" } } }, "kpack.build.v1alpha2.ClusterStore": { "type": "object", "required": [ "spec", "status" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterStoreSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterStoreStatus" } } }, "kpack.build.v1alpha2.ClusterStoreList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterStore" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha2.ClusterStoreSpec": { "type": "object", "properties": { "serviceAccountRef": { "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "sources": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.ImageSource" }, "x-kubernetes-list-type": "" } } }, "kpack.build.v1alpha2.ClusterStoreStatus": { "type": "object", "properties": { "buildpacks": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildpackStatus" }, "x-kubernetes-list-type": "" }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" } } }, "kpack.build.v1alpha2.CosignAnnotation": { "type": "object", "properties": { "name": { "type": "string" }, "value": { "type": "string" } } }, "kpack.build.v1alpha2.CosignConfig": { "type": "object", "properties": { "annotations": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.CosignAnnotation" }, "x-kubernetes-list-type": "" } } }, "kpack.build.v1alpha2.CosignSignature": { "type": "object", "required": [ "signingSecret", "targetDigest" ], "properties": { "signingSecret": { "type": "string", "default": "" }, "targetDigest": { "type": "string", "default": "" } } }, "kpack.build.v1alpha2.Image": { "type": "object", "required": [ "spec" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ImageSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ImageStatus" } } }, "kpack.build.v1alpha2.ImageBuild": { "type": "object", "properties": { "affinity": { "$ref": "#/definitions/io.k8s.api.core.v1.Affinity" }, "buildTimeout": { "type": "integer", "format": "int64" }, "cnbBindings": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.CNBBinding" }, "x-kubernetes-list-type": "" }, "creationTime": { "type": "string" }, "env": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.EnvVar" }, "x-kubernetes-list-type": "" }, "nodeSelector": { "type": "object", "additionalProperties": { "type": "string", "default": "" } }, "resources": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ResourceRequirements" }, "runtimeClassName": { "type": "string" }, "schedulerName": { "type": "string" }, "services": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "x-kubernetes-list-type": "" }, "tolerations": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.Toleration" }, "x-kubernetes-list-type": "" } } }, "kpack.build.v1alpha2.ImageBuilder": { "type": "object", "required": [ "name" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "name": { "type": "string", "default": "" } } }, "kpack.build.v1alpha2.ImageCacheConfig": { "type": "object", "properties": { "registry": { "$ref": "#/definitions/kpack.build.v1alpha2.RegistryCache" }, "volume": { "$ref": "#/definitions/kpack.build.v1alpha2.ImagePersistentVolumeCache" } } }, "kpack.build.v1alpha2.ImageList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.Image" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha2.ImagePersistentVolumeCache": { "type": "object", "properties": { "size": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity" }, "storageClassName": { "type": "string" } } }, "kpack.build.v1alpha2.ImageSpec": { "type": "object", "required": [ "tag", "source" ], "properties": { "additionalTags": { "type": "array", "items": { "type": "string", "default": "" }, "x-kubernetes-list-type": "" }, "build": { "$ref": "#/definitions/kpack.build.v1alpha2.ImageBuild" }, "builder": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "cache": { "$ref": "#/definitions/kpack.build.v1alpha2.ImageCacheConfig" }, "cosign": { "$ref": "#/definitions/kpack.build.v1alpha2.CosignConfig" }, "defaultProcess": { "type": "string" }, "failedBuildHistoryLimit": { "type": "integer", "format": "int64" }, "imageTaggingStrategy": { "type": "string" }, "notary": { "$ref": "#/definitions/kpack.core.v1alpha1.NotaryConfig" }, "projectDescriptorPath": { "type": "string" }, "serviceAccountName": { "type": "string" }, "source": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.SourceConfig" }, "successBuildHistoryLimit": { "type": "integer", "format": "int64" }, "tag": { "type": "string", "default": "" } } }, "kpack.build.v1alpha2.ImageStatus": { "type": "object", "properties": { "buildCacheName": { "type": "string" }, "buildCounter": { "type": "integer", "format": "int64" }, "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "latestBuildImageGeneration": { "type": "integer", "format": "int64" }, "latestBuildReason": { "type": "string" }, "latestBuildRef": { "type": "string" }, "latestImage": { "type": "string" }, "latestStack": { "type": "string" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" } } }, "kpack.build.v1alpha2.LastBuild": { "type": "object", "properties": { "cache": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.BuildCache" }, "image": { "type": "string" }, "stackId": { "type": "string" } } }, "kpack.build.v1alpha2.NamespacedBuilderSpec": { "type": "object", "properties": { "additionalLabels": { "type": "object", "additionalProperties": { "type": "string", "default": "" } }, "lifecycle": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "order": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.BuilderOrderEntry" }, "x-kubernetes-list-type": "" }, "serviceAccount": { "type": "string" }, "serviceAccountName": { "type": "string" }, "stack": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "store": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" }, "tag": { "type": "string" } } }, "kpack.build.v1alpha2.RegistryCache": { "type": "object", "required": [ "tag" ], "properties": { "tag": { "type": "string", "default": "" } } }, "kpack.build.v1alpha2.ResolvedClusterLifecycle": { "type": "object", "properties": { "api": { "description": "Deprecated: Use `LifecycleAPIs` instead", "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.LifecycleAPI" }, "apis": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.LifecycleAPIs" }, "image": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterLifecycleStatusImage" }, "version": { "type": "string" } } }, "kpack.build.v1alpha2.ResolvedClusterStack": { "type": "object", "properties": { "buildImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterStackStatusImage" }, "groupId": { "type": "integer", "format": "int32" }, "id": { "type": "string" }, "mixins": { "type": "array", "items": { "type": "string", "default": "" }, "x-kubernetes-list-type": "" }, "runImage": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.ClusterStackStatusImage" }, "userId": { "type": "integer", "format": "int32" } } }, "kpack.build.v1alpha2.SourceResolver": { "type": "object", "required": [ "spec" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta" }, "spec": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.SourceResolverSpec" }, "status": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.SourceResolverStatus" } } }, "kpack.build.v1alpha2.SourceResolverList": { "type": "object", "required": [ "metadata", "items" ], "properties": { "apiVersion": { "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/sig-architecture/api-conventions.md#resources", "type": "string" }, "items": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.build.v1alpha2.SourceResolver" } }, "kind": { "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/sig-architecture/api-conventions.md#types-kinds", "type": "string" }, "metadata": { "default": {}, "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta" } } }, "kpack.build.v1alpha2.SourceResolverSpec": { "type": "object", "required": [ "source" ], "properties": { "serviceAccount": { "type": "string" }, "source": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.SourceConfig" } } }, "kpack.build.v1alpha2.SourceResolverStatus": { "type": "object", "properties": { "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" }, "source": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.ResolvedSourceConfig" } } }, "kpack.core.v1alpha1.Blob": { "type": "object", "required": [ "url" ], "properties": { "auth": { "type": "string" }, "stripComponents": { "type": "integer", "format": "int64" }, "url": { "type": "string", "default": "" } } }, "kpack.core.v1alpha1.BuildBuilderSpec": { "type": "object", "properties": { "image": { "type": "string" }, "imagePullSecrets": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference" }, "x-kubernetes-list-type": "", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "ref": { "description": "Ref reference to an existing Builder/ClusterBuilder", "$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference" } } }, "kpack.core.v1alpha1.BuildStack": { "type": "object", "properties": { "id": { "type": "string" }, "runImage": { "type": "string" } } }, "kpack.core.v1alpha1.BuildpackInfo": { "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string", "default": "" }, "version": { "type": "string" } } }, "kpack.core.v1alpha1.BuildpackMetadata": { "type": "object", "required": [ "id", "version" ], "properties": { "homepage": { "type": "string" }, "id": { "type": "string", "default": "" }, "version": { "type": "string", "default": "" } } }, "kpack.core.v1alpha1.BuildpackRef": { "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string", "default": "" }, "optional": { "type": "boolean" }, "version": { "type": "string" } } }, "kpack.core.v1alpha1.BuildpackStack": { "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string", "default": "" }, "mixins": { "type": "array", "items": { "type": "string", "default": "" }, "x-kubernetes-list-type": "" } } }, "kpack.core.v1alpha1.BuildpackStatus": { "type": "object", "required": [ "id" ], "properties": { "api": { "type": "string" }, "buildpackage": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildpackageInfo" }, "diffId": { "type": "string" }, "digest": { "type": "string" }, "homepage": { "type": "string" }, "id": { "type": "string", "default": "" }, "order": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.OrderEntry" }, "x-kubernetes-list-type": "" }, "size": { "type": "integer", "format": "int64" }, "stacks": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildpackStack" }, "x-kubernetes-list-type": "" }, "storeImage": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.ImageSource" }, "version": { "type": "string" } } }, "kpack.core.v1alpha1.BuildpackageInfo": { "type": "object", "properties": { "homepage": { "type": "string" }, "id": { "type": "string" }, "version": { "type": "string" } } }, "kpack.core.v1alpha1.CNBBinding": { "type": "object", "properties": { "metadataRef": { "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference" }, "name": { "type": "string" }, "secretRef": { "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference" } } }, "kpack.core.v1alpha1.Condition": { "description": "Conditions defines a readiness condition for a Knative resource. See: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties", "type": "object", "required": [ "type", "status" ], "properties": { "lastTransitionTime": { "description": "LastTransitionTime is the last time the condition transitioned from one status to another. We use VolatileTime in place of metav1.Time to exclude this from creating equality.Semantic differences (all other things held constant).", "type": "string" }, "message": { "description": "A human readable message indicating details about the transition.", "type": "string" }, "reason": { "description": "The reason for the condition's last transition.", "type": "string" }, "severity": { "description": "Severity with which to treat failures of this type of condition. When this is not specified, it defaults to Error.", "type": "string" }, "status": { "description": "Status of the condition, one of True, False, Unknown.", "type": "string", "default": "" }, "type": { "description": "Type of condition.", "type": "string", "default": "" } } }, "kpack.core.v1alpha1.Git": { "type": "object", "required": [ "url", "revision" ], "properties": { "initializeSubmodules": { "type": "boolean" }, "revision": { "type": "string", "default": "" }, "url": { "type": "string", "default": "" } } }, "kpack.core.v1alpha1.ImageSource": { "type": "object", "properties": { "image": { "type": "string" } } }, "kpack.core.v1alpha1.NotaryConfig": { "type": "object", "properties": { "v1": { "$ref": "#/definitions/kpack.core.v1alpha1.NotaryV1Config" } } }, "kpack.core.v1alpha1.NotarySecretRef": { "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string", "default": "" } } }, "kpack.core.v1alpha1.NotaryV1Config": { "type": "object", "required": [ "url", "secretRef" ], "properties": { "secretRef": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.NotarySecretRef" }, "url": { "type": "string", "default": "" } } }, "kpack.core.v1alpha1.OrderEntry": { "type": "object", "properties": { "group": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.BuildpackRef" }, "x-kubernetes-list-type": "" } } }, "kpack.core.v1alpha1.Registry": { "type": "object", "required": [ "image" ], "properties": { "image": { "type": "string", "default": "" }, "imagePullSecrets": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference" }, "x-kubernetes-list-type": "", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" } } }, "kpack.core.v1alpha1.ResolvedBlobSource": { "type": "object", "required": [ "url" ], "properties": { "auth": { "type": "string" }, "stripComponents": { "type": "integer", "format": "int64" }, "subPath": { "type": "string" }, "url": { "type": "string", "default": "" } } }, "kpack.core.v1alpha1.ResolvedGitSource": { "type": "object", "required": [ "url", "revision", "type" ], "properties": { "initializeSubmodules": { "type": "boolean" }, "revision": { "type": "string", "default": "" }, "subPath": { "type": "string" }, "tree": { "type": "string" }, "type": { "type": "string", "default": "" }, "url": { "type": "string", "default": "" } } }, "kpack.core.v1alpha1.ResolvedRegistrySource": { "type": "object", "required": [ "image" ], "properties": { "image": { "type": "string", "default": "" }, "imagePullSecrets": { "type": "array", "items": { "default": {}, "$ref": "#/definitions/io.k8s.api.core.v1.LocalObjectReference" }, "x-kubernetes-list-type": "", "x-kubernetes-patch-merge-key": "name", "x-kubernetes-patch-strategy": "merge" }, "subPath": { "type": "string" } } }, "kpack.core.v1alpha1.ResolvedSourceConfig": { "type": "object", "properties": { "blob": { "$ref": "#/definitions/kpack.core.v1alpha1.ResolvedBlobSource" }, "git": { "$ref": "#/definitions/kpack.core.v1alpha1.ResolvedGitSource" }, "registry": { "$ref": "#/definitions/kpack.core.v1alpha1.ResolvedRegistrySource" } } }, "kpack.core.v1alpha1.SourceConfig": { "type": "object", "properties": { "blob": { "$ref": "#/definitions/kpack.core.v1alpha1.Blob" }, "git": { "$ref": "#/definitions/kpack.core.v1alpha1.Git" }, "registry": { "$ref": "#/definitions/kpack.core.v1alpha1.Registry" }, "subPath": { "type": "string" } } }, "kpack.core.v1alpha1.Status": { "description": "Status shows how we expect folks to embed Conditions in their Status field. WARNING: Adding fields to this struct will add them to all Knative resources.", "type": "object", "properties": { "conditions": { "description": "Conditions the latest available observations of a resource's current state.", "type": "array", "items": { "default": {}, "$ref": "#/definitions/kpack.core.v1alpha1.Condition" }, "x-kubernetes-patch-merge-key": "type", "x-kubernetes-patch-strategy": "merge" }, "observedGeneration": { "description": "ObservedGeneration is the 'Generation' of the Service that was last processed by the controller.", "type": "integer", "format": "int64" } } }, "kpack.core.v1alpha1.VolatileTime": { "description": "VolatileTime wraps metav1.Time", "type": "object", "required": [ "inner" ], "properties": { "inner": { "$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time" } } } } }