"description":"Type is the type of the condition. Currently only Ready. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions",
"description":"Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions",
"type":"string"
}
}
...
...
@@ -79287,6 +79287,18 @@
}
]
},
"io.k8s.api.core.v1.PodReadinessGate":{
"description":"PodReadinessGate contains the reference to a pod condition",
"required":[
"conditionType"
],
"properties":{
"conditionType":{
"description":"ConditionType refers to a condition in the pod's condition list with matching type.",
"type":"string"
}
}
},
"io.k8s.api.core.v1.PodSecurityContext":{
"description":"PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.",
"properties":{
...
...
@@ -79422,6 +79434,13 @@
"description":"If specified, indicates the pod's priority. \"system-node-critical\" and \"system-cluster-critical\" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.",
"type":"string"
},
"readinessGates":{
"description":"If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md",
"description":"Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy",
"description":"Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy."
},
"readinessGates":{
"type":"array",
"items":{
"$ref":"v1.PodReadinessGate"
},
"description":"If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md"
}
}
},
...
...
@@ -8695,6 +8702,19 @@
}
}
},
"v1.PodReadinessGate":{
"id":"v1.PodReadinessGate",
"description":"PodReadinessGate contains the reference to a pod condition",
"required":[
"conditionType"
],
"properties":{
"conditionType":{
"type":"string",
"description":"ConditionType refers to a condition in the pod's condition list with matching type."
}
}
},
"v1.DaemonSetUpdateStrategy":{
"id":"v1.DaemonSetUpdateStrategy",
"description":"DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.",
"description":"Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy."
},
"readinessGates":{
"type":"array",
"items":{
"$ref":"v1.PodReadinessGate"
},
"description":"If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md"
}
}
},
...
...
@@ -6329,6 +6336,19 @@
}
}
},
"v1.PodReadinessGate":{
"id":"v1.PodReadinessGate",
"description":"PodReadinessGate contains the reference to a pod condition",
"required":[
"conditionType"
],
"properties":{
"conditionType":{
"type":"string",
"description":"ConditionType refers to a condition in the pod's condition list with matching type."
}
}
},
"v1beta1.DeploymentStrategy":{
"id":"v1beta1.DeploymentStrategy",
"description":"DeploymentStrategy describes how to replace existing pods with new ones.",
"description":"Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy."
},
"readinessGates":{
"type":"array",
"items":{
"$ref":"v1.PodReadinessGate"
},
"description":"If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md"
}
}
},
...
...
@@ -8695,6 +8702,19 @@
}
}
},
"v1.PodReadinessGate":{
"id":"v1.PodReadinessGate",
"description":"PodReadinessGate contains the reference to a pod condition",
"required":[
"conditionType"
],
"properties":{
"conditionType":{
"type":"string",
"description":"ConditionType refers to a condition in the pod's condition list with matching type."
}
}
},
"v1beta2.DaemonSetUpdateStrategy":{
"id":"v1beta2.DaemonSetUpdateStrategy",
"description":"DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.",
"description":"Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy."
},
"readinessGates":{
"type":"array",
"items":{
"$ref":"v1.PodReadinessGate"
},
"description":"If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md"
}
}
},
...
...
@@ -3669,6 +3676,19 @@
}
}
},
"v1.PodReadinessGate":{
"id":"v1.PodReadinessGate",
"description":"PodReadinessGate contains the reference to a pod condition",
"required":[
"conditionType"
],
"properties":{
"conditionType":{
"type":"string",
"description":"ConditionType refers to a condition in the pod's condition list with matching type."
}
}
},
"v1.JobStatus":{
"id":"v1.JobStatus",
"description":"JobStatus represents the current state of a Job.",
"description":"Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy."
},
"readinessGates":{
"type":"array",
"items":{
"$ref":"v1.PodReadinessGate"
},
"description":"If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md"
}
}
},
...
...
@@ -3724,6 +3731,19 @@
}
}
},
"v1.PodReadinessGate":{
"id":"v1.PodReadinessGate",
"description":"PodReadinessGate contains the reference to a pod condition",
"required":[
"conditionType"
],
"properties":{
"conditionType":{
"type":"string",
"description":"ConditionType refers to a condition in the pod's condition list with matching type."
}
}
},
"v1beta1.CronJobStatus":{
"id":"v1beta1.CronJobStatus",
"description":"CronJobStatus represents the current state of a cron job.",
"description":"Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy."
},
"readinessGates":{
"type":"array",
"items":{
"$ref":"v1.PodReadinessGate"
},
"description":"If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md"
}
}
},
...
...
@@ -3724,6 +3731,19 @@
}
}
},
"v1.PodReadinessGate":{
"id":"v1.PodReadinessGate",
"description":"PodReadinessGate contains the reference to a pod condition",
"required":[
"conditionType"
],
"properties":{
"conditionType":{
"type":"string",
"description":"ConditionType refers to a condition in the pod's condition list with matching type."
}
}
},
"v2alpha1.CronJobStatus":{
"id":"v2alpha1.CronJobStatus",
"description":"CronJobStatus represents the current state of a cron job.",
"description":"Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy."
},
"readinessGates":{
"type":"array",
"items":{
"$ref":"v1.PodReadinessGate"
},
"description":"If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md"
}
}
},
...
...
@@ -9337,6 +9344,19 @@
}
}
},
"v1.PodReadinessGate":{
"id":"v1.PodReadinessGate",
"description":"PodReadinessGate contains the reference to a pod condition",
"required":[
"conditionType"
],
"properties":{
"conditionType":{
"type":"string",
"description":"ConditionType refers to a condition in the pod's condition list with matching type."
"description":"Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy."
},
"readinessGates":{
"type":"array",
"items":{
"$ref":"v1.PodReadinessGate"
},
"description":"If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md"
}
}
},
...
...
@@ -21913,6 +21920,19 @@
}
}
},
"v1.PodReadinessGate":{
"id":"v1.PodReadinessGate",
"description":"PodReadinessGate contains the reference to a pod condition",
"required":[
"conditionType"
],
"properties":{
"conditionType":{
"type":"string",
"description":"ConditionType refers to a condition in the pod's condition list with matching type."
}
}
},
"v1.PodStatus":{
"id":"v1.PodStatus",
"description":"PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.",
...
...
@@ -21982,7 +22002,7 @@
"properties":{
"type":{
"type":"string",
"description":"Type is the type of the condition. Currently only Ready. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions"
"description":"Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions"
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: <ahref="https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md">https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">ConditionType refers to a condition in the pod’s condition list with matching type.</p></td>
<p>OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: <ahref="https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md">https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">ConditionType refers to a condition in the pod’s condition list with matching type.</p></td>
<p>OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: <ahref="https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md">https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">ConditionType refers to a condition in the pod’s condition list with matching type.</p></td>
<p>OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: <ahref="https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md">https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">ConditionType refers to a condition in the pod’s condition list with matching type.</p></td>
<p>OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: <ahref="https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md">https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">ConditionType refers to a condition in the pod’s condition list with matching type.</p></td>
<p>OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: <ahref="https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md">https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">ConditionType refers to a condition in the pod’s condition list with matching type.</p></td>
<p>OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: <ahref="https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md">https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">ConditionType refers to a condition in the pod’s condition list with matching type.</p></td>
<p>OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: <ahref="https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md">https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Type is the type of the condition. Currently only Ready. More info: <ahref="https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions">https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Type is the type of the condition. More info: <ahref="https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions">https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions</a></p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">ConditionType refers to a condition in the pod’s condition list with matching type.</p></td>
"":"PodCondition contains details for the current condition of this pod.",
"type":"Type is the type of the condition. Currently only Ready. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions",
"type":"Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions",
"status":"Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions",
"lastProbeTime":"Last time we probed the condition.",
"lastTransitionTime":"Last time the condition transitioned from one status to another.",
"":"PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.",
"seLinuxOptions":"The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.",
...
...
@@ -1501,6 +1510,7 @@ var map_PodSpec = map[string]string{
"priorityClassName":"If specified, indicates the pod's priority. \"system-node-critical\" and \"system-cluster-critical\" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.",
"priority":"The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority.",
"dnsConfig":"Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy.",
"readinessGates":"If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://github.com/kubernetes/community/blob/master/keps/sig-network/0007-pod-ready%2B%2B.md",