Skip to content

Commit

Permalink
Adding new schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksoncage committed Mar 17, 2022
1 parent b365ad6 commit b9d11f6
Show file tree
Hide file tree
Showing 12,686 changed files with 5,353,403 additions and 2,152 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
64 changes: 8 additions & 56 deletions master-local/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
"type": "object"
},
"io.k8s.api.apiserverinternal.v1alpha1.StorageVersion": {
"description": "\n Storage version of a specific resource.",
"description": "Storage version of a specific resource.",
"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",
Expand Down Expand Up @@ -4264,12 +4264,7 @@
"type": "string"
},
"type": {
"description": "Type of job condition, Complete or Failed.\n\nPossible enum values:\n - `\"Complete\"` means the job has completed its execution.\n - `\"Failed\"` means the job has failed its execution.\n - `\"Suspended\"` means the job has been suspended.",
"enum": [
"Complete",
"Failed",
"Suspended"
],
"description": "Type of job condition, Complete or Failed.",
"type": "string"
}
},
Expand Down Expand Up @@ -7124,12 +7119,7 @@
"type": "object"
},
"type": {
"description": "Type of resource that this limit applies to.\n\nPossible enum values:\n - `\"Container\"` Limit that applies to all containers in a namespace\n - `\"PersistentVolumeClaim\"` Limit that applies to all persistent volume claims in a namespace\n - `\"Pod\"` Limit that applies to all pods in a namespace",
"enum": [
"Container",
"PersistentVolumeClaim",
"Pod"
],
"description": "Type of resource that this limit applies to.",
"type": "string"
}
},
Expand Down Expand Up @@ -7330,14 +7320,7 @@
"type": "string"
},
"type": {
"description": "Type of namespace controller condition.\n\nPossible enum values:\n - `\"NamespaceContentRemaining\"` contains information about resources remaining in a namespace.\n - `\"NamespaceDeletionContentFailure\"` contains information about namespace deleter errors during deletion of resources.\n - `\"NamespaceDeletionDiscoveryFailure\"` contains information about namespace deleter errors during resource discovery.\n - `\"NamespaceDeletionGroupVersionParsingFailure\"` contains information about namespace deleter errors parsing GV for legacy types.\n - `\"NamespaceFinalizersRemaining\"` contains information about which finalizers are on resources remaining in a namespace.",
"enum": [
"NamespaceContentRemaining",
"NamespaceDeletionContentFailure",
"NamespaceDeletionDiscoveryFailure",
"NamespaceDeletionGroupVersionParsingFailure",
"NamespaceFinalizersRemaining"
],
"description": "Type of namespace controller condition.",
"type": "string"
}
},
Expand Down Expand Up @@ -7465,14 +7448,7 @@
"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"
],
"description": "Node address type, one of Hostname, ExternalIP or InternalIP.",
"type": "string"
}
},
Expand Down Expand Up @@ -7523,14 +7499,7 @@
"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"
],
"description": "Type of node condition.",
"type": "string"
}
},
Expand Down Expand Up @@ -8018,11 +7987,6 @@
"type": "string"
},
"type": {
"description": "\n\n\nPossible enum values:\n - `\"FileSystemResizePending\"` - controller resize is finished and a file system resize is pending on node\n - `\"Resizing\"` - a user trigger resize of pvc has been started",
"enum": [
"FileSystemResizePending",
"Resizing"
],
"type": "string"
}
},
Expand Down Expand Up @@ -8542,13 +8506,7 @@
"type": "string"
},
"type": {
"description": "Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions\n\nPossible enum values:\n - `\"ContainersReady\"` indicates whether all containers in the pod are ready.\n - `\"Initialized\"` means that all init containers in the pod have started successfully.\n - `\"PodScheduled\"` represents status of the scheduling process for this pod.\n - `\"Ready\"` means the pod is able to service requests and should be added to the load balancing pools of all matching services.",
"enum": [
"ContainersReady",
"Initialized",
"PodScheduled",
"Ready"
],
"description": "Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions",
"type": "string"
}
},
Expand Down Expand Up @@ -8663,13 +8621,7 @@
"description": "PodReadinessGate contains the reference to a pod condition",
"properties": {
"conditionType": {
"description": "ConditionType refers to a condition in the pod's condition list with matching type.\n\nPossible enum values:\n - `\"ContainersReady\"` indicates whether all containers in the pod are ready.\n - `\"Initialized\"` means that all init containers in the pod have started successfully.\n - `\"PodScheduled\"` represents status of the scheduling process for this pod.\n - `\"Ready\"` means the pod is able to service requests and should be added to the load balancing pools of all matching services.",
"enum": [
"ContainersReady",
"Initialized",
"PodScheduled",
"Ready"
],
"description": "ConditionType refers to a condition in the pod's condition list with matching type.",
"type": "string"
}
},
Expand Down
7 changes: 1 addition & 6 deletions master-local/jobcondition-batch-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@
]
},
"type": {
"description": "Type of job condition, Complete or Failed.\n\nPossible enum values:\n - `\"Complete\"` means the job has completed its execution.\n - `\"Failed\"` means the job has failed its execution.\n - `\"Suspended\"` means the job has been suspended.",
"enum": [
"Complete",
"Failed",
"Suspended"
],
"description": "Type of job condition, Complete or Failed.",
"type": [
"string",
"null"
Expand Down
7 changes: 1 addition & 6 deletions master-local/jobcondition.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@
]
},
"type": {
"description": "Type of job condition, Complete or Failed.\n\nPossible enum values:\n - `\"Complete\"` means the job has completed its execution.\n - `\"Failed\"` means the job has failed its execution.\n - `\"Suspended\"` means the job has been suspended.",
"enum": [
"Complete",
"Failed",
"Suspended"
],
"description": "Type of job condition, Complete or Failed.",
"type": [
"string",
"null"
Expand Down
7 changes: 1 addition & 6 deletions master-local/limitrangeitem-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@
]
},
"type": {
"description": "Type of resource that this limit applies to.\n\nPossible enum values:\n - `\"Container\"` Limit that applies to all containers in a namespace\n - `\"PersistentVolumeClaim\"` Limit that applies to all persistent volume claims in a namespace\n - `\"Pod\"` Limit that applies to all pods in a namespace",
"enum": [
"Container",
"PersistentVolumeClaim",
"Pod"
],
"description": "Type of resource that this limit applies to.",
"type": [
"string",
"null"
Expand Down
7 changes: 1 addition & 6 deletions master-local/limitrangeitem.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@
]
},
"type": {
"description": "Type of resource that this limit applies to.\n\nPossible enum values:\n - `\"Container\"` Limit that applies to all containers in a namespace\n - `\"PersistentVolumeClaim\"` Limit that applies to all persistent volume claims in a namespace\n - `\"Pod\"` Limit that applies to all pods in a namespace",
"enum": [
"Container",
"PersistentVolumeClaim",
"Pod"
],
"description": "Type of resource that this limit applies to.",
"type": [
"string",
"null"
Expand Down
9 changes: 1 addition & 8 deletions master-local/namespacecondition-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@
]
},
"type": {
"description": "Type of namespace controller condition.\n\nPossible enum values:\n - `\"NamespaceContentRemaining\"` contains information about resources remaining in a namespace.\n - `\"NamespaceDeletionContentFailure\"` contains information about namespace deleter errors during deletion of resources.\n - `\"NamespaceDeletionDiscoveryFailure\"` contains information about namespace deleter errors during resource discovery.\n - `\"NamespaceDeletionGroupVersionParsingFailure\"` contains information about namespace deleter errors parsing GV for legacy types.\n - `\"NamespaceFinalizersRemaining\"` contains information about which finalizers are on resources remaining in a namespace.",
"enum": [
"NamespaceContentRemaining",
"NamespaceDeletionContentFailure",
"NamespaceDeletionDiscoveryFailure",
"NamespaceDeletionGroupVersionParsingFailure",
"NamespaceFinalizersRemaining"
],
"description": "Type of namespace controller condition.",
"type": [
"string",
"null"
Expand Down
9 changes: 1 addition & 8 deletions master-local/namespacecondition.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@
]
},
"type": {
"description": "Type of namespace controller condition.\n\nPossible enum values:\n - `\"NamespaceContentRemaining\"` contains information about resources remaining in a namespace.\n - `\"NamespaceDeletionContentFailure\"` contains information about namespace deleter errors during deletion of resources.\n - `\"NamespaceDeletionDiscoveryFailure\"` contains information about namespace deleter errors during resource discovery.\n - `\"NamespaceDeletionGroupVersionParsingFailure\"` contains information about namespace deleter errors parsing GV for legacy types.\n - `\"NamespaceFinalizersRemaining\"` contains information about which finalizers are on resources remaining in a namespace.",
"enum": [
"NamespaceContentRemaining",
"NamespaceDeletionContentFailure",
"NamespaceDeletionDiscoveryFailure",
"NamespaceDeletionGroupVersionParsingFailure",
"NamespaceFinalizersRemaining"
],
"description": "Type of namespace controller condition.",
"type": [
"string",
"null"
Expand Down
9 changes: 1 addition & 8 deletions master-local/nodeaddress-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@
]
},
"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"
],
"description": "Node address type, one of Hostname, ExternalIP or InternalIP.",
"type": [
"string",
"null"
Expand Down
9 changes: 1 addition & 8 deletions master-local/nodeaddress.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@
]
},
"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"
],
"description": "Node address type, one of Hostname, ExternalIP or InternalIP.",
"type": [
"string",
"null"
Expand Down
9 changes: 1 addition & 8 deletions master-local/nodecondition-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@
]
},
"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"
],
"description": "Type of node condition.",
"type": [
"string",
"null"
Expand Down
9 changes: 1 addition & 8 deletions master-local/nodecondition.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@
]
},
"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"
],
"description": "Type of node condition.",
"type": [
"string",
"null"
Expand Down
5 changes: 0 additions & 5 deletions master-local/persistentvolumeclaimcondition-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
]
},
"type": {
"description": "\n\n\nPossible enum values:\n - `\"FileSystemResizePending\"` - controller resize is finished and a file system resize is pending on node\n - `\"Resizing\"` - a user trigger resize of pvc has been started",
"enum": [
"FileSystemResizePending",
"Resizing"
],
"type": [
"string",
"null"
Expand Down
5 changes: 0 additions & 5 deletions master-local/persistentvolumeclaimcondition.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
]
},
"type": {
"description": "\n\n\nPossible enum values:\n - `\"FileSystemResizePending\"` - controller resize is finished and a file system resize is pending on node\n - `\"Resizing\"` - a user trigger resize of pvc has been started",
"enum": [
"FileSystemResizePending",
"Resizing"
],
"type": [
"string",
"null"
Expand Down
Loading

0 comments on commit b9d11f6

Please sign in to comment.