| { |
| "description":"Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).", |
| "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":{ |
| "description":"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata", |
| "properties":{ |
| "annotations":{ |
| "additionalProperties":{ |
| "type":"string" |
| }, |
| "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" |
| }, |
| "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/sig-architecture/api-conventions.md#metadata", |
| "format":"date-time", |
| "type":"string" |
| }, |
| "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.", |
| "format":"int64", |
| "type":"integer" |
| }, |
| "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/sig-architecture/api-conventions.md#metadata", |
| "format":"date-time", |
| "type":"string" |
| }, |
| "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. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.", |
| "items":{ |
| "type":"string" |
| }, |
| "type":"array" |
| }, |
| "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/sig-architecture/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.", |
| "format":"int64", |
| "type":"integer" |
| }, |
| "labels":{ |
| "additionalProperties":{ |
| "type":"string" |
| }, |
| "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" |
| }, |
| "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.", |
| "items":{ |
| "description":"ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.", |
| "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" |
| }, |
| "fieldsType":{ |
| "description":"FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: \"FieldsV1\"", |
| "type":"string" |
| }, |
| "fieldsV1":{ |
| "description":"FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type.", |
| "type":"object" |
| }, |
| "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" |
| }, |
| "subresource":{ |
| "description":"Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.", |
| "type":"string" |
| }, |
| "time":{ |
| "description":"Time is timestamp of when these fields were set. It should always be empty if Operation is 'Apply'", |
| "format":"date-time", |
| "type":"string" |
| } |
| }, |
| "type":"object" |
| }, |
| "type":"array" |
| }, |
| "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 which 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.", |
| "items":{ |
| "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.", |
| "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/sig-architecture/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" |
| } |
| }, |
| "required":[ |
| "apiVersion", |
| "kind", |
| "name", |
| "uid" |
| ], |
| "type":"object" |
| }, |
| "type":"array" |
| }, |
| "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/sig-architecture/api-conventions.md#concurrency-control-and-consistency", |
| "type":"string" |
| }, |
| "selfLink":{ |
| "description":"SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release.", |
| "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" |
| } |
| }, |
| "type":"object" |
| }, |
| "spec":{ |
| "description":"Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status", |
| "properties":{ |
| "configSource":{ |
| "description":"Deprecated. If specified, the source of the node's configuration. The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field. This field is deprecated as of 1.22: https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration", |
| "properties":{ |
| "configMap":{ |
| "description":"ConfigMap is a reference to a Node's ConfigMap", |
| "properties":{ |
| "kubeletConfigKey":{ |
| "description":"KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.", |
| "type":"string" |
| }, |
| "name":{ |
| "description":"Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.", |
| "type":"string" |
| }, |
| "namespace":{ |
| "description":"Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.", |
| "type":"string" |
| }, |
| "resourceVersion":{ |
| "description":"ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", |
| "type":"string" |
| }, |
| "uid":{ |
| "description":"UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", |
| "type":"string" |
| } |
| }, |
| "required":[ |
| "namespace", |
| "name", |
| "kubeletConfigKey" |
| ], |
| "type":"object" |
| } |
| }, |
| "type":"object" |
| }, |
| "externalID":{ |
| "description":"Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966", |
| "type":"string" |
| }, |
| "podCIDR":{ |
| "description":"PodCIDR represents the pod IP range assigned to the node.", |
| "type":"string" |
| }, |
| "podCIDRs":{ |
| "description":"podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6.", |
| "items":{ |
| "type":"string" |
| }, |
| "type":"array" |
| }, |
| "providerID":{ |
| "description":"ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID>", |
| "type":"string" |
| }, |
| "taints":{ |
| "description":"If specified, the node's taints.", |
| "items":{ |
| "description":"The node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint.", |
| "properties":{ |
| "effect":{ |
| "description":"Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.\n\nPossible enum values:\n - `\"NoExecute\"` Evict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.\n - `\"NoSchedule\"` Do not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.\n - `\"PreferNoSchedule\"` Like TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.", |
| "enum":[ |
| "NoExecute", |
| "NoSchedule", |
| "PreferNoSchedule" |
| ], |
| "type":"string" |
| }, |
| "key":{ |
| "description":"Required. The taint key to be applied to a node.", |
| "type":"string" |
| }, |
| "timeAdded":{ |
| "description":"TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints.", |
| "format":"date-time", |
| "type":"string" |
| }, |
| "value":{ |
| "description":"The taint value corresponding to the taint key.", |
| "type":"string" |
| } |
| }, |
| "required":[ |
| "key", |
| "effect" |
| ], |
| "type":"object" |
| }, |
| "type":"array" |
| }, |
| "unschedulable":{ |
| "description":"Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration", |
| "type":"boolean" |
| } |
| }, |
| "type":"object" |
| }, |
| "status":{ |
| "description":"Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status", |
| "properties":{ |
| "addresses":{ |
| "description":"List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example.", |
| "items":{ |
| "description":"NodeAddress contains information for the node's address.", |
| "properties":{ |
| "address":{ |
| "description":"The node address.", |
| "type":"string" |
| }, |
| "type":{ |
| "description":"Node address type, one of Hostname, ExternalIP or InternalIP.\n\nPossible enum values:\n - `\"ExternalDNS\"` identifies a DNS name which resolves to an IP address which has the characteristics of a NodeExternalIP. The IP it resolves to may or may not be a listed NodeExternalIP address.\n - `\"ExternalIP\"` identifies an IP address which is, in some way, intended to be more usable from outside the cluster then an internal IP, though no specific semantics are defined. It may be a globally routable IP, though it is not required to be. External IPs may be assigned directly to an interface on the node, like a NodeInternalIP, or alternatively, packets sent to the external IP may be NAT'ed to an internal node IP rather than being delivered directly (making the IP less efficient for node-to-node traffic than a NodeInternalIP).\n - `\"Hostname\"` identifies a name of the node. Although every node can be assumed to have a NodeAddress of this type, its exact syntax and semantics are not defined, and are not consistent between different clusters.\n - `\"InternalDNS\"` identifies a DNS name which resolves to an IP address which has the characteristics of a NodeInternalIP. The IP it resolves to may or may not be a listed NodeInternalIP address.\n - `\"InternalIP\"` identifies an IP address which is assigned to one of the node's network interfaces. Every node should have at least one address of this type. An internal IP is normally expected to be reachable from every other node, but may not be visible to hosts outside the cluster. By default it is assumed that kube-apiserver can reach node internal IPs, though it is possible to configure clusters where this is not the case. NodeInternalIP is the default type of node IP, and does not necessarily imply that the IP is ONLY reachable internally. If a node has multiple internal IPs, no specific semantics are assigned to the additional IPs.", |
| "enum":[ |
| "ExternalDNS", |
| "ExternalIP", |
| "Hostname", |
| "InternalDNS", |
| "InternalIP" |
| ], |
| "type":"string" |
| } |
| }, |
| "required":[ |
| "type", |
| "address" |
| ], |
| "type":"object" |
| }, |
| "type":"array" |
| }, |
| "allocatable":{ |
| "additionalProperties":{ |
| "description":"Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.\n\nThe serialization format is:\n\n<quantity> ::= <signedNumber><suffix>\n (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.)\n<digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n<decimalSI> ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber>\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" |
| }, |
| "description":"Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.", |
| "type":"object" |
| }, |
| "capacity":{ |
| "additionalProperties":{ |
| "description":"Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors.\n\nThe serialization format is:\n\n<quantity> ::= <signedNumber><suffix>\n (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.)\n<digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei\n (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n<decimalSI> ::= m | \"\" | k | M | G | T | P | E\n (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n<decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber>\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" |
| }, |
| "description":"Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity", |
| "type":"object" |
| }, |
| "conditions":{ |
| "description":"Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition", |
| "items":{ |
| "description":"NodeCondition contains condition information for a node.", |
| "properties":{ |
| "lastHeartbeatTime":{ |
| "description":"Last time we got an update on a given condition.", |
| "format":"date-time", |
| "type":"string" |
| }, |
| "lastTransitionTime":{ |
| "description":"Last time the condition transit from one status to another.", |
| "format":"date-time", |
| "type":"string" |
| }, |
| "message":{ |
| "description":"Human readable message indicating details about last transition.", |
| "type":"string" |
| }, |
| "reason":{ |
| "description":"(brief) reason for the condition's last transition.", |
| "type":"string" |
| }, |
| "status":{ |
| "description":"Status of the condition, one of True, False, Unknown.", |
| "type":"string" |
| }, |
| "type":{ |
| "description":"Type of node condition.\n\nPossible enum values:\n - `\"DiskPressure\"` means the kubelet is under pressure due to insufficient available disk.\n - `\"MemoryPressure\"` means the kubelet is under pressure due to insufficient available memory.\n - `\"NetworkUnavailable\"` means that network for the node is not correctly configured.\n - `\"PIDPressure\"` means the kubelet is under pressure due to insufficient available PID.\n - `\"Ready\"` means kubelet is healthy and ready to accept pods.", |
| "enum":[ |
| "DiskPressure", |
| "MemoryPressure", |
| "NetworkUnavailable", |
| "PIDPressure", |
| "Ready" |
| ], |
| "type":"string" |
| } |
| }, |
| "required":[ |
| "type", |
| "status" |
| ], |
| "type":"object" |
| }, |
| "type":"array" |
| }, |
| "config":{ |
| "description":"Status of the config assigned to the node via the dynamic Kubelet config feature.", |
| "properties":{ |
| "active":{ |
| "description":"Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error.", |
| "properties":{ |
| "configMap":{ |
| "description":"ConfigMap is a reference to a Node's ConfigMap", |
| "properties":{ |
| "kubeletConfigKey":{ |
| "description":"KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.", |
| "type":"string" |
| }, |
| "name":{ |
| "description":"Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.", |
| "type":"string" |
| }, |
| "namespace":{ |
| "description":"Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.", |
| "type":"string" |
| }, |
| "resourceVersion":{ |
| "description":"ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", |
| "type":"string" |
| }, |
| "uid":{ |
| "description":"UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", |
| "type":"string" |
| } |
| }, |
| "required":[ |
| "namespace", |
| "name", |
| "kubeletConfigKey" |
| ], |
| "type":"object" |
| } |
| }, |
| "type":"object" |
| }, |
| "assigned":{ |
| "description":"Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned.", |
| "properties":{ |
| "configMap":{ |
| "description":"ConfigMap is a reference to a Node's ConfigMap", |
| "properties":{ |
| "kubeletConfigKey":{ |
| "description":"KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.", |
| "type":"string" |
| }, |
| "name":{ |
| "description":"Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.", |
| "type":"string" |
| }, |
| "namespace":{ |
| "description":"Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.", |
| "type":"string" |
| }, |
| "resourceVersion":{ |
| "description":"ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", |
| "type":"string" |
| }, |
| "uid":{ |
| "description":"UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", |
| "type":"string" |
| } |
| }, |
| "required":[ |
| "namespace", |
| "name", |
| "kubeletConfigKey" |
| ], |
| "type":"object" |
| } |
| }, |
| "type":"object" |
| }, |
| "error":{ |
| "description":"Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions.", |
| "type":"string" |
| }, |
| "lastKnownGood":{ |
| "description":"LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future.", |
| "properties":{ |
| "configMap":{ |
| "description":"ConfigMap is a reference to a Node's ConfigMap", |
| "properties":{ |
| "kubeletConfigKey":{ |
| "description":"KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.", |
| "type":"string" |
| }, |
| "name":{ |
| "description":"Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.", |
| "type":"string" |
| }, |
| "namespace":{ |
| "description":"Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.", |
| "type":"string" |
| }, |
| "resourceVersion":{ |
| "description":"ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", |
| "type":"string" |
| }, |
| "uid":{ |
| "description":"UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.", |
| "type":"string" |
| } |
| }, |
| "required":[ |
| "namespace", |
| "name", |
| "kubeletConfigKey" |
| ], |
| "type":"object" |
| } |
| }, |
| "type":"object" |
| } |
| }, |
| "type":"object" |
| }, |
| "daemonEndpoints":{ |
| "description":"Endpoints of daemons running on the Node.", |
| "properties":{ |
| "kubeletEndpoint":{ |
| "description":"Endpoint on which Kubelet is listening.", |
| "properties":{ |
| "Port":{ |
| "description":"Port number of the given endpoint.", |
| "format":"int32", |
| "type":"integer" |
| } |
| }, |
| "required":[ |
| "Port" |
| ], |
| "type":"object" |
| } |
| }, |
| "type":"object" |
| }, |
| "images":{ |
| "description":"List of container images on this node", |
| "items":{ |
| "description":"Describe a container image", |
| "properties":{ |
| "names":{ |
| "description":"Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]", |
| "items":{ |
| "type":"string" |
| }, |
| "type":"array" |
| }, |
| "sizeBytes":{ |
| "description":"The size of the image in bytes.", |
| "format":"int64", |
| "type":"integer" |
| } |
| }, |
| "type":"object" |
| }, |
| "type":"array" |
| }, |
| "nodeInfo":{ |
| "description":"Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info", |
| "properties":{ |
| "architecture":{ |
| "description":"The Architecture reported by the node", |
| "type":"string" |
| }, |
| "bootID":{ |
| "description":"Boot ID reported by the node.", |
| "type":"string" |
| }, |
| "containerRuntimeVersion":{ |
| "description":"ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0).", |
| "type":"string" |
| }, |
| "kernelVersion":{ |
| "description":"Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).", |
| "type":"string" |
| }, |
| "kubeProxyVersion":{ |
| "description":"KubeProxy Version reported by the node.", |
| "type":"string" |
| }, |
| "kubeletVersion":{ |
| "description":"Kubelet Version reported by the node.", |
| "type":"string" |
| }, |
| "machineID":{ |
| "description":"MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html", |
| "type":"string" |
| }, |
| "operatingSystem":{ |
| "description":"The Operating System reported by the node", |
| "type":"string" |
| }, |
| "osImage":{ |
| "description":"OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)).", |
| "type":"string" |
| }, |
| "systemUUID":{ |
| "description":"SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid", |
| "type":"string" |
| } |
| }, |
| "required":[ |
| "machineID", |
| "systemUUID", |
| "bootID", |
| "kernelVersion", |
| "osImage", |
| "containerRuntimeVersion", |
| "kubeletVersion", |
| "kubeProxyVersion", |
| "operatingSystem", |
| "architecture" |
| ], |
| "type":"object" |
| }, |
| "phase":{ |
| "description":"NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.\n\nPossible enum values:\n - `\"Pending\"` means the node has been created/added by the system, but not configured.\n - `\"Running\"` means the node has been configured and has Kubernetes components running.\n - `\"Terminated\"` means the node has been removed from the cluster.", |
| "enum":[ |
| "Pending", |
| "Running", |
| "Terminated" |
| ], |
| "type":"string" |
| }, |
| "volumesAttached":{ |
| "description":"List of volumes that are attached to the node.", |
| "items":{ |
| "description":"AttachedVolume describes a volume attached to a node", |
| "properties":{ |
| "devicePath":{ |
| "description":"DevicePath represents the device path where the volume should be available", |
| "type":"string" |
| }, |
| "name":{ |
| "description":"Name of the attached volume", |
| "type":"string" |
| } |
| }, |
| "required":[ |
| "name", |
| "devicePath" |
| ], |
| "type":"object" |
| }, |
| "type":"array" |
| }, |
| "volumesInUse":{ |
| "description":"List of attachable volumes in use (mounted) by the node.", |
| "items":{ |
| "type":"string" |
| }, |
| "type":"array" |
| } |
| }, |
| "type":"object" |
| } |
| }, |
| "type":"object", |
| "x-kubernetes-group-version-kind":[ |
| { |
| "group":"", |
| "kind":"Node", |
| "version":"v1" |
| } |
| ] |
| } |