clusterIP string
-clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are "None", empty string (""), or a valid IP address. "None" can be specified for headless services when proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
+clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are "None", empty string (""), or a valid IP address. "None" can be specified for headless services when proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
externalIPs string array
@@ -18673,7 +18673,7 @@ Appears In:
externalTrafficPolicy string
-externalTrafficPolicy denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints. "Local" preserves the client source IP and avoids a second hop for LoadBalancer and Nodeport type services, but risks potentially imbalanced traffic spreading. "Cluster" obscures the client source IP and may cause a second hop to another node, but should have good overall load-spreading.
+externalTrafficPolicy denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints. "Local" preserves the client source IP and avoids a second hop for LoadBalancer and Nodeport type services, but risks potentially imbalanced traffic spreading. "Cluster" obscures the client source IP and may cause a second hop to another node, but should have good overall load-spreading.
healthCheckNodePort integer
@@ -18685,7 +18685,7 @@ Appears In:
loadBalancerSourceRanges string array
-If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature." More info: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/
+If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature." More info: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/
ports ServicePort array patch type : merge patch merge key : port
@@ -18701,7 +18701,7 @@ Appears In:
sessionAffinity string
-Supports "ClientIP" and "None". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
+Supports "ClientIP" and "None". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
sessionAffinityConfig SessionAffinityConfig
@@ -18709,7 +18709,7 @@ Appears In:
type string
-type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. "ExternalName" maps to the specified externalName. "ClusterIP" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is "None", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. "NodePort" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. "LoadBalancer" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services---service-types
+type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. "ExternalName" maps to the specified externalName. "ClusterIP" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is "None", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. "NodePort" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. "LoadBalancer" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services---service-types
@@ -22959,10 +22959,6 @@ Appears In:
APIService represents a server for a particular GroupVersion. Name must be "version.group".
+APIService represents a server for a particular GroupVersion. Name must be "version.group".
Appears In:
@@ -42263,7 +42263,7 @@ Appears In:
version string
-Version is the API version this server hosts. For example, "v1"
+Version is the API version this server hosts. For example, "v1"
versionPriority integer
@@ -43365,6 +43365,10 @@ Appears In:
+200 Binding
+OK
+
+
201 Binding
Created
@@ -43372,10 +43376,6 @@ Appears In:
202 Binding
Accepted
-
-200 Binding
-OK
-
@@ -43599,10 +43599,6 @@ Appears In:
-202 CertificateSigningRequest
-Accepted
-
-
200 CertificateSigningRequest
OK
@@ -43610,6 +43606,10 @@ Appears In:
201 CertificateSigningRequest
Created
+
+202 CertificateSigningRequest
+Accepted
+
Patch
@@ -43783,13 +43783,13 @@ Appears In:
-200 CertificateSigningRequest
-OK
-
-
201 CertificateSigningRequest
Created
+
+200 CertificateSigningRequest
+OK
+
Delete
@@ -45683,13 +45683,13 @@ Appears In:
-201 ClusterRoleBinding
-Created
-
-
200 ClusterRoleBinding
OK
+
+201 ClusterRoleBinding
+Created
+
Delete
@@ -46623,6 +46623,10 @@ Appears In:
+202 LocalSubjectAccessReview
+Accepted
+
+
200 LocalSubjectAccessReview
OK
@@ -46630,10 +46634,6 @@ Appears In:
201 LocalSubjectAccessReview
Created
-
-202 LocalSubjectAccessReview
-Accepted
-
@@ -47017,13 +47017,13 @@ Appears In:
-200 Namespace
-OK
-
-
201 Namespace
Created
+
+200 Namespace
+OK
+
Delete
@@ -47835,7 +47835,7 @@ Appears In:
providerID string
-ID of the node assigned by the cloud provider in the format: ://
+ID of the node assigned by the cloud provider in the format: <ProviderName>://<ProviderSpecificNodeID>
taints Taint array
@@ -48999,13 +48999,13 @@ Appears In:
-200 Node
-OK
-
-
201 Node
Created
+
+200 Node
+OK
+
Proxy Operations
@@ -50387,7 +50387,7 @@ Appears In:
mountOptions string array
-A list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options
+A list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options
nfs NFSVolumeSource
@@ -50746,13 +50746,13 @@ Appears In:
-200 PersistentVolume
-OK
-
-
201 PersistentVolume
Created
+
+200 PersistentVolume
+OK
+
Delete
@@ -51980,13 +51980,13 @@ Appears In:
-200 ResourceQuota
-OK
-
-
201 ResourceQuota
Created
+
+200 ResourceQuota
+OK
+
Delete
@@ -53218,6 +53218,10 @@ Appears In:
+201 Role
+Created
+
+
202 Role
Accepted
@@ -53225,10 +53229,6 @@ Appears In:
200 Role
OK
-
-201 Role
-Created
-
Patch
@@ -53410,13 +53410,13 @@ Appears In:
-201 Role
-Created
-
-
200 Role
OK
+
+201 Role
+Created
+
Delete
@@ -55386,7 +55386,7 @@ Appears In:
Other api versions of this object exist: v1beta1
-SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action
+SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action
Patch
@@ -56047,13 +56047,13 @@ Appears In:
-201 ServiceAccount
-Created
-
-
200 ServiceAccount
OK
+
+201 ServiceAccount
+Created
+
Delete
@@ -56942,7 +56942,7 @@ Appears In:
user string
-User is the user you're testing for. If you specify "User" but not "Groups", then is it interpreted as "What if User were not a member of any groups
+User is the user you're testing for. If you specify "User" but not "Groups", then is it interpreted as "What if User were not a member of any groups
@@ -57052,10 +57052,6 @@ Appears In:
-200 SubjectAccessReview
-OK
-
-
201 SubjectAccessReview
Created
@@ -57063,6 +57059,10 @@ Appears In:
202 SubjectAccessReview
Accepted
+
+200 SubjectAccessReview
+OK
+
@@ -57337,7 +57337,7 @@ Appears In:
policyTypes string array
-List of rule types that the NetworkPolicy relates to. Valid options are Ingress, Egress, or Ingress,Egress. If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
+List of rule types that the NetworkPolicy relates to. Valid options are Ingress, Egress, or Ingress,Egress. If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
@@ -58549,7 +58549,7 @@ Appears In:
group string
-group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale".
+group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale".
kind string
@@ -58577,7 +58577,7 @@ Appears In:
version string
-version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)".
+version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)".
@@ -58716,15 +58716,15 @@ Appears In:
fsType string
-Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
+Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
partition integer
-The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty).
+The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty).
readOnly boolean
-Specify "true" to force and set the ReadOnly property in VolumeMounts to "true". If omitted, the default is "false". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
+Specify "true" to force and set the ReadOnly property in VolumeMounts to "true". If omitted, the default is "false". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
volumeID string
@@ -58989,7 +58989,7 @@ Appears In:
fsType string
-Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
+Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
kind string
@@ -59393,7 +59393,7 @@ Appears In:
fsType string
-Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
+Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
readOnly boolean
@@ -59440,7 +59440,7 @@ Appears In:
timeoutSeconds integer
-timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours).
+timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours).
@@ -59487,11 +59487,11 @@ Appears In:
status string
-Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
+Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
type string
-Type of condition for a component. Valid value: "Healthy"
+Type of condition for a component. Valid value: "Healthy"
@@ -59721,7 +59721,7 @@ Appears In:
names string array
-Names by which this image is known. e.g. ["k8s.gcr.io/hyperkube:v1.0.7", "dockerhub.io/google_containers/hyperkube:v1.0.7"]
+Names by which this image is known. e.g. ["gcr.io/google_containers/hyperkube:v1.0.7", "dockerhub.io/google_containers/hyperkube:v1.0.7"]
sizeBytes integer
@@ -59780,7 +59780,7 @@ Appears In:
protocol string
-Protocol for port. Must be UDP or TCP. Defaults to "TCP".
+Protocol for port. Must be UDP or TCP. Defaults to "TCP".
@@ -59905,7 +59905,7 @@ Appears In:
containerID string
-Container's ID in the format 'docker://'
+Container's ID in the format 'docker://<container_id>'
exitCode integer
@@ -60017,7 +60017,7 @@ Appears In:
kind string
-Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds "
+Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds" ;
name string
@@ -60120,7 +60120,7 @@ Appears In:
listKind string
-ListKind is the serialized kind of the list for this resource. Defaults to List.
+ListKind is the serialized kind of the list for this resource. Defaults to <kind>List.
plural string
@@ -60132,7 +60132,7 @@ Appears In:
singular string
-Singular is the singular name of the resource. It must be all lowercase Defaults to lowercased
+Singular is the singular name of the resource. It must be all lowercase Defaults to lowercased <kind>
@@ -60308,11 +60308,11 @@ Appears In:
rollingUpdate RollingUpdateDaemonSet
-Rolling update config params. Present only if type = "RollingUpdate".
+Rolling update config params. Present only if type = "RollingUpdate".
type string
-Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
+Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
@@ -60363,7 +60363,7 @@ Appears In:
orphanDependents boolean
-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.
+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.
preconditions Preconditions
@@ -60605,7 +60605,7 @@ Appears In:
medium string
-What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
+What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
sizeLimit Quantity
@@ -60730,8 +60730,8 @@ Appears In:
EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given:
{
- Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}],
- Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}]
+ Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}],
+ Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}]
}
The resulting set of endpoints can be viewed as:
a: [ 10.10.1.1:8675, 10.10.2.2:8675 ],
@@ -60853,7 +60853,7 @@ Appears In:
value string
-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 "".
+Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "".
valueFrom EnvVarSource
@@ -61022,7 +61022,7 @@ Appears In:
-Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods//evictions.
+Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/<pod name>/evictions.
@@ -61066,7 +61066,7 @@ Appears In:
-ExecAction describes a "run in container" action.
+ExecAction describes a "run in container" action.
Appears In:
@@ -61169,7 +61169,7 @@ Appears In:
fsType string
-Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
+Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
lun integer
@@ -61272,7 +61272,7 @@ Appears In:
fsType string
-Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.
+Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script.
options object
@@ -61369,11 +61369,11 @@ Appears In:
fsType string
-Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
+Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
partition integer
-The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
+The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
pdName string
@@ -61497,7 +61497,7 @@ Appears In:
-GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.
+GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.
Appears In:
@@ -61515,11 +61515,11 @@ Appears In:
groupVersion string
-groupVersion specifies the API group and version in the form "group/version"
+groupVersion specifies the API group and version in the form "group/version"
version string
-version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion.
+version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion.
@@ -61559,7 +61559,7 @@ Appears In:
host string
-Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
+Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
httpHeaders HTTPHeader array
@@ -61661,7 +61661,7 @@ Appears In:
path string
-Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
+Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
@@ -61682,7 +61682,7 @@ Appears In:
-HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.
+HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> ; -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.
Appears In:
@@ -61889,7 +61889,7 @@ Appears In:
type string
-Type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
+Type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
@@ -62000,7 +62000,7 @@ Appears In:
Other api versions of this object exist: v1beta1
-IPBlock describes a particular CIDR (Ex. "192.168.1.1/24") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
+IPBlock describes a particular CIDR (Ex. "192.168.1.1/24") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
Appears In:
@@ -62018,11 +62018,11 @@ Appears In:
cidr string
-CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"
+CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"
except string array
-Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" Except values will be rejected if they are outside the CIDR range
+Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" Except values will be rejected if they are outside the CIDR range
@@ -62069,11 +62069,11 @@ Appears In:
fsType string
-Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
+Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
initiatorName string
-Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection.
+Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.
iqn string
@@ -62148,11 +62148,11 @@ Appears In:
fsType string
-Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
+Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi
initiatorName string
-Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection.
+Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface <target portal>:<volume name> will be created for the connection.
iqn string
@@ -62263,7 +62263,7 @@ Appears In:
host string
-Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The : delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.
+Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The : delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.
http HTTPIngressRuleValue
@@ -62310,7 +62310,7 @@ Appears In:
secretName string
-SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
+SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
@@ -62923,7 +62923,7 @@ Appears In:
matchLabels object
-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.
+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.
@@ -63400,7 +63400,7 @@ Appears In:
resource ResourceMetricSource
-resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
+resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
type string
@@ -63451,7 +63451,7 @@ Appears In:
resource ResourceMetricStatus
-resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
+resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
type string
@@ -63811,7 +63811,7 @@ Appears In:
preferredDuringSchedulingIgnoredDuringExecution PreferredSchedulingTerm array
-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.
+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.
requiredDuringSchedulingIgnoredDuringExecution NodeSelector
@@ -64248,11 +64248,11 @@ Appears In:
nonResourceURLs string array
-NonResourceURLs is a set of partial urls that a user should have access to. s are allowed, but only as the full, final step in the path. " " means all.
+NonResourceURLs is a set of partial urls that a user should have access to. s are allowed, but only as the full, final step in the path. " " means all.
verbs string array
-Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
+Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
@@ -64292,7 +64292,7 @@ Appears In:
apiVersion string
-Version of the schema the FieldPath is written in terms of, defaults to "v1".
+Version of the schema the FieldPath is written in terms of, defaults to "v1".
fieldPath string
@@ -64463,7 +64463,7 @@ Appears In:
namespace string
-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. Must be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces
+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. Must be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces
ownerReferences OwnerReference array patch type : merge patch merge key : uid
@@ -64625,7 +64625,7 @@ Appears In:
fieldPath string
-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.
+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.
kind string
@@ -64688,7 +64688,7 @@ Appears In:
blockOwnerDeletion boolean
-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.
+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.
controller boolean
@@ -64786,7 +64786,7 @@ Appears In:
reason string
-Unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "ResizeStarted" that means the underlying persistent volume is being resized.
+Unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "ResizeStarted" that means the underlying persistent volume is being resized.
status string
@@ -64877,7 +64877,7 @@ Appears In:
fsType string
-Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
+Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
pdID string
@@ -64920,7 +64920,7 @@ Appears In:
preferredDuringSchedulingIgnoredDuringExecution WeightedPodAffinityTerm array
-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.
+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.
requiredDuringSchedulingIgnoredDuringExecution PodAffinityTerm array
@@ -64945,7 +64945,7 @@ Appears In:
-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 matches that of any node on which a pod of the set of pods is running
+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 <topologyKey> matches that of any node on which a pod of the set of pods is running
Appears In:
@@ -64969,7 +64969,7 @@ Appears In:
namespaces string array
-namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
+namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKey string
@@ -65012,7 +65012,7 @@ Appears In:
preferredDuringSchedulingIgnoredDuringExecution WeightedPodAffinityTerm array
-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.
+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.
requiredDuringSchedulingIgnoredDuringExecution PodAffinityTerm array
@@ -65352,7 +65352,7 @@ Appears In:
nonResourceURLs string array
-NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both.
+NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both.
resourceNames string array
@@ -65404,7 +65404,7 @@ Appears In:
fsType string
-FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.
+FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.
readOnly boolean
@@ -65743,7 +65743,7 @@ Appears In:
fsType string
-Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
+Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
image string
@@ -65810,7 +65810,7 @@ Appears In:
fsType string
-Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
+Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd
image string
@@ -65992,31 +65992,31 @@ Appears In:
group string
-Group is the API Group of the Resource. "*" means all.
+Group is the API Group of the Resource. "*" means all.
name string
-Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all.
+Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all.
namespace string
-Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview
+Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview
resource string
-Resource is one of the existing resource types. "*" means all.
+Resource is one of the existing resource types. "*" means all.
subresource string
-Subresource is one of the existing resource types. "" means none.
+Subresource is one of the existing resource types. "" means none.
verb string
-Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all.
+Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all.
version string
-Version is the API Version of the Resource. "*" means all.
+Version is the API Version of the Resource. "*" means all.
@@ -66060,7 +66060,7 @@ Appears In:
divisor Quantity
-Specifies the output format of the exposed resources, defaults to "1"
+Specifies the output format of the exposed resources, defaults to "1"
resource string
@@ -66085,7 +66085,7 @@ Appears In:
-ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
+ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
Appears In:
@@ -66111,7 +66111,7 @@ Appears In:
targetAverageValue Quantity
-targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
+targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type.
@@ -66132,7 +66132,7 @@ Appears In:
-ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
+ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
Appears In:
@@ -66154,7 +66154,7 @@ Appears In:
currentAverageValue Quantity
-currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
+currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification.
name string
@@ -66243,19 +66243,19 @@ Appears In:
apiGroups string array
-APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "*" means all.
+APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "*" means all.
resourceNames string array
-ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all.
+ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all.
resources string array
-Resources is a list of resources this rule applies to. "" means all in the specified apiGroups. " /foo" represents the subresource 'foo' for all resources in the specified apiGroups.
+Resources is a list of resources this rule applies to. "" means all in the specified apiGroups. " /foo" represents the subresource 'foo' for all resources in the specified apiGroups.
verbs string array
-Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all.
+Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all.
@@ -66712,7 +66712,7 @@ Appears In:
fsType string
-Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
+Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
gateway string
@@ -66787,7 +66787,7 @@ Appears In:
fsType string
-Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
+Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
gateway string
@@ -67218,7 +67218,7 @@ Appears In:
protocol string
-The IP protocol for this port. Supports "TCP" and "UDP". Default is TCP.
+The IP protocol for this port. Supports "TCP" and "UDP". Default is TCP.
targetPort
@@ -67473,11 +67473,11 @@ Appears In:
reason string
-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.
+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.
status string
-Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
+Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status
@@ -67516,7 +67516,7 @@ Appears In:
field string
-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. Examples: "name" - the field "name" on the current resource "items[0].name" - the field "name" on the first array entry in "items"
+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. Examples: "name" - the field "name" on the current resource "items[0].name" - the field "name" on the first array entry in "items"
message string
@@ -67622,7 +67622,7 @@ Appears In:
fsType string
-Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
+Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
readOnly boolean
@@ -67638,7 +67638,7 @@ Appears In:
volumeNamespace string
-VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
+VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
@@ -67677,7 +67677,7 @@ Appears In:
fsType string
-Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
+Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
readOnly boolean
@@ -67693,7 +67693,7 @@ Appears In:
volumeNamespace string
-VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
+VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.
@@ -67735,11 +67735,11 @@ Appears In:
apiGroup string
-APIGroup holds the API group of the referenced subject. Defaults to "" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io" for User and Group subjects.
+APIGroup holds the API group of the referenced subject. Defaults to "" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io" for User and Group subjects.
kind string
-Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.
+Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.
name string
@@ -67747,7 +67747,7 @@ Appears In:
namespace string
-Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error.
+Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error.
@@ -67908,7 +67908,7 @@ Appears In:
-The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.
+The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.
Appears In:
@@ -68030,7 +68030,7 @@ Appears In:
-The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator .
+The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
Appears In:
@@ -68298,7 +68298,7 @@ Appears In:
subPath string
-Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
+Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
@@ -68385,7 +68385,7 @@ Appears In:
fsType string
-Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
+Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.
storagePolicyID string
@@ -68481,11 +68481,11 @@ Appears In:
name string
-The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
+The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
namespaceSelector LabelSelector
-NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is other cluster scoped resource, it is not subjected to the webhook. For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "runlevel", "operator": "NotIn", "values": [ "0", "1" ] } ] } If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "environment", "operator": "In", "values": [ "prod", "staging" ] } ] } See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors. Default to the empty LabelSelector, which matches everything.
+NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is other cluster scoped resource, it is not subjected to the webhook. For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "runlevel", "operator": "NotIn", "values": [ "0", "1" ] } ] } If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { "matchExpressions": [ { "key": "environment", "operator": "In", "values": [ "prod", "staging" ] } ] } See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors. Default to the empty LabelSelector, which matches everything.
rules RuleWithOperations array
@@ -68536,7 +68536,7 @@ Appears In:
url string
-url gives the location of the webhook, in standard URL form ([scheme://]host:port/path). Exactly one of url or service must be specified. The host should not refer to a service running in the cluster; use the service field instead. The host might be resolved via external DNS in some apiservers (e.g., kube-apiserver cannot resolve in-cluster DNS as that would be a layering violation). host may also be an IP address. Please note that using localhost or 127.0.0.1 as a host is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be "https"; the URL must begin with "https://". A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either.
+url gives the location of the webhook, in standard URL form ([scheme://]host:port/path). Exactly one of url or service must be specified. The host should not refer to a service running in the cluster; use the service field instead. The host might be resolved via external DNS in some apiservers (e.g., kube-apiserver cannot resolve in-cluster DNS as that would be a layering violation). host may also be an IP address. Please note that using localhost or 127.0.0.1 as a host is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be "https"; the URL must begin with "https://" ;. A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either.
@@ -69727,10 +69727,6 @@ Appears In:
-201 ClusterRole
-Created
-
-
202 ClusterRole
Accepted
@@ -69738,6 +69734,10 @@ Appears In:
200 ClusterRole
OK
+
+201 ClusterRole
+Created
+
Patch
@@ -70626,10 +70626,6 @@ Appears In:
-200 ClusterRoleBinding
-OK
-
-
201 ClusterRoleBinding
Created
@@ -70637,6 +70633,10 @@ Appears In:
202 ClusterRoleBinding
Accepted
+
+200 ClusterRoleBinding
+OK
+
Patch
@@ -70810,13 +70810,13 @@ Appears In:
-201 ClusterRoleBinding
-Created
-
-
200 ClusterRoleBinding
OK
+
+201 ClusterRoleBinding
+Created
+
Delete
@@ -71709,13 +71709,13 @@ Appears In:
-200 ClusterRoleBinding
-OK
-
-
201 ClusterRoleBinding
Created
+
+200 ClusterRoleBinding
+OK
+
Delete
@@ -72439,10 +72439,6 @@ Appears In:
-201 ControllerRevision
-Created
-
-
202 ControllerRevision
Accepted
@@ -72450,6 +72446,10 @@ Appears In:
200 ControllerRevision
OK
+
+201 ControllerRevision
+Created
+
Patch
@@ -73606,6 +73606,10 @@ Appears In:
+202 ControllerRevision
+Accepted
+
+
200 ControllerRevision
OK
@@ -73613,10 +73617,6 @@ Appears In:
201 ControllerRevision
Created
-
-202 ControllerRevision
-Accepted
-
Patch
@@ -74679,7 +74679,7 @@ Appears In:
concurrencyPolicy string
-Specifies how to treat concurrent executions of a Job. Valid values are: - "Allow" (default): allows CronJobs to run concurrently; - "Forbid": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one
+Specifies how to treat concurrent executions of a Job. Valid values are: - "Allow" (default): allows CronJobs to run concurrently; - "Forbid": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one
failedJobsHistoryLimit integer
@@ -74845,6 +74845,10 @@ Appears In:
+200 CronJob
+OK
+
+
201 CronJob
Created
@@ -74852,10 +74856,6 @@ Appears In:
202 CronJob
Accepted
-
-200 CronJob
-OK
-
Patch
@@ -76153,7 +76153,7 @@ Appears In:
kind string
-Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds "
+Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds" ;
name string
@@ -76553,6 +76553,10 @@ spec:
+202 DaemonSet
+Accepted
+
+
200 DaemonSet
OK
@@ -76560,10 +76564,6 @@ spec:
201 DaemonSet
Created
-
-202 DaemonSet
-Accepted
-
Patch
@@ -78221,10 +78221,6 @@ spec:
-202 DaemonSet
-Accepted
-
-
200 DaemonSet
OK
@@ -78232,6 +78228,10 @@ spec:
201 DaemonSet
Created
+
+202 DaemonSet
+Accepted
+
Patch
@@ -78413,13 +78413,13 @@ spec:
-201 DaemonSet
-Created
-
-
200 DaemonSet
OK
+
+201 DaemonSet
+Created
+
Delete
@@ -79650,11 +79650,11 @@ Appears In:
rollingUpdate RollingUpdateDaemonSet
-Rolling update config params. Present only if type = "RollingUpdate".
+Rolling update config params. Present only if type = "RollingUpdate".
type string
-Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
+Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
@@ -79698,11 +79698,11 @@ Appears In:
rollingUpdate RollingUpdateDaemonSet
-Rolling update config params. Present only if type = "RollingUpdate".
+Rolling update config params. Present only if type = "RollingUpdate".
type string
-Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
+Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
@@ -79914,7 +79914,7 @@ Appears In:
type string
-Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
+Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
@@ -80126,10 +80126,6 @@ spec:
-202 Deployment
-Accepted
-
-
200 Deployment
OK
@@ -80137,6 +80133,10 @@ spec:
201 Deployment
Created
+
+202 Deployment
+Accepted
+
Patch
@@ -82351,7 +82351,7 @@ Appears In:
type string
-Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
+Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
@@ -84819,7 +84819,7 @@ Appears In:
type string
-Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
+Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
@@ -85062,6 +85062,10 @@ spec:
+200 Deployment
+OK
+
+
201 Deployment
Created
@@ -85069,10 +85073,6 @@ spec:
202 Deployment
Accepted
-
-200 Deployment
-OK
-
Patch
@@ -87066,13 +87066,13 @@ $