diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index bc328f33347..0f8c2085902 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -42972,6 +42972,10 @@ "description": "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.", "type": "string" }, + "kind": { + "description": "Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared", + "type": "string" + }, "readOnly": { "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" diff --git a/api/swagger-spec/apps_v1beta1.json b/api/swagger-spec/apps_v1beta1.json index cc47c13be0e..d4417c829e9 100644 --- a/api/swagger-spec/apps_v1beta1.json +++ b/api/swagger-spec/apps_v1beta1.json @@ -3610,6 +3610,10 @@ "readOnly": { "type": "boolean", "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." + }, + "kind": { + "$ref": "v1.AzureDataDiskKind", + "description": "Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared" } } }, @@ -3617,6 +3621,10 @@ "id": "v1.AzureDataDiskCachingMode", "properties": {} }, + "v1.AzureDataDiskKind": { + "id": "v1.AzureDataDiskKind", + "properties": {} + }, "v1.PhotonPersistentDiskVolumeSource": { "id": "v1.PhotonPersistentDiskVolumeSource", "description": "Represents a Photon Controller persistent disk resource.", diff --git a/api/swagger-spec/batch_v1.json b/api/swagger-spec/batch_v1.json index 111b4639cbb..b582df0eb3c 100644 --- a/api/swagger-spec/batch_v1.json +++ b/api/swagger-spec/batch_v1.json @@ -2345,6 +2345,10 @@ "readOnly": { "type": "boolean", "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." + }, + "kind": { + "$ref": "v1.AzureDataDiskKind", + "description": "Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared" } } }, @@ -2352,6 +2356,10 @@ "id": "v1.AzureDataDiskCachingMode", "properties": {} }, + "v1.AzureDataDiskKind": { + "id": "v1.AzureDataDiskKind", + "properties": {} + }, "v1.PhotonPersistentDiskVolumeSource": { "id": "v1.PhotonPersistentDiskVolumeSource", "description": "Represents a Photon Controller persistent disk resource.", diff --git a/api/swagger-spec/batch_v2alpha1.json b/api/swagger-spec/batch_v2alpha1.json index a14f00a76c6..d168b637ab0 100644 --- a/api/swagger-spec/batch_v2alpha1.json +++ b/api/swagger-spec/batch_v2alpha1.json @@ -3426,6 +3426,10 @@ "readOnly": { "type": "boolean", "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." + }, + "kind": { + "$ref": "v1.AzureDataDiskKind", + "description": "Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared" } } }, @@ -3433,6 +3437,10 @@ "id": "v1.AzureDataDiskCachingMode", "properties": {} }, + "v1.AzureDataDiskKind": { + "id": "v1.AzureDataDiskKind", + "properties": {} + }, "v1.PhotonPersistentDiskVolumeSource": { "id": "v1.PhotonPersistentDiskVolumeSource", "description": "Represents a Photon Controller persistent disk resource.", diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index cb02c345851..ab0cfd73316 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -8065,6 +8065,10 @@ "readOnly": { "type": "boolean", "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." + }, + "kind": { + "$ref": "v1.AzureDataDiskKind", + "description": "Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared" } } }, @@ -8072,6 +8076,10 @@ "id": "v1.AzureDataDiskCachingMode", "properties": {} }, + "v1.AzureDataDiskKind": { + "id": "v1.AzureDataDiskKind", + "properties": {} + }, "v1.PhotonPersistentDiskVolumeSource": { "id": "v1.PhotonPersistentDiskVolumeSource", "description": "Represents a Photon Controller persistent disk resource.", diff --git a/api/swagger-spec/settings.k8s.io_v1alpha1.json b/api/swagger-spec/settings.k8s.io_v1alpha1.json index e3a3e96b940..38c99cb5481 100644 --- a/api/swagger-spec/settings.k8s.io_v1alpha1.json +++ b/api/swagger-spec/settings.k8s.io_v1alpha1.json @@ -2172,6 +2172,10 @@ "readOnly": { "type": "boolean", "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." + }, + "kind": { + "$ref": "v1.AzureDataDiskKind", + "description": "Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared" } } }, @@ -2179,6 +2183,10 @@ "id": "v1.AzureDataDiskCachingMode", "properties": {} }, + "v1.AzureDataDiskKind": { + "id": "v1.AzureDataDiskKind", + "properties": {} + }, "v1.PhotonPersistentDiskVolumeSource": { "id": "v1.PhotonPersistentDiskVolumeSource", "description": "Represents a Photon Controller persistent disk resource.", diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index c78132f6631..566f3201378 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -19432,6 +19432,10 @@ "readOnly": { "type": "boolean", "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." + }, + "kind": { + "$ref": "v1.AzureDataDiskKind", + "description": "Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared" } } }, @@ -19439,6 +19443,10 @@ "id": "v1.AzureDataDiskCachingMode", "properties": {} }, + "v1.AzureDataDiskKind": { + "id": "v1.AzureDataDiskKind", + "properties": {} + }, "v1.PhotonPersistentDiskVolumeSource": { "id": "v1.PhotonPersistentDiskVolumeSource", "description": "Represents a Photon Controller persistent disk resource.", diff --git a/docs/api-reference/apps/v1beta1/definitions.html b/docs/api-reference/apps/v1beta1/definitions.html index cdd82e55602..6c240eb0183 100755 --- a/docs/api-reference/apps/v1beta1/definitions.html +++ b/docs/api-reference/apps/v1beta1/definitions.html @@ -892,7 +892,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

accessModes

-

AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

+

AccessModes contains the desired access modes the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1

false

v1.PersistentVolumeAccessMode array

@@ -906,7 +906,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

resources

-

Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

+

Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources

false

v1.ResourceRequirements

@@ -920,7 +920,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

storageClassName

-

Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1

+

Name of the StorageClass required by the claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#class-1

false

string

@@ -954,7 +954,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

monitors

-

Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

true

string array

@@ -968,28 +968,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

user

-

Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretFile

-

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretRef

-

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

boolean

false

@@ -1067,28 +1067,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

pdName

-

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

string

partition

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

integer (int32)

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

boolean

false

@@ -1166,7 +1166,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1272,7 +1272,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1376,40 +1376,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - -
-

v1.Initializer

-
-

Initializer is information about an initializer that has not yet completed.

-
- ------- - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

name

name of the process that is responsible for initializing this object.

true

string

-

v1.LocalObjectReference

@@ -1436,7 +1402,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1518,7 +1484,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

selector

-

Selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors

+

Selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors

false

v1.LabelSelector

@@ -1711,15 +1677,6 @@ Populated by the system when a graceful deletion is requested. Read-only. More i -

initializers

-

An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven’t explicitly asked to observe uninitialized objects.
-
-When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user.

-

false

-

v1.Initializers

- - -

finalizers

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.

false

@@ -1904,7 +1861,7 @@ When an object is created, the system will populate this list with the current s

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#iscsi

false

string

@@ -1973,7 +1930,7 @@ When an object is created, the system will populate this list with the current s

medium

-

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: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

string

@@ -2151,21 +2108,21 @@ When an object is created, the system will populate this list with the current s

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

Spec defines the desired characteristics of a volume requested by a pod author. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

false

v1.PersistentVolumeClaimSpec

status

-

Status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

Status represents the current information/status of a persistent volume claim. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

false

v1.PersistentVolumeClaimStatus

@@ -2255,47 +2212,6 @@ When an object is created, the system will populate this list with the current s -
-
-

v1.PersistentVolumeClaimVolumeSource

-
-

PersistentVolumeClaimVolumeSource references the user’s PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

claimName

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

true

string

readOnly

Will force the ReadOnly setting in VolumeMounts. Default false.

false

boolean

false

-

v1.ListMeta

@@ -2337,6 +2253,47 @@ When an object is created, the system will populate this list with the current s +
+
+

v1.PersistentVolumeClaimVolumeSource

+
+

PersistentVolumeClaimVolumeSource references the user’s PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

claimName

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

true

string

readOnly

Will force the ReadOnly setting in VolumeMounts. Default false.

false

boolean

false

+

v1.PersistentVolumeClaimStatus

@@ -2370,7 +2327,7 @@ When an object is created, the system will populate this list with the current s

accessModes

-

AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

+

AccessModes contains the actual access modes the volume backing the PVC has. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1

false

v1.PersistentVolumeAccessMode array

@@ -2445,7 +2402,7 @@ When an object is created, the system will populate this list with the current s

secretName

-

Name of the secret in the pod’s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Name of the secret in the pod’s namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

string

@@ -2650,6 +2607,13 @@ When an object is created, the system will populate this list with the current s

boolean

false

+ +

kind

+

Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

+

false

+

v1.AzureDataDiskKind

+ + @@ -2902,35 +2866,35 @@ The StatefulSet guarantees that a given network identity will always map to the

name

-

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names

true

string

hostPath

-

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

+

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

false

v1.HostPathVolumeSource

emptyDir

-

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir

+

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

v1.EmptyDirVolumeSource

gcePersistentDisk

-

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

v1.GCEPersistentDiskVolumeSource

awsElasticBlockStore

-

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

+

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

v1.AWSElasticBlockStoreVolumeSource

@@ -2944,42 +2908,42 @@ The StatefulSet guarantees that a given network identity will always map to the

secret

-

Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

v1.SecretVolumeSource

nfs

-

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

v1.NFSVolumeSource

iscsi

-

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

+

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

false

v1.ISCSIVolumeSource

glusterfs

-

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

+

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

false

v1.GlusterfsVolumeSource

persistentVolumeClaim

-

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

false

v1.PersistentVolumeClaimVolumeSource

rbd

-

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

+

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

false

v1.RBDVolumeSource

@@ -2993,7 +2957,7 @@ The StatefulSet guarantees that a given network identity will always map to the

cinder

-

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

v1.CinderVolumeSource

@@ -3235,14 +3199,14 @@ The StatefulSet guarantees that a given network identity will always map to the

initialDelaySeconds

-

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

integer (int32)

timeoutSeconds

-

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

integer (int32)

@@ -3428,7 +3392,7 @@ The StatefulSet guarantees that a given network identity will always map to the

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -3535,28 +3499,28 @@ The StatefulSet guarantees that a given network identity will always map to the

volumes

-

List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes

+

List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes

false

v1.Volume array

initContainers

-

List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/

+

List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers

false

v1.Container array

containers

-

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.

+

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers

true

v1.Container array

restartPolicy

-

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

+

Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy

false

string

@@ -3584,14 +3548,14 @@ The StatefulSet guarantees that a given network identity will always map to the

nodeSelector

-

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

+

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README.md

false

object

serviceAccountName

-

ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

+

ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md

false

string

@@ -3647,7 +3611,7 @@ The StatefulSet guarantees that a given network identity will always map to the

imagePullSecrets

-

ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod

+

ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod

false

v1.LocalObjectReference array

@@ -3785,14 +3749,14 @@ The StatefulSet guarantees that a given network identity will always map to the

postStart

-

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

+

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details

false

v1.Handler

preStop

-

PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

+

PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details

false

v1.Handler

@@ -3826,21 +3790,21 @@ The StatefulSet guarantees that a given network identity will always map to the

endpoints

-

EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

path

-

Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

readOnly

-

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

false

boolean

false

@@ -4153,56 +4117,56 @@ Examples:

monitors

-

A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string array

image

-

The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#rbd

false

string

pool

-

The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it.

false

string

user

-

The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

keyring

-

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

secretRef

-

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

boolean

false

@@ -4239,7 +4203,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -4265,47 +4229,6 @@ Examples:

types.UnixUserID

-
-
-

v1.PhotonPersistentDiskVolumeSource

-
-

Represents a Photon Controller persistent disk resource.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

pdID

ID that identifies Photon Controller persistent disk

true

string

fsType

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.

false

string

-

v1.ScaleIOVolumeSource

@@ -4405,9 +4328,9 @@ Examples:
-

v1.Initializers

+

v1.PhotonPersistentDiskVolumeSource

-

Initializers tracks the progress of initialization.

+

Represents a Photon Controller persistent disk resource.

@@ -4428,17 +4351,17 @@ Examples:
- - + + - + - - + + - + @@ -4567,7 +4490,7 @@ Examples:
- + @@ -4601,21 +4524,21 @@ Examples:
- + - + - + @@ -5172,21 +5095,21 @@ Examples:
- + - + - + @@ -5221,7 +5144,7 @@ Examples:
- + @@ -5235,14 +5158,14 @@ Examples:
- + - + @@ -5270,14 +5193,14 @@ Examples:
- + - + @@ -5582,7 +5505,7 @@ Examples:
- + @@ -5619,7 +5542,7 @@ Examples:
- + @@ -5667,21 +5590,21 @@ Examples:
- + - + - + @@ -5787,14 +5710,14 @@ Examples:
- + - + @@ -5808,7 +5731,7 @@ Examples:
- + @@ -6042,14 +5965,14 @@ Examples:
- + - + @@ -6124,14 +6047,14 @@ Examples:
- + - + @@ -6277,7 +6200,7 @@ Examples:
- + @@ -6333,6 +6256,10 @@ Examples:

pending

Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.

pdID

ID that identifies Photon Controller persistent disk

true

v1.Initializer array

string

result

If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.

fsType

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.

false

v1.Status

string

targetSelector

label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors

label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors

false

string

server

Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

path

Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

readOnly

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

boolean

false

image

Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images

Docker image name. More info: http://kubernetes.io/docs/user-guide/images

false

string

command

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

args

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

resources

Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources

false

v1.ResourceRequirements

livenessProbe

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

v1.Probe

readinessProbe

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

v1.Probe

imagePullPolicy

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images

false

string

securityContext

Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md

Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md

false

v1.SecurityContext

path

Path of the directory on the host. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

true

string

name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

volumeID

volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

true

string

fsType

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: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

string

readOnly

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

boolean

false

volumeID

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

true

string

fsType

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

string

readOnly

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

boolean

false

limits

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/

false

object

requests

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://kubernetes.io/docs/user-guide/compute-resources/

false

object

metadata

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

Specification of the desired behavior of the pod. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.PodSpec

name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

+
+
+

v1.AzureDataDiskKind

+

v1.PreferredSchedulingTerm

@@ -6400,7 +6327,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -6438,7 +6365,7 @@ Examples:
diff --git a/docs/api-reference/batch/v1/definitions.html b/docs/api-reference/batch/v1/definitions.html index 828f2a6eede..9801d16fe98 100755 --- a/docs/api-reference/batch/v1/definitions.html +++ b/docs/api-reference/batch/v1/definitions.html @@ -804,7 +804,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

monitors

-

Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

true

string array

@@ -818,28 +818,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

user

-

Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretFile

-

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretRef

-

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

boolean

false

@@ -917,28 +917,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

pdName

-

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

string

partition

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

integer (int32)

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

boolean

false

@@ -975,7 +975,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1081,7 +1081,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1185,40 +1185,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } -
-
-

v1.Initializer

-
-

Initializer is information about an initializer that has not yet completed.

-
- ------- - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

name

name of the process that is responsible for initializing this object.

true

string

-

v1.LocalObjectReference

@@ -1245,7 +1211,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1458,15 +1424,6 @@ Populated by the system when a graceful deletion is requested. Read-only. More i -

initializers

-

An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven’t explicitly asked to observe uninitialized objects.
-
-When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user.

-

false

-

v1.Initializers

- - -

finalizers

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.

false

@@ -1589,7 +1546,7 @@ When an object is created, the system will populate this list with the current s

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#iscsi

false

string

@@ -1658,7 +1615,7 @@ When an object is created, the system will populate this list with the current s

medium

-

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: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

string

@@ -1844,47 +1801,6 @@ When an object is created, the system will populate this list with the current s -
-
-

v1.PersistentVolumeClaimVolumeSource

-
-

PersistentVolumeClaimVolumeSource references the user’s PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

claimName

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

true

string

readOnly

Will force the ReadOnly setting in VolumeMounts. Default false.

false

boolean

false

-

v1.ListMeta

@@ -1926,6 +1842,47 @@ When an object is created, the system will populate this list with the current s +
+
+

v1.PersistentVolumeClaimVolumeSource

+
+

PersistentVolumeClaimVolumeSource references the user’s PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

claimName

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

true

string

readOnly

Will force the ReadOnly setting in VolumeMounts. Default false.

false

boolean

false

+

v1.JobCondition

@@ -2024,7 +1981,7 @@ When an object is created, the system will populate this list with the current s

secretName

-

Name of the secret in the pod’s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Name of the secret in the pod’s namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

string

@@ -2229,6 +2186,13 @@ When an object is created, the system will populate this list with the current s

boolean

false

+ +

kind

+

Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

+

false

+

v1.AzureDataDiskKind

+ + @@ -2347,14 +2311,14 @@ When an object is created, the system will populate this list with the current s

parallelism

-

Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/

+

Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: http://kubernetes.io/docs/user-guide/jobs

false

integer (int32)

completions

-

Specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/

+

Specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: http://kubernetes.io/docs/user-guide/jobs

false

integer (int32)

@@ -2368,21 +2332,21 @@ When an object is created, the system will populate this list with the current s

selector

-

A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors

+

A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors

false

v1.LabelSelector

manualSelector

-

manualSelector controls generation of pod labels and pod selectors. Leave manualSelector unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see manualSelector=true in jobs that were created with the old extensions/v1beta1 API. More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/selector-generation.md

+

manualSelector controls generation of pod labels and pod selectors. Leave manualSelector unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see manualSelector=true in jobs that were created with the old extensions/v1beta1 API. More info: http://releases.k8s.io/HEAD/docs/design/selector-generation.md

false

boolean

false

template

-

Describes the pod that will be created when executing a job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/

+

Describes the pod that will be created when executing a job. More info: http://kubernetes.io/docs/user-guide/jobs

true

v1.PodTemplateSpec

@@ -2485,35 +2449,35 @@ When an object is created, the system will populate this list with the current s

name

-

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names

true

string

hostPath

-

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

+

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

false

v1.HostPathVolumeSource

emptyDir

-

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir

+

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

v1.EmptyDirVolumeSource

gcePersistentDisk

-

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

v1.GCEPersistentDiskVolumeSource

awsElasticBlockStore

-

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

+

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

v1.AWSElasticBlockStoreVolumeSource

@@ -2527,42 +2491,42 @@ When an object is created, the system will populate this list with the current s

secret

-

Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

v1.SecretVolumeSource

nfs

-

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

v1.NFSVolumeSource

iscsi

-

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

+

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

false

v1.ISCSIVolumeSource

glusterfs

-

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

+

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

false

v1.GlusterfsVolumeSource

persistentVolumeClaim

-

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

false

v1.PersistentVolumeClaimVolumeSource

rbd

-

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

+

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

false

v1.RBDVolumeSource

@@ -2576,7 +2540,7 @@ When an object is created, the system will populate this list with the current s

cinder

-

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

v1.CinderVolumeSource

@@ -2818,14 +2782,14 @@ When an object is created, the system will populate this list with the current s

initialDelaySeconds

-

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

integer (int32)

timeoutSeconds

-

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

integer (int32)

@@ -2921,7 +2885,7 @@ When an object is created, the system will populate this list with the current s

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -3028,28 +2992,28 @@ When an object is created, the system will populate this list with the current s

volumes

-

List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes

+

List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes

false

v1.Volume array

initContainers

-

List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/

+

List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers

false

v1.Container array

containers

-

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.

+

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers

true

v1.Container array

restartPolicy

-

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

+

Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy

false

string

@@ -3077,14 +3041,14 @@ When an object is created, the system will populate this list with the current s

nodeSelector

-

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

+

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README.md

false

object

serviceAccountName

-

ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

+

ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md

false

string

@@ -3140,7 +3104,7 @@ When an object is created, the system will populate this list with the current s

imagePullSecrets

-

ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod

+

ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod

false

v1.LocalObjectReference array

@@ -3278,14 +3242,14 @@ When an object is created, the system will populate this list with the current s

postStart

-

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

+

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details

false

v1.Handler

preStop

-

PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

+

PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details

false

v1.Handler

@@ -3319,21 +3283,21 @@ When an object is created, the system will populate this list with the current s

endpoints

-

EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

path

-

Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

readOnly

-

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

false

boolean

false

@@ -3529,56 +3493,56 @@ Examples:

monitors

-

A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string array

image

-

The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#rbd

false

string

pool

-

The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it.

false

string

user

-

The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

keyring

-

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

secretRef

-

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

boolean

false

@@ -3615,7 +3579,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -3641,47 +3605,6 @@ Examples:

types.UnixUserID

-
-
-

v1.PhotonPersistentDiskVolumeSource

-
-

Represents a Photon Controller persistent disk resource.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

pdID

ID that identifies Photon Controller persistent disk

true

string

fsType

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.

false

string

-

v1.ScaleIOVolumeSource

@@ -3781,9 +3704,9 @@ Examples:
-

v1.Initializers

+

v1.PhotonPersistentDiskVolumeSource

-

Initializers tracks the progress of initialization.

+

Represents a Photon Controller persistent disk resource.

@@ -3804,17 +3727,17 @@ Examples:
- - + + - + - - + + - + @@ -3929,21 +3852,21 @@ Examples:
- + - + - + @@ -4301,21 +4224,21 @@ Examples:
- + - + - + @@ -4350,7 +4273,7 @@ Examples:
- + @@ -4364,14 +4287,14 @@ Examples:
- + - + @@ -4399,14 +4322,14 @@ Examples:
- + - + @@ -4525,7 +4448,7 @@ Examples:
- + @@ -4780,7 +4703,7 @@ Examples:
- + @@ -4817,7 +4740,7 @@ Examples:
- + @@ -4865,21 +4788,21 @@ Examples:
- + - + - + @@ -4985,14 +4908,14 @@ Examples:
- + - + @@ -5006,7 +4929,7 @@ Examples:
- + @@ -5116,21 +5039,21 @@ Examples:
- + - + - + @@ -5216,7 +5139,7 @@ Examples:
- + @@ -5353,14 +5276,14 @@ Examples:
- + - + @@ -5435,14 +5358,14 @@ Examples:
- + - + @@ -5519,7 +5442,7 @@ Examples:
- + @@ -5575,6 +5498,10 @@ Examples:

pending

Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.

pdID

ID that identifies Photon Controller persistent disk

true

v1.Initializer array

string

result

If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.

fsType

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.

false

v1.Status

string

server

Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

path

Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

readOnly

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

boolean

false

image

Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images

Docker image name. More info: http://kubernetes.io/docs/user-guide/images

false

string

command

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

args

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

resources

Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources

false

v1.ResourceRequirements

livenessProbe

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

v1.Probe

readinessProbe

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

v1.Probe

imagePullPolicy

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images

false

string

securityContext

Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md

Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md

false

v1.SecurityContext

conditions

The latest available observations of an object’s current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/

The latest available observations of an object’s current state. More info: http://kubernetes.io/docs/user-guide/jobs

false

v1.JobCondition array

path

Path of the directory on the host. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

true

string

name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

volumeID

volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

true

string

fsType

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: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

string

readOnly

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

boolean

false

volumeID

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

true

string

fsType

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

string

readOnly

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

boolean

false

metadata

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

Specification of the desired behavior of a job. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

Specification of the desired behavior of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.JobSpec

status

Current status of a job. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

Current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.JobStatus

metadata

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ListMeta

limits

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/

false

object

requests

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://kubernetes.io/docs/user-guide/compute-resources/

false

object

metadata

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

Specification of the desired behavior of the pod. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.PodSpec

name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

+
+
+

v1.AzureDataDiskKind

+

v1.PreferredSchedulingTerm

@@ -5642,7 +5569,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -5680,7 +5607,7 @@ Examples:
diff --git a/docs/api-reference/batch/v2alpha1/definitions.html b/docs/api-reference/batch/v2alpha1/definitions.html index 25bf0f2d34a..ba4a065b41a 100755 --- a/docs/api-reference/batch/v2alpha1/definitions.html +++ b/docs/api-reference/batch/v2alpha1/definitions.html @@ -804,7 +804,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

monitors

-

Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

true

string array

@@ -818,28 +818,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

user

-

Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretFile

-

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretRef

-

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

boolean

false

@@ -917,28 +917,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

pdName

-

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

string

partition

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

integer (int32)

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

boolean

false

@@ -975,7 +975,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1081,7 +1081,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1185,40 +1185,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } -
-
-

v1.Initializer

-
-

Initializer is information about an initializer that has not yet completed.

-
- ------- - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

name

name of the process that is responsible for initializing this object.

true

string

-

v1.LocalObjectReference

@@ -1245,7 +1211,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1458,15 +1424,6 @@ Populated by the system when a graceful deletion is requested. Read-only. More i -

initializers

-

An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven’t explicitly asked to observe uninitialized objects.
-
-When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user.

-

false

-

v1.Initializers

- - -

finalizers

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.

false

@@ -1589,7 +1546,7 @@ When an object is created, the system will populate this list with the current s

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#iscsi

false

string

@@ -1658,7 +1615,7 @@ When an object is created, the system will populate this list with the current s

medium

-

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: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

string

@@ -1870,7 +1827,7 @@ When an object is created, the system will populate this list with the current s

claimName

-

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

true

string

@@ -1955,7 +1912,7 @@ When an object is created, the system will populate this list with the current s

secretName

-

Name of the secret in the pod’s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Name of the secret in the pod’s namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

string

@@ -2236,6 +2193,13 @@ When an object is created, the system will populate this list with the current s

boolean

false

+ +

kind

+

Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

+

false

+

v1.AzureDataDiskKind

+ + @@ -2354,14 +2318,14 @@ When an object is created, the system will populate this list with the current s

parallelism

-

Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/

+

Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: http://kubernetes.io/docs/user-guide/jobs

false

integer (int32)

completions

-

Specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/

+

Specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: http://kubernetes.io/docs/user-guide/jobs

false

integer (int32)

@@ -2375,21 +2339,21 @@ When an object is created, the system will populate this list with the current s

selector

-

A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors

+

A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors

false

v1.LabelSelector

manualSelector

-

manualSelector controls generation of pod labels and pod selectors. Leave manualSelector unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see manualSelector=true in jobs that were created with the old extensions/v1beta1 API. More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/selector-generation.md

+

manualSelector controls generation of pod labels and pod selectors. Leave manualSelector unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see manualSelector=true in jobs that were created with the old extensions/v1beta1 API. More info: http://releases.k8s.io/HEAD/docs/design/selector-generation.md

false

boolean

false

template

-

Describes the pod that will be created when executing a job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/

+

Describes the pod that will be created when executing a job. More info: http://kubernetes.io/docs/user-guide/jobs

true

v1.PodTemplateSpec

@@ -2492,35 +2456,35 @@ When an object is created, the system will populate this list with the current s

name

-

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names

true

string

hostPath

-

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

+

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

false

v1.HostPathVolumeSource

emptyDir

-

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir

+

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

v1.EmptyDirVolumeSource

gcePersistentDisk

-

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

v1.GCEPersistentDiskVolumeSource

awsElasticBlockStore

-

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

+

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

v1.AWSElasticBlockStoreVolumeSource

@@ -2534,42 +2498,42 @@ When an object is created, the system will populate this list with the current s

secret

-

Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

v1.SecretVolumeSource

nfs

-

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

v1.NFSVolumeSource

iscsi

-

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

+

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

false

v1.ISCSIVolumeSource

glusterfs

-

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

+

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

false

v1.GlusterfsVolumeSource

persistentVolumeClaim

-

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

false

v1.PersistentVolumeClaimVolumeSource

rbd

-

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

+

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

false

v1.RBDVolumeSource

@@ -2583,7 +2547,7 @@ When an object is created, the system will populate this list with the current s

cinder

-

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

v1.CinderVolumeSource

@@ -2825,14 +2789,14 @@ When an object is created, the system will populate this list with the current s

initialDelaySeconds

-

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

integer (int32)

timeoutSeconds

-

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

integer (int32)

@@ -2928,7 +2892,7 @@ When an object is created, the system will populate this list with the current s

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -3035,28 +2999,28 @@ When an object is created, the system will populate this list with the current s

volumes

-

List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes

+

List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes

false

v1.Volume array

initContainers

-

List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/

+

List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers

false

v1.Container array

containers

-

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.

+

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers

true

v1.Container array

restartPolicy

-

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

+

Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy

false

string

@@ -3084,14 +3048,14 @@ When an object is created, the system will populate this list with the current s

nodeSelector

-

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

+

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README.md

false

object

serviceAccountName

-

ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

+

ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md

false

string

@@ -3147,7 +3111,7 @@ When an object is created, the system will populate this list with the current s

imagePullSecrets

-

ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod

+

ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod

false

v1.LocalObjectReference array

@@ -3285,14 +3249,14 @@ When an object is created, the system will populate this list with the current s

postStart

-

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

+

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details

false

v1.Handler

preStop

-

PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

+

PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details

false

v1.Handler

@@ -3326,21 +3290,21 @@ When an object is created, the system will populate this list with the current s

endpoints

-

EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

path

-

Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

readOnly

-

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

false

boolean

false

@@ -3536,56 +3500,56 @@ Examples:

monitors

-

A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string array

image

-

The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#rbd

false

string

pool

-

The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it.

false

string

user

-

The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

keyring

-

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

secretRef

-

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

boolean

false

@@ -3622,7 +3586,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -3786,47 +3750,6 @@ Examples:
-
-
-

v1.Initializers

-
-

Initializers tracks the progress of initialization.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

pending

Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.

true

v1.Initializer array

result

If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.

false

v1.Status

-

v1.Status

@@ -3936,21 +3859,21 @@ Examples:

server

-

Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

path

-

Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

readOnly

-

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

boolean

false

@@ -4308,21 +4231,21 @@ Examples:

image

-

Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images

+

Docker image name. More info: http://kubernetes.io/docs/user-guide/images

false

string

command

-

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

+

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

args

-

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

+

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

@@ -4357,7 +4280,7 @@ Examples:

resources

-

Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

+

Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources

false

v1.ResourceRequirements

@@ -4371,14 +4294,14 @@ Examples:

livenessProbe

-

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

v1.Probe

readinessProbe

-

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

v1.Probe

@@ -4406,14 +4329,14 @@ Examples:

imagePullPolicy

-

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

+

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images

false

string

securityContext

-

Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md

+

Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md

false

v1.SecurityContext

@@ -4718,7 +4641,7 @@ Examples:

path

-

Path of the directory on the host. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

+

Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

true

string

@@ -4755,7 +4678,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -4803,21 +4726,21 @@ Examples:

volumeID

-

volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

true

string

fsType

-

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: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

string

readOnly

-

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

boolean

false

@@ -4923,14 +4846,14 @@ Examples:

volumeID

-

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

+

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

string

@@ -4944,7 +4867,7 @@ Examples:

readOnly

-

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

boolean

false

@@ -5040,14 +4963,14 @@ Examples:

metadata

-

Standard object’s metadata of the jobs created from this template. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata of the jobs created from this template. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Specification of the desired behavior of the job. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Specification of the desired behavior of the job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.JobSpec

@@ -5256,14 +5179,14 @@ Examples:

limits

-

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

+

Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/

false

object

requests

-

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

+

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://kubernetes.io/docs/user-guide/compute-resources/

false

object

@@ -5338,14 +5261,14 @@ Examples:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Specification of the desired behavior of the pod. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.PodSpec

@@ -5422,7 +5345,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -5463,28 +5386,28 @@ Examples:

kind

-

Kind of the referent. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

namespace

-

Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/

+

Namespace of the referent. More info: http://kubernetes.io/docs/user-guide/namespaces

false

string

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

uid

-

UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids

+

UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids

false

string

@@ -5498,7 +5421,7 @@ Examples:

resourceVersion

-

Specific resourceVersion to which this reference is made, if any. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#concurrency-control-and-consistency

+

Specific resourceVersion to which this reference is made, if any. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency

false

string

@@ -5554,6 +5477,10 @@ Examples:
+
+
+

v1.AzureDataDiskKind

+

v1.PreferredSchedulingTerm

@@ -5635,7 +5562,7 @@ Examples:

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ListMeta

@@ -5676,7 +5603,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -5738,21 +5665,21 @@ Examples:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Specification of the desired behavior of a cron job, including the schedule. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Specification of the desired behavior of a cron job, including the schedule. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v2alpha1.CronJobSpec

status

-

Current status of a cron job. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Current status of a cron job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v2alpha1.CronJobStatus

@@ -5776,7 +5703,7 @@ Examples:
diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index 24f5b7399a2..28997e37e2e 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -628,21 +628,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

currentNumberScheduled

-

The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

+

The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md

true

integer (int32)

numberMisscheduled

-

The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

+

The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md

true

integer (int32)

desiredNumberScheduled

-

The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

+

The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md

true

integer (int32)

@@ -1108,14 +1108,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

items

-

List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller

+

List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller

true

v1beta1.ReplicaSet array

@@ -1149,7 +1149,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

monitors

-

Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

true

string array

@@ -1163,28 +1163,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

user

-

Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretFile

-

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretRef

-

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

boolean

false

@@ -1369,7 +1369,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ListMeta

@@ -1413,28 +1413,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

pdName

-

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

string

partition

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

integer (int32)

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

boolean

false

@@ -1482,7 +1482,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ListMeta

@@ -1642,7 +1642,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1748,7 +1748,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1852,40 +1852,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - -
-

v1.Initializer

-
-

Initializer is information about an initializer that has not yet completed.

-
- ------- - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

name

name of the process that is responsible for initializing this object.

true

string

-

v1.LocalObjectReference

@@ -1912,7 +1878,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -2159,15 +2125,6 @@ Populated by the system when a graceful deletion is requested. Read-only. More i -

initializers

-

An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven’t explicitly asked to observe uninitialized objects.
-
-When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user.

-

false

-

v1.Initializers

- - -

finalizers

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.

false

@@ -2210,7 +2167,7 @@ When an object is created, the system will populate this list with the current s

replicas

-

Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller

+

Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller

false

integer (int32)

@@ -2224,14 +2181,14 @@ When an object is created, the system will populate this list with the current s

selector

-

Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors

+

Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors

false

v1.LabelSelector

template

-

Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template

+

Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template

false

v1.PodTemplateSpec

@@ -2327,14 +2284,14 @@ When an object is created, the system will populate this list with the current s

selector

-

A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors

+

A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors

false

v1.LabelSelector

template

-

An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template’s node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template

+

An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template’s node selector (or on every node if no node selector is specified). More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template

true

v1.PodTemplateSpec

@@ -2363,10 +2320,6 @@ When an object is created, the system will populate this list with the current s -
-
-

types.UID

-

v1.AzureFileVolumeSource

@@ -2415,6 +2368,10 @@ When an object is created, the system will populate this list with the current s +
+
+

types.UID

+

v1.ISCSIVolumeSource

@@ -2469,7 +2426,7 @@ When an object is created, the system will populate this list with the current s

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#iscsi

false

string

@@ -2552,7 +2509,7 @@ When an object is created, the system will populate this list with the current s

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ListMeta

@@ -2593,7 +2550,7 @@ When an object is created, the system will populate this list with the current s

medium

-

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: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

string

@@ -2813,47 +2770,6 @@ When an object is created, the system will populate this list with the current s -
-
-

v1.PersistentVolumeClaimVolumeSource

-
-

PersistentVolumeClaimVolumeSource references the user’s PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

claimName

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

true

string

readOnly

Will force the ReadOnly setting in VolumeMounts. Default false.

false

boolean

false

-

v1.ListMeta

@@ -2895,6 +2811,47 @@ When an object is created, the system will populate this list with the current s +
+
+

v1.PersistentVolumeClaimVolumeSource

+
+

PersistentVolumeClaimVolumeSource references the user’s PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

claimName

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

true

string

readOnly

Will force the ReadOnly setting in VolumeMounts. Default false.

false

boolean

false

+

v1beta1.SELinuxStrategyOptions

@@ -2928,7 +2885,7 @@ When an object is created, the system will populate this list with the current s

seLinuxOptions

-

seLinuxOptions required to run as; required for MustRunAs More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md

+

seLinuxOptions required to run as; required for MustRunAs More info: http://releases.k8s.io/HEAD/docs/design/security_context.md#security-context

false

v1.SELinuxOptions

@@ -3037,7 +2994,7 @@ When an object is created, the system will populate this list with the current s

secretName

-

Name of the secret in the pod’s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Name of the secret in the pod’s namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

string

@@ -3358,6 +3315,13 @@ When an object is created, the system will populate this list with the current s

boolean

false

+ +

kind

+

Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

+

false

+

v1.AzureDataDiskKind

+ + @@ -3557,61 +3521,6 @@ When an object is created, the system will populate this list with the current s -
-
-

v1beta1.DaemonSetList

-
-

DaemonSetList is a collection of daemon sets.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

apiVersion

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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

metadata

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

false

v1.ListMeta

items

A list of daemon sets.

true

v1beta1.DaemonSet array

-

v1.Volume

@@ -3638,35 +3547,35 @@ When an object is created, the system will populate this list with the current s

name

-

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names

true

string

hostPath

-

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

+

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

false

v1.HostPathVolumeSource

emptyDir

-

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir

+

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

v1.EmptyDirVolumeSource

gcePersistentDisk

-

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

v1.GCEPersistentDiskVolumeSource

awsElasticBlockStore

-

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

+

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

v1.AWSElasticBlockStoreVolumeSource

@@ -3680,42 +3589,42 @@ When an object is created, the system will populate this list with the current s

secret

-

Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

v1.SecretVolumeSource

nfs

-

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

v1.NFSVolumeSource

iscsi

-

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

+

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

false

v1.ISCSIVolumeSource

glusterfs

-

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

+

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

false

v1.GlusterfsVolumeSource

persistentVolumeClaim

-

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

false

v1.PersistentVolumeClaimVolumeSource

rbd

-

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

+

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

false

v1.RBDVolumeSource

@@ -3729,7 +3638,7 @@ When an object is created, the system will populate this list with the current s

cinder

-

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

v1.CinderVolumeSource

@@ -3828,6 +3737,61 @@ When an object is created, the system will populate this list with the current s +
+
+

v1beta1.DaemonSetList

+
+

DaemonSetList is a collection of daemon sets.

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

apiVersion

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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

metadata

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ListMeta

items

A list of daemon sets.

true

v1beta1.DaemonSet array

+

v1.ResourceFieldSelector

@@ -3971,14 +3935,14 @@ When an object is created, the system will populate this list with the current s

initialDelaySeconds

-

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

integer (int32)

timeoutSeconds

-

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

integer (int32)

@@ -4164,7 +4128,7 @@ When an object is created, the system will populate this list with the current s

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -4226,7 +4190,7 @@ When an object is created, the system will populate this list with the current s

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

@@ -4326,28 +4290,28 @@ When an object is created, the system will populate this list with the current s

volumes

-

List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes

+

List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes

false

v1.Volume array

initContainers

-

List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/

+

List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers

false

v1.Container array

containers

-

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.

+

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers

true

v1.Container array

restartPolicy

-

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

+

Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy

false

string

@@ -4375,14 +4339,14 @@ When an object is created, the system will populate this list with the current s

nodeSelector

-

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

+

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README.md

false

object

serviceAccountName

-

ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

+

ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md

false

string

@@ -4438,7 +4402,7 @@ When an object is created, the system will populate this list with the current s

imagePullSecrets

-

ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod

+

ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod

false

v1.LocalObjectReference array

@@ -4576,14 +4540,14 @@ When an object is created, the system will populate this list with the current s

postStart

-

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

+

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details

false

v1.Handler

preStop

-

PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

+

PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details

false

v1.Handler

@@ -4617,21 +4581,21 @@ When an object is created, the system will populate this list with the current s

endpoints

-

EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

path

-

Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

readOnly

-

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

false

boolean

false

@@ -4930,56 +4894,56 @@ Examples:

monitors

-

A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string array

image

-

The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#rbd

false

string

pool

-

The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it.

false

string

user

-

The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

keyring

-

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

secretRef

-

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

boolean

false

@@ -5016,7 +4980,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -5042,47 +5006,6 @@ Examples:

types.UnixUserID

-
-
-

v1.PhotonPersistentDiskVolumeSource

-
-

Represents a Photon Controller persistent disk resource.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

pdID

ID that identifies Photon Controller persistent disk

true

string

fsType

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.

false

string

-

v1.ScaleIOVolumeSource

@@ -5180,6 +5103,47 @@ Examples:
+
+
+

v1.PhotonPersistentDiskVolumeSource

+
+

Represents a Photon Controller persistent disk resource.

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

pdID

ID that identifies Photon Controller persistent disk

true

string

fsType

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.

false

string

+

v1beta1.NetworkPolicy

@@ -5217,7 +5181,7 @@ Examples:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

@@ -5236,47 +5200,6 @@ Examples:

v1beta1.FSType

-
-
-

v1.Initializers

-
-

Initializers tracks the progress of initialization.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

pending

Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.

true

v1.Initializer array

result

If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.

false

v1.Status

-

v1.Status

@@ -5400,7 +5323,7 @@ Examples:

targetSelector

-

label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors

+

label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors

false

string

@@ -5472,21 +5395,21 @@ Examples:

server

-

Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

path

-

Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

readOnly

-

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

boolean

false

@@ -6182,21 +6105,21 @@ Both these may change in the future. Incoming requests are matched against the h

image

-

Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images

+

Docker image name. More info: http://kubernetes.io/docs/user-guide/images

false

string

command

-

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

+

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

args

-

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

+

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

@@ -6231,7 +6154,7 @@ Both these may change in the future. Incoming requests are matched against the h

resources

-

Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

+

Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources

false

v1.ResourceRequirements

@@ -6245,14 +6168,14 @@ Both these may change in the future. Incoming requests are matched against the h

livenessProbe

-

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

v1.Probe

readinessProbe

-

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

v1.Probe

@@ -6280,14 +6203,14 @@ Both these may change in the future. Incoming requests are matched against the h

imagePullPolicy

-

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

+

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images

false

string

securityContext

-

Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md

+

Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md

false

v1.SecurityContext

@@ -6516,7 +6439,7 @@ Both these may change in the future. Incoming requests are matched against the h

replicas

-

Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller

+

Replicas is the most recently oberved number of replicas. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller

true

integer (int32)

@@ -6723,14 +6646,14 @@ Both these may change in the future. Incoming requests are matched against the h

spec

-

Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Spec defines the specification of the desired behavior of the ReplicaSet. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1beta1.ReplicaSetSpec

status

-

Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1beta1.ReplicaSetStatus

@@ -6764,7 +6687,7 @@ Both these may change in the future. Incoming requests are matched against the h

path

-

Path of the directory on the host. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

+

Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

true

string

@@ -6801,7 +6724,7 @@ Both these may change in the future. Incoming requests are matched against the h

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -6863,21 +6786,21 @@ Both these may change in the future. Incoming requests are matched against the h

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

The desired behavior of this daemon set. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

The desired behavior of this daemon set. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1beta1.DaemonSetSpec

status

-

The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1beta1.DaemonSetStatus

@@ -6911,21 +6834,21 @@ Both these may change in the future. Incoming requests are matched against the h

volumeID

-

volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

true

string

fsType

-

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: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

string

readOnly

-

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

boolean

false

@@ -7035,14 +6958,14 @@ Both these may change in the future. Incoming requests are matched against the h

volumeID

-

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

+

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

string

@@ -7056,7 +6979,7 @@ Both these may change in the future. Incoming requests are matched against the h

readOnly

-

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

boolean

false

@@ -7327,14 +7250,14 @@ Both these may change in the future. Incoming requests are matched against the h

limits

-

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

+

Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/

false

object

requests

-

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

+

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://kubernetes.io/docs/user-guide/compute-resources/

false

object

@@ -7409,14 +7332,14 @@ Both these may change in the future. Incoming requests are matched against the h

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Specification of the desired behavior of the pod. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.PodSpec

@@ -7725,7 +7648,7 @@ Both these may change in the future. Incoming requests are matched against the h

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -7781,6 +7704,10 @@ Both these may change in the future. Incoming requests are matched against the h +
+
+

v1.AzureDataDiskKind

+

v1.PreferredSchedulingTerm

@@ -7889,7 +7816,7 @@ Both these may change in the future. Incoming requests are matched against the h

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -7992,21 +7919,21 @@ Both these may change in the future. Incoming requests are matched against the h

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Spec is the desired state of the Ingress. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Spec is the desired state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1beta1.IngressSpec

status

-

Status is the current state of the Ingress. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Status is the current state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1beta1.IngressStatus

@@ -8085,7 +8012,7 @@ Both these may change in the future. Incoming requests are matched against the h
diff --git a/docs/api-reference/settings.k8s.io/v1alpha1/definitions.html b/docs/api-reference/settings.k8s.io/v1alpha1/definitions.html index 01616b69ebe..a0baf767de0 100755 --- a/docs/api-reference/settings.k8s.io/v1alpha1/definitions.html +++ b/docs/api-reference/settings.k8s.io/v1alpha1/definitions.html @@ -465,7 +465,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -665,7 +665,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ListMeta

@@ -714,88 +714,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } -
-
-

v1.Initializers

-
-

Initializers tracks the progress of initialization.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

pending

Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.

true

v1.Initializer array

result

If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.

false

v1.Status

- -
-
-

v1.ObjectFieldSelector

-
-

ObjectFieldSelector selects an APIVersioned field of an object.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

apiVersion

Version of the schema the FieldPath is written in terms of, defaults to "v1".

false

string

fieldPath

Path of the field to select in the specified API version.

true

string

-

v1.Status

@@ -879,6 +797,47 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } +
+
+

v1.ObjectFieldSelector

+
+

ObjectFieldSelector selects an APIVersioned field of an object.

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

apiVersion

Version of the schema the FieldPath is written in terms of, defaults to "v1".

false

string

fieldPath

Path of the field to select in the specified API version.

true

string

+

v1.VolumeMount

@@ -994,21 +953,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

server

-

Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

path

-

Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

readOnly

-

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

boolean

false

@@ -1083,7 +1042,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

monitors

-

Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

true

string array

@@ -1097,28 +1056,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

user

-

Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretFile

-

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretRef

-

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

boolean

false

@@ -1255,28 +1214,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

pdName

-

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

string

partition

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

integer (int32)

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

boolean

false

@@ -1313,7 +1272,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1419,7 +1378,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1434,54 +1393,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } -
-
-

v1.PortworxVolumeSource

-
-

PortworxVolumeSource represents a Portworx volume resource.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

volumeID

VolumeID uniquely identifies a Portworx volume

true

string

fsType

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.

false

string

readOnly

Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

false

boolean

false

-

v1.StatusDetails

@@ -1553,9 +1464,9 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

v1.Initializer

+

v1.PortworxVolumeSource

-

Initializer is information about an initializer that has not yet completed.

+

PortworxVolumeSource represents a Portworx volume resource.

@@ -1576,12 +1487,26 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - - + + + + + + + + + + + + + + + +

name

name of the process that is responsible for initializing this object.

volumeID

VolumeID uniquely identifies a Portworx volume

true

string

fsType

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.

false

string

readOnly

Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

false

boolean

false

@@ -1611,7 +1536,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1790,15 +1715,6 @@ Populated by the system when a graceful deletion is requested. Read-only. More i -

initializers

-

An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven’t explicitly asked to observe uninitialized objects.
-
-When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user.

-

false

-

v1.Initializers

- - -

finalizers

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.

false

@@ -1983,7 +1899,7 @@ When an object is created, the system will populate this list with the current s

path

-

Path of the directory on the host. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

+

Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

true

string

@@ -2093,7 +2009,7 @@ When an object is created, the system will populate this list with the current s

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#iscsi

false

string

@@ -2165,7 +2081,7 @@ When an object is created, the system will populate this list with the current s

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -2213,7 +2129,7 @@ When an object is created, the system will populate this list with the current s

medium

-

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: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

string

@@ -2295,21 +2211,79 @@ When an object is created, the system will populate this list with the current s

volumeID

-

volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

true

string

fsType

-

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: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

string

readOnly

-

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

false

+

boolean

+

false

+ + + + +
+
+

v1.AWSElasticBlockStoreVolumeSource

+
+

Represents a Persistent Disk resource in AWS.

+
+
+

An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2358,64 +2332,6 @@ When an object is created, the system will populate this list with the current s
NameDescriptionRequiredSchemaDefault

volumeID

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

true

string

fsType

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

string

partition

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).

false

integer (int32)

readOnly

Specify "true" to force and set the ReadOnly property in VolumeMounts to "true". If omitted, the default is "false". More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

boolean

false

-
-
-

v1.AWSElasticBlockStoreVolumeSource

-
-

Represents a Persistent Disk resource in AWS.

-
-
-

An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

volumeID

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

true

string

fsType

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

false

string

partition

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).

false

integer (int32)

readOnly

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

false

boolean

false

-

v1.PersistentVolumeClaimVolumeSource

@@ -2442,7 +2358,7 @@ When an object is created, the system will populate this list with the current s

claimName

-

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

true

string

@@ -2717,9 +2633,12 @@ When an object is created, the system will populate this list with the current s
-

v1.EnvVar

+

v1.SecretVolumeSource

-

EnvVar represents an environment variable present in a Container.

+

Adapts a Secret into a volume.

+
+
+

The contents of the target Secret’s Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.

@@ -2740,26 +2659,33 @@ When an object is created, the system will populate this list with the current s - - - - - - - - - + + - - + + - + + + + + + + + + + + + + + +

name

Name of the environment variable. Must be a C_IDENTIFIER.

true

string

value

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 "".

secretName

Name of the secret in the pod’s namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

string

valueFrom

Source for the environment variable’s value. Cannot be used if value is not empty.

items

If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the .. path or start with ...

false

v1.EnvVarSource

v1.KeyToPath array

defaultMode

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

false

integer (int32)

optional

Specify whether the Secret or it’s keys must be defined

false

boolean

false

@@ -2813,12 +2739,9 @@ When an object is created, the system will populate this list with the current s
-

v1.SecretVolumeSource

+

v1.EnvVar

-

Adapts a Secret into a volume.

-
-
-

The contents of the target Secret’s Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.

+

EnvVar represents an environment variable present in a Container.

@@ -2839,33 +2762,26 @@ When an object is created, the system will populate this list with the current s - - + + + + + + + + + - - + + - + - - - - - - - - - - - - - -

secretName

Name of the secret in the pod’s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

name

Name of the environment variable. Must be a C_IDENTIFIER.

true

string

value

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 "".

false

string

items

If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the .. path or start with ...

valueFrom

Source for the environment variable’s value. Cannot be used if value is not empty.

false

v1.KeyToPath array

v1.EnvVarSource

defaultMode

Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

false

integer (int32)

optional

Specify whether the Secret or it’s keys must be defined

false

boolean

false

@@ -3093,6 +3009,13 @@ When an object is created, the system will populate this list with the current s

boolean

false

+ +

kind

+

Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

+

false

+

v1.AzureDataDiskKind

+ + @@ -3238,35 +3161,35 @@ When an object is created, the system will populate this list with the current s

name

-

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names

true

string

hostPath

-

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

+

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

false

v1.HostPathVolumeSource

emptyDir

-

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir

+

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

v1.EmptyDirVolumeSource

gcePersistentDisk

-

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

v1.GCEPersistentDiskVolumeSource

awsElasticBlockStore

-

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

+

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

v1.AWSElasticBlockStoreVolumeSource

@@ -3280,42 +3203,42 @@ When an object is created, the system will populate this list with the current s

secret

-

Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

v1.SecretVolumeSource

nfs

-

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

v1.NFSVolumeSource

iscsi

-

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

+

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

false

v1.ISCSIVolumeSource

glusterfs

-

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

+

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

false

v1.GlusterfsVolumeSource

persistentVolumeClaim

-

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

false

v1.PersistentVolumeClaimVolumeSource

rbd

-

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

+

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

false

v1.RBDVolumeSource

@@ -3329,7 +3252,7 @@ When an object is created, the system will populate this list with the current s

cinder

-

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

v1.CinderVolumeSource

@@ -3457,7 +3380,7 @@ When an object is created, the system will populate this list with the current s

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -3594,7 +3517,7 @@ When an object is created, the system will populate this list with the current s

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -3671,6 +3594,10 @@ When an object is created, the system will populate this list with the current s +
+
+

v1.AzureDataDiskKind

+

v1.ConfigMapKeySelector

@@ -3697,7 +3624,7 @@ When an object is created, the system will populate this list with the current s

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -3745,21 +3672,21 @@ When an object is created, the system will populate this list with the current s

endpoints

-

EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

path

-

Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

readOnly

-

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

false

boolean

false

@@ -3849,56 +3776,56 @@ Examples:

monitors

-

A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string array

image

-

The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#rbd

false

string

pool

-

The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it.

false

string

user

-

The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

keyring

-

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

secretRef

-

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

boolean

false

@@ -3918,7 +3845,7 @@ Examples:
diff --git a/docs/api-reference/v1/definitions.html b/docs/api-reference/v1/definitions.html index b79c7904386..b7713d486cc 100755 --- a/docs/api-reference/v1/definitions.html +++ b/docs/api-reference/v1/definitions.html @@ -617,21 +617,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Spec defines the behavior of a node. https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Spec defines the behavior of a node. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.NodeSpec

status

-

Most recently observed status of the node. Populated by the system. Read-only. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Most recently observed status of the node. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.NodeStatus

@@ -679,14 +679,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

items

-

A list of persistent volume claims. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

A list of persistent volume claims. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

true

v1.PersistentVolumeClaim array

@@ -1048,7 +1048,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

accessModes

-

AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

+

AccessModes contains the desired access modes the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1

false

v1.PersistentVolumeAccessMode array

@@ -1062,7 +1062,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

resources

-

Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

+

Resources represents the minimum resources the volume should have. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources

false

v1.ResourceRequirements

@@ -1076,7 +1076,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

storageClassName

-

Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1

+

Name of the StorageClass required by the claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#class-1

false

string

@@ -1110,7 +1110,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

monitors

-

Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

true

string array

@@ -1124,28 +1124,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

user

-

Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretFile

-

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretRef

-

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

boolean

false

@@ -1223,28 +1223,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

pdName

-

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

string

partition

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

integer (int32)

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

boolean

false

@@ -1278,7 +1278,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

hard

-

Hard is the set of desired hard limits for each named resource. More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/admission_control_resource_quota.md

+

Hard is the set of desired hard limits for each named resource. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota

false

object

@@ -1319,7 +1319,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

phase

-

Phase is the current lifecycle phase of the namespace. More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/namespaces.md#phases

+

Phase is the current lifecycle phase of the namespace. More info: http://releases.k8s.io/HEAD/docs/design/namespaces.md#phases

false

string

@@ -1353,7 +1353,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

finalizers

-

Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/namespaces.md#finalizers

+

Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: http://releases.k8s.io/HEAD/docs/design/namespaces.md#finalizers

false

v1.FinalizerName array

@@ -1365,7 +1365,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

v1.PersistentVolume

-

PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes

+

PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes

@@ -1401,21 +1401,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - + - + - + @@ -1452,7 +1452,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - + @@ -1521,7 +1521,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - + @@ -1562,7 +1562,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - + @@ -1624,7 +1624,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - + @@ -1778,7 +1778,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - + @@ -1915,7 +1915,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - + @@ -2018,7 +2018,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } - + @@ -2157,40 +2157,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

metadata

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes

Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes

false

v1.PersistentVolumeSpec

status

Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes

Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistent-volumes

false

v1.PersistentVolumeStatus

name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

metadata

More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ListMeta

phase

Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase

Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#phase

false

string

metadata

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

metadata

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

metadata

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

-
-
-

v1.Initializer

-
-

Initializer is information about an initializer that has not yet completed.

-
- ------- - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

name

name of the process that is responsible for initializing this object.

true

string

-

v1.LocalObjectReference

@@ -2217,7 +2183,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -2251,7 +2217,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

hard

-

Hard is the set of enforced hard limits for each named resource. More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/admission_control_resource_quota.md

+

Hard is the set of enforced hard limits for each named resource. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota

false

object

@@ -2471,15 +2437,6 @@ Populated by the system when a graceful deletion is requested. Read-only. More i -

initializers

-

An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven’t explicitly asked to observe uninitialized objects.
-
-When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user.

-

false

-

v1.Initializers

- - -

finalizers

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.

false

@@ -2636,7 +2593,7 @@ When an object is created, the system will populate this list with the current s

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#iscsi

false

string

@@ -2705,7 +2662,7 @@ When an object is created, the system will populate this list with the current s

medium

-

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: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

string

@@ -2753,7 +2710,7 @@ When an object is created, the system will populate this list with the current s

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

@@ -2904,14 +2861,14 @@ When an object is created, the system will populate this list with the current s

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

items

-

Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/

+

Items is the list of Namespace objects in the list. More info: http://kubernetes.io/docs/user-guide/namespaces

true

v1.Namespace array

@@ -2959,21 +2916,21 @@ When an object is created, the system will populate this list with the current s

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

Spec defines the desired characteristics of a volume requested by a pod author. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

false

v1.PersistentVolumeClaimSpec

status

-

Status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

Status represents the current information/status of a persistent volume claim. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

false

v1.PersistentVolumeClaimStatus

@@ -3117,21 +3074,21 @@ When an object is created, the system will populate this list with the current s

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

secrets

-

Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret

+

Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: http://kubernetes.io/docs/user-guide/secrets

false

v1.ObjectReference array

imagePullSecrets

-

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod

+

ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: http://kubernetes.io/docs/user-guide/secrets#manually-specifying-an-imagepullsecret

false

v1.LocalObjectReference array

@@ -3227,21 +3184,21 @@ When an object is created, the system will populate this list with the current s

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Spec defines the behavior of the Namespace. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Spec defines the behavior of the Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.NamespaceSpec

status

-

Status describes the current status of a Namespace. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Status describes the current status of a Namespace. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.NamespaceStatus

@@ -3357,7 +3314,7 @@ When an object is created, the system will populate this list with the current s

claimName

-

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

true

string

@@ -3412,14 +3369,14 @@ When an object is created, the system will populate this list with the current s

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

items

-

Items is a list of ResourceQuota objects. More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/admission_control_resource_quota.md

+

Items is a list of ResourceQuota objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota

true

v1.ResourceQuota array

@@ -3460,7 +3417,7 @@ When an object is created, the system will populate this list with the current s

accessModes

-

AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

+

AccessModes contains the actual access modes the volume backing the PVC has. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes-1

false

v1.PersistentVolumeAccessMode array

@@ -3563,7 +3520,7 @@ The resulting set of endpoints can be viewed as:

secretName

-

Name of the secret in the pod’s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Name of the secret in the pod’s namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

string

@@ -3871,6 +3828,13 @@ The resulting set of endpoints can be viewed as:

boolean

false

+ +

kind

+

Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

+

false

+

v1.AzureDataDiskKind

+ + @@ -3962,21 +3926,21 @@ The resulting set of endpoints can be viewed as:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Spec defines the behavior of a service. https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Spec defines the behavior of a service. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.ServiceSpec

status

-

Most recently observed status of the service. Populated by the system. Read-only. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Most recently observed status of the service. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.ServiceStatus

@@ -4065,14 +4029,14 @@ The resulting set of endpoints can be viewed as:

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

items

-

List of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

+

List of ServiceAccounts. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md#service-accounts

true

v1.ServiceAccount array

@@ -4120,14 +4084,14 @@ The resulting set of endpoints can be viewed as:

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

items

-

Items is a list of LimitRange objects. More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/admission_control_limit_range.md

+

Items is a list of LimitRange objects. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_limit_range.md

true

v1.LimitRange array

@@ -4186,7 +4150,7 @@ The resulting set of endpoints can be viewed as:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

@@ -4296,35 +4260,35 @@ The resulting set of endpoints can be viewed as:

name

-

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names

true

string

hostPath

-

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

+

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

false

v1.HostPathVolumeSource

emptyDir

-

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir

+

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

v1.EmptyDirVolumeSource

gcePersistentDisk

-

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

v1.GCEPersistentDiskVolumeSource

awsElasticBlockStore

-

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

+

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

v1.AWSElasticBlockStoreVolumeSource

@@ -4338,42 +4302,42 @@ The resulting set of endpoints can be viewed as:

secret

-

Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

v1.SecretVolumeSource

nfs

-

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

v1.NFSVolumeSource

iscsi

-

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

+

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

false

v1.ISCSIVolumeSource

glusterfs

-

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

+

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

false

v1.GlusterfsVolumeSource

persistentVolumeClaim

-

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

false

v1.PersistentVolumeClaimVolumeSource

rbd

-

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

+

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

false

v1.RBDVolumeSource

@@ -4387,7 +4351,7 @@ The resulting set of endpoints can be viewed as:

cinder

-

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

v1.CinderVolumeSource

@@ -4670,14 +4634,14 @@ The resulting set of endpoints can be viewed as:

initialDelaySeconds

-

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

integer (int32)

timeoutSeconds

-

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

integer (int32)

@@ -4732,7 +4696,7 @@ The resulting set of endpoints can be viewed as:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -4794,21 +4758,21 @@ The resulting set of endpoints can be viewed as:

metadata

-

If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Spec defines the specification of the desired behavior of the replication controller. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Spec defines the specification of the desired behavior of the replication controller. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.ReplicationControllerSpec

status

-

Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.ReplicationControllerStatus

@@ -4846,14 +4810,14 @@ The resulting set of endpoints can be viewed as:

phase

-

Current condition of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase

+

Current condition of the pod. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-phase

false

string

conditions

-

Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions

+

Current service state of pod. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions

false

v1.PodCondition array

@@ -4895,14 +4859,14 @@ The resulting set of endpoints can be viewed as:

initContainerStatuses

-

The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status

+

The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: http://kubernetes.io/docs/user-guide/pod-states#container-statuses

false

v1.ContainerStatus array

containerStatuses

-

The list has one entry per container in the manifest. Each entry is currently the output of docker inspect. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status

+

The list has one entry per container in the manifest. Each entry is currently the output of docker inspect. More info: http://kubernetes.io/docs/user-guide/pod-states#container-statuses

false

v1.ContainerStatus array

@@ -4957,14 +4921,14 @@ The resulting set of endpoints can be viewed as:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Spec defines the limits enforced. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Spec defines the limits enforced. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.LimitRangeSpec

@@ -5115,28 +5079,28 @@ The resulting set of endpoints can be viewed as:

volumes

-

List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes

+

List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes

false

v1.Volume array

initContainers

-

List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/

+

List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers

false

v1.Container array

containers

-

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.

+

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers

true

v1.Container array

restartPolicy

-

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

+

Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy

false

string

@@ -5164,14 +5128,14 @@ The resulting set of endpoints can be viewed as:

nodeSelector

-

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

+

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README.md

false

object

serviceAccountName

-

ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

+

ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md

false

string

@@ -5227,7 +5191,7 @@ The resulting set of endpoints can be viewed as:

imagePullSecrets

-

ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod

+

ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod

false

v1.LocalObjectReference array

@@ -5317,21 +5281,21 @@ The resulting set of endpoints can be viewed as:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Spec defines the desired quota. https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Spec defines the desired quota. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.ResourceQuotaSpec

status

-

Status defines the actual enforced quota and its current usage. https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Status defines the actual enforced quota and its current usage. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.ResourceQuotaStatus

@@ -5379,7 +5343,7 @@ The resulting set of endpoints can be viewed as:

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

@@ -5420,14 +5384,14 @@ The resulting set of endpoints can be viewed as:

postStart

-

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

+

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details

false

v1.Handler

preStop

-

PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

+

PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details

false

v1.Handler

@@ -5461,7 +5425,7 @@ The resulting set of endpoints can be viewed as:

replicas

-

Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller

+

Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller

false

integer (int32)

@@ -5475,14 +5439,14 @@ The resulting set of endpoints can be viewed as:

selector

-

Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors

+

Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors

false

object

template

-

Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template

+

Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template

false

v1.PodTemplateSpec

@@ -5564,7 +5528,7 @@ The resulting set of endpoints can be viewed as:

capacity

-

Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity

+

Capacity represents the total resources of a node. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity for more details.

false

object

@@ -5578,21 +5542,21 @@ The resulting set of endpoints can be viewed as:

phase

-

NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.

+

NodePhase is the recently observed lifecycle phase of the node. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-phase The field is never populated, and now is deprecated.

false

string

conditions

-

Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition

+

Conditions is an array of current observed node conditions. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-condition

false

v1.NodeCondition array

addresses

-

List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses

+

List of addresses reachable to the node. Queried from cloud provider, if available. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-addresses

false

v1.NodeAddress array

@@ -5606,7 +5570,7 @@ The resulting set of endpoints can be viewed as:

nodeInfo

-

Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info

+

Set of ids/uuids to uniquely identify the node. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#node-info

false

v1.NodeSystemInfo

@@ -5661,21 +5625,21 @@ The resulting set of endpoints can be viewed as:

endpoints

-

EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

path

-

Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

readOnly

-

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

false

boolean

false

@@ -5905,14 +5869,14 @@ Examples:

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 is the type of the condition. Currently only Ready. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions

true

string

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

+

Status is the status of the condition. Can be True, False, Unknown. More info: http://kubernetes.io/docs/user-guide/pod-states#pod-conditions

true

string

@@ -5974,56 +5938,56 @@ Examples:

monitors

-

A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string array

image

-

The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#rbd

false

string

pool

-

The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it.

false

string

user

-

The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

keyring

-

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

secretRef

-

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

boolean

false

@@ -6060,7 +6024,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -6224,47 +6188,6 @@ Examples:
-
-
-

v1.Initializers

-
-

Initializers tracks the progress of initialization.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

pending

Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.

true

v1.Initializer array

result

If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.

false

v1.Status

-

v1.Status

@@ -6388,14 +6311,14 @@ Examples:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

template

-

Template defines the pods that will be created from this pod template. https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Template defines the pods that will be created from this pod template. http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.PodTemplateSpec

@@ -6463,21 +6386,21 @@ Examples:

server

-

Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

path

-

Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

readOnly

-

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

boolean

false

@@ -6924,14 +6847,14 @@ Examples:

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

items

-

Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret

+

Items is a list of secret objects. More info: http://kubernetes.io/docs/user-guide/secrets

true

v1.Secret array

@@ -6972,21 +6895,21 @@ Examples:

image

-

Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images

+

Docker image name. More info: http://kubernetes.io/docs/user-guide/images

false

string

command

-

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

+

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

args

-

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

+

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

@@ -7021,7 +6944,7 @@ Examples:

resources

-

Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

+

Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources

false

v1.ResourceRequirements

@@ -7035,14 +6958,14 @@ Examples:

livenessProbe

-

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

v1.Probe

readinessProbe

-

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

v1.Probe

@@ -7070,14 +6993,14 @@ Examples:

imagePullPolicy

-

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

+

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images

false

string

securityContext

-

Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md

+

Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md

false

v1.SecurityContext

@@ -7196,49 +7119,49 @@ Examples:

capacity

-

A description of the persistent volume’s resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity

+

A description of the persistent volume’s resources and capacity. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#capacity

false

object

gcePersistentDisk

-

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

v1.GCEPersistentDiskVolumeSource

awsElasticBlockStore

-

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

+

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

v1.AWSElasticBlockStoreVolumeSource

hostPath

-

HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

+

HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

false

v1.HostPathVolumeSource

glusterfs

-

Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

+

Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

false

v1.GlusterfsVolumeSource

nfs

-

NFS represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

NFS represents an NFS mount on the host. Provisioned by an admin. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

v1.NFSVolumeSource

rbd

-

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

+

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

false

v1.RBDVolumeSource

@@ -7252,7 +7175,7 @@ Examples:

cinder

-

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

v1.CinderVolumeSource

@@ -7336,21 +7259,21 @@ Examples:

accessModes

-

AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes

+

AccessModes contains all ways the volume can be mounted. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#access-modes

false

v1.PersistentVolumeAccessMode array

claimRef

-

ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding

+

ClaimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#binding

false

v1.ObjectReference

persistentVolumeReclaimPolicy

-

What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming

+

What happens to a persistent volume when released from its claim. Valid options are Retain (default) and Recycle. Recycling must be supported by the volume plugin underlying this persistent volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#recycling-policy

false

string

@@ -7391,7 +7314,7 @@ Examples:

replicas

-

Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller

+

Replicas is the most recently oberved number of replicas. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller

true

integer (int32)

@@ -7485,14 +7408,14 @@ Examples:

targetPort

-

Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod’s container ports. If this is not specified, the value of the port field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the port field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service

+

Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod’s container ports. If this is not specified, the value of the port field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the port field. More info: http://kubernetes.io/docs/user-guide/services#defining-a-service

false

string

nodePort

-

The port on each node on which this service is exposed when type=NodePort or LoadBalancer. Usually assigned by the system. If specified, it will be allocated to the service if unused or else creation of the service will fail. Default is to auto-allocate a port if the ServiceType of this Service requires one. More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport

+

The port on each node on which this service is exposed when type=NodePort or LoadBalancer. Usually assigned by the system. If specified, it will be allocated to the service if unused or else creation of the service will fail. Default is to auto-allocate a port if the ServiceType of this Service requires one. More info: http://kubernetes.io/docs/user-guide/services#type—nodeport

false

integer (int32)

@@ -7500,6 +7423,61 @@ Examples:
+
+
+

v1.ComponentCondition

+
+

Information about the condition of a component.

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

type

Type of condition for a component. Valid value: "Healthy"

true

string

status

Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".

true

string

message

Message about the condition for a component. For example, information about a health check.

false

string

error

Condition error code for a component. For example, a health check error code.

false

string

+

v1.OwnerReference

@@ -7569,61 +7547,6 @@ Examples:
-
-
-

v1.ComponentCondition

-
-

Information about the condition of a component.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

type

Type of condition for a component. Valid value: "Healthy"

true

string

status

Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".

true

string

message

Message about the condition for a component. For example, information about a health check.

false

string

error

Condition error code for a component. For example, a health check error code.

false

string

-

v1.ScaleSpec

@@ -7698,7 +7621,7 @@ Examples:

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

@@ -7856,7 +7779,7 @@ Examples:

path

-

Path of the directory on the host. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

+

Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

true

string

@@ -7893,7 +7816,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -8031,7 +7954,7 @@ Examples:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

@@ -8072,21 +7995,21 @@ Examples:

volumeID

-

volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

true

string

fsType

-

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: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

string

readOnly

-

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

boolean

false

@@ -8240,14 +8163,14 @@ Examples:

volumeID

-

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

+

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

string

@@ -8261,7 +8184,7 @@ Examples:

readOnly

-

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

boolean

false

@@ -8330,7 +8253,7 @@ Examples:

image

-

The image the container is running. More info: https://kubernetes.io/docs/concepts/containers/images

+

The image the container is running. More info: http://kubernetes.io/docs/user-guide/images

true

string

@@ -8344,7 +8267,7 @@ Examples:

containerID

-

Container’s ID in the format docker://<container_id>.

+

Container’s ID in the format docker://<container_id>. More info: http://kubernetes.io/docs/user-guide/container-environment#container-information

false

string

@@ -8499,14 +8422,14 @@ Examples:

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

items

-

List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller

+

List of replication controllers. More info: http://kubernetes.io/docs/user-guide/replication-controller

true

v1.ReplicationController array

@@ -8588,7 +8511,7 @@ Examples:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

@@ -8695,7 +8618,7 @@ Examples:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

true

v1.ObjectMeta

@@ -8885,14 +8808,14 @@ Examples:

limits

-

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

+

Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/

false

object

requests

-

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

+

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://kubernetes.io/docs/user-guide/compute-resources/

false

object

@@ -8940,7 +8863,7 @@ Examples:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

@@ -9091,14 +9014,14 @@ Examples:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Specification of the desired behavior of the pod. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.PodSpec

@@ -9146,14 +9069,14 @@ Examples:

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

items

-

List of pods. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md

+

List of pods. More info: http://kubernetes.io/docs/user-guide/pods

true

v1.Pod array

@@ -9201,7 +9124,7 @@ Examples:

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

@@ -9290,14 +9213,14 @@ Examples:

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

items

-

List of persistent volumes. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes

+

List of persistent volumes. More info: http://kubernetes.io/docs/user-guide/persistent-volumes

true

v1.PersistentVolume array

@@ -9340,7 +9263,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -9381,28 +9304,28 @@ Examples:

kind

-

Kind of the referent. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Kind of the referent. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

namespace

-

Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/

+

Namespace of the referent. More info: http://kubernetes.io/docs/user-guide/namespaces

false

string

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

uid

-

UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids

+

UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids

false

string

@@ -9416,7 +9339,7 @@ Examples:

resourceVersion

-

Specific resourceVersion to which this reference is made, if any. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#concurrency-control-and-consistency

+

Specific resourceVersion to which this reference is made, if any. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#concurrency-control-and-consistency

false

string

@@ -9554,6 +9477,10 @@ Examples:
+
+
+

v1.AzureDataDiskKind

+

v1.ConfigMapKeySelector

@@ -9580,7 +9507,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -9725,28 +9652,28 @@ Examples:

ports

-

The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies

+

The list of ports that are exposed by this service. More info: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies

false

v1.ServicePort array

selector

-

Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/

+

Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: http://kubernetes.io/docs/user-guide/services#overview

false

object

clusterIP

-

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: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies

false

string

type

-

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

+

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: http://kubernetes.io/docs/user-guide/services#overview

false

string

@@ -9760,7 +9687,7 @@ Examples:

sessionAffinity

-

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: http://kubernetes.io/docs/user-guide/services#virtual-ips-and-service-proxies

false

string

@@ -9774,7 +9701,7 @@ Examples:

loadBalancerSourceRanges

-

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: http://kubernetes.io/docs/user-guide/services-firewalls

false

string array

@@ -9843,21 +9770,21 @@ Examples:

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Specification of the desired behavior of the pod. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.PodSpec

status

-

Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.PodStatus

@@ -9912,7 +9839,7 @@ Examples:

unschedulable

-

Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration

+

Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: http://releases.k8s.io/HEAD/docs/admin/node.md#manual-node-administration

false

boolean

false

@@ -10032,7 +9959,7 @@ Examples:
diff --git a/federation/apis/openapi-spec/swagger.json b/federation/apis/openapi-spec/swagger.json index 5d79e30dab2..c1f846b3bcf 100644 --- a/federation/apis/openapi-spec/swagger.json +++ b/federation/apis/openapi-spec/swagger.json @@ -10599,6 +10599,10 @@ "description": "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.", "type": "string" }, + "kind": { + "description": "Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared", + "type": "string" + }, "readOnly": { "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", "type": "boolean" diff --git a/federation/apis/swagger-spec/extensions_v1beta1.json b/federation/apis/swagger-spec/extensions_v1beta1.json index 18e1bfb6e4f..9f40612e578 100644 --- a/federation/apis/swagger-spec/extensions_v1beta1.json +++ b/federation/apis/swagger-spec/extensions_v1beta1.json @@ -5809,6 +5809,10 @@ "readOnly": { "type": "boolean", "description": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts." + }, + "kind": { + "$ref": "v1.AzureDataDiskKind", + "description": "Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared" } } }, @@ -5816,6 +5820,10 @@ "id": "v1.AzureDataDiskCachingMode", "properties": {} }, + "v1.AzureDataDiskKind": { + "id": "v1.AzureDataDiskKind", + "properties": {} + }, "v1.PhotonPersistentDiskVolumeSource": { "id": "v1.PhotonPersistentDiskVolumeSource", "description": "Represents a Photon Controller persistent disk resource.", diff --git a/federation/docs/api-reference/extensions/v1beta1/definitions.html b/federation/docs/api-reference/extensions/v1beta1/definitions.html index d79cb76184c..86067c21ee3 100755 --- a/federation/docs/api-reference/extensions/v1beta1/definitions.html +++ b/federation/docs/api-reference/extensions/v1beta1/definitions.html @@ -610,21 +610,21 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

currentNumberScheduled

-

The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

+

The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md

true

integer (int32)

numberMisscheduled

-

The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

+

The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md

true

integer (int32)

desiredNumberScheduled

-

The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

+

The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: http://releases.k8s.io/HEAD/docs/admin/daemons.md

true

integer (int32)

@@ -1090,14 +1090,14 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

metadata

-

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#types-kinds

+

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

v1.ListMeta

items

-

List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller

+

List of ReplicaSets. More info: http://kubernetes.io/docs/user-guide/replication-controller

true

v1beta1.ReplicaSet array

@@ -1131,7 +1131,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

monitors

-

Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Required: Monitors is a collection of Ceph monitors More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

true

string array

@@ -1145,28 +1145,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

user

-

Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: User is the rados user name, default is admin More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretFile

-

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

string

secretRef

-

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

+

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it

false

boolean

false

@@ -1340,28 +1340,28 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

pdName

-

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

string

partition

-

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: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

integer (int32)

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

boolean

false

@@ -1473,7 +1473,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1579,7 +1579,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1683,40 +1683,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; } -
-
-

v1.Initializer

-
-

Initializer is information about an initializer that has not yet completed.

-
- ------- - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

name

name of the process that is responsible for initializing this object.

true

string

-

v1.LocalObjectReference

@@ -1743,7 +1709,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -1990,15 +1956,6 @@ Populated by the system when a graceful deletion is requested. Read-only. More i -

initializers

-

An initializer is a controller which enforces some system invariant at object creation time. This field is a list of initializers that have not yet acted on this object. If nil or empty, this object has been completely initialized. Otherwise, the object is considered uninitialized and is hidden (in list/watch and get calls) from clients that haven’t explicitly asked to observe uninitialized objects.
-
-When an object is created, the system will populate this list with the current set of initializers. Only privileged users may set or modify this list. Once it is empty, it may not be modified further by any user.

-

false

-

v1.Initializers

- - -

finalizers

Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed.

false

@@ -2041,7 +1998,7 @@ When an object is created, the system will populate this list with the current s

replicas

-

Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller

+

Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller

false

integer (int32)

@@ -2055,14 +2012,14 @@ When an object is created, the system will populate this list with the current s

selector

-

Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors

+

Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors

false

v1.LabelSelector

template

-

Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template

+

Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template

false

v1.PodTemplateSpec

@@ -2158,14 +2115,14 @@ When an object is created, the system will populate this list with the current s

selector

-

A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors

+

A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors

false

v1.LabelSelector

template

-

An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template’s node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template

+

An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template’s node selector (or on every node if no node selector is specified). More info: http://kubernetes.io/docs/user-guide/replication-controller#pod-template

true

v1.PodTemplateSpec

@@ -2194,10 +2151,6 @@ When an object is created, the system will populate this list with the current s -
-
-

types.UID

-

v1.AzureFileVolumeSource

@@ -2246,6 +2199,10 @@ When an object is created, the system will populate this list with the current s +
+
+

types.UID

+

v1.ISCSIVolumeSource

@@ -2300,7 +2257,7 @@ When an object is created, the system will populate this list with the current s

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#iscsi

false

string

@@ -2383,7 +2340,7 @@ When an object is created, the system will populate this list with the current s

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ListMeta

@@ -2424,7 +2381,7 @@ When an object is created, the system will populate this list with the current s

medium

-

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: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

string

@@ -2644,47 +2601,6 @@ When an object is created, the system will populate this list with the current s -
-
-

v1.PersistentVolumeClaimVolumeSource

-
-

PersistentVolumeClaimVolumeSource references the user’s PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

claimName

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

true

string

readOnly

Will force the ReadOnly setting in VolumeMounts. Default false.

false

boolean

false

-

v1.ListMeta

@@ -2726,6 +2642,47 @@ When an object is created, the system will populate this list with the current s +
+
+

v1.PersistentVolumeClaimVolumeSource

+
+

PersistentVolumeClaimVolumeSource references the user’s PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

claimName

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

true

string

readOnly

Will force the ReadOnly setting in VolumeMounts. Default false.

false

boolean

false

+

v1beta1.RollbackConfig

@@ -2786,7 +2743,7 @@ When an object is created, the system will populate this list with the current s

secretName

-

Name of the secret in the pod’s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Name of the secret in the pod’s namespace to use. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

string

@@ -3032,6 +2989,13 @@ When an object is created, the system will populate this list with the current s

boolean

false

+ +

kind

+

Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared

+

false

+

v1.AzureDataDiskKind

+ + @@ -3231,61 +3195,6 @@ When an object is created, the system will populate this list with the current s -
-
-

v1beta1.DaemonSetList

-
-

DaemonSetList is a collection of daemon sets.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

apiVersion

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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

metadata

Standard list metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

false

v1.ListMeta

items

A list of daemon sets.

true

v1beta1.DaemonSet array

-

v1.Volume

@@ -3312,35 +3221,35 @@ When an object is created, the system will populate this list with the current s

name

-

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Volume’s name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names

true

string

hostPath

-

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

+

HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

false

v1.HostPathVolumeSource

emptyDir

-

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir

+

EmptyDir represents a temporary directory that shares a pod’s lifetime. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir

false

v1.EmptyDirVolumeSource

gcePersistentDisk

-

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk

+

GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#gcepersistentdisk

false

v1.GCEPersistentDiskVolumeSource

awsElasticBlockStore

-

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

+

AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

v1.AWSElasticBlockStoreVolumeSource

@@ -3354,42 +3263,42 @@ When an object is created, the system will populate this list with the current s

secret

-

Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

+

Secret represents a secret that should populate this volume. More info: http://kubernetes.io/docs/user-guide/volumes#secrets

false

v1.SecretVolumeSource

nfs

-

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

+

NFS represents an NFS mount on the host that shares a pod’s lifetime More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

v1.NFSVolumeSource

iscsi

-

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: https://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

+

ISCSI represents an ISCSI Disk resource that is attached to a kubelet’s host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md

false

v1.ISCSIVolumeSource

glusterfs

-

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

+

Glusterfs represents a Glusterfs mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md

false

v1.GlusterfsVolumeSource

persistentVolumeClaim

-

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

+

PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims

false

v1.PersistentVolumeClaimVolumeSource

rbd

-

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

+

RBD represents a Rados Block Device mount on the host that shares a pod’s lifetime. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md

false

v1.RBDVolumeSource

@@ -3403,7 +3312,7 @@ When an object is created, the system will populate this list with the current s

cinder

-

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

+

Cinder represents a cinder volume attached and mounted on kubelets host machine More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

v1.CinderVolumeSource

@@ -3502,6 +3411,61 @@ When an object is created, the system will populate this list with the current s +
+
+

v1beta1.DaemonSetList

+
+

DaemonSetList is a collection of daemon sets.

+
+ +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameDescriptionRequiredSchemaDefault

kind

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#types-kinds

false

string

apiVersion

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: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#resources

false

string

metadata

Standard list metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ListMeta

items

A list of daemon sets.

true

v1beta1.DaemonSet array

+

v1.ResourceFieldSelector

@@ -3645,14 +3609,14 @@ When an object is created, the system will populate this list with the current s

initialDelaySeconds

-

Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Number of seconds after the container has started before liveness probes are initiated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

integer (int32)

timeoutSeconds

-

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

+

Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

integer (int32)

@@ -3838,7 +3802,7 @@ When an object is created, the system will populate this list with the current s

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -3945,28 +3909,28 @@ When an object is created, the system will populate this list with the current s

volumes

-

List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes

+

List of volumes that can be mounted by containers belonging to the pod. More info: http://kubernetes.io/docs/user-guide/volumes

false

v1.Volume array

initContainers

-

List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/

+

List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers

false

v1.Container array

containers

-

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.

+

List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers

true

v1.Container array

restartPolicy

-

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

+

Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: http://kubernetes.io/docs/user-guide/pod-states#restartpolicy

false

string

@@ -3994,14 +3958,14 @@ When an object is created, the system will populate this list with the current s

nodeSelector

-

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

+

NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node’s labels for the pod to be scheduled on that node. More info: http://kubernetes.io/docs/user-guide/node-selection/README.md

false

object

serviceAccountName

-

ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

+

ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: http://releases.k8s.io/HEAD/docs/design/service_accounts.md

false

string

@@ -4057,7 +4021,7 @@ When an object is created, the system will populate this list with the current s

imagePullSecrets

-

ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod

+

ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: http://kubernetes.io/docs/user-guide/images#specifying-imagepullsecrets-on-a-pod

false

v1.LocalObjectReference array

@@ -4195,14 +4159,14 @@ When an object is created, the system will populate this list with the current s

postStart

-

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

+

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details

false

v1.Handler

preStop

-

PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

+

PreStop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. More info: http://kubernetes.io/docs/user-guide/container-environment#hook-details

false

v1.Handler

@@ -4236,21 +4200,21 @@ When an object is created, the system will populate this list with the current s

endpoints

-

EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

EndpointsName is the endpoint name that details Glusterfs topology. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

path

-

Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

Path is the Glusterfs volume path. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

true

string

readOnly

-

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

+

ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod

false

boolean

false

@@ -4549,56 +4513,56 @@ Examples:

monitors

-

A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

A collection of Ceph monitors. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string array

image

-

The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados image name. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

true

string

fsType

-

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: http://kubernetes.io/docs/user-guide/volumes#rbd

false

string

pool

-

The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados pool name. Default is rbd. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it.

false

string

user

-

The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

The rados user name. Default is admin. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

keyring

-

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

string

secretRef

-

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

v1.LocalObjectReference

readOnly

-

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

+

ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: http://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it

false

boolean

false

@@ -4635,7 +4599,7 @@ Examples:

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -4661,47 +4625,6 @@ Examples:

types.UnixUserID

-
-
-

v1.PhotonPersistentDiskVolumeSource

-
-

Represents a Photon Controller persistent disk resource.

-
- ------- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionRequiredSchemaDefault

pdID

ID that identifies Photon Controller persistent disk

true

string

fsType

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.

false

string

-

v1.ScaleIOVolumeSource

@@ -4801,9 +4724,9 @@ Examples:
-

v1.Initializers

+

v1.PhotonPersistentDiskVolumeSource

-

Initializers tracks the progress of initialization.

+

Represents a Photon Controller persistent disk resource.

@@ -4824,17 +4747,17 @@ Examples:
- - + + - + - - + + - + @@ -4963,7 +4886,7 @@ Examples:
- + @@ -4997,21 +4920,21 @@ Examples:
- + - + - + @@ -5607,21 +5530,21 @@ Both these may change in the future. Incoming requests are matched against the h - + - + - + @@ -5656,7 +5579,7 @@ Both these may change in the future. Incoming requests are matched against the h - + @@ -5670,14 +5593,14 @@ Both these may change in the future. Incoming requests are matched against the h - + - + @@ -5705,14 +5628,14 @@ Both these may change in the future. Incoming requests are matched against the h - + - + @@ -5900,7 +5823,7 @@ Both these may change in the future. Incoming requests are matched against the h - + @@ -6107,14 +6030,14 @@ Both these may change in the future. Incoming requests are matched against the h - + - + @@ -6148,7 +6071,7 @@ Both these may change in the future. Incoming requests are matched against the h - + @@ -6185,7 +6108,7 @@ Both these may change in the future. Incoming requests are matched against the h - + @@ -6247,21 +6170,21 @@ Both these may change in the future. Incoming requests are matched against the h - + - + - + @@ -6295,21 +6218,21 @@ Both these may change in the future. Incoming requests are matched against the h - + - + - + @@ -6415,14 +6338,14 @@ Both these may change in the future. Incoming requests are matched against the h - + - + @@ -6436,7 +6359,7 @@ Both these may change in the future. Incoming requests are matched against the h - + @@ -6666,14 +6589,14 @@ Both these may change in the future. Incoming requests are matched against the h - + - + @@ -6748,14 +6671,14 @@ Both these may change in the future. Incoming requests are matched against the h - + - + @@ -6901,7 +6824,7 @@ Both these may change in the future. Incoming requests are matched against the h - + @@ -6957,6 +6880,10 @@ Both these may change in the future. Incoming requests are matched against the h

pending

Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients.

pdID

ID that identifies Photon Controller persistent disk

true

v1.Initializer array

string

result

If result is set with the Failure field, the object will be persisted to storage and then deleted, ensuring that other clients can observe the deletion.

fsType

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.

false

v1.Status

string

targetSelector

label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors

label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors

false

string

server

Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

Server is the hostname or IP address of the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

path

Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

Path that is exported by the NFS server. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

true

string

readOnly

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs

ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: http://kubernetes.io/docs/user-guide/volumes#nfs

false

boolean

false

image

Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images

Docker image name. More info: http://kubernetes.io/docs/user-guide/images

false

string

command

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

Entrypoint array. Not executed within a shell. The docker image’s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

args

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

Arguments to the entrypoint. The docker image’s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container’s environment. 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. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/containers#containers-and-commands

false

string array

resources

Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

Compute Resources required by this container. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#resources

false

v1.ResourceRequirements

livenessProbe

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

v1.Probe

readinessProbe

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/pod-states#container-probes

false

v1.Probe

imagePullPolicy

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/images#updating-images

false

string

securityContext

Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md

Security options the pod should run with. More info: http://releases.k8s.io/HEAD/docs/design/security_context.md

false

v1.SecurityContext

replicas

Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller

Replicas is the most recently oberved number of replicas. More info: http://kubernetes.io/docs/user-guide/replication-controller#what-is-a-replication-controller

true

integer (int32)

spec

Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

Spec defines the specification of the desired behavior of the ReplicaSet. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1beta1.ReplicaSetSpec

status

Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1beta1.ReplicaSetStatus

path

Path of the directory on the host. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

Path of the directory on the host. More info: http://kubernetes.io/docs/user-guide/volumes#hostpath

true

string

name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

metadata

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

The desired behavior of this daemon set. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

The desired behavior of this daemon set. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1beta1.DaemonSetSpec

status

The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1beta1.DaemonSetStatus

volumeID

volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

volume id used to identify the volume in cinder More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

true

string

fsType

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: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

string

readOnly

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: http://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md

false

boolean

false

volumeID

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore

Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

true

string

fsType

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

string

readOnly

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: http://kubernetes.io/docs/user-guide/volumes#awselasticblockstore

false

boolean

false

limits

Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

Limits describes the maximum amount of compute resources allowed. More info: http://kubernetes.io/docs/user-guide/compute-resources/

false

object

requests

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: http://kubernetes.io/docs/user-guide/compute-resources/

false

object

metadata

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

Specification of the desired behavior of the pod. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

Specification of the desired behavior of the pod. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1.PodSpec

name

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

+
+
+

v1.AzureDataDiskKind

+

v1.PreferredSchedulingTerm

@@ -7024,7 +6951,7 @@ Both these may change in the future. Incoming requests are matched against the h

name

-

Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

+

Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names

false

string

@@ -7127,21 +7054,21 @@ Both these may change in the future. Incoming requests are matched against the h

metadata

-

Standard object’s metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata

+

Standard object’s metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata

false

v1.ObjectMeta

spec

-

Spec is the desired state of the Ingress. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Spec is the desired state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1beta1.IngressSpec

status

-

Status is the current state of the Ingress. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#spec-and-status

+

Status is the current state of the Ingress. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status

false

v1beta1.IngressStatus

@@ -7165,7 +7092,7 @@ Both these may change in the future. Incoming requests are matched against the h
diff --git a/pkg/api/v1/generated.pb.go b/pkg/api/v1/generated.pb.go index d9dc4ade640..fbfd38fe4fd 100644 --- a/pkg/api/v1/generated.pb.go +++ b/pkg/api/v1/generated.pb.go @@ -1285,6 +1285,12 @@ func (m *AzureDiskVolumeSource) MarshalTo(dAtA []byte) (int, error) { } i++ } + if m.Kind != nil { + dAtA[i] = 0x32 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Kind))) + i += copy(dAtA[i:], *m.Kind) + } return i, nil } @@ -3975,14 +3981,6 @@ func (m *ListOptions) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintGenerated(dAtA, i, uint64(*m.TimeoutSeconds)) } - dAtA[i] = 0x30 - i++ - if m.IncludeUninitialized { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i++ return i, nil } @@ -5039,18 +5037,6 @@ func (m *ObjectMeta) MarshalTo(dAtA []byte) (int, error) { i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.ClusterName))) i += copy(dAtA[i:], m.ClusterName) - if m.Initializers != nil { - dAtA[i] = 0x82 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Initializers.Size())) - n83, err := m.Initializers.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n83 - } return i, nil } @@ -5118,27 +5104,27 @@ func (m *PersistentVolume) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n84, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n83, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n83 + dAtA[i] = 0x12 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) + n84, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n84 - dAtA[i] = 0x12 + dAtA[i] = 0x1a i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n85, err := m.Spec.MarshalTo(dAtA[i:]) + i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) + n85, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n85 - dAtA[i] = 0x1a - i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n86, err := m.Status.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n86 return i, nil } @@ -5160,27 +5146,27 @@ func (m *PersistentVolumeClaim) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n87, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n86, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n86 + dAtA[i] = 0x12 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) + n87, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n87 - dAtA[i] = 0x12 + dAtA[i] = 0x1a i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n88, err := m.Spec.MarshalTo(dAtA[i:]) + i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) + n88, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n88 - dAtA[i] = 0x1a - i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n89, err := m.Status.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n89 return i, nil } @@ -5202,11 +5188,11 @@ func (m *PersistentVolumeClaimList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n90, err := m.ListMeta.MarshalTo(dAtA[i:]) + n89, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n90 + i += n89 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -5255,11 +5241,11 @@ func (m *PersistentVolumeClaimSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Resources.Size())) - n91, err := m.Resources.MarshalTo(dAtA[i:]) + n90, err := m.Resources.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n91 + i += n90 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.VolumeName))) @@ -5268,11 +5254,11 @@ func (m *PersistentVolumeClaimSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Selector.Size())) - n92, err := m.Selector.MarshalTo(dAtA[i:]) + n91, err := m.Selector.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n92 + i += n91 } if m.StorageClassName != nil { dAtA[i] = 0x2a @@ -5336,11 +5322,11 @@ func (m *PersistentVolumeClaimStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n93, err := (&v).MarshalTo(dAtA[i:]) + n92, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n93 + i += n92 } } return i, nil @@ -5394,11 +5380,11 @@ func (m *PersistentVolumeList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n94, err := m.ListMeta.MarshalTo(dAtA[i:]) + n93, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n94 + i += n93 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -5433,151 +5419,151 @@ func (m *PersistentVolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.GCEPersistentDisk.Size())) - n95, err := m.GCEPersistentDisk.MarshalTo(dAtA[i:]) + n94, err := m.GCEPersistentDisk.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n95 + i += n94 } if m.AWSElasticBlockStore != nil { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.AWSElasticBlockStore.Size())) - n96, err := m.AWSElasticBlockStore.MarshalTo(dAtA[i:]) + n95, err := m.AWSElasticBlockStore.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n96 + i += n95 } if m.HostPath != nil { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.HostPath.Size())) - n97, err := m.HostPath.MarshalTo(dAtA[i:]) + n96, err := m.HostPath.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n97 + i += n96 } if m.Glusterfs != nil { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Glusterfs.Size())) - n98, err := m.Glusterfs.MarshalTo(dAtA[i:]) + n97, err := m.Glusterfs.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n98 + i += n97 } if m.NFS != nil { dAtA[i] = 0x2a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.NFS.Size())) - n99, err := m.NFS.MarshalTo(dAtA[i:]) + n98, err := m.NFS.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n99 + i += n98 } if m.RBD != nil { dAtA[i] = 0x32 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.RBD.Size())) - n100, err := m.RBD.MarshalTo(dAtA[i:]) + n99, err := m.RBD.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n100 + i += n99 } if m.ISCSI != nil { dAtA[i] = 0x3a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ISCSI.Size())) - n101, err := m.ISCSI.MarshalTo(dAtA[i:]) + n100, err := m.ISCSI.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n101 + i += n100 } if m.Cinder != nil { dAtA[i] = 0x42 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Cinder.Size())) - n102, err := m.Cinder.MarshalTo(dAtA[i:]) + n101, err := m.Cinder.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n102 + i += n101 } if m.CephFS != nil { dAtA[i] = 0x4a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.CephFS.Size())) - n103, err := m.CephFS.MarshalTo(dAtA[i:]) + n102, err := m.CephFS.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n103 + i += n102 } if m.FC != nil { dAtA[i] = 0x52 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.FC.Size())) - n104, err := m.FC.MarshalTo(dAtA[i:]) + n103, err := m.FC.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n104 + i += n103 } if m.Flocker != nil { dAtA[i] = 0x5a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Flocker.Size())) - n105, err := m.Flocker.MarshalTo(dAtA[i:]) + n104, err := m.Flocker.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n105 + i += n104 } if m.FlexVolume != nil { dAtA[i] = 0x62 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.FlexVolume.Size())) - n106, err := m.FlexVolume.MarshalTo(dAtA[i:]) + n105, err := m.FlexVolume.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n106 + i += n105 } if m.AzureFile != nil { dAtA[i] = 0x6a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.AzureFile.Size())) - n107, err := m.AzureFile.MarshalTo(dAtA[i:]) + n106, err := m.AzureFile.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n107 + i += n106 } if m.VsphereVolume != nil { dAtA[i] = 0x72 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.VsphereVolume.Size())) - n108, err := m.VsphereVolume.MarshalTo(dAtA[i:]) + n107, err := m.VsphereVolume.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n108 + i += n107 } if m.Quobyte != nil { dAtA[i] = 0x7a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Quobyte.Size())) - n109, err := m.Quobyte.MarshalTo(dAtA[i:]) + n108, err := m.Quobyte.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n109 + i += n108 } if m.AzureDisk != nil { dAtA[i] = 0x82 @@ -5585,11 +5571,11 @@ func (m *PersistentVolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.AzureDisk.Size())) - n110, err := m.AzureDisk.MarshalTo(dAtA[i:]) + n109, err := m.AzureDisk.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n110 + i += n109 } if m.PhotonPersistentDisk != nil { dAtA[i] = 0x8a @@ -5597,11 +5583,11 @@ func (m *PersistentVolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PhotonPersistentDisk.Size())) - n111, err := m.PhotonPersistentDisk.MarshalTo(dAtA[i:]) + n110, err := m.PhotonPersistentDisk.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n111 + i += n110 } if m.PortworxVolume != nil { dAtA[i] = 0x92 @@ -5609,11 +5595,11 @@ func (m *PersistentVolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PortworxVolume.Size())) - n112, err := m.PortworxVolume.MarshalTo(dAtA[i:]) + n111, err := m.PortworxVolume.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n112 + i += n111 } if m.ScaleIO != nil { dAtA[i] = 0x9a @@ -5621,11 +5607,11 @@ func (m *PersistentVolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ScaleIO.Size())) - n113, err := m.ScaleIO.MarshalTo(dAtA[i:]) + n112, err := m.ScaleIO.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n113 + i += n112 } return i, nil } @@ -5664,21 +5650,21 @@ func (m *PersistentVolumeSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n114, err := (&v).MarshalTo(dAtA[i:]) + n113, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n114 + i += n113 } } dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PersistentVolumeSource.Size())) - n115, err := m.PersistentVolumeSource.MarshalTo(dAtA[i:]) + n114, err := m.PersistentVolumeSource.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n115 + i += n114 if len(m.AccessModes) > 0 { for _, s := range m.AccessModes { dAtA[i] = 0x1a @@ -5698,11 +5684,11 @@ func (m *PersistentVolumeSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ClaimRef.Size())) - n116, err := m.ClaimRef.MarshalTo(dAtA[i:]) + n115, err := m.ClaimRef.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n116 + i += n115 } dAtA[i] = 0x2a i++ @@ -5789,27 +5775,27 @@ func (m *Pod) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n117, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n116, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n116 + dAtA[i] = 0x12 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) + n117, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n117 - dAtA[i] = 0x12 + dAtA[i] = 0x1a i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n118, err := m.Spec.MarshalTo(dAtA[i:]) + i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) + n118, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n118 - dAtA[i] = 0x1a - i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n119, err := m.Status.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n119 return i, nil } @@ -5874,11 +5860,11 @@ func (m *PodAffinityTerm) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LabelSelector.Size())) - n120, err := m.LabelSelector.MarshalTo(dAtA[i:]) + n119, err := m.LabelSelector.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n120 + i += n119 } if len(m.Namespaces) > 0 { for _, s := range m.Namespaces { @@ -6024,19 +6010,19 @@ func (m *PodCondition) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LastProbeTime.Size())) - n121, err := m.LastProbeTime.MarshalTo(dAtA[i:]) + n120, err := m.LastProbeTime.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n120 + dAtA[i] = 0x22 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.LastTransitionTime.Size())) + n121, err := m.LastTransitionTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n121 - dAtA[i] = 0x22 - i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.LastTransitionTime.Size())) - n122, err := m.LastTransitionTime.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n122 dAtA[i] = 0x2a i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason))) @@ -6135,11 +6121,11 @@ func (m *PodList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n123, err := m.ListMeta.MarshalTo(dAtA[i:]) + n122, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n123 + i += n122 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -6199,11 +6185,11 @@ func (m *PodLogOptions) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x2a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SinceTime.Size())) - n124, err := m.SinceTime.MarshalTo(dAtA[i:]) + n123, err := m.SinceTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n124 + i += n123 } dAtA[i] = 0x30 i++ @@ -6292,11 +6278,11 @@ func (m *PodSecurityContext) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SELinuxOptions.Size())) - n125, err := m.SELinuxOptions.MarshalTo(dAtA[i:]) + n124, err := m.SELinuxOptions.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n125 + i += n124 } if m.RunAsUser != nil { dAtA[i] = 0x10 @@ -6347,11 +6333,11 @@ func (m *PodSignature) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PodController.Size())) - n126, err := m.PodController.MarshalTo(dAtA[i:]) + n125, err := m.PodController.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n126 + i += n125 } return i, nil } @@ -6470,11 +6456,11 @@ func (m *PodSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x72 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SecurityContext.Size())) - n127, err := m.SecurityContext.MarshalTo(dAtA[i:]) + n126, err := m.SecurityContext.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n127 + i += n126 } if len(m.ImagePullSecrets) > 0 { for _, msg := range m.ImagePullSecrets { @@ -6506,11 +6492,11 @@ func (m *PodSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Affinity.Size())) - n128, err := m.Affinity.MarshalTo(dAtA[i:]) + n127, err := m.Affinity.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n128 + i += n127 } dAtA[i] = 0x9a i++ @@ -6626,11 +6612,11 @@ func (m *PodStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x3a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.StartTime.Size())) - n129, err := m.StartTime.MarshalTo(dAtA[i:]) + n128, err := m.StartTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n129 + i += n128 } if len(m.ContainerStatuses) > 0 { for _, msg := range m.ContainerStatuses { @@ -6681,19 +6667,19 @@ func (m *PodStatusResult) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n130, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n129, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n129 + dAtA[i] = 0x12 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) + n130, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n130 - dAtA[i] = 0x12 - i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n131, err := m.Status.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n131 return i, nil } @@ -6715,19 +6701,19 @@ func (m *PodTemplate) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n132, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n131, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n131 + dAtA[i] = 0x12 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.Template.Size())) + n132, err := m.Template.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n132 - dAtA[i] = 0x12 - i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Template.Size())) - n133, err := m.Template.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n133 return i, nil } @@ -6749,11 +6735,11 @@ func (m *PodTemplateList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n134, err := m.ListMeta.MarshalTo(dAtA[i:]) + n133, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n134 + i += n133 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -6787,19 +6773,19 @@ func (m *PodTemplateSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n135, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n134, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n134 + dAtA[i] = 0x12 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) + n135, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n135 - dAtA[i] = 0x12 - i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n136, err := m.Spec.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n136 return i, nil } @@ -6879,19 +6865,19 @@ func (m *PreferAvoidPodsEntry) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PodSignature.Size())) - n137, err := m.PodSignature.MarshalTo(dAtA[i:]) + n136, err := m.PodSignature.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n136 + dAtA[i] = 0x12 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.EvictionTime.Size())) + n137, err := m.EvictionTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n137 - dAtA[i] = 0x12 - i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.EvictionTime.Size())) - n138, err := m.EvictionTime.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n138 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason))) @@ -6924,11 +6910,11 @@ func (m *PreferredSchedulingTerm) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Preference.Size())) - n139, err := m.Preference.MarshalTo(dAtA[i:]) + n138, err := m.Preference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n139 + i += n138 return i, nil } @@ -6950,11 +6936,11 @@ func (m *Probe) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Handler.Size())) - n140, err := m.Handler.MarshalTo(dAtA[i:]) + n139, err := m.Handler.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n140 + i += n139 dAtA[i] = 0x10 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.InitialDelaySeconds)) @@ -7104,11 +7090,11 @@ func (m *RBDVolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x3a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SecretRef.Size())) - n141, err := m.SecretRef.MarshalTo(dAtA[i:]) + n140, err := m.SecretRef.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n141 + i += n140 } dAtA[i] = 0x40 i++ @@ -7139,11 +7125,11 @@ func (m *RangeAllocation) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n142, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n141, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n142 + i += n141 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Range))) @@ -7175,27 +7161,27 @@ func (m *ReplicationController) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n143, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n142, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n142 + dAtA[i] = 0x12 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) + n143, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n143 - dAtA[i] = 0x12 + dAtA[i] = 0x1a i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n144, err := m.Spec.MarshalTo(dAtA[i:]) + i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) + n144, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n144 - dAtA[i] = 0x1a - i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n145, err := m.Status.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n145 return i, nil } @@ -7225,11 +7211,11 @@ func (m *ReplicationControllerCondition) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LastTransitionTime.Size())) - n146, err := m.LastTransitionTime.MarshalTo(dAtA[i:]) + n145, err := m.LastTransitionTime.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n146 + i += n145 dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason))) @@ -7259,11 +7245,11 @@ func (m *ReplicationControllerList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n147, err := m.ListMeta.MarshalTo(dAtA[i:]) + n146, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n147 + i += n146 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -7320,11 +7306,11 @@ func (m *ReplicationControllerSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Template.Size())) - n148, err := m.Template.MarshalTo(dAtA[i:]) + n147, err := m.Template.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n148 + i += n147 } dAtA[i] = 0x20 i++ @@ -7403,11 +7389,11 @@ func (m *ResourceFieldSelector) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Divisor.Size())) - n149, err := m.Divisor.MarshalTo(dAtA[i:]) + n148, err := m.Divisor.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n149 + i += n148 return i, nil } @@ -7429,27 +7415,27 @@ func (m *ResourceQuota) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n150, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n149, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n149 + dAtA[i] = 0x12 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) + n150, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n150 - dAtA[i] = 0x12 + dAtA[i] = 0x1a i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n151, err := m.Spec.MarshalTo(dAtA[i:]) + i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) + n151, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n151 - dAtA[i] = 0x1a - i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n152, err := m.Status.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n152 return i, nil } @@ -7471,11 +7457,11 @@ func (m *ResourceQuotaList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n153, err := m.ListMeta.MarshalTo(dAtA[i:]) + n152, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n153 + i += n152 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -7525,11 +7511,11 @@ func (m *ResourceQuotaSpec) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n154, err := (&v).MarshalTo(dAtA[i:]) + n153, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n154 + i += n153 } } if len(m.Scopes) > 0 { @@ -7584,11 +7570,11 @@ func (m *ResourceQuotaStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n155, err := (&v).MarshalTo(dAtA[i:]) + n154, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n155 + i += n154 } } if len(m.Used) > 0 { @@ -7610,11 +7596,11 @@ func (m *ResourceQuotaStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n156, err := (&v).MarshalTo(dAtA[i:]) + n155, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n156 + i += n155 } } return i, nil @@ -7654,11 +7640,11 @@ func (m *ResourceRequirements) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n157, err := (&v).MarshalTo(dAtA[i:]) + n156, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n157 + i += n156 } } if len(m.Requests) > 0 { @@ -7680,11 +7666,11 @@ func (m *ResourceRequirements) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64((&v).Size())) - n158, err := (&v).MarshalTo(dAtA[i:]) + n157, err := (&v).MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n158 + i += n157 } } return i, nil @@ -7751,11 +7737,11 @@ func (m *ScaleIOVolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SecretRef.Size())) - n159, err := m.SecretRef.MarshalTo(dAtA[i:]) + n158, err := m.SecretRef.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n159 + i += n158 } dAtA[i] = 0x20 i++ @@ -7814,11 +7800,11 @@ func (m *Secret) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n160, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n159, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n160 + i += n159 if len(m.Data) > 0 { for k := range m.Data { dAtA[i] = 0x12 @@ -7884,11 +7870,11 @@ func (m *SecretEnvSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LocalObjectReference.Size())) - n161, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) + n160, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n161 + i += n160 if m.Optional != nil { dAtA[i] = 0x10 i++ @@ -7920,11 +7906,11 @@ func (m *SecretKeySelector) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LocalObjectReference.Size())) - n162, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) + n161, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n162 + i += n161 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Key))) @@ -7960,11 +7946,11 @@ func (m *SecretList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n163, err := m.ListMeta.MarshalTo(dAtA[i:]) + n162, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n163 + i += n162 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -7998,11 +7984,11 @@ func (m *SecretProjection) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LocalObjectReference.Size())) - n164, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) + n163, err := m.LocalObjectReference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n164 + i += n163 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -8096,11 +8082,11 @@ func (m *SecurityContext) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Capabilities.Size())) - n165, err := m.Capabilities.MarshalTo(dAtA[i:]) + n164, err := m.Capabilities.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n165 + i += n164 } if m.Privileged != nil { dAtA[i] = 0x10 @@ -8116,11 +8102,11 @@ func (m *SecurityContext) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.SELinuxOptions.Size())) - n166, err := m.SELinuxOptions.MarshalTo(dAtA[i:]) + n165, err := m.SELinuxOptions.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n166 + i += n165 } if m.RunAsUser != nil { dAtA[i] = 0x20 @@ -8168,11 +8154,11 @@ func (m *SerializedReference) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Reference.Size())) - n167, err := m.Reference.MarshalTo(dAtA[i:]) + n166, err := m.Reference.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n167 + i += n166 return i, nil } @@ -8194,27 +8180,27 @@ func (m *Service) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n168, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n167, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n167 + dAtA[i] = 0x12 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) + n168, err := m.Spec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n168 - dAtA[i] = 0x12 + dAtA[i] = 0x1a i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Spec.Size())) - n169, err := m.Spec.MarshalTo(dAtA[i:]) + i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) + n169, err := m.Status.MarshalTo(dAtA[i:]) if err != nil { return 0, err } i += n169 - dAtA[i] = 0x1a - i++ - i = encodeVarintGenerated(dAtA, i, uint64(m.Status.Size())) - n170, err := m.Status.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n170 return i, nil } @@ -8236,11 +8222,11 @@ func (m *ServiceAccount) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ObjectMeta.Size())) - n171, err := m.ObjectMeta.MarshalTo(dAtA[i:]) + n170, err := m.ObjectMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n171 + i += n170 if len(m.Secrets) > 0 { for _, msg := range m.Secrets { dAtA[i] = 0x12 @@ -8296,11 +8282,11 @@ func (m *ServiceAccountList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n172, err := m.ListMeta.MarshalTo(dAtA[i:]) + n171, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n172 + i += n171 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -8334,11 +8320,11 @@ func (m *ServiceList) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) - n173, err := m.ListMeta.MarshalTo(dAtA[i:]) + n172, err := m.ListMeta.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n173 + i += n172 if len(m.Items) > 0 { for _, msg := range m.Items { dAtA[i] = 0x12 @@ -8383,11 +8369,11 @@ func (m *ServicePort) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.TargetPort.Size())) - n174, err := m.TargetPort.MarshalTo(dAtA[i:]) + n173, err := m.TargetPort.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n174 + i += n173 dAtA[i] = 0x28 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.NodePort)) @@ -8538,11 +8524,11 @@ func (m *ServiceStatus) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.LoadBalancer.Size())) - n175, err := m.LoadBalancer.MarshalTo(dAtA[i:]) + n174, err := m.LoadBalancer.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n175 + i += n174 return i, nil } @@ -8590,11 +8576,11 @@ func (m *TCPSocketAction) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Port.Size())) - n176, err := m.Port.MarshalTo(dAtA[i:]) + n175, err := m.Port.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n176 + i += n175 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(len(m.Host))) @@ -8632,11 +8618,11 @@ func (m *Taint) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.TimeAdded.Size())) - n177, err := m.TimeAdded.MarshalTo(dAtA[i:]) + n176, err := m.TimeAdded.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n177 + i += n176 return i, nil } @@ -8701,11 +8687,11 @@ func (m *Volume) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.VolumeSource.Size())) - n178, err := m.VolumeSource.MarshalTo(dAtA[i:]) + n177, err := m.VolumeSource.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n178 + i += n177 return i, nil } @@ -8766,31 +8752,31 @@ func (m *VolumeProjection) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Secret.Size())) - n179, err := m.Secret.MarshalTo(dAtA[i:]) + n178, err := m.Secret.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n179 + i += n178 } if m.DownwardAPI != nil { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.DownwardAPI.Size())) - n180, err := m.DownwardAPI.MarshalTo(dAtA[i:]) + n179, err := m.DownwardAPI.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n180 + i += n179 } if m.ConfigMap != nil { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ConfigMap.Size())) - n181, err := m.ConfigMap.MarshalTo(dAtA[i:]) + n180, err := m.ConfigMap.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n181 + i += n180 } return i, nil } @@ -8814,151 +8800,151 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.HostPath.Size())) - n182, err := m.HostPath.MarshalTo(dAtA[i:]) + n181, err := m.HostPath.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n182 + i += n181 } if m.EmptyDir != nil { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.EmptyDir.Size())) - n183, err := m.EmptyDir.MarshalTo(dAtA[i:]) + n182, err := m.EmptyDir.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n183 + i += n182 } if m.GCEPersistentDisk != nil { dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.GCEPersistentDisk.Size())) - n184, err := m.GCEPersistentDisk.MarshalTo(dAtA[i:]) + n183, err := m.GCEPersistentDisk.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n184 + i += n183 } if m.AWSElasticBlockStore != nil { dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.AWSElasticBlockStore.Size())) - n185, err := m.AWSElasticBlockStore.MarshalTo(dAtA[i:]) + n184, err := m.AWSElasticBlockStore.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n185 + i += n184 } if m.GitRepo != nil { dAtA[i] = 0x2a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.GitRepo.Size())) - n186, err := m.GitRepo.MarshalTo(dAtA[i:]) + n185, err := m.GitRepo.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n186 + i += n185 } if m.Secret != nil { dAtA[i] = 0x32 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Secret.Size())) - n187, err := m.Secret.MarshalTo(dAtA[i:]) + n186, err := m.Secret.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n187 + i += n186 } if m.NFS != nil { dAtA[i] = 0x3a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.NFS.Size())) - n188, err := m.NFS.MarshalTo(dAtA[i:]) + n187, err := m.NFS.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n188 + i += n187 } if m.ISCSI != nil { dAtA[i] = 0x42 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ISCSI.Size())) - n189, err := m.ISCSI.MarshalTo(dAtA[i:]) + n188, err := m.ISCSI.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n189 + i += n188 } if m.Glusterfs != nil { dAtA[i] = 0x4a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Glusterfs.Size())) - n190, err := m.Glusterfs.MarshalTo(dAtA[i:]) + n189, err := m.Glusterfs.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n190 + i += n189 } if m.PersistentVolumeClaim != nil { dAtA[i] = 0x52 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PersistentVolumeClaim.Size())) - n191, err := m.PersistentVolumeClaim.MarshalTo(dAtA[i:]) + n190, err := m.PersistentVolumeClaim.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n191 + i += n190 } if m.RBD != nil { dAtA[i] = 0x5a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.RBD.Size())) - n192, err := m.RBD.MarshalTo(dAtA[i:]) + n191, err := m.RBD.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n192 + i += n191 } if m.FlexVolume != nil { dAtA[i] = 0x62 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.FlexVolume.Size())) - n193, err := m.FlexVolume.MarshalTo(dAtA[i:]) + n192, err := m.FlexVolume.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n193 + i += n192 } if m.Cinder != nil { dAtA[i] = 0x6a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Cinder.Size())) - n194, err := m.Cinder.MarshalTo(dAtA[i:]) + n193, err := m.Cinder.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n194 + i += n193 } if m.CephFS != nil { dAtA[i] = 0x72 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.CephFS.Size())) - n195, err := m.CephFS.MarshalTo(dAtA[i:]) + n194, err := m.CephFS.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n195 + i += n194 } if m.Flocker != nil { dAtA[i] = 0x7a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Flocker.Size())) - n196, err := m.Flocker.MarshalTo(dAtA[i:]) + n195, err := m.Flocker.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n196 + i += n195 } if m.DownwardAPI != nil { dAtA[i] = 0x82 @@ -8966,11 +8952,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.DownwardAPI.Size())) - n197, err := m.DownwardAPI.MarshalTo(dAtA[i:]) + n196, err := m.DownwardAPI.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n197 + i += n196 } if m.FC != nil { dAtA[i] = 0x8a @@ -8978,11 +8964,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.FC.Size())) - n198, err := m.FC.MarshalTo(dAtA[i:]) + n197, err := m.FC.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n198 + i += n197 } if m.AzureFile != nil { dAtA[i] = 0x92 @@ -8990,11 +8976,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.AzureFile.Size())) - n199, err := m.AzureFile.MarshalTo(dAtA[i:]) + n198, err := m.AzureFile.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n199 + i += n198 } if m.ConfigMap != nil { dAtA[i] = 0x9a @@ -9002,11 +8988,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ConfigMap.Size())) - n200, err := m.ConfigMap.MarshalTo(dAtA[i:]) + n199, err := m.ConfigMap.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n200 + i += n199 } if m.VsphereVolume != nil { dAtA[i] = 0xa2 @@ -9014,11 +9000,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.VsphereVolume.Size())) - n201, err := m.VsphereVolume.MarshalTo(dAtA[i:]) + n200, err := m.VsphereVolume.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n201 + i += n200 } if m.Quobyte != nil { dAtA[i] = 0xaa @@ -9026,11 +9012,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Quobyte.Size())) - n202, err := m.Quobyte.MarshalTo(dAtA[i:]) + n201, err := m.Quobyte.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n202 + i += n201 } if m.AzureDisk != nil { dAtA[i] = 0xb2 @@ -9038,11 +9024,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.AzureDisk.Size())) - n203, err := m.AzureDisk.MarshalTo(dAtA[i:]) + n202, err := m.AzureDisk.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n203 + i += n202 } if m.PhotonPersistentDisk != nil { dAtA[i] = 0xba @@ -9050,11 +9036,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PhotonPersistentDisk.Size())) - n204, err := m.PhotonPersistentDisk.MarshalTo(dAtA[i:]) + n203, err := m.PhotonPersistentDisk.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n204 + i += n203 } if m.PortworxVolume != nil { dAtA[i] = 0xc2 @@ -9062,11 +9048,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PortworxVolume.Size())) - n205, err := m.PortworxVolume.MarshalTo(dAtA[i:]) + n204, err := m.PortworxVolume.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n205 + i += n204 } if m.ScaleIO != nil { dAtA[i] = 0xca @@ -9074,11 +9060,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ScaleIO.Size())) - n206, err := m.ScaleIO.MarshalTo(dAtA[i:]) + n205, err := m.ScaleIO.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n206 + i += n205 } if m.Projected != nil { dAtA[i] = 0xd2 @@ -9086,11 +9072,11 @@ func (m *VolumeSource) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x1 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Projected.Size())) - n207, err := m.Projected.MarshalTo(dAtA[i:]) + n206, err := m.Projected.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n207 + i += n206 } return i, nil } @@ -9142,11 +9128,11 @@ func (m *WeightedPodAffinityTerm) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.PodAffinityTerm.Size())) - n208, err := m.PodAffinityTerm.MarshalTo(dAtA[i:]) + n207, err := m.PodAffinityTerm.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n208 + i += n207 return i, nil } @@ -9247,6 +9233,10 @@ func (m *AzureDiskVolumeSource) Size() (n int) { if m.ReadOnly != nil { n += 2 } + if m.Kind != nil { + l = len(*m.Kind) + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -10232,7 +10222,6 @@ func (m *ListOptions) Size() (n int) { if m.TimeoutSeconds != nil { n += 1 + sovGenerated(uint64(*m.TimeoutSeconds)) } - n += 2 return n } @@ -10634,10 +10623,6 @@ func (m *ObjectMeta) Size() (n int) { } l = len(m.ClusterName) n += 1 + l + sovGenerated(uint64(l)) - if m.Initializers != nil { - l = m.Initializers.Size() - n += 2 + l + sovGenerated(uint64(l)) - } return n } @@ -12202,6 +12187,7 @@ func (this *AzureDiskVolumeSource) String() string { `CachingMode:` + valueToStringGenerated(this.CachingMode) + `,`, `FSType:` + valueToStringGenerated(this.FSType) + `,`, `ReadOnly:` + valueToStringGenerated(this.ReadOnly) + `,`, + `Kind:` + valueToStringGenerated(this.Kind) + `,`, `}`, }, "") return s @@ -13018,7 +13004,6 @@ func (this *ListOptions) String() string { `Watch:` + fmt.Sprintf("%v", this.Watch) + `,`, `ResourceVersion:` + fmt.Sprintf("%v", this.ResourceVersion) + `,`, `TimeoutSeconds:` + valueToStringGenerated(this.TimeoutSeconds) + `,`, - `IncludeUninitialized:` + fmt.Sprintf("%v", this.IncludeUninitialized) + `,`, `}`, }, "") return s @@ -13364,7 +13349,6 @@ func (this *ObjectMeta) String() string { `OwnerReferences:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.OwnerReferences), "OwnerReference", "k8s_io_apimachinery_pkg_apis_meta_v1.OwnerReference", 1), `&`, ``, 1) + `,`, `Finalizers:` + fmt.Sprintf("%v", this.Finalizers) + `,`, `ClusterName:` + fmt.Sprintf("%v", this.ClusterName) + `,`, - `Initializers:` + strings.Replace(fmt.Sprintf("%v", this.Initializers), "Initializers", "k8s_io_apimachinery_pkg_apis_meta_v1.Initializers", 1) + `,`, `}`, }, "") return s @@ -15192,6 +15176,36 @@ func (m *AzureDiskVolumeSource) Unmarshal(dAtA []byte) error { } b := bool(v != 0) m.ReadOnly = &b + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Kind", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex > l { + return io.ErrUnexpectedEOF + } + s := AzureDataDiskKind(dAtA[iNdEx:postIndex]) + m.Kind = &s + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -24629,26 +24643,6 @@ func (m *ListOptions) Unmarshal(dAtA []byte) error { } } m.TimeoutSeconds = &v - case 6: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field IncludeUninitialized", wireType) - } - var v int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - v |= (int(b) & 0x7F) << shift - if b < 0x80 { - break - } - } - m.IncludeUninitialized = bool(v != 0) default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -28599,39 +28593,6 @@ func (m *ObjectMeta) Unmarshal(dAtA []byte) error { } m.ClusterName = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex - case 16: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Initializers", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= (int(b) & 0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + msglen - if postIndex > l { - return io.ErrUnexpectedEOF - } - if m.Initializers == nil { - m.Initializers = &k8s_io_apimachinery_pkg_apis_meta_v1.Initializers{} - } - if err := m.Initializers.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -43287,709 +43248,709 @@ func init() { } var fileDescriptorGenerated = []byte{ - // 11263 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0xbd, 0x7d, 0x8c, 0x24, 0xc7, - 0x75, 0x18, 0xae, 0x9e, 0xd9, 0xaf, 0x79, 0xfb, 0x79, 0x75, 0x7b, 0xc7, 0xe5, 0x8a, 0xbc, 0x3d, - 0x36, 0x45, 0xfa, 0x48, 0x1e, 0xf7, 0xc4, 0x23, 0x29, 0x9e, 0x44, 0xfd, 0x68, 0xed, 0xee, 0xec, - 0xde, 0xad, 0xef, 0x6b, 0x58, 0xb3, 0x77, 0x47, 0x51, 0xfc, 0x89, 0xec, 0x9b, 0xae, 0xdd, 0x6d, - 0x5e, 0x6f, 0xf7, 0xb0, 0xbb, 0x67, 0xef, 0x56, 0x8e, 0x01, 0x5b, 0x11, 0x2c, 0x07, 0x50, 0x12, - 0x19, 0x8e, 0x80, 0xc0, 0x09, 0xa0, 0xc0, 0x40, 0x1c, 0xe5, 0xd3, 0x51, 0x04, 0x7d, 0x18, 0x96, - 0x13, 0xc4, 0x89, 0x1c, 0x19, 0x48, 0x1c, 0x03, 0x46, 0x6c, 0x07, 0x86, 0xd7, 0xd6, 0x0a, 0xf1, - 0x1f, 0x01, 0x12, 0x04, 0xc9, 0x7f, 0x9b, 0x0f, 0x04, 0xf5, 0xd9, 0x55, 0x3d, 0x3d, 0xdb, 0x3d, - 0xcb, 0xdb, 0x35, 0x25, 0xe4, 0xbf, 0x99, 0x7a, 0xaf, 0x5e, 0x7d, 0x74, 0xd5, 0xab, 0xf7, 0x5e, - 0xbd, 0xf7, 0x0a, 0xce, 0xdf, 0xbb, 0x14, 0xcf, 0x7b, 0xe1, 0x85, 0x7b, 0x9d, 0xbb, 0x24, 0x0a, - 0x48, 0x42, 0xe2, 0x0b, 0xed, 0x7b, 0x1b, 0x17, 0x9c, 0xb6, 0x77, 0x61, 0xfb, 0x85, 0x0b, 0x1b, - 0x24, 0x20, 0x91, 0x93, 0x10, 0x77, 0xbe, 0x1d, 0x85, 0x49, 0x88, 0x1e, 0xe3, 0xd8, 0xf3, 0x29, - 0xf6, 0x7c, 0xfb, 0xde, 0xc6, 0xbc, 0xd3, 0xf6, 0xe6, 0xb7, 0x5f, 0x98, 0x7d, 0x7e, 0xc3, 0x4b, - 0x36, 0x3b, 0x77, 0xe7, 0x5b, 0xe1, 0xd6, 0x85, 0x8d, 0x70, 0x23, 0xbc, 0xc0, 0x2a, 0xdd, 0xed, - 0xac, 0xb3, 0x7f, 0xec, 0x0f, 0xfb, 0xc5, 0x89, 0xcd, 0xbe, 0x24, 0x9a, 0x76, 0xda, 0xde, 0x96, - 0xd3, 0xda, 0xf4, 0x02, 0x12, 0xed, 0xa8, 0xc6, 0x23, 0x12, 0x87, 0x9d, 0xa8, 0x45, 0xb2, 0x5d, - 0x38, 0xb0, 0x56, 0x7c, 0x61, 0x8b, 0x24, 0x4e, 0x4e, 0xc7, 0x67, 0x2f, 0xf4, 0xaa, 0x15, 0x75, - 0x82, 0xc4, 0xdb, 0xea, 0x6e, 0xe6, 0x63, 0x45, 0x15, 0xe2, 0xd6, 0x26, 0xd9, 0x72, 0xba, 0xea, - 0xbd, 0xd8, 0xab, 0x5e, 0x27, 0xf1, 0xfc, 0x0b, 0x5e, 0x90, 0xc4, 0x49, 0x74, 0xd0, 0x98, 0x62, - 0x12, 0x6d, 0x93, 0x28, 0x1d, 0x10, 0x79, 0xe0, 0x6c, 0xb5, 0x7d, 0x92, 0x33, 0x26, 0xfb, 0x0f, - 0x2d, 0x38, 0xbb, 0x70, 0xa7, 0xb9, 0xec, 0x3b, 0x71, 0xe2, 0xb5, 0x16, 0xfd, 0xb0, 0x75, 0xaf, - 0x99, 0x84, 0x11, 0xb9, 0x1d, 0xfa, 0x9d, 0x2d, 0xd2, 0x64, 0xd3, 0x87, 0xce, 0xc3, 0xc8, 0x36, - 0xfb, 0xbf, 0x5a, 0x9f, 0xb1, 0xce, 0x5a, 0xe7, 0x6a, 0x8b, 0x53, 0xdf, 0xdf, 0x9d, 0xfb, 0xd0, - 0xde, 0xee, 0xdc, 0xc8, 0x6d, 0x51, 0x8e, 0x15, 0x06, 0x7a, 0x1a, 0x86, 0xd6, 0xe3, 0xb5, 0x9d, - 0x36, 0x99, 0xa9, 0x30, 0xdc, 0x09, 0x81, 0x3b, 0xb4, 0xd2, 0xa4, 0xa5, 0x58, 0x40, 0xd1, 0x05, - 0xa8, 0xb5, 0x9d, 0x28, 0xf1, 0x12, 0x2f, 0x0c, 0x66, 0xaa, 0x67, 0xad, 0x73, 0x83, 0x8b, 0x27, - 0x04, 0x6a, 0xad, 0x21, 0x01, 0x38, 0xc5, 0xa1, 0xdd, 0x88, 0x88, 0xe3, 0xde, 0x0c, 0xfc, 0x9d, - 0x99, 0x81, 0xb3, 0xd6, 0xb9, 0x91, 0xb4, 0x1b, 0x58, 0x94, 0x63, 0x85, 0x61, 0x7f, 0xa7, 0x02, - 0x23, 0x0b, 0xeb, 0xeb, 0x5e, 0xe0, 0x25, 0x3b, 0xe8, 0x1d, 0x18, 0x0b, 0x42, 0x97, 0xc8, 0xff, - 0x6c, 0x14, 0xa3, 0x17, 0x9f, 0x9d, 0x3f, 0x68, 0x29, 0xce, 0xdf, 0xd0, 0x6a, 0x2c, 0x4e, 0xed, - 0xed, 0xce, 0x8d, 0xe9, 0x25, 0xd8, 0xa0, 0x88, 0xde, 0x82, 0xd1, 0x76, 0xe8, 0xaa, 0x06, 0x2a, - 0xac, 0x81, 0x67, 0x0e, 0x6e, 0xa0, 0x91, 0x56, 0x58, 0x9c, 0xdc, 0xdb, 0x9d, 0x1b, 0xd5, 0x0a, - 0xb0, 0x4e, 0x0e, 0xf9, 0x30, 0x49, 0xff, 0x06, 0x89, 0xa7, 0x5a, 0xa8, 0xb2, 0x16, 0x9e, 0x2f, - 0x6e, 0x41, 0xab, 0xb4, 0x78, 0x72, 0x6f, 0x77, 0x6e, 0x32, 0x53, 0x88, 0xb3, 0xa4, 0xed, 0xcf, - 0xc1, 0xc4, 0x42, 0x92, 0x38, 0xad, 0x4d, 0xe2, 0xf2, 0xef, 0x8b, 0x5e, 0x82, 0x81, 0xc0, 0xd9, - 0x22, 0xe2, 0xeb, 0x9f, 0x15, 0xd3, 0x3e, 0x70, 0xc3, 0xd9, 0x22, 0xfb, 0xbb, 0x73, 0x53, 0xb7, - 0x02, 0xef, 0xbd, 0x8e, 0x58, 0x33, 0xb4, 0x0c, 0x33, 0x6c, 0x74, 0x11, 0xc0, 0x25, 0xdb, 0x5e, - 0x8b, 0x34, 0x9c, 0x64, 0x53, 0xac, 0x06, 0x24, 0xea, 0x42, 0x5d, 0x41, 0xb0, 0x86, 0x65, 0x7f, - 0xde, 0x82, 0xda, 0xc2, 0x76, 0xe8, 0xb9, 0x8d, 0xd0, 0x8d, 0x51, 0x07, 0x26, 0xdb, 0x11, 0x59, - 0x27, 0x91, 0x2a, 0x9a, 0xb1, 0xce, 0x56, 0xcf, 0x8d, 0x5e, 0xbc, 0x58, 0x30, 0x6e, 0xb3, 0xd2, - 0x72, 0x90, 0x44, 0x3b, 0x8b, 0x8f, 0x88, 0xa6, 0x27, 0x33, 0x50, 0x9c, 0x6d, 0xc3, 0xfe, 0xc5, - 0x0a, 0x9c, 0x5a, 0xf8, 0x5c, 0x27, 0x22, 0x75, 0x2f, 0xbe, 0x97, 0xdd, 0x0a, 0xae, 0x17, 0xdf, - 0xbb, 0x91, 0x4e, 0x86, 0x5a, 0x83, 0x75, 0x51, 0x8e, 0x15, 0x06, 0x7a, 0x1e, 0x86, 0xe9, 0xef, - 0x5b, 0x78, 0x55, 0x8c, 0xfe, 0xa4, 0x40, 0x1e, 0xad, 0x3b, 0x89, 0x53, 0xe7, 0x20, 0x2c, 0x71, - 0xd0, 0x75, 0x18, 0x6d, 0xb1, 0xfd, 0xbe, 0x71, 0x3d, 0x74, 0x09, 0xfb, 0xc2, 0xb5, 0xc5, 0xe7, - 0x28, 0xfa, 0x52, 0x5a, 0xbc, 0xbf, 0x3b, 0x37, 0xc3, 0xfb, 0x26, 0x48, 0x68, 0x30, 0xac, 0xd7, - 0x47, 0xb6, 0xda, 0x88, 0x03, 0x8c, 0x12, 0xe4, 0x6c, 0xc2, 0x73, 0xda, 0x9e, 0x1a, 0x64, 0x7b, - 0x6a, 0xac, 0xc7, 0x7e, 0xfa, 0x07, 0x96, 0x98, 0x93, 0x15, 0xcf, 0x37, 0xd9, 0xc3, 0x45, 0x80, - 0x98, 0xb4, 0x22, 0x92, 0x68, 0xb3, 0xa2, 0x3e, 0x73, 0x53, 0x41, 0xb0, 0x86, 0x45, 0x37, 0x7f, - 0xbc, 0xe9, 0x44, 0x6c, 0xb5, 0x88, 0xb9, 0x51, 0x9b, 0xbf, 0x29, 0x01, 0x38, 0xc5, 0x31, 0x36, - 0x7f, 0xb5, 0x70, 0xf3, 0xff, 0x96, 0x05, 0xc3, 0x8b, 0x5e, 0xe0, 0x7a, 0xc1, 0x06, 0x7a, 0x07, - 0x46, 0x28, 0x47, 0x77, 0x9d, 0xc4, 0x11, 0xfb, 0xfe, 0xa3, 0x72, 0xf1, 0xe8, 0x0c, 0x56, 0x2e, - 0x9f, 0x78, 0x9e, 0x62, 0xd3, 0x45, 0x74, 0xf3, 0xee, 0xbb, 0xa4, 0x95, 0x5c, 0x27, 0x89, 0x93, - 0x0e, 0x27, 0x2d, 0xc3, 0x8a, 0x2a, 0xba, 0x05, 0x43, 0x89, 0x13, 0x6d, 0x90, 0x44, 0x6c, 0xfb, - 0x82, 0x4d, 0xc9, 0x69, 0x60, 0xba, 0xe4, 0x48, 0xd0, 0x22, 0x29, 0x83, 0x5c, 0x63, 0x44, 0xb0, - 0x20, 0x66, 0xb7, 0x60, 0x6c, 0xc9, 0x69, 0x3b, 0x77, 0x3d, 0xdf, 0x4b, 0x3c, 0x12, 0xa3, 0x9f, - 0x80, 0xaa, 0xe3, 0xba, 0x6c, 0x03, 0xd4, 0x16, 0x4f, 0xed, 0xed, 0xce, 0x55, 0x17, 0x5c, 0x77, - 0x7f, 0x77, 0x0e, 0x14, 0xd6, 0x0e, 0xa6, 0x18, 0xe8, 0x59, 0x18, 0x70, 0xa3, 0xb0, 0x3d, 0x53, - 0x61, 0x98, 0xa7, 0xe9, 0x4e, 0xad, 0x47, 0x61, 0x3b, 0x83, 0xca, 0x70, 0xec, 0xef, 0x55, 0x00, - 0x2d, 0x91, 0xf6, 0xe6, 0x4a, 0xd3, 0xf8, 0xa6, 0xe7, 0x60, 0x64, 0x2b, 0x0c, 0xbc, 0x24, 0x8c, - 0x62, 0xd1, 0x20, 0x5b, 0x17, 0xd7, 0x45, 0x19, 0x56, 0x50, 0x74, 0x16, 0x06, 0xda, 0xe9, 0xf6, - 0x1e, 0x93, 0xac, 0x81, 0x6d, 0x6c, 0x06, 0xa1, 0x18, 0x9d, 0x98, 0x44, 0x62, 0x3d, 0x2b, 0x8c, - 0x5b, 0x31, 0x89, 0x30, 0x83, 0xa4, 0x2b, 0x88, 0xae, 0x2d, 0xb1, 0x5a, 0x33, 0x2b, 0x88, 0x42, - 0xb0, 0x86, 0x85, 0xde, 0x86, 0x1a, 0xff, 0x87, 0xc9, 0x3a, 0x5b, 0xba, 0x85, 0x4c, 0xe1, 0x5a, - 0xd8, 0x72, 0xfc, 0xec, 0xe4, 0x8f, 0xb3, 0x15, 0x27, 0x09, 0xe1, 0x94, 0xa6, 0xb1, 0xe2, 0x86, - 0x0a, 0x57, 0xdc, 0xdf, 0xb4, 0x00, 0x2d, 0x79, 0x81, 0x4b, 0xa2, 0x63, 0x38, 0x3a, 0xfb, 0xdb, - 0x0c, 0x7f, 0x4c, 0xbb, 0x16, 0x6e, 0xb5, 0xc3, 0x80, 0x04, 0xc9, 0x52, 0x18, 0xb8, 0xfc, 0x38, - 0xfd, 0x04, 0x0c, 0x24, 0xb4, 0x29, 0xde, 0xad, 0xa7, 0xe5, 0x67, 0xa1, 0x0d, 0xec, 0xef, 0xce, - 0x9d, 0xee, 0xae, 0xc1, 0xba, 0xc0, 0xea, 0xa0, 0x8f, 0xc3, 0x50, 0x9c, 0x38, 0x49, 0x27, 0x16, - 0x1d, 0x7d, 0x42, 0x76, 0xb4, 0xc9, 0x4a, 0xf7, 0x77, 0xe7, 0x26, 0x55, 0x35, 0x5e, 0x84, 0x45, - 0x05, 0xf4, 0x0c, 0x0c, 0x6f, 0x91, 0x38, 0x76, 0x36, 0x24, 0x83, 0x9b, 0x14, 0x75, 0x87, 0xaf, - 0xf3, 0x62, 0x2c, 0xe1, 0xe8, 0x49, 0x18, 0x24, 0x51, 0x14, 0x46, 0x62, 0x45, 0x8c, 0x0b, 0xc4, - 0xc1, 0x65, 0x5a, 0x88, 0x39, 0xcc, 0xfe, 0x8f, 0x16, 0x4c, 0xaa, 0xbe, 0xf2, 0xb6, 0x8e, 0x61, - 0xcb, 0xbb, 0x00, 0x2d, 0x39, 0xc0, 0x98, 0x6d, 0x34, 0xad, 0x8d, 0xfc, 0xe5, 0xd7, 0x3d, 0xa1, - 0x69, 0x1b, 0xaa, 0x28, 0xc6, 0x1a, 0x5d, 0xfb, 0xdf, 0x58, 0x70, 0x32, 0x33, 0xb6, 0x6b, 0x5e, - 0x9c, 0xa0, 0xb7, 0xba, 0xc6, 0x37, 0x5f, 0x6e, 0x7c, 0xb4, 0x36, 0x1b, 0x9d, 0x5a, 0x2f, 0xb2, - 0x44, 0x1b, 0x1b, 0x86, 0x41, 0x2f, 0x21, 0x5b, 0x72, 0x58, 0xcf, 0x97, 0x1c, 0x16, 0xef, 0x5f, - 0xfa, 0x95, 0x56, 0x29, 0x0d, 0xcc, 0x49, 0xd9, 0xff, 0xd3, 0x82, 0xda, 0x52, 0x18, 0xac, 0x7b, - 0x1b, 0xd7, 0x9d, 0xf6, 0x31, 0x7c, 0x9f, 0x26, 0x0c, 0x30, 0xea, 0x7c, 0x08, 0x2f, 0x14, 0x0d, - 0x41, 0x74, 0x6c, 0x9e, 0x9e, 0xa9, 0x5c, 0x58, 0x50, 0x6c, 0x8a, 0x16, 0x61, 0x46, 0x6c, 0xf6, - 0x15, 0xa8, 0x29, 0x04, 0x34, 0x05, 0xd5, 0x7b, 0x84, 0x4b, 0x92, 0x35, 0x4c, 0x7f, 0xa2, 0x69, - 0x18, 0xdc, 0x76, 0xfc, 0x8e, 0xd8, 0xbc, 0x98, 0xff, 0xf9, 0x44, 0xe5, 0x92, 0x65, 0x7f, 0x8f, - 0xed, 0x40, 0xd1, 0xc8, 0x72, 0xb0, 0x2d, 0x98, 0xc3, 0x17, 0x2c, 0x98, 0xf6, 0x73, 0x98, 0x92, - 0x98, 0x93, 0xc3, 0xb0, 0xb3, 0xc7, 0x44, 0xb7, 0xa7, 0xf3, 0xa0, 0x38, 0xb7, 0x35, 0xca, 0xeb, - 0xc3, 0x36, 0x5d, 0x70, 0x8e, 0xcf, 0xba, 0x2e, 0x64, 0x80, 0x9b, 0xa2, 0x0c, 0x2b, 0xa8, 0xfd, - 0xe7, 0x16, 0x4c, 0xab, 0x71, 0x5c, 0x25, 0x3b, 0x4d, 0xe2, 0x93, 0x56, 0x12, 0x46, 0x1f, 0x94, - 0x91, 0x3c, 0xce, 0xbf, 0x09, 0xe7, 0x49, 0xa3, 0x82, 0x40, 0xf5, 0x2a, 0xd9, 0xe1, 0x1f, 0x48, - 0x1f, 0x68, 0xf5, 0xc0, 0x81, 0xfe, 0x86, 0x05, 0xe3, 0x6a, 0xa0, 0xc7, 0xb0, 0xe5, 0xae, 0x99, - 0x5b, 0xee, 0x27, 0x4a, 0xae, 0xd7, 0x1e, 0x9b, 0xed, 0x6f, 0x54, 0x28, 0xdb, 0x10, 0x38, 0x8d, - 0x28, 0xa4, 0x93, 0x44, 0x39, 0xfe, 0x07, 0xe4, 0x2b, 0xf5, 0x37, 0xd8, 0xab, 0x64, 0x67, 0x2d, - 0xa4, 0xd2, 0x44, 0xfe, 0x60, 0x8d, 0x8f, 0x3a, 0x70, 0xe0, 0x47, 0xfd, 0x9d, 0x0a, 0x9c, 0x52, - 0xd3, 0x62, 0x9c, 0xd2, 0x3f, 0x96, 0x13, 0xf3, 0x02, 0x8c, 0xba, 0x64, 0xdd, 0xe9, 0xf8, 0x89, - 0xd2, 0x26, 0x06, 0xb9, 0x9a, 0x59, 0x4f, 0x8b, 0xb1, 0x8e, 0xd3, 0xc7, 0x5c, 0x7e, 0x75, 0x94, - 0xf1, 0xf3, 0xc4, 0xa1, 0xab, 0x9e, 0x4a, 0x78, 0x9a, 0x7a, 0x38, 0xa6, 0xab, 0x87, 0x42, 0x15, - 0x7c, 0x12, 0x06, 0xbd, 0x2d, 0x7a, 0xe6, 0x57, 0xcc, 0xa3, 0x7c, 0x95, 0x16, 0x62, 0x0e, 0x43, - 0x4f, 0xc1, 0x70, 0x2b, 0xdc, 0xda, 0x72, 0x02, 0x77, 0xa6, 0xca, 0x64, 0xce, 0x51, 0x2a, 0x16, - 0x2c, 0xf1, 0x22, 0x2c, 0x61, 0xe8, 0x31, 0x18, 0x70, 0xa2, 0x8d, 0x78, 0x66, 0x80, 0xe1, 0x8c, - 0xd0, 0x96, 0x16, 0xa2, 0x8d, 0x18, 0xb3, 0x52, 0x2a, 0x4b, 0xde, 0x0f, 0xa3, 0x7b, 0x5e, 0xb0, - 0x51, 0xf7, 0x22, 0x26, 0x18, 0x6a, 0xb2, 0xe4, 0x1d, 0x05, 0xc1, 0x1a, 0x16, 0x6a, 0xc0, 0x60, - 0x3b, 0x8c, 0x92, 0x78, 0x66, 0x88, 0x4d, 0xfc, 0x73, 0x85, 0xdb, 0x8f, 0x8f, 0xbb, 0x11, 0x46, - 0x49, 0x3a, 0x14, 0xfa, 0x2f, 0xc6, 0x9c, 0x10, 0x5a, 0x82, 0x2a, 0x09, 0xb6, 0x67, 0x86, 0x19, - 0xbd, 0x8f, 0x1c, 0x4c, 0x6f, 0x39, 0xd8, 0xbe, 0xed, 0x44, 0x29, 0xbf, 0x5a, 0x0e, 0xb6, 0x31, - 0xad, 0x8d, 0x5a, 0x50, 0x93, 0x26, 0xac, 0x78, 0x66, 0xa4, 0xcc, 0x52, 0xc4, 0x02, 0x1d, 0x93, - 0xf7, 0x3a, 0x5e, 0x44, 0xb6, 0x48, 0x90, 0xc4, 0xa9, 0x62, 0x25, 0xa1, 0x31, 0x4e, 0xe9, 0xa2, - 0x16, 0x8c, 0x71, 0xf9, 0xf3, 0x7a, 0xd8, 0x09, 0x92, 0x78, 0xa6, 0xc6, 0xba, 0x5c, 0x60, 0xb9, - 0xb8, 0x9d, 0xd6, 0x58, 0x9c, 0x16, 0xe4, 0xc7, 0xb4, 0xc2, 0x18, 0x1b, 0x44, 0xd1, 0x5b, 0x30, - 0xee, 0x7b, 0xdb, 0x24, 0x20, 0x71, 0xdc, 0x88, 0xc2, 0xbb, 0x64, 0x06, 0xd8, 0x68, 0x9e, 0x2c, - 0xd2, 0xe2, 0xc3, 0xbb, 0x64, 0xf1, 0xc4, 0xde, 0xee, 0xdc, 0xf8, 0x35, 0xbd, 0x36, 0x36, 0x89, - 0xa1, 0xb7, 0x61, 0x82, 0x0a, 0xbb, 0x5e, 0x4a, 0x7e, 0xb4, 0x3c, 0x79, 0xb4, 0xb7, 0x3b, 0x37, - 0x81, 0x8d, 0xea, 0x38, 0x43, 0x0e, 0xad, 0x41, 0xcd, 0xf7, 0xd6, 0x49, 0x6b, 0xa7, 0xe5, 0x93, - 0x99, 0x31, 0x46, 0xbb, 0x60, 0x73, 0x5e, 0x93, 0xe8, 0x5c, 0xc1, 0x50, 0x7f, 0x71, 0x4a, 0x08, - 0xdd, 0x86, 0xd3, 0x09, 0x89, 0xb6, 0xbc, 0xc0, 0xa1, 0x9b, 0x4a, 0x48, 0xbf, 0xcc, 0x54, 0x32, - 0xce, 0x56, 0xed, 0x19, 0x31, 0xb1, 0xa7, 0xd7, 0x72, 0xb1, 0x70, 0x8f, 0xda, 0xe8, 0x26, 0x4c, - 0xb2, 0xfd, 0xd4, 0xe8, 0xf8, 0x7e, 0x23, 0xf4, 0xbd, 0xd6, 0xce, 0xcc, 0x04, 0x23, 0xf8, 0x94, - 0x34, 0x80, 0xac, 0x9a, 0x60, 0xaa, 0x18, 0xa6, 0xff, 0x70, 0xb6, 0x36, 0xf2, 0x61, 0x32, 0x26, - 0xad, 0x4e, 0xe4, 0x25, 0x3b, 0x74, 0xed, 0x93, 0x07, 0xc9, 0xcc, 0x64, 0x19, 0x45, 0xb7, 0x69, - 0x56, 0xe2, 0xd6, 0xa7, 0x4c, 0x21, 0xce, 0x92, 0xa6, 0xac, 0x22, 0x4e, 0x5c, 0x2f, 0x98, 0x99, - 0x62, 0x1c, 0x48, 0xed, 0xaf, 0x26, 0x2d, 0xc4, 0x1c, 0xc6, 0xec, 0x07, 0xf4, 0xc7, 0x4d, 0xca, - 0xa5, 0x4f, 0x30, 0xc4, 0xd4, 0x7e, 0x20, 0x01, 0x38, 0xc5, 0xa1, 0xa2, 0x41, 0x92, 0xec, 0xcc, - 0x20, 0x86, 0xaa, 0xb6, 0xda, 0xda, 0xda, 0xa7, 0x31, 0x2d, 0x47, 0xb7, 0x61, 0x98, 0x04, 0xdb, - 0x2b, 0x51, 0xb8, 0x35, 0x73, 0xb2, 0x0c, 0x0f, 0x58, 0xe6, 0xc8, 0xfc, 0xfc, 0x48, 0x55, 0x18, - 0x51, 0x8c, 0x25, 0x31, 0xf4, 0x00, 0x66, 0x72, 0xbe, 0x12, 0xff, 0x28, 0xd3, 0xec, 0xa3, 0x7c, - 0x52, 0xd4, 0x9d, 0x59, 0xeb, 0x81, 0xb7, 0x7f, 0x00, 0x0c, 0xf7, 0xa4, 0x6e, 0xdf, 0x85, 0x09, - 0xc5, 0xa8, 0xd8, 0xf7, 0x46, 0x73, 0x30, 0x48, 0x79, 0xb1, 0x54, 0xe8, 0x6b, 0x74, 0x52, 0x29, - 0x8b, 0x8e, 0x31, 0x2f, 0x67, 0x93, 0xea, 0x7d, 0x8e, 0x2c, 0xee, 0x24, 0x84, 0x2b, 0x76, 0x55, - 0x6d, 0x52, 0x25, 0x00, 0xa7, 0x38, 0xf6, 0xff, 0xe1, 0x62, 0x52, 0xca, 0x0d, 0x4b, 0x9c, 0x04, - 0xe7, 0x61, 0x64, 0x33, 0x8c, 0x13, 0x8a, 0xcd, 0xda, 0x18, 0x4c, 0x05, 0xa3, 0x2b, 0xa2, 0x1c, - 0x2b, 0x0c, 0xf4, 0x2a, 0x8c, 0xb7, 0xf4, 0x06, 0xc4, 0x31, 0x76, 0x4a, 0x54, 0x31, 0x5b, 0xc7, - 0x26, 0x2e, 0xba, 0x04, 0x23, 0xcc, 0xca, 0xdd, 0x0a, 0x7d, 0xa1, 0x42, 0xca, 0x53, 0x79, 0xa4, - 0x21, 0xca, 0xf7, 0xb5, 0xdf, 0x58, 0x61, 0x53, 0x45, 0x9c, 0x76, 0x61, 0xb5, 0x21, 0x0e, 0x10, - 0xa5, 0x88, 0x5f, 0x61, 0xa5, 0x58, 0x40, 0xed, 0x7f, 0x5a, 0xd1, 0x66, 0x99, 0x2a, 0x40, 0x04, - 0xbd, 0x09, 0xc3, 0xf7, 0x1d, 0x2f, 0xf1, 0x82, 0x0d, 0x21, 0x3d, 0xbc, 0x58, 0xf2, 0x34, 0x61, - 0xd5, 0xef, 0xf0, 0xaa, 0xfc, 0xe4, 0x13, 0x7f, 0xb0, 0x24, 0x48, 0x69, 0x47, 0x9d, 0x20, 0xa0, - 0xb4, 0x2b, 0xfd, 0xd3, 0xc6, 0xbc, 0x2a, 0xa7, 0x2d, 0xfe, 0x60, 0x49, 0x10, 0xad, 0x03, 0xc8, - 0xb5, 0x44, 0x5c, 0x61, 0x5d, 0xfe, 0x58, 0x3f, 0xe4, 0xd7, 0x54, 0xed, 0xc5, 0x09, 0x7a, 0xd6, - 0xa6, 0xff, 0xb1, 0x46, 0xd9, 0x4e, 0x98, 0x10, 0xd6, 0xdd, 0x2d, 0xf4, 0x19, 0xba, 0xa5, 0x9d, - 0x28, 0x21, 0xee, 0x42, 0x92, 0x35, 0xd0, 0x1f, 0x2c, 0x62, 0xaf, 0x79, 0x5b, 0x44, 0xdf, 0xfe, - 0x82, 0x08, 0x4e, 0xe9, 0xd9, 0xdf, 0xae, 0xc2, 0x4c, 0xaf, 0xee, 0xd2, 0x25, 0x49, 0x1e, 0x78, - 0xc9, 0x12, 0x15, 0x93, 0x2c, 0x73, 0x49, 0x2e, 0x8b, 0x72, 0xac, 0x30, 0xe8, 0xda, 0x88, 0xbd, - 0x0d, 0xa9, 0x2c, 0x0d, 0xa6, 0x6b, 0xa3, 0xc9, 0x4a, 0xb1, 0x80, 0x52, 0xbc, 0x88, 0x38, 0xb1, - 0xb8, 0xdc, 0xd0, 0xd6, 0x10, 0x66, 0xa5, 0x58, 0x40, 0x75, 0x83, 0xc8, 0x40, 0x81, 0x41, 0xc4, - 0x98, 0xa2, 0xc1, 0x87, 0x3b, 0x45, 0xe8, 0xb3, 0x00, 0xeb, 0x5e, 0xe0, 0xc5, 0x9b, 0x8c, 0xfa, - 0x50, 0xdf, 0xd4, 0x95, 0x90, 0xb5, 0xa2, 0xa8, 0x60, 0x8d, 0x22, 0x7a, 0x19, 0x46, 0xd5, 0xf6, - 0x5c, 0xad, 0xcf, 0x0c, 0x9b, 0x06, 0xf1, 0x94, 0x57, 0xd5, 0xb1, 0x8e, 0x67, 0xbf, 0x9b, 0x5d, - 0x2f, 0x62, 0x57, 0x68, 0xf3, 0x6b, 0x95, 0x9d, 0xdf, 0xca, 0xc1, 0xf3, 0x6b, 0xff, 0x41, 0x15, - 0x26, 0x8d, 0xc6, 0x3a, 0x71, 0x09, 0x8e, 0xf6, 0x3a, 0x3d, 0xb0, 0x9c, 0x84, 0x88, 0x3d, 0x79, - 0xbe, 0x9f, 0x4d, 0xa3, 0x1f, 0x6f, 0x74, 0x2f, 0x70, 0x4a, 0x68, 0x13, 0x6a, 0xbe, 0x13, 0x33, - 0x93, 0x0a, 0x11, 0x7b, 0xb1, 0x3f, 0xb2, 0xa9, 0xfa, 0xe1, 0xc4, 0x89, 0x76, 0x7a, 0xf0, 0x56, - 0x52, 0xe2, 0xf4, 0xb4, 0xa5, 0xc2, 0x8e, 0xbc, 0x51, 0x53, 0xdd, 0xa1, 0x12, 0xd1, 0x0e, 0xe6, - 0x30, 0x74, 0x09, 0xc6, 0x22, 0xc2, 0x56, 0xca, 0x12, 0x95, 0xe7, 0xd8, 0xd2, 0x1b, 0x4c, 0x05, - 0x3f, 0xac, 0xc1, 0xb0, 0x81, 0x99, 0xca, 0xfd, 0x43, 0x07, 0xc8, 0xfd, 0xcf, 0xc0, 0x30, 0xfb, - 0xa1, 0x56, 0x85, 0xfa, 0x42, 0xab, 0xbc, 0x18, 0x4b, 0x78, 0x76, 0x11, 0x8d, 0x94, 0x5c, 0x44, - 0xcf, 0xc2, 0x44, 0xdd, 0x21, 0x5b, 0x61, 0xb0, 0x1c, 0xb8, 0xed, 0xd0, 0x0b, 0x12, 0x34, 0x03, - 0x03, 0xec, 0x3c, 0xe1, 0xfb, 0x7d, 0x80, 0x52, 0xc0, 0x03, 0x54, 0x76, 0xb7, 0xff, 0xb8, 0x02, - 0xe3, 0x75, 0xe2, 0x93, 0x84, 0x70, 0xbd, 0x27, 0x46, 0x2b, 0x80, 0x36, 0x22, 0xa7, 0x45, 0x1a, - 0x24, 0xf2, 0x42, 0xb7, 0x49, 0x5a, 0x61, 0xc0, 0x2e, 0xa2, 0xe8, 0x01, 0x79, 0x7a, 0x6f, 0x77, - 0x0e, 0x5d, 0xee, 0x82, 0xe2, 0x9c, 0x1a, 0xc8, 0x85, 0xf1, 0x76, 0x44, 0x0c, 0xbb, 0xa1, 0x55, - 0x2c, 0x6a, 0x34, 0xf4, 0x2a, 0x5c, 0x1a, 0x36, 0x8a, 0xb0, 0x49, 0x14, 0x7d, 0x0a, 0xa6, 0xc2, - 0xa8, 0xbd, 0xe9, 0x04, 0x75, 0xd2, 0x26, 0x81, 0x4b, 0x55, 0x00, 0x61, 0xed, 0x98, 0xde, 0xdb, - 0x9d, 0x9b, 0xba, 0x99, 0x81, 0xe1, 0x2e, 0x6c, 0xf4, 0x26, 0x9c, 0x68, 0x47, 0x61, 0xdb, 0xd9, - 0x60, 0x4b, 0x46, 0x48, 0x2b, 0x9c, 0x37, 0x9d, 0xdf, 0xdb, 0x9d, 0x3b, 0xd1, 0xc8, 0x02, 0xf7, - 0x77, 0xe7, 0x4e, 0xb2, 0x29, 0xa3, 0x25, 0x29, 0x10, 0x77, 0x93, 0xb1, 0xdf, 0x83, 0x53, 0xf5, - 0xf0, 0x7e, 0x70, 0xdf, 0x89, 0xdc, 0x85, 0xc6, 0xaa, 0x66, 0x9c, 0x78, 0x43, 0x2a, 0xbf, 0xfc, - 0x82, 0xaf, 0xe0, 0x64, 0xd3, 0x68, 0x70, 0xb5, 0x63, 0xc5, 0xf3, 0x49, 0x0f, 0x73, 0xc8, 0x3f, - 0xac, 0x18, 0x6d, 0xa6, 0xf8, 0xea, 0xee, 0xc2, 0xea, 0x79, 0x77, 0xf1, 0x19, 0x18, 0x59, 0xf7, - 0x88, 0xef, 0x62, 0xb2, 0x2e, 0xbe, 0xd6, 0x0b, 0x65, 0x2e, 0x77, 0x56, 0x68, 0x1d, 0x69, 0x1d, - 0xe3, 0x4a, 0xf4, 0x8a, 0x20, 0x83, 0x15, 0x41, 0xd4, 0x81, 0x29, 0xa9, 0x87, 0x49, 0xa8, 0xd8, - 0xec, 0x2f, 0x96, 0x53, 0xf3, 0xcc, 0x66, 0xd8, 0xe7, 0xc5, 0x19, 0x82, 0xb8, 0xab, 0x09, 0xaa, - 0x3f, 0x6f, 0xd1, 0xa3, 0x6e, 0x80, 0x2d, 0x7d, 0xa6, 0x3f, 0x33, 0x53, 0x00, 0x2b, 0xb5, 0x7f, - 0xd5, 0x82, 0x47, 0xba, 0x66, 0x4b, 0xd8, 0x49, 0x8e, 0xec, 0x1b, 0x65, 0x8d, 0x15, 0x95, 0x62, - 0x63, 0x85, 0x7d, 0x13, 0xa6, 0x97, 0xb7, 0xda, 0xc9, 0x4e, 0xdd, 0x33, 0xaf, 0x5c, 0x5e, 0x81, - 0xa1, 0x2d, 0xe2, 0x7a, 0x9d, 0x2d, 0xf1, 0x59, 0xe7, 0xe4, 0xb9, 0x70, 0x9d, 0x95, 0xee, 0xef, - 0xce, 0x8d, 0x37, 0x93, 0x30, 0x72, 0x36, 0x08, 0x2f, 0xc0, 0x02, 0xdd, 0xfe, 0x81, 0x05, 0x93, - 0x92, 0x3f, 0x2c, 0xb8, 0x6e, 0x44, 0xe2, 0x18, 0xcd, 0x42, 0xc5, 0x6b, 0x0b, 0x42, 0x20, 0x08, - 0x55, 0x56, 0x1b, 0xb8, 0xe2, 0xb5, 0xd1, 0x9b, 0x50, 0xe3, 0x37, 0x75, 0xe9, 0xe2, 0xe8, 0xf3, - 0xe6, 0x8f, 0xe9, 0x86, 0x6b, 0x92, 0x06, 0x4e, 0xc9, 0x49, 0x29, 0x99, 0x9d, 0x3c, 0x55, 0xf3, - 0xde, 0xe8, 0x8a, 0x28, 0xc7, 0x0a, 0x03, 0x9d, 0x83, 0x91, 0x20, 0x74, 0xf9, 0x65, 0x2a, 0xdf, - 0xa7, 0x6c, 0xc9, 0xdd, 0x10, 0x65, 0x58, 0x41, 0xed, 0x2f, 0x59, 0x30, 0x26, 0xc7, 0x58, 0x52, - 0x60, 0xa7, 0x9b, 0x24, 0x15, 0xd6, 0xd3, 0x4d, 0x42, 0x05, 0x6e, 0x06, 0x31, 0xe4, 0xec, 0x6a, - 0x3f, 0x72, 0xb6, 0xfd, 0xeb, 0x15, 0x98, 0x90, 0xdd, 0x69, 0x76, 0xee, 0xc6, 0x84, 0x8a, 0x21, - 0x35, 0x87, 0x4f, 0x3e, 0x91, 0xeb, 0xec, 0xf9, 0x22, 0x5d, 0xcc, 0xf8, 0x66, 0xa9, 0x98, 0xb3, - 0x20, 0xe9, 0xe0, 0x94, 0x24, 0xda, 0x86, 0x13, 0x41, 0x98, 0xb0, 0xe3, 0x4d, 0xc1, 0xcb, 0xdd, - 0x74, 0x64, 0xdb, 0x79, 0x54, 0xb4, 0x73, 0xe2, 0x46, 0x96, 0x1e, 0xee, 0x6e, 0x02, 0xdd, 0x94, - 0x36, 0xa6, 0x2a, 0x6b, 0xeb, 0xd9, 0x72, 0x6d, 0xf5, 0x36, 0x31, 0xd9, 0xbf, 0x6d, 0x41, 0x4d, - 0xa2, 0x1d, 0xc7, 0x95, 0xd7, 0x1d, 0x18, 0x8e, 0xd9, 0x27, 0x92, 0xd3, 0x75, 0xbe, 0xdc, 0x10, - 0xf8, 0x77, 0x4d, 0xcf, 0x74, 0xfe, 0x3f, 0xc6, 0x92, 0x1a, 0x33, 0xb6, 0xab, 0x81, 0x7c, 0xe0, - 0x8c, 0xed, 0xaa, 0x67, 0xbd, 0x6f, 0xb6, 0xc6, 0x0d, 0x6b, 0x00, 0x15, 0x4c, 0xdb, 0x11, 0x59, - 0xf7, 0x1e, 0x64, 0x05, 0xd3, 0x06, 0x2b, 0xc5, 0x02, 0x8a, 0xd6, 0x61, 0xac, 0x25, 0xcd, 0xd1, - 0x29, 0x0b, 0xf9, 0x68, 0x49, 0xdb, 0xbf, 0xba, 0x46, 0xe2, 0xae, 0x49, 0x4b, 0x1a, 0x25, 0x6c, - 0xd0, 0xa5, 0x7c, 0x2a, 0xbd, 0x29, 0xaf, 0x96, 0x34, 0xdc, 0x44, 0x24, 0x49, 0x5b, 0xe8, 0x79, - 0x49, 0x6e, 0x7f, 0xcd, 0x82, 0x21, 0x6e, 0xbf, 0x2c, 0x67, 0x04, 0xd6, 0x2e, 0xc8, 0xd2, 0xf9, - 0xbc, 0x4d, 0x0b, 0xc5, 0x7d, 0x19, 0xba, 0x03, 0x35, 0xf6, 0x83, 0xd9, 0x62, 0xaa, 0x65, 0xfc, - 0xb4, 0x78, 0xfb, 0x7a, 0x57, 0x6f, 0x4b, 0x02, 0x38, 0xa5, 0x65, 0x7f, 0xb7, 0x4a, 0x59, 0x5f, - 0x8a, 0x6a, 0x9c, 0xed, 0xd6, 0x71, 0x9c, 0xed, 0x95, 0xa3, 0x3f, 0xdb, 0xdf, 0x83, 0xc9, 0x96, - 0x76, 0x41, 0x97, 0x7e, 0xf1, 0x8b, 0x25, 0x97, 0x95, 0x76, 0xab, 0xc7, 0xed, 0x75, 0x4b, 0x26, - 0x39, 0x9c, 0xa5, 0x8f, 0x08, 0x8c, 0xf1, 0xf5, 0x20, 0xda, 0x1b, 0x60, 0xed, 0x5d, 0x28, 0xb3, - 0xc2, 0xf4, 0xc6, 0xd8, 0x2a, 0x6e, 0x6a, 0x84, 0xb0, 0x41, 0xd6, 0xfe, 0xe5, 0x41, 0x18, 0x5c, - 0xde, 0x26, 0x41, 0x72, 0x0c, 0xac, 0x6e, 0x0b, 0x26, 0xbc, 0x60, 0x3b, 0xf4, 0xb7, 0x89, 0xcb, - 0xe1, 0x87, 0x3b, 0xde, 0x4f, 0x8b, 0x46, 0x26, 0x56, 0x0d, 0x62, 0x38, 0x43, 0xfc, 0x28, 0x2c, - 0x05, 0xaf, 0xc3, 0x10, 0x5f, 0x19, 0xc2, 0x4c, 0x50, 0x60, 0xcf, 0x67, 0x13, 0x2b, 0x76, 0x50, - 0x6a, 0xcf, 0xe0, 0x57, 0x09, 0x82, 0x10, 0x7a, 0x17, 0x26, 0xd6, 0xbd, 0x28, 0x4e, 0xa8, 0xb2, - 0x1f, 0x27, 0xce, 0x56, 0xfb, 0x10, 0x36, 0x02, 0x35, 0x23, 0x2b, 0x06, 0x25, 0x9c, 0xa1, 0x8c, - 0x36, 0x60, 0x9c, 0xaa, 0xa8, 0x69, 0x53, 0xc3, 0x7d, 0x37, 0xa5, 0x4c, 0x84, 0xd7, 0x74, 0x42, - 0xd8, 0xa4, 0x4b, 0x59, 0x52, 0x8b, 0xa9, 0xb4, 0x23, 0x4c, 0xba, 0x51, 0x2c, 0x89, 0xeb, 0xb2, - 0x1c, 0x46, 0x39, 0x1b, 0xf3, 0x94, 0xa9, 0x99, 0x9c, 0x2d, 0xf5, 0x87, 0xb1, 0xbf, 0x41, 0xcf, - 0x62, 0x3a, 0x87, 0xc7, 0x70, 0x7c, 0x5d, 0x31, 0x8f, 0xaf, 0x27, 0x4b, 0x7c, 0xd9, 0x1e, 0x47, - 0xd7, 0x3b, 0x30, 0xaa, 0x7d, 0x78, 0x74, 0x01, 0x6a, 0x2d, 0xe9, 0xcc, 0x21, 0xb8, 0xb8, 0x12, - 0xa5, 0x94, 0x97, 0x07, 0x4e, 0x71, 0xe8, 0xbc, 0x50, 0x11, 0x34, 0xeb, 0xfa, 0x45, 0x05, 0x54, - 0xcc, 0x20, 0xf6, 0x8b, 0x00, 0xcb, 0x0f, 0x48, 0x6b, 0x81, 0xab, 0x78, 0xda, 0xfd, 0x9e, 0xd5, - 0xfb, 0x7e, 0xcf, 0xfe, 0xba, 0x05, 0x13, 0x2b, 0x4b, 0x86, 0x4c, 0x3f, 0x0f, 0xc0, 0x65, 0xe3, - 0x3b, 0x77, 0x6e, 0x48, 0xfb, 0x35, 0x37, 0x32, 0xaa, 0x52, 0xac, 0x61, 0xa0, 0x47, 0xa1, 0xea, - 0x77, 0x02, 0x21, 0xb2, 0x0e, 0xef, 0xed, 0xce, 0x55, 0xaf, 0x75, 0x02, 0x4c, 0xcb, 0x34, 0x1f, - 0xab, 0x6a, 0x69, 0x1f, 0xab, 0x62, 0x6f, 0xe3, 0xaf, 0x54, 0x61, 0x6a, 0xc5, 0x27, 0x0f, 0x8c, - 0x5e, 0x3f, 0x0d, 0x43, 0x6e, 0xe4, 0x6d, 0x93, 0x28, 0x2b, 0x08, 0xd4, 0x59, 0x29, 0x16, 0xd0, - 0xd2, 0x6e, 0x5f, 0x6f, 0x77, 0x1f, 0xe4, 0x47, 0xe7, 0xf2, 0x56, 0x38, 0x66, 0xb4, 0x0e, 0xc3, - 0xfc, 0x3e, 0x38, 0x9e, 0x19, 0x64, 0x4b, 0xf1, 0xd5, 0x83, 0x3b, 0x93, 0x9d, 0x9f, 0x79, 0x61, - 0x5f, 0xe1, 0x0e, 0x37, 0x8a, 0x97, 0x89, 0x52, 0x2c, 0x89, 0xcf, 0x7e, 0x02, 0xc6, 0x74, 0xcc, - 0xbe, 0x3c, 0x6f, 0xfe, 0xb2, 0x05, 0x27, 0x57, 0xfc, 0xb0, 0x75, 0x2f, 0xe3, 0x97, 0xf7, 0x32, - 0x8c, 0xd2, 0xcd, 0x14, 0x1b, 0x4e, 0xab, 0x86, 0x77, 0xae, 0x00, 0x61, 0x1d, 0x4f, 0xab, 0x76, - 0xeb, 0xd6, 0x6a, 0x3d, 0xcf, 0xa9, 0x57, 0x80, 0xb0, 0x8e, 0x67, 0xff, 0xae, 0x05, 0x8f, 0x5f, - 0x5e, 0x5a, 0x6e, 0x90, 0x28, 0xf6, 0xe2, 0x84, 0x04, 0x49, 0x97, 0x5f, 0x31, 0x95, 0x19, 0x5d, - 0xad, 0x2b, 0xa9, 0xcc, 0x58, 0x67, 0xbd, 0x10, 0xd0, 0x0f, 0x8a, 0x73, 0xfd, 0xd7, 0x2c, 0x38, - 0x79, 0xd9, 0x4b, 0x30, 0x69, 0x87, 0x59, 0x57, 0xe0, 0x88, 0xb4, 0xc3, 0xd8, 0x4b, 0xc2, 0x68, - 0x27, 0xeb, 0x0a, 0x8c, 0x15, 0x04, 0x6b, 0x58, 0xbc, 0xe5, 0x6d, 0x2f, 0xa6, 0x3d, 0xad, 0x98, - 0xaa, 0x2e, 0x16, 0xe5, 0x58, 0x61, 0xd0, 0x81, 0xb9, 0x5e, 0xc4, 0x44, 0x86, 0x1d, 0xb1, 0x83, - 0xd5, 0xc0, 0xea, 0x12, 0x80, 0x53, 0x1c, 0xfb, 0x6f, 0x5b, 0x70, 0xea, 0xb2, 0xdf, 0x89, 0x13, - 0x12, 0xad, 0xc7, 0x46, 0x67, 0x5f, 0x84, 0x1a, 0x91, 0xc2, 0xbd, 0xe8, 0xab, 0x3a, 0x34, 0x94, - 0xd4, 0xcf, 0xfd, 0x90, 0x15, 0x5e, 0x09, 0x77, 0xd7, 0xfe, 0x9c, 0x33, 0x7f, 0xb3, 0x02, 0xe3, - 0x57, 0xd6, 0xd6, 0x1a, 0x97, 0x49, 0x22, 0xb8, 0x64, 0xb1, 0x51, 0x0a, 0x6b, 0x1a, 0xf9, 0x41, - 0xc2, 0x4f, 0x27, 0xf1, 0xfc, 0x79, 0x1e, 0x2e, 0x32, 0xbf, 0x1a, 0x24, 0x37, 0xa3, 0x66, 0x12, - 0x79, 0xc1, 0x46, 0xae, 0x0e, 0x2f, 0x79, 0x79, 0xb5, 0x17, 0x2f, 0x47, 0x2f, 0xc2, 0x10, 0x8b, - 0x57, 0x91, 0xc2, 0xc7, 0x87, 0x95, 0x9c, 0xc0, 0x4a, 0xf7, 0x77, 0xe7, 0x6a, 0xb7, 0xf0, 0x2a, - 0xff, 0x83, 0x05, 0x2a, 0x7a, 0x1b, 0x46, 0x37, 0x93, 0xa4, 0x7d, 0x85, 0x38, 0x2e, 0x89, 0x24, - 0x9f, 0x38, 0x77, 0x30, 0x9f, 0xa0, 0xd3, 0xc1, 0x2b, 0xa4, 0x5b, 0x2b, 0x2d, 0x8b, 0xb1, 0x4e, - 0xd1, 0x6e, 0x02, 0xa4, 0xb0, 0x87, 0xa4, 0x83, 0xd8, 0x3f, 0x57, 0x81, 0xe1, 0x2b, 0x4e, 0xe0, - 0xfa, 0x24, 0x42, 0x2b, 0x30, 0x40, 0x1e, 0x90, 0x96, 0x38, 0xc8, 0x0b, 0xba, 0x9e, 0x1e, 0x76, - 0xdc, 0xae, 0x46, 0xff, 0x63, 0x56, 0x1f, 0x61, 0x18, 0xa6, 0xfd, 0xbe, 0xac, 0xbc, 0xc4, 0x9f, - 0x2b, 0x9e, 0x05, 0xb5, 0x28, 0xf8, 0x49, 0x29, 0x8a, 0xb0, 0x24, 0xc4, 0x2c, 0x50, 0xad, 0x76, - 0x93, 0xb2, 0xb7, 0xa4, 0x9c, 0x66, 0xb7, 0xb6, 0xd4, 0xe0, 0xe8, 0x82, 0x2e, 0xb7, 0x40, 0xc9, - 0x42, 0x9c, 0x92, 0xb3, 0xd7, 0xa0, 0x46, 0x3f, 0xfe, 0x82, 0xef, 0x39, 0x07, 0x9b, 0xc1, 0x9e, - 0x83, 0x9a, 0x34, 0x44, 0xc5, 0xc2, 0xe5, 0x9c, 0x51, 0x95, 0x76, 0xaa, 0x18, 0xa7, 0x70, 0xfb, - 0x12, 0x4c, 0xb3, 0x5b, 0x5e, 0x27, 0xd9, 0x34, 0xf6, 0x62, 0xe1, 0xa2, 0xb7, 0xbf, 0x39, 0x00, - 0x27, 0x56, 0x9b, 0x4b, 0x4d, 0xd3, 0x22, 0x79, 0x09, 0xc6, 0xf8, 0xb1, 0x4f, 0x97, 0xb2, 0xe3, - 0x8b, 0xfa, 0xea, 0x66, 0x62, 0x4d, 0x83, 0x61, 0x03, 0x13, 0x3d, 0x0e, 0x55, 0xef, 0xbd, 0x20, - 0xeb, 0x2b, 0xb8, 0xfa, 0xfa, 0x0d, 0x4c, 0xcb, 0x29, 0x98, 0x4a, 0x10, 0x9c, 0x75, 0x2a, 0xb0, - 0x92, 0x22, 0x5e, 0x83, 0x09, 0x2f, 0x6e, 0xc5, 0xde, 0x6a, 0x40, 0xf9, 0x8a, 0xd3, 0x92, 0x9b, - 0x22, 0x15, 0xf9, 0x69, 0x57, 0x15, 0x14, 0x67, 0xb0, 0x35, 0x3e, 0x3e, 0x58, 0x5a, 0x0a, 0x29, - 0x74, 0x42, 0xa7, 0x02, 0x56, 0x9b, 0x8d, 0x2e, 0x66, 0x9e, 0x47, 0x42, 0xc0, 0xe2, 0x03, 0x8e, - 0xb1, 0x84, 0xa1, 0xcb, 0x70, 0xa2, 0xb5, 0xe9, 0xb4, 0x17, 0x3a, 0xc9, 0x66, 0xdd, 0x8b, 0x5b, - 0xe1, 0x36, 0x89, 0x76, 0x98, 0x00, 0x3c, 0x92, 0xda, 0xb4, 0x14, 0x60, 0xe9, 0xca, 0x42, 0x83, - 0x62, 0xe2, 0xee, 0x3a, 0xa6, 0x40, 0x02, 0x47, 0x20, 0x90, 0x2c, 0xc0, 0xa4, 0x6c, 0xb5, 0x49, - 0x62, 0x76, 0x44, 0x8c, 0xb2, 0x7e, 0xaa, 0x58, 0x1e, 0x51, 0xac, 0x7a, 0x99, 0xc5, 0xb7, 0xdf, - 0x85, 0x9a, 0xf2, 0x94, 0x93, 0x0e, 0xa2, 0x56, 0x0f, 0x07, 0xd1, 0x62, 0xe6, 0x2e, 0x6d, 0xe7, - 0xd5, 0x5c, 0xdb, 0xf9, 0x3f, 0xb6, 0x20, 0x75, 0xf5, 0x41, 0x18, 0x6a, 0xed, 0x90, 0xdd, 0xb3, - 0x45, 0xf2, 0x42, 0xfb, 0xa9, 0x82, 0x3d, 0xcf, 0x79, 0x0e, 0x9f, 0x90, 0x86, 0xac, 0x8b, 0x53, - 0x32, 0xe8, 0x1a, 0x0c, 0xb7, 0x23, 0xd2, 0x4c, 0x58, 0x74, 0x47, 0x1f, 0x14, 0xf9, 0x42, 0xe0, - 0x35, 0xb1, 0x24, 0x61, 0xff, 0x73, 0x0b, 0xe0, 0x9a, 0xb7, 0xe5, 0x25, 0xd8, 0x09, 0x36, 0xc8, - 0x31, 0x28, 0xd6, 0x37, 0x60, 0x20, 0x6e, 0x93, 0x56, 0xb9, 0x9b, 0xd2, 0xb4, 0x67, 0xcd, 0x36, - 0x69, 0xa5, 0x9f, 0x83, 0xfe, 0xc3, 0x8c, 0x8e, 0xfd, 0x1d, 0x80, 0x89, 0x14, 0x8d, 0x2a, 0x37, - 0xe8, 0x79, 0x23, 0xac, 0xe1, 0xd1, 0x4c, 0x58, 0x43, 0x8d, 0x61, 0x6b, 0x91, 0x0c, 0x09, 0x54, - 0xb7, 0x9c, 0x07, 0x42, 0x97, 0x7a, 0xb9, 0x6c, 0x87, 0x68, 0x4b, 0xf3, 0xd7, 0x9d, 0x07, 0x5c, - 0x74, 0x7d, 0x4e, 0x2e, 0xa4, 0xeb, 0xce, 0x83, 0x7d, 0x7e, 0x1f, 0xca, 0xb8, 0x13, 0x55, 0xde, - 0x3e, 0xff, 0xa7, 0xe9, 0x7f, 0x76, 0x0c, 0xd1, 0xe6, 0x58, 0xab, 0x5e, 0x20, 0x4c, 0xc1, 0x7d, - 0xb6, 0xea, 0x05, 0xd9, 0x56, 0xbd, 0xa0, 0x44, 0xab, 0x1e, 0xf3, 0xff, 0x1d, 0x16, 0x37, 0x28, - 0xcc, 0x79, 0x72, 0xf4, 0xe2, 0xc7, 0xfb, 0x6a, 0x5a, 0x5c, 0xc5, 0xf0, 0xe6, 0x2f, 0x48, 0x79, - 0x5d, 0x94, 0x16, 0x76, 0x41, 0x36, 0x8d, 0xfe, 0x8e, 0x05, 0x13, 0xe2, 0x37, 0x26, 0xef, 0x75, - 0x48, 0x9c, 0x08, 0xb9, 0xe0, 0x53, 0x87, 0xe9, 0x8d, 0x20, 0xc1, 0x3b, 0xf5, 0x31, 0xc9, 0x7e, - 0x4d, 0x60, 0x61, 0xdf, 0x32, 0xfd, 0x41, 0xdf, 0xb1, 0x60, 0x7a, 0xcb, 0x79, 0xc0, 0x5b, 0xe4, - 0x65, 0xd8, 0x49, 0xbc, 0x50, 0x38, 0x88, 0xae, 0xf4, 0xbb, 0x4e, 0xba, 0x08, 0xf1, 0xee, 0x4a, - 0xdf, 0xaf, 0xe9, 0x3c, 0x94, 0xc2, 0x4e, 0xe7, 0xf6, 0x70, 0x76, 0x1d, 0x46, 0xe4, 0xc2, 0xcc, - 0xd1, 0x94, 0xea, 0xba, 0xf8, 0x53, 0x60, 0x97, 0x98, 0x97, 0xd6, 0xc5, 0xf9, 0xd7, 0x3b, 0x4e, - 0x90, 0x78, 0xc9, 0x8e, 0xa6, 0x59, 0xb1, 0x76, 0xc4, 0x52, 0x3c, 0xd2, 0x76, 0xde, 0x85, 0x31, - 0x7d, 0xdd, 0x1d, 0x69, 0x5b, 0xef, 0xc1, 0xc9, 0x9c, 0x55, 0x75, 0xa4, 0x4d, 0xde, 0x87, 0x47, - 0x7b, 0xae, 0x8f, 0xa3, 0x6c, 0xd8, 0xfe, 0x4d, 0x4b, 0x67, 0x9d, 0xc7, 0x60, 0xb7, 0xba, 0x6e, - 0xda, 0xad, 0xce, 0x95, 0xdd, 0x43, 0x3d, 0x8c, 0x57, 0xeb, 0x7a, 0xf7, 0xe9, 0x91, 0x80, 0xd6, - 0x60, 0xc8, 0xa7, 0x25, 0xf2, 0xda, 0xf0, 0x7c, 0x3f, 0xbb, 0x34, 0x95, 0xc0, 0x58, 0x79, 0x8c, - 0x05, 0x2d, 0xfb, 0x3b, 0x16, 0x0c, 0xfc, 0x05, 0x06, 0x5d, 0x75, 0x91, 0x16, 0xb9, 0x03, 0xe6, - 0xb1, 0x73, 0x7f, 0xf9, 0x41, 0x42, 0x82, 0x98, 0x89, 0xf1, 0xb9, 0x53, 0xf4, 0xbf, 0x2b, 0x30, - 0x4a, 0x9b, 0x92, 0x7e, 0x2c, 0xaf, 0xc2, 0xb8, 0xef, 0xdc, 0x25, 0xbe, 0xb4, 0xb9, 0x67, 0x95, - 0xde, 0x6b, 0x3a, 0x10, 0x9b, 0xb8, 0xb4, 0xf2, 0xba, 0x7e, 0x25, 0x21, 0x84, 0x24, 0x55, 0xd9, - 0xb8, 0xaf, 0xc0, 0x26, 0x2e, 0xd5, 0xba, 0xee, 0x3b, 0x49, 0x6b, 0x53, 0x28, 0xc4, 0xaa, 0xbb, - 0x77, 0x68, 0x21, 0xe6, 0x30, 0x2a, 0xec, 0xc9, 0x15, 0x7b, 0x9b, 0x44, 0x4c, 0xd8, 0xe3, 0x42, - 0xb5, 0x12, 0xf6, 0xb0, 0x09, 0xc6, 0x59, 0x7c, 0xf4, 0x09, 0x98, 0xa0, 0x93, 0x13, 0x76, 0x12, - 0xe9, 0xa5, 0x33, 0xc8, 0xbc, 0x74, 0x98, 0x93, 0xf7, 0x9a, 0x01, 0xc1, 0x19, 0x4c, 0xd4, 0x80, - 0x69, 0x2f, 0x68, 0xf9, 0x1d, 0x97, 0xdc, 0x0a, 0xbc, 0xc0, 0x4b, 0x3c, 0xc7, 0xf7, 0x3e, 0x47, - 0x5c, 0x21, 0x76, 0x2b, 0x87, 0xaa, 0xd5, 0x1c, 0x1c, 0x9c, 0x5b, 0xd3, 0x7e, 0x1b, 0x4e, 0x5e, - 0x0b, 0x1d, 0x77, 0xd1, 0xf1, 0x9d, 0xa0, 0x45, 0xa2, 0xd5, 0x60, 0xa3, 0xd0, 0xa7, 0x40, 0xbf, - 0xf7, 0xaf, 0x14, 0xdd, 0xfb, 0xdb, 0x11, 0x20, 0xbd, 0x01, 0xe1, 0xb1, 0xf6, 0x16, 0x0c, 0x7b, - 0xbc, 0x29, 0xb1, 0x11, 0x5e, 0x28, 0x92, 0xc9, 0xbb, 0xfa, 0xa8, 0x79, 0x60, 0xf1, 0x02, 0x2c, - 0x49, 0x52, 0x0d, 0x2e, 0x4f, 0x88, 0x2f, 0x56, 0xbd, 0xed, 0xbf, 0x62, 0xc1, 0xe4, 0x8d, 0x4c, - 0x9c, 0xf1, 0xd3, 0x30, 0xc4, 0xb3, 0x55, 0x64, 0xed, 0x5e, 0x4d, 0x56, 0x8a, 0x05, 0xf4, 0xa1, - 0x9b, 0x5d, 0x7e, 0xa9, 0x02, 0x35, 0xe6, 0xfb, 0xdc, 0xa6, 0xda, 0xd8, 0xd1, 0x0b, 0xbe, 0xd7, - 0x0d, 0xc1, 0xb7, 0x40, 0xf5, 0x57, 0x1d, 0xeb, 0x25, 0xf7, 0xa2, 0x5b, 0x2a, 0xfe, 0xb6, 0x94, - 0xd6, 0x9f, 0x12, 0xe4, 0x31, 0x9a, 0x13, 0x66, 0xb8, 0xae, 0x8c, 0xcd, 0x65, 0x37, 0xf1, 0x0a, - 0xf7, 0x03, 0x77, 0x13, 0xaf, 0x7a, 0xd6, 0x83, 0xdd, 0x35, 0xb4, 0xce, 0xb3, 0x03, 0xe1, 0x27, - 0x99, 0x47, 0x2b, 0xdb, 0x8c, 0x2a, 0x8c, 0x7d, 0x4e, 0x78, 0xa8, 0x8a, 0xd2, 0x7d, 0xc6, 0xb9, - 0xc4, 0x3f, 0x9e, 0xa5, 0x20, 0xad, 0x62, 0x5f, 0x81, 0xc9, 0xcc, 0xd4, 0xa1, 0x97, 0x61, 0xb0, - 0xbd, 0xe9, 0xc4, 0x24, 0xe3, 0x5c, 0x34, 0xd8, 0xa0, 0x85, 0xfb, 0xbb, 0x73, 0x13, 0xaa, 0x02, - 0x2b, 0xc1, 0x1c, 0xdb, 0xfe, 0x42, 0x05, 0x06, 0x6e, 0x84, 0xee, 0x71, 0x2c, 0xb5, 0x2b, 0xc6, - 0x52, 0x7b, 0xba, 0x38, 0xc7, 0x49, 0xcf, 0x55, 0xd6, 0xc8, 0xac, 0xb2, 0x73, 0x25, 0x68, 0x1d, - 0xbc, 0xc0, 0xb6, 0x60, 0x94, 0xe5, 0x50, 0x11, 0xde, 0x55, 0x2f, 0x1a, 0xba, 0xda, 0x5c, 0x46, - 0x57, 0x9b, 0xd4, 0x50, 0x35, 0x8d, 0xed, 0x19, 0x18, 0x16, 0xde, 0x3c, 0x59, 0x7f, 0x5e, 0x81, - 0x8b, 0x25, 0xdc, 0xfe, 0x67, 0x55, 0x30, 0x72, 0xb6, 0xa0, 0xdf, 0xb6, 0x60, 0x3e, 0xe2, 0xb1, - 0x51, 0x6e, 0xbd, 0x13, 0x79, 0xc1, 0x46, 0xb3, 0xb5, 0x49, 0xdc, 0x8e, 0xef, 0x05, 0x1b, 0xab, - 0x1b, 0x41, 0xa8, 0x8a, 0x97, 0x1f, 0x90, 0x56, 0x87, 0x19, 0xcf, 0x4b, 0xa7, 0x8a, 0x51, 0x37, - 0xd9, 0x17, 0xf7, 0x76, 0xe7, 0xe6, 0x71, 0x5f, 0xad, 0xe0, 0x3e, 0x7b, 0x85, 0xfe, 0xc8, 0x82, - 0x0b, 0x3c, 0x6b, 0x49, 0xf9, 0x91, 0x94, 0xd2, 0x71, 0x1b, 0x92, 0x68, 0x4a, 0x6e, 0x8d, 0x44, - 0x5b, 0x8b, 0xaf, 0x88, 0x49, 0xbe, 0xd0, 0xe8, 0xaf, 0x55, 0xdc, 0x6f, 0x37, 0xed, 0x7f, 0x59, - 0x85, 0x71, 0x3a, 0x9f, 0x69, 0xa6, 0x82, 0x97, 0x8d, 0x65, 0xf2, 0x44, 0x66, 0x99, 0x9c, 0x30, - 0x90, 0x1f, 0x4e, 0x92, 0x82, 0x18, 0x4e, 0xf8, 0x4e, 0x9c, 0x5c, 0x21, 0x4e, 0x94, 0xdc, 0x25, - 0x0e, 0xbb, 0x30, 0xce, 0x3a, 0xa3, 0x94, 0xb8, 0x83, 0x56, 0xd6, 0xb4, 0x6b, 0x59, 0x62, 0xb8, - 0x9b, 0x3e, 0xda, 0x06, 0xc4, 0x2e, 0xa7, 0x23, 0x27, 0x88, 0xf9, 0x58, 0x3c, 0x61, 0x6c, 0xef, - 0xaf, 0xd5, 0x59, 0xd1, 0x2a, 0xba, 0xd6, 0x45, 0x0d, 0xe7, 0xb4, 0xa0, 0xb9, 0x1f, 0x0c, 0x96, - 0x75, 0x3f, 0x18, 0x2a, 0x70, 0xa4, 0xff, 0x79, 0x0b, 0x4e, 0xd2, 0xcf, 0x62, 0x3a, 0x5d, 0xc7, - 0x28, 0x84, 0x49, 0xba, 0xec, 0x7c, 0x92, 0xc8, 0x32, 0xb1, 0xbf, 0x0a, 0x64, 0x75, 0x93, 0x4e, - 0x2a, 0x10, 0x5e, 0x35, 0x89, 0xe1, 0x2c, 0x75, 0xfb, 0xeb, 0x16, 0x30, 0x37, 0xc8, 0x63, 0x38, - 0xcc, 0x2e, 0x9b, 0x87, 0x99, 0x5d, 0xcc, 0x31, 0x7a, 0x9c, 0x63, 0x2f, 0xc1, 0x14, 0x85, 0x36, - 0xa2, 0xf0, 0xc1, 0x8e, 0x14, 0xdd, 0x8b, 0xed, 0xe3, 0x3f, 0x5f, 0xe1, 0xdb, 0x46, 0x05, 0x79, - 0xa2, 0x2f, 0x5a, 0x30, 0xd2, 0x72, 0xda, 0x4e, 0x8b, 0x67, 0xbc, 0x2a, 0x61, 0xef, 0x31, 0xea, - 0xcf, 0x2f, 0x89, 0xba, 0xdc, 0x56, 0xf1, 0x51, 0x39, 0x74, 0x59, 0x5c, 0x68, 0x9f, 0x50, 0x8d, - 0xcf, 0xde, 0x83, 0x71, 0x83, 0xd8, 0x91, 0x2a, 0xb6, 0x5f, 0xb4, 0x38, 0xd3, 0x57, 0xca, 0xc7, - 0x7d, 0x38, 0x11, 0x68, 0xff, 0x29, 0x3b, 0x93, 0x92, 0xf1, 0x7c, 0x79, 0xb6, 0xce, 0xb8, 0xa0, - 0xe6, 0xf2, 0x99, 0x21, 0x88, 0xbb, 0xdb, 0xb0, 0x7f, 0xc5, 0x82, 0x47, 0x74, 0x44, 0x2d, 0x2a, - 0xb7, 0xc8, 0x12, 0x5d, 0x87, 0x91, 0xb0, 0x4d, 0x22, 0x27, 0x55, 0xb4, 0xce, 0xc9, 0xf9, 0xbf, - 0x29, 0xca, 0xf7, 0x77, 0xe7, 0xa6, 0x75, 0xea, 0xb2, 0x1c, 0xab, 0x9a, 0xc8, 0x86, 0x21, 0x36, - 0x2f, 0xb1, 0x88, 0xa7, 0x66, 0x19, 0xa0, 0xd8, 0x4d, 0x57, 0x8c, 0x05, 0xc4, 0xfe, 0xeb, 0x16, - 0x5f, 0x6e, 0x7a, 0xd7, 0xd1, 0x4f, 0xc3, 0xd4, 0x16, 0xd5, 0xc9, 0x96, 0x1f, 0xb4, 0x23, 0x6e, - 0x47, 0x97, 0x33, 0xf6, 0x72, 0xf9, 0x19, 0xd3, 0x86, 0xbb, 0x38, 0x23, 0x7a, 0x3f, 0x75, 0x3d, - 0x43, 0x16, 0x77, 0x35, 0x64, 0xff, 0xbd, 0x0a, 0xdf, 0xb3, 0x4c, 0x86, 0x7b, 0x06, 0x86, 0xdb, - 0xa1, 0xbb, 0xb4, 0x5a, 0xc7, 0x62, 0xae, 0x14, 0xd3, 0x69, 0xf0, 0x62, 0x2c, 0xe1, 0xe8, 0x22, - 0x00, 0x79, 0x90, 0x90, 0x28, 0x70, 0x7c, 0x75, 0x37, 0xaf, 0x44, 0xa5, 0x65, 0x05, 0xc1, 0x1a, - 0x16, 0xad, 0xd3, 0x8e, 0xc2, 0x6d, 0xcf, 0x65, 0xe1, 0x24, 0x55, 0xb3, 0x4e, 0x43, 0x41, 0xb0, - 0x86, 0x45, 0x35, 0xe1, 0x4e, 0x10, 0xf3, 0x63, 0xcc, 0xb9, 0x2b, 0x12, 0x16, 0x8d, 0xa4, 0x9a, - 0xf0, 0x2d, 0x1d, 0x88, 0x4d, 0x5c, 0x74, 0x15, 0x86, 0x12, 0x87, 0xdd, 0x38, 0x0f, 0x96, 0x71, - 0xdf, 0x59, 0xa3, 0xb8, 0x7a, 0x86, 0x28, 0x5a, 0x15, 0x0b, 0x12, 0xf6, 0x7f, 0xa8, 0x01, 0xa4, - 0x52, 0x17, 0xfa, 0x42, 0xf7, 0x86, 0xff, 0x58, 0x59, 0x91, 0xed, 0xe1, 0xed, 0x76, 0xf4, 0x65, - 0x0b, 0x46, 0x1d, 0xdf, 0x0f, 0x5b, 0x4e, 0xc2, 0xa6, 0xa7, 0x52, 0x96, 0xf5, 0x88, 0x9e, 0x2c, - 0xa4, 0x75, 0x79, 0x67, 0x5e, 0x94, 0xb7, 0xc0, 0x1a, 0xa4, 0xb0, 0x3f, 0x7a, 0x17, 0xd0, 0x47, - 0xa5, 0xd4, 0xce, 0xbf, 0xf0, 0x6c, 0x56, 0x6a, 0xaf, 0x31, 0x86, 0xab, 0x09, 0xec, 0xe8, 0x6d, - 0x23, 0xc1, 0xcf, 0x40, 0x99, 0x98, 0x60, 0x43, 0x0e, 0x29, 0xca, 0xed, 0x83, 0xde, 0xd4, 0xfd, - 0xdc, 0x07, 0xcb, 0x04, 0xdd, 0x6b, 0xe2, 0x70, 0x81, 0x8f, 0x7b, 0x02, 0x93, 0xae, 0x79, 0xf2, - 0x0a, 0x5f, 0xbd, 0x17, 0x8a, 0x5b, 0xc8, 0x1c, 0xd9, 0xe9, 0x59, 0x9b, 0x01, 0xe0, 0x6c, 0x13, - 0xe8, 0x4d, 0x1e, 0x85, 0xb0, 0x1a, 0xac, 0x87, 0xc2, 0x5f, 0xef, 0x7c, 0x89, 0x6f, 0xbe, 0x13, - 0x27, 0x64, 0x8b, 0xd6, 0x49, 0x0f, 0xd7, 0x1b, 0x82, 0x0a, 0x56, 0xf4, 0xd0, 0x1a, 0x0c, 0xb1, - 0x10, 0xb0, 0x78, 0x66, 0xa4, 0x8c, 0x6d, 0xcf, 0x8c, 0x7c, 0x4e, 0xf7, 0x0f, 0xfb, 0x1b, 0x63, - 0x41, 0x0b, 0x5d, 0x91, 0xb9, 0x0f, 0xe2, 0xd5, 0xe0, 0x56, 0x4c, 0x58, 0xee, 0x83, 0xda, 0xe2, - 0x47, 0xd2, 0x64, 0x06, 0xbc, 0x3c, 0x37, 0xc5, 0xa1, 0x51, 0x93, 0x0a, 0x36, 0xe2, 0xbf, 0xcc, - 0x9c, 0x38, 0x03, 0x65, 0x3a, 0x6a, 0xe6, 0x59, 0x4c, 0x27, 0xfb, 0xb6, 0x49, 0x0c, 0x67, 0xa9, - 0x1f, 0xeb, 0x91, 0x3a, 0x1b, 0xc0, 0x54, 0x76, 0x53, 0x1e, 0xe9, 0x11, 0xfe, 0xc3, 0x01, 0x98, - 0x30, 0x17, 0x07, 0xba, 0x00, 0x35, 0x41, 0x44, 0x65, 0x52, 0x53, 0x7b, 0xe0, 0xba, 0x04, 0xe0, - 0x14, 0x87, 0xe5, 0x94, 0x63, 0xd5, 0x35, 0x4f, 0xad, 0x34, 0xa7, 0x9c, 0x82, 0x60, 0x0d, 0x8b, - 0x4a, 0xc2, 0x77, 0xc3, 0x30, 0x51, 0x27, 0x81, 0x5a, 0x37, 0x8b, 0xac, 0x14, 0x0b, 0x28, 0x3d, - 0x01, 0xee, 0xd1, 0x8f, 0xe9, 0x9b, 0x76, 0x4a, 0x75, 0x02, 0x5c, 0xd5, 0x81, 0xd8, 0xc4, 0xa5, - 0x27, 0x5a, 0x18, 0xb3, 0x85, 0x28, 0xe4, 0xed, 0xd4, 0xf3, 0xad, 0xc9, 0xc3, 0x22, 0x25, 0x1c, - 0x7d, 0x1a, 0x1e, 0x51, 0x51, 0x8c, 0x98, 0xdb, 0x7d, 0x65, 0x8b, 0x43, 0x86, 0xca, 0xfc, 0xc8, - 0x52, 0x3e, 0x1a, 0xee, 0x55, 0x1f, 0xbd, 0x06, 0x13, 0x42, 0x56, 0x96, 0x14, 0x87, 0x4d, 0x07, - 0x86, 0xab, 0x06, 0x14, 0x67, 0xb0, 0x51, 0x1d, 0xa6, 0x68, 0x09, 0x13, 0x52, 0x25, 0x05, 0x1e, - 0x8d, 0xa9, 0x8e, 0xfa, 0xab, 0x19, 0x38, 0xee, 0xaa, 0x81, 0x16, 0x60, 0x92, 0x0b, 0x2b, 0x54, - 0x31, 0x64, 0xdf, 0x41, 0x38, 0xd9, 0xaa, 0x8d, 0x70, 0xd3, 0x04, 0xe3, 0x2c, 0x3e, 0xba, 0x04, - 0x63, 0x4e, 0xd4, 0xda, 0xf4, 0x12, 0xd2, 0x4a, 0x3a, 0x11, 0xcf, 0x2c, 0xa2, 0x79, 0x80, 0x2c, - 0x68, 0x30, 0x6c, 0x60, 0xda, 0x9f, 0x83, 0x93, 0x39, 0x1e, 0xfd, 0x74, 0xe1, 0x38, 0x6d, 0x4f, - 0x8e, 0x29, 0xe3, 0xc3, 0xb6, 0xd0, 0x58, 0x95, 0xa3, 0xd1, 0xb0, 0xe8, 0xea, 0x64, 0x06, 0x6f, - 0x2d, 0xd1, 0xa9, 0x5a, 0x9d, 0x2b, 0x12, 0x80, 0x53, 0x1c, 0xfb, 0x4f, 0x00, 0x34, 0xeb, 0x4d, - 0x09, 0xbf, 0xa5, 0x4b, 0x30, 0x26, 0x73, 0xf7, 0x6a, 0x39, 0x33, 0xd5, 0x30, 0x2f, 0x6b, 0x30, - 0x6c, 0x60, 0xd2, 0xbe, 0x05, 0xd2, 0x26, 0x95, 0xf5, 0x98, 0x53, 0xc6, 0x2a, 0x9c, 0xe2, 0xa0, - 0xf3, 0x30, 0x12, 0x13, 0x7f, 0xfd, 0x9a, 0x17, 0xdc, 0x13, 0x0b, 0x5b, 0x71, 0xe6, 0xa6, 0x28, - 0xc7, 0x0a, 0x03, 0x2d, 0x42, 0xb5, 0xe3, 0xb9, 0x62, 0x29, 0x4b, 0xb1, 0xa1, 0x7a, 0x6b, 0xb5, - 0xbe, 0xbf, 0x3b, 0xf7, 0x44, 0xaf, 0x44, 0xc6, 0x54, 0x3f, 0x8f, 0xe7, 0xe9, 0xf6, 0xa3, 0x95, - 0xf3, 0x2c, 0xff, 0x43, 0x7d, 0x5a, 0xfe, 0x2f, 0x02, 0x88, 0x51, 0xcb, 0xb5, 0x5c, 0x4d, 0xbf, - 0xda, 0x65, 0x05, 0xc1, 0x1a, 0x16, 0xd5, 0xf2, 0x5b, 0x11, 0x71, 0xa4, 0x22, 0xcc, 0x3d, 0xcd, - 0x47, 0x0e, 0xaf, 0xe5, 0x2f, 0x65, 0x89, 0xe1, 0x6e, 0xfa, 0x28, 0x84, 0x13, 0xae, 0x08, 0x95, - 0x4d, 0x1b, 0xad, 0xf5, 0xef, 0xde, 0xce, 0x9c, 0x74, 0xb2, 0x84, 0x70, 0x37, 0x6d, 0xf4, 0x59, - 0x98, 0x95, 0x85, 0xdd, 0x71, 0xca, 0x6c, 0xbb, 0x54, 0x17, 0xcf, 0xec, 0xed, 0xce, 0xcd, 0xd6, - 0x7b, 0x62, 0xe1, 0x03, 0x28, 0xa0, 0xb7, 0x60, 0x88, 0xdd, 0x14, 0xc5, 0x33, 0xa3, 0xec, 0xc4, - 0x7b, 0xa9, 0x4c, 0x90, 0x04, 0x5d, 0xf5, 0xf3, 0xec, 0xbe, 0x49, 0xb8, 0xff, 0xa6, 0xd7, 0x6f, - 0xac, 0x10, 0x0b, 0x9a, 0xa8, 0x0d, 0xa3, 0x4e, 0x10, 0x84, 0x89, 0xc3, 0x05, 0xb1, 0xb1, 0x32, - 0xb2, 0xa4, 0xd6, 0xc4, 0x42, 0x5a, 0x97, 0xb7, 0xa3, 0x3c, 0x0a, 0x35, 0x08, 0xd6, 0x9b, 0x40, - 0xf7, 0x61, 0x32, 0xbc, 0x4f, 0x19, 0xa6, 0xbc, 0xda, 0x88, 0x67, 0xc6, 0xcd, 0x81, 0x15, 0x18, - 0x6a, 0x8d, 0xca, 0x1a, 0x27, 0x33, 0x89, 0xe2, 0x6c, 0x2b, 0x68, 0xde, 0x30, 0x57, 0x4f, 0xa4, - 0x4e, 0xee, 0xa9, 0xb9, 0x5a, 0xb7, 0x4e, 0xb3, 0x58, 0x78, 0xee, 0xd8, 0xca, 0x38, 0xc2, 0x64, - 0x26, 0x16, 0x3e, 0x05, 0x61, 0x1d, 0x0f, 0x6d, 0xc2, 0x58, 0x7a, 0x49, 0x15, 0xc5, 0x2c, 0xcd, - 0x8e, 0xe6, 0xb7, 0x75, 0xf0, 0xe0, 0x56, 0xb5, 0x9a, 0x3c, 0x64, 0x47, 0x2f, 0xc1, 0x06, 0xe5, - 0xd9, 0x8f, 0xc3, 0xa8, 0xf6, 0x89, 0xfb, 0xf1, 0xdb, 0x9e, 0x7d, 0x0d, 0xa6, 0xb2, 0x9f, 0xae, - 0x2f, 0xbf, 0xef, 0xff, 0x5e, 0x81, 0xc9, 0x9c, 0x1b, 0xaa, 0x7b, 0x1e, 0x8b, 0x3d, 0x30, 0x98, - 0xec, 0x55, 0x2f, 0x70, 0x31, 0x83, 0x98, 0xac, 0xb2, 0x52, 0x82, 0x55, 0x4a, 0xbe, 0x5d, 0xed, - 0xc9, 0xb7, 0x05, 0x7b, 0x1c, 0x78, 0x3f, 0xec, 0xd1, 0x3c, 0x91, 0x06, 0x4b, 0x9d, 0x48, 0x0f, - 0x81, 0xa5, 0x1a, 0x87, 0xda, 0x70, 0x89, 0x43, 0xed, 0x6b, 0x15, 0x98, 0x4a, 0x7d, 0xdc, 0x45, - 0xea, 0xf0, 0xa3, 0xbf, 0xf0, 0x58, 0x33, 0x2e, 0x3c, 0x8a, 0x32, 0x83, 0x67, 0xfa, 0xd7, 0xf3, - 0xf2, 0xe3, 0xad, 0xcc, 0xe5, 0xc7, 0x4b, 0x7d, 0xd2, 0x3d, 0xf8, 0x22, 0xe4, 0xdb, 0x15, 0x38, - 0x95, 0xad, 0xb2, 0xe4, 0x3b, 0xde, 0xd6, 0x31, 0xcc, 0xd7, 0xa7, 0x8d, 0xf9, 0x7a, 0xa5, 0xbf, - 0x71, 0xb1, 0x4e, 0xf6, 0x9c, 0x34, 0x27, 0x33, 0x69, 0x1f, 0x3f, 0x0c, 0xf1, 0x83, 0x67, 0xee, - 0xf7, 0x2d, 0x78, 0x34, 0xb7, 0xde, 0x31, 0x98, 0x78, 0xdf, 0x30, 0x4d, 0xbc, 0x2f, 0x1e, 0x62, - 0x74, 0x3d, 0x6c, 0xbe, 0xbf, 0x5a, 0xed, 0x31, 0x2a, 0x66, 0x04, 0xbb, 0x09, 0xa3, 0x4e, 0xab, - 0x45, 0xe2, 0xf8, 0x7a, 0xe8, 0xaa, 0xfc, 0x5d, 0xcf, 0xb3, 0x53, 0x2c, 0x2d, 0xde, 0xdf, 0x9d, - 0x9b, 0xcd, 0x92, 0x48, 0xc1, 0x58, 0xa7, 0x60, 0x66, 0x16, 0xac, 0x1c, 0x51, 0x66, 0xc1, 0x8b, - 0x00, 0xdb, 0x4a, 0x5f, 0xce, 0xda, 0xd6, 0x34, 0x4d, 0x5a, 0xc3, 0x42, 0xff, 0x3f, 0x93, 0x3d, - 0xb9, 0x83, 0xc9, 0x80, 0x19, 0x2e, 0x5b, 0xf0, 0xfd, 0x74, 0x67, 0x15, 0x1e, 0x95, 0xab, 0xec, - 0x90, 0x8a, 0x24, 0xfa, 0x14, 0x4c, 0xc5, 0x3c, 0xf7, 0xc3, 0x92, 0xef, 0xc4, 0x2c, 0xb8, 0x43, - 0xf0, 0x53, 0x16, 0x60, 0xdb, 0xcc, 0xc0, 0x70, 0x17, 0xb6, 0xfd, 0xad, 0x2a, 0x7c, 0xf8, 0x80, - 0x65, 0x8b, 0x16, 0xcc, 0xfb, 0xe1, 0xe7, 0xb2, 0x96, 0xa6, 0xd9, 0xdc, 0xca, 0x86, 0xe9, 0x29, - 0xf3, 0xb5, 0x2b, 0xef, 0xfb, 0x6b, 0x7f, 0x45, 0xb7, 0x0b, 0x72, 0x9f, 0xd3, 0xcb, 0x87, 0xde, - 0x98, 0x3f, 0xaa, 0xd7, 0x02, 0x9f, 0xb7, 0xe0, 0x89, 0xdc, 0x61, 0x19, 0xfe, 0x28, 0x17, 0xa0, - 0xd6, 0xa2, 0x85, 0x5a, 0x28, 0x56, 0x1a, 0x03, 0x29, 0x01, 0x38, 0xc5, 0x31, 0xdc, 0x4e, 0x2a, - 0x85, 0x6e, 0x27, 0xbf, 0x63, 0xc1, 0x74, 0xb6, 0x13, 0xc7, 0xc0, 0xb7, 0x9a, 0x26, 0xdf, 0x9a, - 0xef, 0xef, 0xe3, 0xf7, 0x60, 0x59, 0xff, 0x79, 0x02, 0x4e, 0x77, 0x9d, 0x7a, 0x7c, 0x16, 0x7f, - 0xd6, 0x82, 0x13, 0x1b, 0x4c, 0x4f, 0xd0, 0xe2, 0xdd, 0xc4, 0xb8, 0x0a, 0x82, 0x04, 0x0f, 0x0c, - 0x93, 0xe3, 0x5a, 0x4f, 0x17, 0x0a, 0xee, 0x6e, 0x0c, 0x7d, 0xc9, 0x82, 0x69, 0xe7, 0x7e, 0xdc, - 0xf5, 0xb0, 0x8d, 0x58, 0x48, 0xaf, 0x15, 0x98, 0xe5, 0x0a, 0x9e, 0xc4, 0x59, 0x9c, 0xd9, 0xdb, - 0x9d, 0x9b, 0xce, 0xc3, 0xc2, 0xb9, 0xad, 0xd2, 0xef, 0xbb, 0x29, 0xe2, 0x5e, 0xca, 0x45, 0x6e, - 0xe6, 0x45, 0xc9, 0x70, 0xb6, 0x26, 0x21, 0x58, 0x51, 0x44, 0xef, 0x40, 0x6d, 0x43, 0x86, 0xb8, - 0x65, 0xd9, 0x66, 0x8f, 0x69, 0xce, 0x8b, 0x88, 0xe3, 0x71, 0x07, 0x0a, 0x84, 0x53, 0xa2, 0xe8, - 0x0a, 0x54, 0x83, 0xf5, 0x58, 0x04, 0x93, 0x17, 0x79, 0x1b, 0x99, 0x3e, 0x5e, 0x3c, 0xfe, 0xf6, - 0xc6, 0x4a, 0x13, 0x53, 0x12, 0x94, 0x52, 0x74, 0xd7, 0x15, 0xf6, 0xe8, 0x02, 0x4a, 0x78, 0xb1, - 0xde, 0x4d, 0x09, 0x2f, 0xd6, 0x31, 0x25, 0x81, 0x1a, 0x30, 0xc8, 0xa2, 0x6a, 0x84, 0xb1, 0xb9, - 0x20, 0xe3, 0x40, 0x57, 0xec, 0x10, 0x4f, 0x80, 0xc9, 0x8a, 0x31, 0x27, 0x84, 0xd6, 0x60, 0xa8, - 0xc5, 0xde, 0x70, 0x10, 0x56, 0x80, 0xa2, 0x5c, 0x1c, 0x5d, 0xef, 0x3d, 0xf0, 0x1b, 0x36, 0x5e, - 0x8e, 0x05, 0x2d, 0x46, 0x95, 0xb4, 0x37, 0xd7, 0x63, 0xa1, 0xe6, 0x17, 0x51, 0xed, 0x7a, 0x8d, - 0x43, 0x50, 0x65, 0xe5, 0x58, 0xd0, 0x42, 0x75, 0xa8, 0xac, 0xb7, 0x44, 0xd0, 0x4d, 0x81, 0x91, - 0xd9, 0x0c, 0xa6, 0x5e, 0x1c, 0xda, 0xdb, 0x9d, 0xab, 0xac, 0x2c, 0xe1, 0xca, 0x7a, 0x0b, 0xbd, - 0x01, 0xc3, 0xeb, 0x3c, 0x3c, 0x56, 0xe4, 0xcc, 0x7d, 0xa1, 0x28, 0x86, 0xb7, 0x2b, 0x96, 0x96, - 0xc7, 0x96, 0x08, 0x00, 0x96, 0xe4, 0x58, 0x3a, 0x41, 0x15, 0xf0, 0x2b, 0x92, 0xe6, 0xce, 0xf7, - 0x17, 0x20, 0x2c, 0xb4, 0x5f, 0x55, 0x8a, 0x35, 0x8a, 0x74, 0xcd, 0x3b, 0xf2, 0x39, 0x1a, 0x96, - 0x30, 0xb7, 0x70, 0xcd, 0xe7, 0xbe, 0x5e, 0xc3, 0xd7, 0xbc, 0x02, 0xe1, 0x94, 0x28, 0xea, 0xc0, - 0xf8, 0x76, 0xdc, 0xde, 0x24, 0x72, 0xeb, 0xb3, 0x2c, 0xba, 0xa3, 0x17, 0x3f, 0x59, 0x90, 0x1a, - 0x59, 0x54, 0xf1, 0xa2, 0xa4, 0xe3, 0xf8, 0x5d, 0x1c, 0x8c, 0xe5, 0x6f, 0xbb, 0xad, 0x93, 0xc5, - 0x66, 0x2b, 0xf4, 0x93, 0xbc, 0xd7, 0x09, 0xef, 0xee, 0x24, 0x44, 0x64, 0xd9, 0x2d, 0xf8, 0x24, - 0xaf, 0x73, 0xe4, 0xee, 0x4f, 0x22, 0x00, 0x58, 0x92, 0x53, 0x53, 0xc6, 0xb8, 0xf1, 0x54, 0xe9, - 0x29, 0xeb, 0x1a, 0x43, 0x3a, 0x65, 0x8c, 0xfb, 0xa6, 0x44, 0x19, 0xd7, 0x6d, 0x6f, 0x86, 0x49, - 0x18, 0x64, 0x78, 0xff, 0x89, 0x32, 0x5c, 0xb7, 0x91, 0x53, 0xb3, 0x9b, 0xeb, 0xe6, 0x61, 0xe1, - 0xdc, 0x56, 0x51, 0x00, 0x13, 0xed, 0x30, 0x4a, 0xee, 0x87, 0x91, 0x5c, 0x87, 0xa8, 0x94, 0x8e, - 0x68, 0xd4, 0x11, 0x6d, 0x33, 0x17, 0x62, 0x13, 0x82, 0x33, 0xd4, 0xe9, 0xa7, 0x8b, 0x5b, 0x8e, - 0x4f, 0x56, 0x6f, 0xce, 0x9c, 0x2c, 0xf3, 0xe9, 0x9a, 0x1c, 0xb9, 0xfb, 0xd3, 0x09, 0x00, 0x96, - 0xe4, 0xec, 0x5f, 0x19, 0xea, 0x16, 0x1c, 0x98, 0x6a, 0xf0, 0xd7, 0xba, 0xef, 0x7c, 0x3f, 0xd5, - 0xbf, 0x06, 0xfc, 0x10, 0x6f, 0x7f, 0xbf, 0x64, 0xc1, 0xe9, 0x76, 0xae, 0x58, 0x20, 0x8e, 0xde, - 0x7e, 0x15, 0x69, 0x3e, 0x2d, 0x2a, 0x19, 0x76, 0x3e, 0x1c, 0xf7, 0x68, 0x33, 0x2b, 0x4c, 0x57, - 0xdf, 0xb7, 0x30, 0x7d, 0x07, 0x46, 0x98, 0xf4, 0x97, 0xa6, 0xba, 0xe9, 0x33, 0x2b, 0x0c, 0x3b, - 0xc4, 0x97, 0x04, 0x09, 0xac, 0x88, 0xd1, 0x89, 0x7b, 0x3c, 0x3b, 0x08, 0x4c, 0x18, 0x58, 0xa4, - 0x60, 0xe4, 0x9a, 0xca, 0x8a, 0x98, 0x89, 0xc7, 0x1b, 0x07, 0x21, 0xef, 0x17, 0x21, 0xe0, 0x83, - 0x1b, 0x43, 0xf5, 0x1c, 0x55, 0x69, 0xc8, 0xbc, 0xe0, 0x29, 0x56, 0x97, 0x8e, 0x57, 0xc4, 0xff, - 0xfb, 0x56, 0x8e, 0x44, 0xca, 0xd5, 0xb2, 0x4f, 0x9a, 0x6a, 0xd9, 0xd3, 0x59, 0xb5, 0xac, 0xcb, - 0x18, 0x63, 0x68, 0x64, 0xe5, 0x53, 0xc8, 0x96, 0xcd, 0xe5, 0x63, 0xfb, 0x70, 0xb6, 0x88, 0xdd, - 0x31, 0xa7, 0x2f, 0x57, 0x5d, 0x77, 0xa6, 0x4e, 0x5f, 0xee, 0x6a, 0x1d, 0x33, 0x48, 0xd9, 0x74, - 0x10, 0xf6, 0xcf, 0x55, 0xa0, 0xda, 0x08, 0xdd, 0x63, 0x30, 0x2e, 0x5d, 0x36, 0x8c, 0x4b, 0x4f, - 0x15, 0x3e, 0x4f, 0xd8, 0xd3, 0x94, 0x74, 0x33, 0x63, 0x4a, 0xfa, 0x89, 0x62, 0x52, 0x07, 0x1b, - 0x8e, 0xbe, 0x53, 0x05, 0xfd, 0x81, 0x45, 0xf4, 0xef, 0x0e, 0xe3, 0x0b, 0x5c, 0x2d, 0xf7, 0xe6, - 0xa2, 0x68, 0x83, 0xf9, 0x8c, 0xc9, 0x98, 0xc4, 0x1f, 0x59, 0x97, 0xe0, 0x3b, 0xc4, 0xdb, 0xd8, - 0x4c, 0x88, 0x9b, 0x1d, 0xd8, 0xf1, 0xb9, 0x04, 0xff, 0xb9, 0x05, 0x93, 0x99, 0xd6, 0x91, 0x9f, - 0x17, 0xcc, 0x74, 0x48, 0x73, 0xd1, 0x89, 0xc2, 0xe8, 0xa7, 0x79, 0x00, 0x65, 0xf5, 0x97, 0x26, - 0x19, 0x26, 0x9d, 0xaa, 0x6b, 0x81, 0x18, 0x6b, 0x18, 0xe8, 0x65, 0x18, 0x4d, 0xc2, 0x76, 0xe8, - 0x87, 0x1b, 0x3b, 0x57, 0x89, 0x4c, 0x54, 0xa2, 0xee, 0x66, 0xd6, 0x52, 0x10, 0xd6, 0xf1, 0xec, - 0xef, 0x56, 0x21, 0xfb, 0x3c, 0xe7, 0xff, 0x5b, 0xa7, 0x3f, 0x3a, 0xeb, 0xf4, 0x0f, 0x2d, 0x98, - 0xa2, 0xad, 0x33, 0x27, 0x1d, 0xe9, 0xba, 0xab, 0xde, 0xb3, 0xb0, 0x0e, 0x78, 0xcf, 0xe2, 0x69, - 0xca, 0xed, 0xdc, 0xb0, 0x93, 0x08, 0x23, 0x92, 0xc6, 0xc4, 0x68, 0x29, 0x16, 0x50, 0x81, 0x47, - 0xa2, 0x48, 0xc4, 0x38, 0xe9, 0x78, 0x24, 0x8a, 0xb0, 0x80, 0xca, 0xe7, 0x2e, 0x06, 0x7a, 0x3c, - 0x77, 0xc1, 0x52, 0x7d, 0x09, 0xc7, 0x10, 0x21, 0x56, 0x68, 0xa9, 0xbe, 0xa4, 0xc7, 0x48, 0x8a, - 0x63, 0x7f, 0xa3, 0x0a, 0x63, 0x8d, 0xd0, 0x4d, 0x7d, 0xf2, 0x5f, 0x32, 0x7c, 0xf2, 0xcf, 0x66, - 0x7c, 0xf2, 0xa7, 0x74, 0xdc, 0x87, 0xe3, 0x92, 0x2f, 0x52, 0xc2, 0xb1, 0x07, 0x59, 0x0e, 0xe9, - 0x8e, 0x6f, 0xa4, 0x84, 0x53, 0x84, 0xb0, 0x49, 0xf7, 0xc7, 0xc9, 0x0d, 0xff, 0x7f, 0x59, 0x30, - 0xd1, 0x08, 0x5d, 0xba, 0x40, 0x7f, 0x9c, 0x56, 0xa3, 0x9e, 0x48, 0x6e, 0xe8, 0x80, 0x44, 0x72, - 0xbf, 0x66, 0xc1, 0x70, 0x23, 0x74, 0x8f, 0xc1, 0xc0, 0xba, 0x62, 0x1a, 0x58, 0x9f, 0x28, 0xe4, - 0xbc, 0x3d, 0x6c, 0xaa, 0xdf, 0xaa, 0xc2, 0x38, 0xed, 0x71, 0xb8, 0x21, 0xbf, 0x97, 0x31, 0x37, - 0x56, 0x89, 0xb9, 0xa1, 0x22, 0x61, 0xe8, 0xfb, 0xe1, 0xfd, 0xec, 0xb7, 0x5b, 0x61, 0xa5, 0x58, - 0x40, 0xd1, 0x79, 0x18, 0x69, 0x47, 0x64, 0xdb, 0x0b, 0x3b, 0x71, 0x36, 0x5e, 0xb2, 0x21, 0xca, - 0xb1, 0xc2, 0x40, 0x2f, 0xc1, 0x58, 0xec, 0x05, 0x2d, 0x22, 0xdd, 0x46, 0x06, 0x98, 0xdb, 0x08, - 0xcf, 0xd9, 0xa9, 0x95, 0x63, 0x03, 0x0b, 0xdd, 0x81, 0x1a, 0xfb, 0xcf, 0x76, 0x50, 0xff, 0xef, - 0x55, 0xf0, 0xbc, 0x30, 0x92, 0x00, 0x4e, 0x69, 0xa1, 0x8b, 0x00, 0x89, 0x74, 0x70, 0x89, 0x45, - 0x84, 0xae, 0x92, 0x4b, 0x95, 0xeb, 0x4b, 0x8c, 0x35, 0x2c, 0xf4, 0x1c, 0xd4, 0x12, 0xc7, 0xf3, - 0xaf, 0x79, 0x01, 0x89, 0x85, 0x83, 0x90, 0xc8, 0xbf, 0x2d, 0x0a, 0x71, 0x0a, 0xa7, 0xe7, 0x3d, - 0x8b, 0xff, 0xe6, 0x6f, 0xe1, 0x8c, 0x30, 0x6c, 0x76, 0xde, 0x5f, 0x53, 0xa5, 0x58, 0xc3, 0xb0, - 0x2f, 0xc1, 0xa9, 0x46, 0xe8, 0x36, 0xc2, 0x28, 0x59, 0x09, 0xa3, 0xfb, 0x4e, 0xe4, 0xca, 0xef, - 0x37, 0x27, 0xd3, 0x3e, 0xd3, 0x33, 0x79, 0x90, 0xdb, 0x1c, 0x8d, 0x34, 0xce, 0x2f, 0xb2, 0x13, - 0xbf, 0xcf, 0x60, 0x8f, 0x3f, 0xa8, 0x02, 0x6a, 0x30, 0x17, 0x1c, 0xe3, 0xe9, 0xa4, 0x4d, 0x98, - 0x88, 0xc9, 0x35, 0x2f, 0xe8, 0x3c, 0x10, 0xa4, 0xca, 0x45, 0xd7, 0x34, 0x97, 0xf5, 0x3a, 0xdc, - 0xd2, 0x61, 0x96, 0xe1, 0x0c, 0x5d, 0xfa, 0x65, 0xa3, 0x4e, 0xb0, 0x10, 0xdf, 0x8a, 0x49, 0x24, - 0x9e, 0x0a, 0xfa, 0x38, 0xbb, 0x08, 0x94, 0x85, 0xfb, 0xbb, 0x73, 0xe7, 0x0a, 0xdc, 0x1b, 0x02, - 0xef, 0x01, 0xc5, 0x5c, 0xad, 0xe3, 0x94, 0x16, 0x5d, 0x68, 0xec, 0xcf, 0x8d, 0x30, 0xc0, 0x61, - 0x98, 0xc8, 0xa5, 0xc9, 0x9e, 0x99, 0xd0, 0xca, 0xb1, 0x81, 0x85, 0x62, 0x40, 0x71, 0xa7, 0xdd, - 0xf6, 0xd9, 0xbd, 0xa4, 0xe3, 0x5f, 0x8e, 0xc2, 0x4e, 0x9b, 0x7b, 0x6d, 0x57, 0x17, 0x97, 0x28, - 0x0f, 0x6e, 0x76, 0x41, 0xf7, 0x77, 0xe7, 0x9e, 0x29, 0xee, 0x20, 0xc3, 0x5d, 0xad, 0xe3, 0x1c, - 0xf2, 0x08, 0xc3, 0xf0, 0x7a, 0xcc, 0x7e, 0x8b, 0x28, 0xf3, 0x4b, 0xcc, 0x10, 0xda, 0x64, 0x45, - 0xfd, 0x91, 0x97, 0x84, 0xec, 0x9f, 0x61, 0xc7, 0x2c, 0x7b, 0x49, 0x26, 0xe9, 0x44, 0x04, 0x6d, - 0xc1, 0x78, 0x9b, 0x1d, 0xa5, 0x49, 0x14, 0xfa, 0x3e, 0x91, 0x52, 0xee, 0xe1, 0x5c, 0x91, 0xf8, - 0xdb, 0x11, 0x3a, 0x39, 0x6c, 0x52, 0xb7, 0xff, 0xcb, 0x04, 0xe3, 0x98, 0xe2, 0xd2, 0x79, 0x58, - 0x38, 0x1d, 0x0b, 0x79, 0xf2, 0x23, 0x65, 0xde, 0x84, 0x4b, 0x4f, 0x23, 0xe1, 0xc2, 0x8c, 0x25, - 0x15, 0xf4, 0x19, 0xe6, 0x52, 0xcf, 0xd9, 0x54, 0xf9, 0x97, 0x2e, 0x39, 0xbe, 0xe1, 0x4e, 0x2f, - 0x48, 0x60, 0x8d, 0x1c, 0xba, 0x06, 0xe3, 0xe2, 0xe1, 0x11, 0x61, 0x2c, 0xa9, 0x1a, 0x8a, 0xfe, - 0x38, 0xd6, 0x81, 0xfb, 0xd9, 0x02, 0x6c, 0x56, 0x46, 0x1b, 0xf0, 0xb8, 0xf6, 0xb0, 0x56, 0x8e, - 0xdb, 0x1c, 0xe7, 0x7f, 0x4f, 0xec, 0xed, 0xce, 0x3d, 0xbe, 0x76, 0x10, 0x22, 0x3e, 0x98, 0x0e, - 0xba, 0x09, 0xa7, 0x9c, 0x56, 0xe2, 0x6d, 0x93, 0x3a, 0x71, 0x5c, 0xdf, 0x0b, 0x88, 0x99, 0xb7, - 0xe0, 0xd1, 0xbd, 0xdd, 0xb9, 0x53, 0x0b, 0x79, 0x08, 0x38, 0xbf, 0x1e, 0xfa, 0x24, 0xd4, 0xdc, - 0x20, 0x16, 0x73, 0x30, 0x64, 0xbc, 0x23, 0x57, 0xab, 0xdf, 0x68, 0xaa, 0xf1, 0xa7, 0x7f, 0x70, - 0x5a, 0x01, 0xbd, 0x07, 0x63, 0x7a, 0x18, 0x93, 0x78, 0xbf, 0xf0, 0x95, 0x52, 0x5a, 0xbc, 0x11, - 0xfb, 0xc3, 0xed, 0x88, 0xca, 0x3d, 0xd5, 0x08, 0x0b, 0x32, 0x9a, 0x40, 0x3f, 0x05, 0x28, 0x26, - 0xd1, 0xb6, 0xd7, 0x22, 0x0b, 0x2d, 0x96, 0x6e, 0x97, 0x59, 0x9a, 0x46, 0x8c, 0x38, 0x0d, 0xd4, - 0xec, 0xc2, 0xc0, 0x39, 0xb5, 0xd0, 0x15, 0xca, 0xff, 0xf4, 0x52, 0xe1, 0x4d, 0x2c, 0xc5, 0xd3, - 0x99, 0x3a, 0x69, 0x47, 0xa4, 0xe5, 0x24, 0xc4, 0x35, 0x29, 0xe2, 0x4c, 0x3d, 0x7a, 0x3a, 0xaa, - 0x17, 0x15, 0xc0, 0xf4, 0x81, 0xed, 0x7e, 0x55, 0x81, 0x6a, 0x7b, 0x9b, 0x61, 0x9c, 0xdc, 0x20, - 0xc9, 0xfd, 0x30, 0xba, 0x27, 0x52, 0x94, 0xa5, 0xb9, 0x0b, 0x53, 0x10, 0xd6, 0xf1, 0xa8, 0x24, - 0xc7, 0xae, 0xf0, 0x56, 0xeb, 0xec, 0x7e, 0x64, 0x24, 0xdd, 0x3b, 0x57, 0x78, 0x31, 0x96, 0x70, - 0x89, 0xba, 0xda, 0x58, 0x62, 0x77, 0x1d, 0x19, 0xd4, 0xd5, 0xc6, 0x12, 0x96, 0x70, 0x14, 0x76, - 0xbf, 0xd6, 0x37, 0x51, 0xe6, 0xde, 0xa9, 0xfb, 0x3c, 0x29, 0xf9, 0x60, 0xdf, 0x03, 0x98, 0x52, - 0x2f, 0x06, 0xf2, 0x2c, 0x6e, 0xf1, 0xcc, 0x24, 0x5b, 0x38, 0x87, 0x49, 0x06, 0xa7, 0xac, 0x8b, - 0xab, 0x19, 0x9a, 0xb8, 0xab, 0x15, 0x23, 0x5b, 0xc6, 0x54, 0xe1, 0x2b, 0x19, 0x17, 0xa0, 0x16, - 0x77, 0xee, 0xba, 0xe1, 0x96, 0xe3, 0x05, 0xec, 0x42, 0x42, 0x13, 0xa5, 0x9a, 0x12, 0x80, 0x53, - 0x1c, 0xd4, 0x80, 0x11, 0x47, 0x28, 0x92, 0xe2, 0xe2, 0xa0, 0x20, 0x9a, 0x5e, 0xaa, 0x9d, 0xdc, - 0xc6, 0x2b, 0xff, 0x61, 0x45, 0x05, 0xbd, 0x0a, 0xe3, 0x22, 0x18, 0x4c, 0x38, 0x6d, 0x9e, 0x34, - 0x03, 0x07, 0x9a, 0x3a, 0x10, 0x9b, 0xb8, 0x68, 0x03, 0x26, 0x28, 0x95, 0x94, 0x01, 0xce, 0x4c, - 0xf7, 0xc7, 0x43, 0xb5, 0x7c, 0xe4, 0x3a, 0x19, 0x9c, 0x21, 0x8b, 0x5c, 0x78, 0xcc, 0xe9, 0x24, - 0xe1, 0x16, 0xdd, 0x09, 0xe6, 0x3e, 0x59, 0x0b, 0xef, 0x91, 0x60, 0xe6, 0x14, 0x5b, 0x81, 0x67, - 0xf7, 0x76, 0xe7, 0x1e, 0x5b, 0x38, 0x00, 0x0f, 0x1f, 0x48, 0x05, 0xbd, 0x0d, 0xa3, 0x49, 0xe8, - 0x0b, 0x5f, 0xec, 0x78, 0xe6, 0x74, 0x99, 0xac, 0x40, 0x6b, 0xaa, 0x82, 0x6e, 0x4c, 0x51, 0x44, - 0xb0, 0x4e, 0x11, 0xbd, 0x03, 0x63, 0xf4, 0xdb, 0x5f, 0x77, 0xda, 0x6d, 0x2f, 0xd8, 0x88, 0x67, - 0x1e, 0x29, 0x33, 0x5b, 0x2a, 0xe7, 0xa5, 0xb9, 0x7f, 0x59, 0x11, 0x89, 0xb1, 0x41, 0x71, 0xf6, - 0x27, 0xe1, 0x44, 0x17, 0xd3, 0xeb, 0xcb, 0x4d, 0xf5, 0xdf, 0x0f, 0x42, 0x4d, 0x59, 0x2e, 0xd1, - 0x05, 0xd3, 0x48, 0xfd, 0x68, 0xd6, 0x48, 0x3d, 0x42, 0x05, 0x45, 0xdd, 0x2e, 0xfd, 0xd9, 0x9c, - 0x57, 0xe8, 0x9f, 0x2d, 0xdc, 0xe5, 0xe5, 0x63, 0xd4, 0xfa, 0x78, 0xab, 0x3f, 0xd5, 0x5e, 0x07, - 0x0e, 0xd4, 0x5e, 0x4b, 0xbe, 0xac, 0x48, 0xf5, 0xd4, 0x76, 0xe8, 0xae, 0x36, 0xb2, 0x0f, 0x87, - 0x35, 0x68, 0x21, 0xe6, 0x30, 0xa6, 0x5f, 0xd0, 0x53, 0x9b, 0xe9, 0x17, 0xc3, 0x87, 0xd4, 0x2f, - 0x24, 0x01, 0x9c, 0xd2, 0x42, 0xdb, 0x70, 0xa2, 0x65, 0xbe, 0x03, 0xa7, 0x22, 0xcf, 0x9e, 0xef, - 0xe3, 0x1d, 0xb6, 0x8e, 0xf6, 0x48, 0xcc, 0x52, 0x96, 0x1e, 0xee, 0x6e, 0x02, 0xbd, 0x0a, 0x23, - 0xef, 0x85, 0x31, 0xbb, 0x3e, 0x11, 0x47, 0x97, 0x8c, 0xf0, 0x19, 0x79, 0xfd, 0x66, 0x93, 0x95, - 0xef, 0xef, 0xce, 0x8d, 0x36, 0x42, 0x57, 0xfe, 0xc5, 0xaa, 0x02, 0xfa, 0xbc, 0x05, 0xa7, 0x8c, - 0x9d, 0xac, 0x7a, 0x0e, 0x87, 0xe9, 0xf9, 0xe3, 0xa2, 0xe5, 0x53, 0xab, 0x79, 0x34, 0x71, 0x7e, - 0x53, 0xf6, 0xbf, 0xe6, 0xa6, 0x5a, 0x61, 0xbc, 0x21, 0x71, 0xc7, 0x3f, 0x8e, 0x07, 0x1b, 0x6e, - 0x1a, 0x76, 0xa5, 0x87, 0x70, 0x59, 0xf0, 0x6f, 0x2d, 0x76, 0x59, 0xb0, 0x46, 0xb6, 0xda, 0xbe, - 0x93, 0x1c, 0x87, 0x17, 0xf3, 0x67, 0x60, 0x24, 0x11, 0xad, 0x95, 0x7b, 0x6d, 0x42, 0xeb, 0x1e, - 0xbb, 0x44, 0x51, 0x47, 0x9f, 0x2c, 0xc5, 0x8a, 0xa0, 0xfd, 0x2f, 0xf8, 0x57, 0x91, 0x90, 0x63, - 0xb0, 0x88, 0xdc, 0x30, 0x2d, 0x22, 0xcf, 0x94, 0x1e, 0x4b, 0x0f, 0xcb, 0xc8, 0x77, 0xcd, 0x11, - 0x30, 0x0d, 0xe5, 0x47, 0xe7, 0x36, 0xcb, 0xfe, 0x65, 0x0b, 0xa6, 0xf3, 0xdc, 0x0a, 0xa8, 0x08, - 0xc3, 0xf5, 0x23, 0x75, 0xcf, 0xa7, 0x66, 0xf5, 0xb6, 0x28, 0xc7, 0x0a, 0xa3, 0x74, 0xfa, 0xf7, - 0xfe, 0x92, 0x61, 0xdd, 0x04, 0xf3, 0x45, 0x41, 0xf4, 0x1a, 0x0f, 0x5a, 0xb0, 0xd4, 0x93, 0x7f, - 0xfd, 0x05, 0x2c, 0xd8, 0xdf, 0xac, 0xc0, 0x34, 0x37, 0xb6, 0x2f, 0x6c, 0x87, 0x9e, 0xdb, 0x08, - 0x5d, 0x11, 0xc2, 0xe1, 0xc2, 0x58, 0x5b, 0x53, 0x6f, 0xcb, 0x25, 0xd7, 0xd1, 0x15, 0xe2, 0x54, - 0xa5, 0xd0, 0x4b, 0xb1, 0x41, 0x95, 0xb6, 0x42, 0xb6, 0xbd, 0x96, 0xb2, 0xdd, 0x56, 0xfa, 0x3e, - 0x19, 0x54, 0x2b, 0xcb, 0x1a, 0x1d, 0x6c, 0x50, 0x3d, 0x82, 0x57, 0x5b, 0xec, 0xbf, 0x6b, 0xc1, - 0x23, 0x3d, 0x12, 0xf0, 0xd0, 0xe6, 0xee, 0xb3, 0x0b, 0x0e, 0xf1, 0x64, 0xa5, 0x6a, 0x8e, 0x5f, - 0x7b, 0x60, 0x01, 0x45, 0x77, 0x01, 0xf8, 0xb5, 0x05, 0x95, 0xa6, 0xb3, 0x77, 0xea, 0x25, 0xd3, - 0x5c, 0x68, 0x19, 0x10, 0x24, 0x25, 0xac, 0x51, 0xb5, 0xbf, 0x5e, 0x85, 0x41, 0xfe, 0x32, 0x7a, - 0x03, 0x86, 0x37, 0x79, 0x8a, 0xe1, 0xfe, 0x32, 0x1c, 0xa7, 0xea, 0x0b, 0x2f, 0xc0, 0x92, 0x0c, - 0xba, 0x0e, 0x27, 0x45, 0x10, 0x51, 0x9d, 0xf8, 0xce, 0x8e, 0xd4, 0x87, 0xf9, 0x53, 0x1e, 0x32, - 0xe7, 0xfc, 0xc9, 0xd5, 0x6e, 0x14, 0x9c, 0x57, 0x0f, 0xbd, 0xd6, 0x95, 0x11, 0x90, 0xa7, 0x6e, - 0x56, 0xb2, 0x70, 0x41, 0x56, 0xc0, 0x57, 0x61, 0xbc, 0xdd, 0xa5, 0xf9, 0x6b, 0x0f, 0x50, 0x9b, - 0xda, 0xbe, 0x89, 0xcb, 0x7c, 0x28, 0x3a, 0xcc, 0x77, 0x64, 0x6d, 0x33, 0x22, 0xf1, 0x66, 0xe8, - 0xbb, 0xe2, 0xed, 0xd4, 0xd4, 0x87, 0x22, 0x03, 0xc7, 0x5d, 0x35, 0x28, 0x95, 0x75, 0xc7, 0xf3, - 0x3b, 0x11, 0x49, 0xa9, 0x0c, 0x99, 0x54, 0x56, 0x32, 0x70, 0xdc, 0x55, 0x83, 0xae, 0xad, 0x53, - 0xe2, 0xb9, 0x4d, 0x19, 0x6e, 0x2e, 0x58, 0xd0, 0xa7, 0x61, 0x58, 0x86, 0x02, 0x94, 0xca, 0x8a, - 0x22, 0x1c, 0x24, 0xd4, 0xd3, 0x9d, 0xda, 0xd3, 0x6e, 0x22, 0x08, 0x40, 0xd2, 0x3b, 0xcc, 0xb3, - 0x8e, 0x7f, 0x66, 0xc1, 0xc9, 0x1c, 0x97, 0x36, 0xce, 0xd2, 0x36, 0xbc, 0x38, 0x51, 0x0f, 0x4b, - 0x68, 0x2c, 0x8d, 0x97, 0x63, 0x85, 0x41, 0x77, 0x0b, 0x67, 0x9a, 0x59, 0x46, 0x29, 0x5c, 0x5d, - 0x04, 0xb4, 0x3f, 0x46, 0x89, 0xce, 0xc2, 0x40, 0x27, 0x26, 0x91, 0x7c, 0x63, 0x51, 0xf2, 0xf9, - 0x5b, 0x31, 0x89, 0x30, 0x83, 0x50, 0xb1, 0x75, 0x43, 0x59, 0x04, 0x35, 0xb1, 0x95, 0x59, 0xf7, - 0x30, 0x87, 0xd9, 0x5f, 0xa9, 0xc2, 0x64, 0xc6, 0xb5, 0x95, 0x76, 0x64, 0x2b, 0x0c, 0xbc, 0x24, - 0x54, 0x99, 0xea, 0xf8, 0xb3, 0x6e, 0xa4, 0xbd, 0x79, 0x5d, 0x94, 0x63, 0x85, 0x81, 0x9e, 0x96, - 0xcf, 0xea, 0x66, 0x1f, 0xcc, 0x58, 0xac, 0x1b, 0x2f, 0xeb, 0x96, 0x7d, 0xec, 0xe6, 0x49, 0x18, - 0x68, 0x87, 0xea, 0x95, 0x74, 0xf5, 0x3d, 0xf1, 0x62, 0xbd, 0x11, 0x86, 0x3e, 0x66, 0x40, 0xf4, - 0x94, 0x18, 0x7d, 0xe6, 0x86, 0x06, 0x3b, 0x6e, 0x18, 0x6b, 0x53, 0xf0, 0x0c, 0x0c, 0xdf, 0x23, - 0x3b, 0x91, 0x17, 0x6c, 0x64, 0xef, 0xa7, 0xae, 0xf2, 0x62, 0x2c, 0xe1, 0x66, 0xfe, 0xf8, 0xe1, - 0x23, 0x7e, 0xd0, 0x66, 0xa4, 0xf0, 0x1c, 0xfc, 0x96, 0x05, 0x93, 0x2c, 0x21, 0xac, 0x48, 0x76, - 0xe0, 0x85, 0xc1, 0x31, 0xc8, 0x18, 0x4f, 0xc2, 0x60, 0x44, 0x1b, 0xcd, 0xbe, 0x48, 0xc1, 0x7a, - 0x82, 0x39, 0x0c, 0x3d, 0x06, 0x03, 0xac, 0x0b, 0xf4, 0x33, 0x8e, 0xf1, 0xbc, 0xf3, 0x75, 0x27, - 0x71, 0x30, 0x2b, 0x65, 0xd1, 0x64, 0x98, 0xb4, 0x7d, 0x8f, 0x77, 0x3a, 0x35, 0xe8, 0x7e, 0xd0, - 0xa2, 0xc9, 0x72, 0x3b, 0xf9, 0xb0, 0xa2, 0xc9, 0xf2, 0x89, 0x1f, 0x2c, 0xe7, 0xff, 0xd7, 0x0a, - 0x9c, 0xc9, 0xad, 0x97, 0xde, 0x74, 0xaf, 0x18, 0x37, 0xdd, 0x17, 0x33, 0x37, 0xdd, 0xf6, 0xc1, - 0xb5, 0x1f, 0xce, 0xdd, 0x77, 0xfe, 0x95, 0x74, 0xf5, 0x18, 0xaf, 0xa4, 0x07, 0xca, 0x8a, 0x38, - 0x83, 0x05, 0x22, 0xce, 0xef, 0x5b, 0xf0, 0x68, 0xee, 0x94, 0x7d, 0xe0, 0xc2, 0xf7, 0x72, 0x7b, - 0xd9, 0x43, 0x3b, 0xf9, 0xa5, 0x6a, 0x8f, 0x51, 0x31, 0x3d, 0xe5, 0x1c, 0xe5, 0x42, 0x0c, 0x18, - 0x0b, 0xe1, 0x6d, 0x8c, 0x73, 0x20, 0x5e, 0x86, 0x15, 0x14, 0xc5, 0x5a, 0xf8, 0x1b, 0xef, 0xe4, - 0xf2, 0x21, 0x37, 0xd4, 0xbc, 0x69, 0x89, 0xd7, 0x33, 0x38, 0x64, 0x83, 0xe2, 0xee, 0x68, 0x9a, - 0x67, 0xf5, 0x30, 0x9a, 0xe7, 0x58, 0xbe, 0xd6, 0x89, 0x16, 0x60, 0x72, 0xcb, 0x0b, 0xd8, 0x3b, - 0xb8, 0xa6, 0xf4, 0xa4, 0x62, 0x90, 0xaf, 0x9b, 0x60, 0x9c, 0xc5, 0x9f, 0x7d, 0x15, 0xc6, 0x0f, - 0x6f, 0x5d, 0xfb, 0x41, 0x15, 0x3e, 0x7c, 0x00, 0x53, 0xe0, 0xa7, 0x83, 0xf1, 0x5d, 0xb4, 0xd3, - 0xa1, 0xeb, 0xdb, 0x34, 0x60, 0x7a, 0xbd, 0xe3, 0xfb, 0x3b, 0xcc, 0x4f, 0x8c, 0xb8, 0x12, 0x43, - 0x08, 0x35, 0x2a, 0x3f, 0xf4, 0x4a, 0x0e, 0x0e, 0xce, 0xad, 0x89, 0x7e, 0x0a, 0x50, 0x78, 0x97, - 0x25, 0x38, 0x76, 0xd3, 0x0c, 0x15, 0xec, 0x13, 0x54, 0xd3, 0xad, 0x7a, 0xb3, 0x0b, 0x03, 0xe7, - 0xd4, 0xa2, 0x72, 0x2a, 0x7b, 0xab, 0x5f, 0x75, 0x2b, 0x23, 0xa7, 0x62, 0x1d, 0x88, 0x4d, 0x5c, - 0x74, 0x19, 0x4e, 0x38, 0xdb, 0x8e, 0xc7, 0x13, 0x96, 0x49, 0x02, 0x5c, 0x50, 0x55, 0xf6, 0xab, - 0x85, 0x2c, 0x02, 0xee, 0xae, 0x83, 0xda, 0x86, 0x41, 0x92, 0x3f, 0x96, 0xf0, 0xc9, 0x43, 0xac, - 0xe0, 0xd2, 0x26, 0x4a, 0xfb, 0x4f, 0x2c, 0x7a, 0xf4, 0xe5, 0x3c, 0x99, 0x4a, 0x67, 0x44, 0x19, - 0xd8, 0xb4, 0x70, 0x3e, 0x35, 0x23, 0x4b, 0x3a, 0x10, 0x9b, 0xb8, 0x7c, 0x69, 0xc4, 0xa9, 0xdb, - 0xba, 0x21, 0x6d, 0x8a, 0x48, 0x58, 0x85, 0x41, 0x25, 0x68, 0xd7, 0xdb, 0xf6, 0xe2, 0x30, 0x12, - 0x1b, 0xa8, 0x4f, 0x27, 0xe6, 0x94, 0x5f, 0xd6, 0x39, 0x19, 0x2c, 0xe9, 0xd9, 0x5f, 0xad, 0xc0, - 0xb8, 0x6c, 0xf1, 0xf5, 0x4e, 0x98, 0x38, 0xc7, 0x70, 0xa4, 0xbf, 0x6e, 0x1c, 0xe9, 0x17, 0xca, - 0x05, 0x06, 0xb3, 0xce, 0xf5, 0x3c, 0xca, 0x3f, 0x9d, 0x39, 0xca, 0x5f, 0xe8, 0x87, 0xe8, 0xc1, - 0x47, 0xf8, 0xbf, 0xb2, 0xe0, 0x84, 0x81, 0x7f, 0x0c, 0x27, 0x49, 0xc3, 0x3c, 0x49, 0x9e, 0xeb, - 0x63, 0x34, 0x3d, 0x4e, 0x90, 0x6f, 0x54, 0x32, 0xa3, 0x60, 0x27, 0xc7, 0x4f, 0xc3, 0xc0, 0xa6, - 0x13, 0xb9, 0xe5, 0xb2, 0x77, 0x76, 0x55, 0x9f, 0xbf, 0xe2, 0x44, 0x2e, 0xe7, 0xff, 0xe7, 0xd5, - 0x83, 0x6e, 0x4e, 0xe4, 0x16, 0x46, 0x73, 0xb0, 0x46, 0xd1, 0x25, 0x18, 0x8a, 0x5b, 0x61, 0x5b, - 0xf9, 0xbb, 0x9e, 0xe5, 0x8f, 0xbd, 0xd1, 0x92, 0xfd, 0xdd, 0x39, 0x64, 0x36, 0x47, 0x8b, 0xb1, - 0xc0, 0x9f, 0xdd, 0x80, 0x9a, 0x6a, 0xfa, 0x48, 0x3d, 0xfe, 0xff, 0x53, 0x15, 0x4e, 0xe6, 0xac, - 0x15, 0xf4, 0x33, 0xc6, 0xbc, 0xbd, 0xda, 0xf7, 0x62, 0x7b, 0x9f, 0x33, 0xf7, 0x33, 0x4c, 0x53, - 0x72, 0xc5, 0xea, 0x38, 0x44, 0xf3, 0xb7, 0x62, 0x92, 0x6d, 0x9e, 0x16, 0x15, 0x37, 0x4f, 0x9b, - 0x3d, 0xb6, 0xe9, 0xa7, 0x0d, 0xa9, 0x9e, 0x1e, 0xe9, 0x77, 0xfe, 0x85, 0x01, 0x98, 0xce, 0xcb, - 0x40, 0x80, 0x7e, 0xde, 0xca, 0x3c, 0xfa, 0xf1, 0x5a, 0xff, 0x69, 0x0c, 0xf8, 0x4b, 0x20, 0x22, - 0x3f, 0xd0, 0xbc, 0xf9, 0x0c, 0x48, 0xe1, 0x8c, 0x8b, 0xd6, 0x59, 0x1c, 0x56, 0xc4, 0x1f, 0x70, - 0x91, 0x5c, 0xe1, 0x53, 0x87, 0xe8, 0x8a, 0x78, 0x03, 0x26, 0xce, 0xc4, 0x61, 0xc9, 0xe2, 0xe2, - 0x38, 0x2c, 0xd9, 0x87, 0x59, 0x0f, 0x46, 0xb5, 0x71, 0x1d, 0xe9, 0x32, 0xb8, 0x47, 0x8f, 0x28, - 0xad, 0xdf, 0x47, 0xba, 0x14, 0xfe, 0x96, 0x05, 0x19, 0xe7, 0x34, 0x65, 0x96, 0xb1, 0x7a, 0x9a, - 0x65, 0xce, 0xc2, 0x40, 0x14, 0xfa, 0x24, 0xfb, 0x7c, 0x04, 0x0e, 0x7d, 0x82, 0x19, 0x44, 0xbd, - 0xf1, 0x5c, 0xed, 0xf5, 0xc6, 0x33, 0xd5, 0xd3, 0x7d, 0xb2, 0x4d, 0xa4, 0x91, 0x44, 0xb1, 0xf1, - 0x6b, 0xb4, 0x10, 0x73, 0x98, 0xfd, 0x1b, 0x03, 0x70, 0x32, 0x27, 0xaa, 0x8f, 0x6a, 0x48, 0x1b, - 0x4e, 0x42, 0xee, 0x3b, 0x3b, 0xd9, 0x34, 0xb6, 0x97, 0x79, 0x31, 0x96, 0x70, 0xe6, 0x54, 0xcb, - 0x53, 0xe1, 0x65, 0x4c, 0x57, 0x22, 0x03, 0x9e, 0x80, 0x1e, 0xfd, 0x6b, 0xc0, 0x17, 0x01, 0xe2, - 0xd8, 0x5f, 0x0e, 0xa8, 0x84, 0xe7, 0x0a, 0xe7, 0xdd, 0x34, 0x83, 0x62, 0xf3, 0x9a, 0x80, 0x60, - 0x0d, 0x0b, 0xd5, 0x61, 0xaa, 0x1d, 0x85, 0x09, 0x37, 0x0c, 0xd6, 0xb9, 0xab, 0xc5, 0xa0, 0x19, - 0x35, 0xd6, 0xc8, 0xc0, 0x71, 0x57, 0x0d, 0xf4, 0x32, 0x8c, 0x8a, 0x48, 0xb2, 0x46, 0x18, 0xfa, - 0xc2, 0x8c, 0xa4, 0xee, 0xe3, 0x9b, 0x29, 0x08, 0xeb, 0x78, 0x5a, 0x35, 0x66, 0x6d, 0x1c, 0xce, - 0xad, 0xc6, 0x2d, 0x8e, 0x1a, 0x5e, 0x26, 0x4f, 0xc9, 0x48, 0xa9, 0x3c, 0x25, 0xa9, 0x61, 0xad, - 0x56, 0xfa, 0x22, 0x06, 0x0a, 0x0d, 0x50, 0xbf, 0x5b, 0x85, 0x21, 0xfe, 0x29, 0x8e, 0x41, 0xca, - 0x6b, 0x08, 0x93, 0x52, 0xa9, 0x9c, 0x10, 0xbc, 0x57, 0xf3, 0x75, 0x27, 0x71, 0x38, 0x6b, 0x52, - 0x3b, 0x24, 0x35, 0x43, 0xa1, 0x79, 0x63, 0x0f, 0xcd, 0x66, 0x2c, 0x25, 0xc0, 0x69, 0x68, 0x3b, - 0x6a, 0x13, 0x20, 0x66, 0x2f, 0xd2, 0x52, 0x1a, 0x22, 0xc7, 0xee, 0x4b, 0xa5, 0xfa, 0xd1, 0x54, - 0xd5, 0x78, 0x6f, 0xd2, 0x65, 0xa9, 0x00, 0x58, 0xa3, 0x3d, 0xfb, 0x0a, 0xd4, 0x14, 0x72, 0x91, - 0x0a, 0x39, 0xa6, 0xb3, 0xb6, 0xff, 0x0f, 0x26, 0x33, 0x6d, 0xf5, 0xa5, 0x81, 0xfe, 0x96, 0x05, - 0x93, 0xbc, 0xcb, 0xcb, 0xc1, 0xb6, 0x60, 0x05, 0x5f, 0xb0, 0x60, 0xda, 0xcf, 0xd9, 0x89, 0xe2, - 0x33, 0x1f, 0x66, 0x0f, 0x2b, 0xe5, 0x33, 0x0f, 0x8a, 0x73, 0x5b, 0x43, 0xe7, 0x60, 0x84, 0x3f, - 0xb0, 0xed, 0xf8, 0xc2, 0x53, 0x7c, 0x8c, 0x67, 0x17, 0xe7, 0x65, 0x58, 0x41, 0xed, 0x1f, 0x5a, - 0x70, 0x82, 0x0f, 0xe2, 0x2a, 0xd9, 0x51, 0xea, 0xd5, 0x07, 0x64, 0x18, 0x22, 0x8f, 0x7a, 0xa5, - 0x47, 0x1e, 0x75, 0x7d, 0x94, 0xd5, 0x03, 0x47, 0xf9, 0x4d, 0x0b, 0xc4, 0x0a, 0x3d, 0x06, 0xfd, - 0x61, 0xd5, 0xd4, 0x1f, 0x3e, 0x52, 0x66, 0xd1, 0xf7, 0x50, 0x1c, 0x7e, 0xb1, 0x02, 0x53, 0x1c, - 0x21, 0xbd, 0x91, 0xf9, 0xa0, 0x7c, 0x9c, 0xfe, 0xde, 0xf7, 0x51, 0xcf, 0xb4, 0xe6, 0x8f, 0xd4, - 0xf8, 0x96, 0x03, 0x07, 0x7e, 0xcb, 0xff, 0x61, 0x01, 0xe2, 0x73, 0x92, 0x7d, 0x9d, 0x9c, 0x9f, - 0x6e, 0x9a, 0x39, 0x20, 0xe5, 0x1c, 0x0a, 0x82, 0x35, 0xac, 0x87, 0x3c, 0x84, 0xcc, 0x7d, 0x58, - 0xb5, 0xf8, 0x3e, 0xac, 0x8f, 0x51, 0xff, 0xb7, 0x2a, 0x64, 0x9d, 0x35, 0xd1, 0x3b, 0x30, 0xd6, - 0x72, 0xda, 0xce, 0x5d, 0xcf, 0xf7, 0x12, 0x8f, 0xc4, 0xe5, 0x2e, 0xdc, 0x97, 0xb4, 0x1a, 0xe2, - 0x1a, 0x4a, 0x2b, 0xc1, 0x06, 0x45, 0x34, 0x0f, 0xd0, 0x8e, 0xbc, 0x6d, 0xcf, 0x27, 0x1b, 0x4c, - 0xe3, 0x61, 0x31, 0x27, 0xfc, 0xee, 0x58, 0x96, 0x62, 0x0d, 0x23, 0x27, 0x46, 0xa1, 0x7a, 0x1c, - 0x31, 0x0a, 0x03, 0x47, 0x18, 0xa3, 0x30, 0x58, 0x2a, 0x46, 0x01, 0xc3, 0x69, 0x79, 0xd0, 0xd3, - 0xff, 0x2b, 0x9e, 0x4f, 0x84, 0x9c, 0xc7, 0xe3, 0x57, 0x66, 0xf7, 0x76, 0xe7, 0x4e, 0xe3, 0x5c, - 0x0c, 0xdc, 0xa3, 0xa6, 0xdd, 0x81, 0x93, 0x4d, 0x12, 0xc9, 0x57, 0xe8, 0xd4, 0xbe, 0xfb, 0x2c, - 0xd4, 0xa2, 0xcc, 0x96, 0xef, 0x33, 0x49, 0x81, 0x96, 0xd9, 0x4d, 0x6e, 0xf1, 0x94, 0xa4, 0xfd, - 0x57, 0x2b, 0x30, 0x2c, 0x5c, 0x3a, 0x8f, 0x41, 0x50, 0xb9, 0x6a, 0x98, 0xa3, 0x9e, 0x29, 0xe2, - 0x95, 0xac, 0x5b, 0x3d, 0x0d, 0x51, 0xcd, 0x8c, 0x21, 0xea, 0xb9, 0x72, 0xe4, 0x0e, 0x36, 0x41, - 0xfd, 0xa3, 0x2a, 0x4c, 0x98, 0x2e, 0xae, 0xc7, 0x30, 0x2d, 0x6f, 0xc0, 0x70, 0x2c, 0xbc, 0xad, - 0x2b, 0x65, 0xfc, 0xfb, 0xb2, 0x9f, 0x38, 0xbd, 0xb5, 0x17, 0xfe, 0xd5, 0x92, 0x5c, 0xae, 0x43, - 0x77, 0xf5, 0x58, 0x1c, 0xba, 0x8b, 0x3c, 0x8f, 0x07, 0x1e, 0x86, 0xe7, 0xb1, 0xfd, 0x3d, 0x76, - 0x3c, 0xe8, 0xe5, 0xc7, 0x70, 0xe4, 0xbf, 0x6e, 0x1e, 0x24, 0xe7, 0x4b, 0xad, 0x3b, 0xd1, 0xbd, - 0x1e, 0x47, 0xff, 0xb7, 0x2d, 0x18, 0x15, 0x88, 0xc7, 0x30, 0x80, 0x9f, 0x32, 0x07, 0xf0, 0x54, - 0xa9, 0x01, 0xf4, 0xe8, 0xf9, 0x57, 0x2b, 0xaa, 0xe7, 0x8d, 0x30, 0x4a, 0x4a, 0xe5, 0x3f, 0x1f, - 0xa1, 0x6a, 0x62, 0xd8, 0x0a, 0x7d, 0x21, 0xec, 0x3d, 0x96, 0x86, 0x2b, 0xf2, 0xf2, 0x7d, 0xed, - 0x37, 0x56, 0xd8, 0x2c, 0x9a, 0x2e, 0x8c, 0x12, 0x71, 0xd8, 0xa6, 0xd1, 0x74, 0x61, 0x94, 0x60, - 0x06, 0x41, 0x2e, 0x40, 0xe2, 0x44, 0x1b, 0x24, 0xa1, 0x65, 0x22, 0xd2, 0xb7, 0xf7, 0x6e, 0xed, - 0x24, 0x9e, 0x3f, 0xef, 0x05, 0x49, 0x9c, 0x44, 0xf3, 0xab, 0x41, 0x72, 0x33, 0xe2, 0x0a, 0x82, - 0x16, 0x7f, 0xa8, 0x68, 0x61, 0x8d, 0xae, 0x0c, 0x29, 0x61, 0x6d, 0x0c, 0x9a, 0xb7, 0x4d, 0x37, - 0x44, 0x39, 0x56, 0x18, 0xf6, 0x2b, 0x8c, 0xb3, 0xb3, 0x09, 0xea, 0x2f, 0x34, 0xf0, 0x17, 0x86, - 0xd5, 0xd4, 0x32, 0x13, 0xf2, 0x0d, 0x3d, 0x00, 0xb1, 0x2c, 0xfb, 0xa4, 0x5d, 0xd0, 0x7d, 0xae, - 0xd3, 0x78, 0x45, 0x44, 0xba, 0xae, 0x28, 0x5f, 0x29, 0xcd, 0x91, 0xfb, 0xb8, 0x94, 0x64, 0x89, - 0x18, 0x59, 0xf6, 0xb9, 0xd5, 0x46, 0x36, 0x6b, 0xfd, 0x92, 0x04, 0xe0, 0x14, 0x07, 0x5d, 0x10, - 0xca, 0x27, 0xb7, 0xce, 0x7c, 0x38, 0xa3, 0x7c, 0xca, 0x29, 0xd1, 0xb4, 0xcf, 0x17, 0x60, 0x54, - 0x3d, 0x04, 0xd4, 0xe0, 0x4f, 0xb0, 0xd4, 0xb8, 0x2c, 0xb6, 0x9c, 0x16, 0x63, 0x1d, 0x07, 0xad, - 0xc1, 0x64, 0xcc, 0x5f, 0x29, 0x92, 0xb1, 0x1d, 0xc2, 0xc8, 0xf0, 0xac, 0xbc, 0xd0, 0x6c, 0x9a, - 0xe0, 0x7d, 0x56, 0xc4, 0xb7, 0xb2, 0x8c, 0x06, 0xc9, 0x92, 0x40, 0xaf, 0xc1, 0x84, 0xaf, 0x3f, - 0xc1, 0xda, 0x10, 0x36, 0x08, 0xe5, 0xa2, 0x66, 0x3c, 0xd0, 0xda, 0xc0, 0x19, 0x6c, 0xf4, 0x06, - 0xcc, 0xe8, 0x25, 0x22, 0x21, 0x92, 0x13, 0x6c, 0x90, 0x58, 0xbc, 0x68, 0xf2, 0xd8, 0xde, 0xee, - 0xdc, 0xcc, 0xb5, 0x1e, 0x38, 0xb8, 0x67, 0x6d, 0x74, 0x09, 0xc6, 0xe4, 0xf0, 0xb5, 0x48, 0xa8, - 0xd4, 0x39, 0x52, 0x83, 0x61, 0x03, 0x13, 0xdd, 0x87, 0x53, 0xf2, 0xff, 0x5a, 0xe4, 0xac, 0xaf, - 0x7b, 0x2d, 0x11, 0x92, 0x36, 0xca, 0x48, 0x2c, 0x48, 0xdf, 0xf2, 0xe5, 0x3c, 0xa4, 0xfd, 0xdd, - 0xb9, 0xb3, 0x62, 0xd6, 0x72, 0xe1, 0xec, 0x23, 0xe6, 0xd3, 0x47, 0xd7, 0xe1, 0xe4, 0x26, 0x71, - 0xfc, 0x64, 0x73, 0x69, 0x93, 0xb4, 0xee, 0xc9, 0x8d, 0xc5, 0xe2, 0xab, 0x34, 0xf7, 0xc1, 0x2b, - 0xdd, 0x28, 0x38, 0xaf, 0xde, 0xfb, 0xbb, 0x7f, 0xfe, 0x69, 0x5a, 0x59, 0x93, 0x1f, 0xd0, 0xbb, - 0x30, 0xa6, 0xcf, 0x75, 0x56, 0x30, 0x28, 0x7e, 0x9e, 0x57, 0xc8, 0x21, 0xea, 0x0b, 0xe8, 0x30, - 0x6c, 0xd0, 0xb6, 0x6f, 0xc2, 0x50, 0x73, 0x27, 0x6e, 0x25, 0x7e, 0x09, 0xe6, 0xfa, 0xa4, 0x31, - 0x84, 0x74, 0xe3, 0xb3, 0xa7, 0xc2, 0xc4, 0x88, 0xec, 0x2f, 0x5a, 0x30, 0xb9, 0xb6, 0xd4, 0x68, - 0x86, 0xad, 0x7b, 0x24, 0x59, 0xe0, 0x7a, 0x26, 0x16, 0xbc, 0xd5, 0x3a, 0x24, 0xcf, 0xcc, 0xe3, - 0xc6, 0x67, 0x61, 0x60, 0x33, 0x8c, 0x93, 0xac, 0xad, 0xf6, 0x4a, 0x18, 0x27, 0x98, 0x41, 0xec, - 0x3f, 0xb5, 0x60, 0x90, 0xbd, 0x84, 0x55, 0xf4, 0x8a, 0x5a, 0x99, 0x71, 0xa1, 0x97, 0x61, 0x88, - 0xac, 0xaf, 0x93, 0x56, 0x22, 0xd8, 0x8c, 0x8c, 0x7b, 0x18, 0x5a, 0x66, 0xa5, 0x94, 0x79, 0xb0, - 0xc6, 0xf8, 0x5f, 0x2c, 0x90, 0xd1, 0x67, 0xa0, 0x96, 0x78, 0x5b, 0x64, 0xc1, 0x75, 0x85, 0x71, - 0xb4, 0x3f, 0x57, 0x1c, 0xc5, 0xcc, 0xd6, 0x24, 0x11, 0x9c, 0xd2, 0xb3, 0xbf, 0x5c, 0x01, 0x48, - 0xe3, 0x9a, 0x8a, 0x86, 0xb9, 0xd8, 0xf5, 0x58, 0xdc, 0xd3, 0x39, 0x8f, 0xc5, 0xa1, 0x94, 0x60, - 0xce, 0x53, 0x71, 0x6a, 0xaa, 0xaa, 0xa5, 0xa6, 0x6a, 0xa0, 0x9f, 0xa9, 0x5a, 0x82, 0x13, 0x69, - 0x5c, 0x96, 0x19, 0xe0, 0xca, 0x12, 0xba, 0xae, 0x65, 0x81, 0xb8, 0x1b, 0xdf, 0xfe, 0xb2, 0x05, - 0xc2, 0x79, 0xb3, 0xc4, 0x82, 0x76, 0xe5, 0xc3, 0x4e, 0x46, 0xe6, 0xb9, 0x67, 0xcb, 0xf8, 0xb5, - 0x8a, 0x7c, 0x73, 0x6a, 0x8b, 0x19, 0x59, 0xe6, 0x0c, 0xaa, 0xf6, 0xaf, 0x5b, 0x30, 0xca, 0xc1, - 0xd7, 0x99, 0xcc, 0x5f, 0xdc, 0xaf, 0xbe, 0xb2, 0x05, 0xb3, 0x37, 0x8f, 0x28, 0x61, 0x95, 0x35, - 0x56, 0x7f, 0xf3, 0x48, 0x02, 0x70, 0x8a, 0x83, 0x9e, 0x81, 0xe1, 0xb8, 0x73, 0x97, 0xa1, 0x67, - 0x3c, 0x39, 0x9b, 0xbc, 0x18, 0x4b, 0xb8, 0xfd, 0x4f, 0x2a, 0x30, 0x95, 0x75, 0xe4, 0x45, 0x18, - 0x86, 0xb8, 0x0e, 0x90, 0x15, 0x1f, 0x0f, 0xb2, 0x4b, 0x69, 0x8e, 0xc0, 0xc0, 0x5f, 0xee, 0x66, - 0x17, 0x08, 0x82, 0x12, 0x5a, 0x87, 0x51, 0x37, 0xbc, 0x1f, 0xdc, 0x77, 0x22, 0x77, 0xa1, 0xb1, - 0x2a, 0xbe, 0x44, 0x81, 0xeb, 0x55, 0x3d, 0xad, 0xa0, 0xbb, 0x19, 0x33, 0x3b, 0x49, 0x0a, 0xc2, - 0x3a, 0x61, 0xaa, 0xf3, 0xb6, 0xc2, 0x60, 0xdd, 0xdb, 0xb8, 0xee, 0xb4, 0xcb, 0x39, 0x19, 0x2c, - 0x49, 0x74, 0xad, 0x8d, 0x71, 0x91, 0x57, 0x83, 0x03, 0x70, 0x4a, 0xd2, 0xfe, 0xb5, 0x69, 0x30, - 0xd6, 0x82, 0x91, 0xd2, 0xd7, 0x7a, 0xe8, 0x29, 0x7d, 0xdf, 0x82, 0x11, 0xb2, 0xd5, 0x4e, 0x76, - 0xea, 0x5e, 0x54, 0x2e, 0x41, 0xfb, 0xb2, 0xc0, 0xee, 0xa6, 0x2e, 0x21, 0x58, 0x51, 0xec, 0x91, - 0xa0, 0xb9, 0xfa, 0x81, 0x48, 0xd0, 0x3c, 0xf0, 0x17, 0x92, 0xa0, 0xf9, 0x0d, 0x18, 0xde, 0xf0, - 0x12, 0x4c, 0xda, 0xa1, 0x48, 0x54, 0x52, 0xb0, 0x78, 0x2e, 0x73, 0xe4, 0xee, 0xd4, 0x9d, 0x02, - 0x80, 0x25, 0x39, 0xb4, 0xa6, 0x36, 0xd5, 0x50, 0x99, 0xe3, 0xbe, 0xdb, 0x6e, 0x99, 0xbb, 0xad, - 0x44, 0x42, 0xe6, 0xe1, 0xf7, 0x9f, 0x90, 0x59, 0xa5, 0x51, 0x1e, 0x79, 0x58, 0x69, 0x94, 0x8d, - 0x74, 0xd4, 0xb5, 0xa3, 0x48, 0x47, 0xfd, 0x65, 0x0b, 0x4e, 0xb5, 0xf3, 0x92, 0xb9, 0x8b, 0x84, - 0xc8, 0x3f, 0x79, 0x88, 0xf4, 0xf6, 0x46, 0xd3, 0x2c, 0xf1, 0x42, 0x2e, 0x1a, 0xce, 0x6f, 0x58, - 0xe6, 0xb5, 0x1e, 0x7d, 0xff, 0x79, 0xad, 0x8f, 0x3a, 0x73, 0x72, 0x9a, 0xe5, 0x7a, 0xfc, 0x48, - 0xb2, 0x5c, 0x4f, 0x3c, 0xc4, 0x2c, 0xd7, 0x5a, 0x7e, 0xea, 0xc9, 0x87, 0x9b, 0x9f, 0x7a, 0xd3, - 0x3c, 0x97, 0x78, 0x3a, 0xe4, 0x97, 0x4b, 0x9f, 0x4b, 0x46, 0x0b, 0x07, 0x9f, 0x4c, 0x3c, 0x53, - 0xf7, 0x89, 0xf7, 0x99, 0xa9, 0xdb, 0xc8, 0x77, 0x8d, 0x8e, 0x22, 0xdf, 0xf5, 0x3b, 0xfa, 0x09, - 0x7a, 0xb2, 0x4c, 0x0b, 0xea, 0xa0, 0xec, 0x6e, 0x21, 0xef, 0x0c, 0xed, 0xce, 0xa8, 0x3d, 0x7d, - 0xdc, 0x19, 0xb5, 0x4f, 0x1d, 0x61, 0x46, 0xed, 0xd3, 0xc7, 0x9a, 0x51, 0xfb, 0x91, 0x0f, 0x48, - 0x46, 0xed, 0x99, 0xe3, 0xca, 0xa8, 0xfd, 0xe8, 0x43, 0xcd, 0xa8, 0x4d, 0x3f, 0x5d, 0x5b, 0x86, - 0xc3, 0xcd, 0xcc, 0x96, 0xf9, 0x74, 0xb9, 0xd1, 0x73, 0xfc, 0xd3, 0x29, 0x10, 0x4e, 0x89, 0xda, - 0x7f, 0x09, 0xce, 0x1c, 0xbc, 0x74, 0x53, 0xcf, 0x93, 0x46, 0x6a, 0xd3, 0xcb, 0x78, 0x9e, 0x30, - 0xb1, 0x50, 0xc3, 0x2a, 0x9d, 0xf2, 0xf7, 0x1b, 0x16, 0x3c, 0xd2, 0x23, 0x23, 0x66, 0xe9, 0x58, - 0xd2, 0x36, 0x4c, 0xb6, 0xcd, 0xaa, 0xa5, 0x43, 0xd3, 0x8d, 0x0c, 0x9c, 0xca, 0xdf, 0x3f, 0x03, - 0xc0, 0x59, 0xf2, 0x8b, 0x1f, 0xf9, 0xfe, 0x0f, 0xce, 0x7c, 0xe8, 0xf7, 0x7e, 0x70, 0xe6, 0x43, - 0x7f, 0xf4, 0x83, 0x33, 0x1f, 0xfa, 0xd9, 0xbd, 0x33, 0xd6, 0xf7, 0xf7, 0xce, 0x58, 0xbf, 0xb7, - 0x77, 0xc6, 0xfa, 0xb3, 0xbd, 0x33, 0xd6, 0x97, 0x7f, 0x78, 0xe6, 0x43, 0x6f, 0x56, 0xb6, 0x5f, - 0xf8, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x76, 0x26, 0x3b, 0x71, 0xcc, 0x00, 0x00, + // 11259 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x8c, 0x24, 0xc7, + 0x75, 0x98, 0x7a, 0x66, 0xbf, 0xe6, 0xed, 0x77, 0xdd, 0x07, 0x97, 0x2b, 0xf2, 0xf6, 0xd8, 0x14, + 0xe9, 0x23, 0x79, 0xdc, 0xd5, 0x1d, 0x49, 0xf1, 0x24, 0x2a, 0xb4, 0x76, 0x77, 0x76, 0xef, 0x56, + 0xf7, 0x35, 0xac, 0xd9, 0xbb, 0xa3, 0x28, 0x46, 0x64, 0xdf, 0x74, 0xed, 0x6c, 0xf3, 0x7a, 0xbb, + 0x87, 0xdd, 0x3d, 0x7b, 0xb7, 0x52, 0x04, 0xd8, 0x8a, 0x20, 0x39, 0x80, 0x92, 0x28, 0x70, 0x04, + 0x04, 0x4e, 0x00, 0x05, 0x06, 0xe2, 0x28, 0x9f, 0x8e, 0x22, 0xe8, 0xc3, 0xb0, 0x9c, 0x20, 0x8e, + 0xe5, 0xc8, 0x40, 0xe2, 0x18, 0x30, 0x62, 0x3b, 0x30, 0xb2, 0xb6, 0x56, 0x88, 0x7f, 0x04, 0x48, + 0x10, 0xc4, 0xff, 0x36, 0x41, 0x10, 0xd4, 0x67, 0x57, 0xf5, 0xcc, 0x6c, 0xf7, 0x2c, 0x6f, 0xd7, + 0x94, 0x90, 0x7f, 0x33, 0xf5, 0x5e, 0xbd, 0xaa, 0xae, 0x8f, 0x57, 0xef, 0xbd, 0x7a, 0xef, 0x15, + 0x9c, 0xbf, 0x77, 0x29, 0x9e, 0xf7, 0xc2, 0x85, 0x7b, 0xed, 0xbb, 0x24, 0x0a, 0x48, 0x42, 0xe2, + 0x85, 0xd6, 0xbd, 0xe6, 0x82, 0xd3, 0xf2, 0x16, 0xb6, 0x2f, 0x2c, 0x34, 0x49, 0x40, 0x22, 0x27, + 0x21, 0xee, 0x7c, 0x2b, 0x0a, 0x93, 0x10, 0x3d, 0xc6, 0xb1, 0xe7, 0x53, 0xec, 0xf9, 0xd6, 0xbd, + 0xe6, 0xbc, 0xd3, 0xf2, 0xe6, 0xb7, 0x2f, 0xcc, 0x3e, 0xdf, 0xf4, 0x92, 0xcd, 0xf6, 0xdd, 0xf9, + 0x46, 0xb8, 0xb5, 0xd0, 0x0c, 0x9b, 0xe1, 0x02, 0xab, 0x74, 0xb7, 0xbd, 0xc1, 0xfe, 0xb1, 0x3f, + 0xec, 0x17, 0x27, 0x36, 0xfb, 0xa2, 0x68, 0xda, 0x69, 0x79, 0x5b, 0x4e, 0x63, 0xd3, 0x0b, 0x48, + 0xb4, 0xa3, 0x1a, 0x8f, 0x48, 0x1c, 0xb6, 0xa3, 0x06, 0xc9, 0x76, 0xe1, 0xc0, 0x5a, 0xf1, 0xc2, + 0x16, 0x49, 0x9c, 0x2e, 0x1d, 0x9f, 0x5d, 0xe8, 0x55, 0x2b, 0x6a, 0x07, 0x89, 0xb7, 0xd5, 0xd9, + 0xcc, 0x47, 0xf2, 0x2a, 0xc4, 0x8d, 0x4d, 0xb2, 0xe5, 0x74, 0xd4, 0x7b, 0xa1, 0x57, 0xbd, 0x76, + 0xe2, 0xf9, 0x0b, 0x5e, 0x90, 0xc4, 0x49, 0x74, 0xd0, 0x37, 0xc5, 0x24, 0xda, 0x26, 0x51, 0xfa, + 0x41, 0xe4, 0x81, 0xb3, 0xd5, 0xf2, 0x49, 0xb7, 0x6f, 0xba, 0xa2, 0x4d, 0xdd, 0xf3, 0x4e, 0xb3, + 0x19, 0x91, 0xa6, 0x93, 0x84, 0x5a, 0x5d, 0xa7, 0xe5, 0x45, 0xa4, 0xe9, 0xc5, 0x49, 0xe4, 0x24, + 0x5e, 0x18, 0x2c, 0x6c, 0x5f, 0x70, 0xfc, 0xd6, 0xa6, 0xd3, 0x41, 0xc9, 0xfe, 0x43, 0x0b, 0xce, + 0x2e, 0xde, 0xa9, 0xaf, 0xf8, 0x4e, 0x9c, 0x78, 0x8d, 0x25, 0x3f, 0x6c, 0xdc, 0xab, 0x27, 0x61, + 0x44, 0x6e, 0x87, 0x7e, 0x7b, 0x8b, 0xd4, 0xd9, 0x44, 0xa0, 0xf3, 0x30, 0xb2, 0xcd, 0xfe, 0xaf, + 0x55, 0x67, 0xac, 0xb3, 0xd6, 0xb9, 0xca, 0xd2, 0xd4, 0x0f, 0x77, 0xe7, 0x3e, 0xb0, 0xb7, 0x3b, + 0x37, 0x72, 0x5b, 0x94, 0x63, 0x85, 0x81, 0x9e, 0x86, 0xa1, 0x8d, 0x78, 0x7d, 0xa7, 0x45, 0x66, + 0x4a, 0x0c, 0x77, 0x42, 0xe0, 0x0e, 0xad, 0xd6, 0x69, 0x29, 0x16, 0x50, 0xb4, 0x00, 0x95, 0x96, + 0x13, 0x25, 0x1e, 0xed, 0xe0, 0x4c, 0xf9, 0xac, 0x75, 0x6e, 0x70, 0x69, 0x5a, 0xa0, 0x56, 0x6a, + 0x12, 0x80, 0x53, 0x1c, 0xda, 0x8d, 0x88, 0x38, 0xee, 0xcd, 0xc0, 0xdf, 0x99, 0x19, 0x38, 0x6b, + 0x9d, 0x1b, 0x49, 0xbb, 0x81, 0x45, 0x39, 0x56, 0x18, 0xf6, 0xf7, 0x4a, 0x30, 0xb2, 0xb8, 0xb1, + 0xe1, 0x05, 0x5e, 0xb2, 0x83, 0xde, 0x86, 0xb1, 0x20, 0x74, 0x89, 0xfc, 0xcf, 0xbe, 0x62, 0xf4, + 0xe2, 0xb3, 0xf3, 0x07, 0x2d, 0xea, 0xf9, 0x1b, 0x5a, 0x8d, 0xa5, 0xa9, 0xbd, 0xdd, 0xb9, 0x31, + 0xbd, 0x04, 0x1b, 0x14, 0xd1, 0x9b, 0x30, 0xda, 0x0a, 0x5d, 0xd5, 0x40, 0x89, 0x35, 0xf0, 0xcc, + 0xc1, 0x0d, 0xd4, 0xd2, 0x0a, 0x4b, 0x93, 0x7b, 0xbb, 0x73, 0xa3, 0x5a, 0x01, 0xd6, 0xc9, 0x21, + 0x1f, 0x26, 0xe9, 0xdf, 0x20, 0xf1, 0x54, 0x0b, 0x65, 0xd6, 0xc2, 0xf3, 0xf9, 0x2d, 0x68, 0x95, + 0x96, 0x4e, 0xec, 0xed, 0xce, 0x4d, 0x66, 0x0a, 0x71, 0x96, 0xb4, 0xfd, 0x59, 0x98, 0x58, 0x4c, + 0x12, 0xa7, 0xb1, 0x49, 0x5c, 0x3e, 0xbf, 0xe8, 0x45, 0x18, 0x08, 0x9c, 0x2d, 0x22, 0x66, 0xff, + 0xac, 0x18, 0xf6, 0x81, 0x1b, 0xce, 0x16, 0xd9, 0xdf, 0x9d, 0x9b, 0xba, 0x15, 0x78, 0xef, 0xb6, + 0xc5, 0x9a, 0xa1, 0x65, 0x98, 0x61, 0xa3, 0x8b, 0x00, 0x2e, 0xd9, 0xf6, 0x1a, 0xa4, 0xe6, 0x24, + 0x9b, 0x62, 0x35, 0x20, 0x51, 0x17, 0xaa, 0x0a, 0x82, 0x35, 0x2c, 0xfb, 0x0b, 0x16, 0x54, 0x16, + 0xb7, 0x43, 0xcf, 0xad, 0x85, 0x6e, 0x8c, 0xda, 0x30, 0xd9, 0x8a, 0xc8, 0x06, 0x89, 0x54, 0xd1, + 0x8c, 0x75, 0xb6, 0x7c, 0x6e, 0xf4, 0xe2, 0xc5, 0x9c, 0xef, 0x36, 0x2b, 0xad, 0x04, 0x49, 0xb4, + 0xb3, 0xf4, 0x88, 0x68, 0x7a, 0x32, 0x03, 0xc5, 0xd9, 0x36, 0xec, 0xdf, 0x2a, 0xc1, 0xa9, 0xc5, + 0xcf, 0xb6, 0x23, 0x52, 0xf5, 0xe2, 0x7b, 0xd9, 0xad, 0xe0, 0x7a, 0xf1, 0xbd, 0x1b, 0xe9, 0x60, + 0xa8, 0x35, 0x58, 0x15, 0xe5, 0x58, 0x61, 0xa0, 0xe7, 0x61, 0x98, 0xfe, 0xbe, 0x85, 0xd7, 0xc4, + 0xd7, 0x9f, 0x10, 0xc8, 0xa3, 0x55, 0x27, 0x71, 0xaa, 0x1c, 0x84, 0x25, 0x0e, 0xba, 0x0e, 0xa3, + 0x0d, 0xc6, 0x39, 0x9a, 0xd7, 0x43, 0x97, 0xb0, 0x19, 0xae, 0x2c, 0x3d, 0x47, 0xd1, 0x97, 0xd3, + 0xe2, 0xfd, 0xdd, 0xb9, 0x19, 0xde, 0x37, 0x41, 0x42, 0x83, 0x61, 0xbd, 0x3e, 0xb2, 0xd5, 0x46, + 0x1c, 0x60, 0x94, 0xa0, 0xcb, 0x26, 0x3c, 0xa7, 0xed, 0xa9, 0x41, 0xb6, 0xa7, 0xc6, 0xba, 0xef, + 0x27, 0x74, 0x01, 0x06, 0xee, 0x79, 0x81, 0x3b, 0x33, 0xc4, 0x68, 0x3d, 0x4e, 0xa7, 0xff, 0xaa, + 0x17, 0xb8, 0xfb, 0xbb, 0x73, 0xd3, 0x46, 0x77, 0x68, 0x21, 0x66, 0xa8, 0xf6, 0x3f, 0xb6, 0xc4, + 0x30, 0xae, 0x7a, 0xbe, 0xc9, 0x51, 0x2e, 0x02, 0xc4, 0xa4, 0x11, 0x91, 0x44, 0x1b, 0x48, 0xb5, + 0x32, 0xea, 0x0a, 0x82, 0x35, 0x2c, 0xca, 0x2f, 0xe2, 0x4d, 0x27, 0x62, 0x0b, 0x4c, 0x0c, 0xa7, + 0xe2, 0x17, 0x75, 0x09, 0xc0, 0x29, 0x8e, 0xc1, 0x2f, 0xca, 0xb9, 0xfc, 0xe2, 0x37, 0x2d, 0x18, + 0x5e, 0xf2, 0x02, 0xd7, 0x0b, 0x9a, 0xe8, 0x6d, 0x18, 0xa1, 0xc7, 0x89, 0xeb, 0x24, 0x8e, 0x60, + 0x15, 0x1f, 0x96, 0xeb, 0x4d, 0xe7, 0xee, 0x72, 0xc5, 0xc5, 0xf3, 0x14, 0x9b, 0xae, 0xbb, 0x9b, + 0x77, 0xdf, 0x21, 0x8d, 0xe4, 0x3a, 0x49, 0x9c, 0xf4, 0x73, 0xd2, 0x32, 0xac, 0xa8, 0xa2, 0x5b, + 0x30, 0x94, 0x38, 0x51, 0x93, 0x24, 0x82, 0x53, 0xe4, 0xec, 0x63, 0x4e, 0x03, 0xd3, 0x55, 0x4a, + 0x82, 0x06, 0x49, 0x79, 0xea, 0x3a, 0x23, 0x82, 0x05, 0x31, 0xbb, 0x01, 0x63, 0xcb, 0x4e, 0xcb, + 0xb9, 0xeb, 0xf9, 0x5e, 0xe2, 0x91, 0x18, 0xfd, 0x0c, 0x94, 0x1d, 0xd7, 0x65, 0x7b, 0xa6, 0xb2, + 0x74, 0x6a, 0x6f, 0x77, 0xae, 0xbc, 0xe8, 0xd2, 0x29, 0x03, 0x85, 0xb5, 0x83, 0x29, 0x06, 0x7a, + 0x16, 0x06, 0xdc, 0x28, 0x6c, 0xcd, 0x94, 0x18, 0xe6, 0x69, 0x3a, 0xbb, 0xd5, 0x28, 0x6c, 0x65, + 0x50, 0x19, 0x8e, 0xfd, 0x83, 0x12, 0xa0, 0x65, 0xd2, 0xda, 0x5c, 0xad, 0x1b, 0x73, 0x7a, 0x0e, + 0x46, 0xb6, 0xc2, 0xc0, 0x4b, 0xc2, 0x28, 0x16, 0x0d, 0xb2, 0xa5, 0x74, 0x5d, 0x94, 0x61, 0x05, + 0x45, 0x67, 0x61, 0xa0, 0x95, 0x72, 0x84, 0x31, 0xc9, 0x4d, 0x18, 0x2f, 0x60, 0x10, 0x8a, 0xd1, + 0x8e, 0x49, 0x24, 0xb6, 0x80, 0xc2, 0xb8, 0x15, 0x93, 0x08, 0x33, 0x48, 0xba, 0x82, 0xe8, 0xda, + 0x12, 0x0b, 0x3c, 0xb3, 0x82, 0x28, 0x04, 0x6b, 0x58, 0xe8, 0x2d, 0xa8, 0xf0, 0x7f, 0x98, 0x6c, + 0xb0, 0xd5, 0x9e, 0xcb, 0x47, 0xae, 0x85, 0x0d, 0xc7, 0xcf, 0x0e, 0xfe, 0x38, 0x5b, 0x71, 0x92, + 0x10, 0x4e, 0x69, 0x1a, 0x2b, 0x6e, 0x28, 0x77, 0xc5, 0xfd, 0x1d, 0x0b, 0xd0, 0xb2, 0x17, 0xb8, + 0x24, 0x3a, 0x86, 0xd3, 0xb6, 0xbf, 0xcd, 0xf0, 0xc7, 0xb4, 0x6b, 0xe1, 0x56, 0x2b, 0x0c, 0x48, + 0x90, 0x2c, 0x87, 0x81, 0xcb, 0x4f, 0xe0, 0x8f, 0xc1, 0x40, 0x42, 0x9b, 0xe2, 0xdd, 0x7a, 0x5a, + 0x4e, 0x0b, 0x6d, 0x60, 0x7f, 0x77, 0xee, 0x74, 0x67, 0x0d, 0xd6, 0x05, 0x56, 0x07, 0x7d, 0x14, + 0x86, 0xe2, 0xc4, 0x49, 0xda, 0xb1, 0xe8, 0xe8, 0x13, 0xb2, 0xa3, 0x75, 0x56, 0xba, 0xbf, 0x3b, + 0x37, 0xa9, 0xaa, 0xf1, 0x22, 0x2c, 0x2a, 0xa0, 0x67, 0x60, 0x78, 0x8b, 0xc4, 0xb1, 0xd3, 0x94, + 0x3c, 0x71, 0x52, 0xd4, 0x1d, 0xbe, 0xce, 0x8b, 0xb1, 0x84, 0xa3, 0x27, 0x61, 0x90, 0x44, 0x51, + 0x18, 0x89, 0x15, 0x31, 0x2e, 0x10, 0x07, 0x57, 0x68, 0x21, 0xe6, 0x30, 0xfb, 0x3f, 0x5b, 0x30, + 0xa9, 0xfa, 0xca, 0xdb, 0x3a, 0x86, 0x2d, 0xef, 0x02, 0x34, 0xe4, 0x07, 0xc6, 0x6c, 0xa3, 0x69, + 0x6d, 0x74, 0x5f, 0x7e, 0x9d, 0x03, 0x9a, 0xb6, 0xa1, 0x8a, 0x62, 0xac, 0xd1, 0xb5, 0xff, 0x9d, + 0x05, 0x27, 0x32, 0xdf, 0x76, 0xcd, 0x8b, 0x13, 0xf4, 0x66, 0xc7, 0xf7, 0xcd, 0x17, 0xfb, 0x3e, + 0x5a, 0x9b, 0x7d, 0x9d, 0x5a, 0x2f, 0xb2, 0x44, 0xfb, 0x36, 0x0c, 0x83, 0x5e, 0x42, 0xb6, 0xe4, + 0x67, 0x3d, 0x5f, 0xf0, 0xb3, 0x78, 0xff, 0xd2, 0x59, 0x5a, 0xa3, 0x34, 0x30, 0x27, 0x65, 0xff, + 0x6f, 0x0b, 0x2a, 0xcb, 0x61, 0xb0, 0xe1, 0x35, 0xaf, 0x3b, 0xad, 0x63, 0x98, 0x9f, 0x3a, 0x0c, + 0x30, 0xea, 0xfc, 0x13, 0x2e, 0xe4, 0x7d, 0x82, 0xe8, 0xd8, 0x3c, 0x3d, 0xf7, 0xb8, 0x7c, 0xa1, + 0xd8, 0x14, 0x2d, 0xc2, 0x8c, 0xd8, 0xec, 0xcb, 0x50, 0x51, 0x08, 0x68, 0x0a, 0xca, 0xf7, 0x08, + 0x17, 0x3e, 0x2b, 0x98, 0xfe, 0x44, 0x27, 0x61, 0x70, 0xdb, 0xf1, 0xdb, 0x62, 0xf3, 0x62, 0xfe, + 0xe7, 0x63, 0xa5, 0x4b, 0x96, 0xfd, 0x03, 0xb6, 0x03, 0x45, 0x23, 0x2b, 0xc1, 0xb6, 0x60, 0x0e, + 0x5f, 0xb4, 0xe0, 0xa4, 0xdf, 0x85, 0x29, 0x89, 0x31, 0x39, 0x0c, 0x3b, 0x7b, 0x4c, 0x74, 0xfb, + 0x64, 0x37, 0x28, 0xee, 0xda, 0x1a, 0xe5, 0xf5, 0x61, 0x8b, 0x2e, 0x38, 0xc7, 0x67, 0x5d, 0x17, + 0x62, 0xc3, 0x4d, 0x51, 0x86, 0x15, 0xd4, 0xfe, 0x33, 0x0b, 0x4e, 0xaa, 0xef, 0xb8, 0x4a, 0x76, + 0xea, 0xc4, 0x27, 0x8d, 0x24, 0x8c, 0xde, 0x2f, 0x5f, 0xf2, 0x38, 0x9f, 0x13, 0xce, 0x93, 0x46, + 0x05, 0x81, 0xf2, 0x55, 0xb2, 0xc3, 0x27, 0x48, 0xff, 0xd0, 0xf2, 0x81, 0x1f, 0xfa, 0xeb, 0x16, + 0x8c, 0xab, 0x0f, 0x3d, 0x86, 0x2d, 0x77, 0xcd, 0xdc, 0x72, 0x3f, 0x53, 0x70, 0xbd, 0xf6, 0xd8, + 0x6c, 0x7f, 0xbb, 0x44, 0xd9, 0x86, 0xc0, 0xa9, 0x45, 0x21, 0x1d, 0x24, 0xca, 0xf1, 0xdf, 0x27, + 0xb3, 0xd4, 0xdf, 0xc7, 0x5e, 0x25, 0x3b, 0xeb, 0x21, 0x95, 0x26, 0xba, 0x7f, 0xac, 0x31, 0xa9, + 0x03, 0x07, 0x4e, 0xea, 0xef, 0x94, 0xe0, 0x94, 0x1a, 0x16, 0xe3, 0x94, 0xfe, 0xa9, 0x1c, 0x98, + 0x0b, 0x30, 0xea, 0x92, 0x0d, 0xa7, 0xed, 0x27, 0x4a, 0x01, 0x19, 0xe4, 0x9a, 0x69, 0x35, 0x2d, + 0xc6, 0x3a, 0x4e, 0x1f, 0x63, 0xf9, 0xf5, 0x51, 0xc6, 0xcf, 0x13, 0x87, 0xae, 0x7a, 0x2a, 0xe1, + 0x69, 0x1a, 0xe5, 0x98, 0xae, 0x51, 0x0a, 0xed, 0xf1, 0x49, 0x18, 0xf4, 0xb6, 0xe8, 0x99, 0x5f, + 0x32, 0x8f, 0xf2, 0x35, 0x5a, 0x88, 0x39, 0x0c, 0x3d, 0x05, 0xc3, 0x8d, 0x70, 0x6b, 0xcb, 0x09, + 0xdc, 0x99, 0x32, 0x93, 0x39, 0x47, 0xa9, 0x58, 0xb0, 0xcc, 0x8b, 0xb0, 0x84, 0xa1, 0xc7, 0x60, + 0xc0, 0x89, 0x9a, 0xf1, 0xcc, 0x00, 0xc3, 0x19, 0xa1, 0x2d, 0x2d, 0x46, 0xcd, 0x18, 0xb3, 0x52, + 0x2a, 0x4b, 0xde, 0x0f, 0xa3, 0x7b, 0x5e, 0xd0, 0xac, 0x7a, 0x11, 0x13, 0x0c, 0x35, 0x59, 0xf2, + 0x8e, 0x82, 0x60, 0x0d, 0x0b, 0xd5, 0x60, 0xb0, 0x15, 0x46, 0x49, 0x3c, 0x33, 0xc4, 0x06, 0xfe, + 0xb9, 0xdc, 0xed, 0xc7, 0xbf, 0xbb, 0x16, 0x46, 0x49, 0xfa, 0x29, 0xf4, 0x5f, 0x8c, 0x39, 0x21, + 0xb4, 0x0c, 0x65, 0x12, 0x6c, 0xcf, 0x0c, 0x33, 0x7a, 0x1f, 0x3a, 0x98, 0xde, 0x4a, 0xb0, 0x7d, + 0xdb, 0x89, 0x52, 0x7e, 0xb5, 0x12, 0x6c, 0x63, 0x5a, 0x1b, 0x35, 0xa0, 0x22, 0xed, 0x67, 0xf1, + 0xcc, 0x48, 0x91, 0xa5, 0x88, 0x05, 0x3a, 0x26, 0xef, 0xb6, 0xbd, 0x88, 0x6c, 0x91, 0x20, 0x89, + 0x53, 0xc5, 0x4a, 0x42, 0x63, 0x9c, 0xd2, 0x45, 0x0d, 0x18, 0xe3, 0xf2, 0xe7, 0xf5, 0xb0, 0x1d, + 0x24, 0xf1, 0x4c, 0x85, 0x75, 0x39, 0xc7, 0xd8, 0x71, 0x3b, 0xad, 0xb1, 0x74, 0x52, 0x90, 0x1f, + 0xd3, 0x0a, 0x63, 0x6c, 0x10, 0x45, 0x6f, 0xc2, 0xb8, 0xef, 0x6d, 0x93, 0x80, 0xc4, 0x71, 0x2d, + 0x0a, 0xef, 0x92, 0x19, 0x60, 0x5f, 0xf3, 0x64, 0x9e, 0xe2, 0x1f, 0xde, 0x25, 0x4b, 0xd3, 0x7b, + 0xbb, 0x73, 0xe3, 0xd7, 0xf4, 0xda, 0xd8, 0x24, 0x86, 0xde, 0x82, 0x09, 0x2a, 0xec, 0x7a, 0x29, + 0xf9, 0xd1, 0xe2, 0xe4, 0xd1, 0xde, 0xee, 0xdc, 0x04, 0x36, 0xaa, 0xe3, 0x0c, 0x39, 0xb4, 0x0e, + 0x15, 0xdf, 0xdb, 0x20, 0x8d, 0x9d, 0x86, 0x4f, 0x66, 0xc6, 0x18, 0xed, 0x9c, 0xcd, 0x79, 0x4d, + 0xa2, 0x73, 0x05, 0x43, 0xfd, 0xc5, 0x29, 0x21, 0x74, 0x1b, 0x4e, 0x27, 0x24, 0xda, 0xf2, 0x02, + 0x66, 0xd6, 0x13, 0xd2, 0x2f, 0xb3, 0xae, 0x8c, 0xb3, 0x55, 0x7b, 0x46, 0x0c, 0xec, 0xe9, 0xf5, + 0xae, 0x58, 0xb8, 0x47, 0x6d, 0x74, 0x13, 0x26, 0xd9, 0x7e, 0xaa, 0xb5, 0x7d, 0xbf, 0x16, 0xfa, + 0x5e, 0x63, 0x67, 0x66, 0x82, 0x11, 0x7c, 0x4a, 0xda, 0x4c, 0xd6, 0x4c, 0x30, 0x55, 0x0c, 0xd3, + 0x7f, 0x38, 0x5b, 0x1b, 0xf9, 0x30, 0x19, 0x93, 0x46, 0x3b, 0xf2, 0x92, 0x1d, 0xba, 0xf6, 0xc9, + 0x83, 0x64, 0x66, 0xb2, 0x88, 0xa2, 0x5b, 0x37, 0x2b, 0x71, 0x83, 0x55, 0xa6, 0x10, 0x67, 0x49, + 0x53, 0x56, 0x11, 0x27, 0xae, 0x17, 0xcc, 0x4c, 0x31, 0x0e, 0xa4, 0xf6, 0x57, 0x9d, 0x16, 0x62, + 0x0e, 0x63, 0xf6, 0x03, 0xfa, 0xe3, 0x26, 0xe5, 0xd2, 0xd3, 0x0c, 0x31, 0xb5, 0x1f, 0x48, 0x00, + 0x4e, 0x71, 0xa8, 0x68, 0x90, 0x24, 0x3b, 0x33, 0x88, 0xa1, 0xaa, 0xad, 0xb6, 0xbe, 0xfe, 0x29, + 0x4c, 0xcb, 0xd1, 0x6d, 0x18, 0x26, 0xc1, 0xf6, 0x6a, 0x14, 0x6e, 0xcd, 0x9c, 0x28, 0xc2, 0x03, + 0x56, 0x38, 0x32, 0x3f, 0x3f, 0x52, 0x15, 0x46, 0x14, 0x63, 0x49, 0x0c, 0x3d, 0x80, 0x99, 0x2e, + 0xb3, 0xc4, 0x27, 0xe5, 0x24, 0x9b, 0x94, 0x8f, 0x8b, 0xba, 0x33, 0xeb, 0x3d, 0xf0, 0xf6, 0x0f, + 0x80, 0xe1, 0x9e, 0xd4, 0xed, 0xbb, 0x30, 0xa1, 0x18, 0x15, 0x9b, 0x6f, 0x34, 0x07, 0x83, 0x94, + 0x17, 0x4b, 0x85, 0xbe, 0x42, 0x07, 0x95, 0xb2, 0xe8, 0x18, 0xf3, 0x72, 0x36, 0xa8, 0xde, 0x67, + 0xc9, 0xd2, 0x4e, 0x42, 0xb8, 0x62, 0x57, 0xd6, 0x06, 0x55, 0x02, 0x70, 0x8a, 0x63, 0xff, 0x5f, + 0x2e, 0x26, 0xa5, 0xdc, 0xb0, 0xc0, 0x49, 0x70, 0x1e, 0x46, 0x36, 0xc3, 0x38, 0xa1, 0xd8, 0xac, + 0x8d, 0xc1, 0x54, 0x30, 0xba, 0x22, 0xca, 0xb1, 0xc2, 0x40, 0xaf, 0xc0, 0x78, 0x43, 0x6f, 0x40, + 0x1c, 0x63, 0xa7, 0x44, 0x15, 0xb3, 0x75, 0x6c, 0xe2, 0xa2, 0x4b, 0x30, 0xc2, 0x0c, 0xe3, 0x8d, + 0xd0, 0x17, 0x2a, 0xa4, 0x3c, 0x95, 0x47, 0x6a, 0xa2, 0x7c, 0x5f, 0xfb, 0x8d, 0x15, 0x36, 0x55, + 0xc4, 0x69, 0x17, 0xd6, 0x6a, 0xe2, 0x00, 0x51, 0x8a, 0xf8, 0x15, 0x56, 0x8a, 0x05, 0xd4, 0xfe, + 0x17, 0x25, 0x6d, 0x94, 0xa9, 0x02, 0x44, 0xd0, 0x1b, 0x30, 0x7c, 0xdf, 0xf1, 0x12, 0x2f, 0x68, + 0x0a, 0xe9, 0xe1, 0x85, 0x82, 0xa7, 0x09, 0xab, 0x7e, 0x87, 0x57, 0xe5, 0x27, 0x9f, 0xf8, 0x83, + 0x25, 0x41, 0x4a, 0x3b, 0x6a, 0x07, 0x01, 0xa5, 0x5d, 0xea, 0x9f, 0x36, 0xe6, 0x55, 0x39, 0x6d, + 0xf1, 0x07, 0x4b, 0x82, 0x68, 0x03, 0x40, 0xae, 0x25, 0xe2, 0x0a, 0x83, 0xf4, 0x47, 0xfa, 0x21, + 0xbf, 0xae, 0x6a, 0x2f, 0x4d, 0xd0, 0xb3, 0x36, 0xfd, 0x8f, 0x35, 0xca, 0x76, 0xc2, 0x84, 0xb0, + 0xce, 0x6e, 0xa1, 0x4f, 0xd3, 0x2d, 0xed, 0x44, 0x09, 0x71, 0x17, 0x93, 0xac, 0x4d, 0xff, 0x60, + 0x11, 0x7b, 0xdd, 0xdb, 0x22, 0xfa, 0xf6, 0x17, 0x44, 0x70, 0x4a, 0xcf, 0xfe, 0x6e, 0x19, 0x66, + 0x7a, 0x75, 0x97, 0x2e, 0x49, 0xf2, 0xc0, 0x4b, 0x96, 0xa9, 0x98, 0x64, 0x99, 0x4b, 0x72, 0x45, + 0x94, 0x63, 0x85, 0x41, 0xd7, 0x46, 0xec, 0x35, 0xa5, 0xb2, 0x34, 0x98, 0xae, 0x8d, 0x3a, 0x2b, + 0xc5, 0x02, 0x4a, 0xf1, 0x22, 0xe2, 0xc4, 0xe2, 0x3e, 0x44, 0x5b, 0x43, 0x98, 0x95, 0x62, 0x01, + 0xd5, 0x0d, 0x22, 0x03, 0x39, 0x06, 0x11, 0x63, 0x88, 0x06, 0x1f, 0xee, 0x10, 0xa1, 0xcf, 0x00, + 0x6c, 0x78, 0x81, 0x17, 0x6f, 0x32, 0xea, 0x43, 0x7d, 0x53, 0x57, 0x42, 0xd6, 0xaa, 0xa2, 0x82, + 0x35, 0x8a, 0xe8, 0x25, 0x18, 0x55, 0xdb, 0x73, 0xad, 0x3a, 0x33, 0x6c, 0xda, 0xd0, 0x53, 0x5e, + 0x55, 0xc5, 0x3a, 0x9e, 0xfd, 0x4e, 0x76, 0xbd, 0x88, 0x5d, 0xa1, 0x8d, 0xaf, 0x55, 0x74, 0x7c, + 0x4b, 0x07, 0x8f, 0xaf, 0xfd, 0x07, 0x65, 0x98, 0x34, 0x1a, 0x6b, 0xc7, 0x05, 0x38, 0xda, 0x6b, + 0xf4, 0xc0, 0x72, 0x12, 0x22, 0xf6, 0xe4, 0xf9, 0x7e, 0x36, 0x8d, 0x7e, 0xbc, 0xd1, 0xbd, 0xc0, + 0x29, 0xa1, 0x4d, 0xa8, 0xf8, 0x4e, 0xcc, 0x4c, 0x2a, 0x44, 0xec, 0xc5, 0xfe, 0xc8, 0xa6, 0xea, + 0x87, 0x13, 0x27, 0xda, 0xe9, 0xc1, 0x5b, 0x49, 0x89, 0xd3, 0xd3, 0x96, 0x0a, 0x3b, 0xf2, 0x12, + 0x4e, 0x75, 0x87, 0x4a, 0x44, 0x3b, 0x98, 0xc3, 0xd0, 0x25, 0x18, 0x8b, 0x08, 0x5b, 0x29, 0xcb, + 0x54, 0x9e, 0x63, 0x4b, 0x6f, 0x30, 0x15, 0xfc, 0xb0, 0x06, 0xc3, 0x06, 0x66, 0x2a, 0xf7, 0x0f, + 0x1d, 0x20, 0xf7, 0x3f, 0x03, 0xc3, 0xec, 0x87, 0x5a, 0x15, 0x6a, 0x86, 0xd6, 0x78, 0x31, 0x96, + 0xf0, 0xec, 0x22, 0x1a, 0x29, 0xb8, 0x88, 0x9e, 0x85, 0x89, 0xaa, 0x43, 0xb6, 0xc2, 0x60, 0x25, + 0x70, 0x5b, 0xa1, 0x17, 0x24, 0x68, 0x06, 0x06, 0xd8, 0x79, 0xc2, 0xf7, 0xfb, 0x00, 0xa5, 0x80, + 0x07, 0xa8, 0xec, 0x6e, 0xff, 0x71, 0x09, 0xc6, 0xab, 0xc4, 0x27, 0x09, 0xe1, 0x7a, 0x4f, 0x8c, + 0x56, 0x01, 0x35, 0x23, 0xa7, 0x41, 0x6a, 0x24, 0xf2, 0x42, 0xb7, 0x4e, 0x1a, 0x61, 0xc0, 0xee, + 0xae, 0xe8, 0x01, 0x79, 0x7a, 0x6f, 0x77, 0x0e, 0x5d, 0xee, 0x80, 0xe2, 0x2e, 0x35, 0x90, 0x0b, + 0xe3, 0xad, 0x88, 0x18, 0x76, 0x43, 0x2b, 0x5f, 0xd4, 0xa8, 0xe9, 0x55, 0xb8, 0x34, 0x6c, 0x14, + 0x61, 0x93, 0x28, 0xfa, 0x04, 0x4c, 0x85, 0x51, 0x6b, 0xd3, 0x09, 0xaa, 0xa4, 0x45, 0x02, 0x97, + 0xaa, 0x00, 0xc2, 0xda, 0x71, 0x72, 0x6f, 0x77, 0x6e, 0xea, 0x66, 0x06, 0x86, 0x3b, 0xb0, 0xd1, + 0x1b, 0x30, 0xdd, 0x8a, 0xc2, 0x96, 0xd3, 0x64, 0x4b, 0x46, 0x48, 0x2b, 0x9c, 0x37, 0x9d, 0xdf, + 0xdb, 0x9d, 0x9b, 0xae, 0x65, 0x81, 0xfb, 0xbb, 0x73, 0x27, 0xd8, 0x90, 0xd1, 0x92, 0x14, 0x88, + 0x3b, 0xc9, 0xd8, 0xef, 0xc2, 0xa9, 0x6a, 0x78, 0x3f, 0xb8, 0xef, 0x44, 0xee, 0x62, 0x6d, 0x4d, + 0x33, 0x4e, 0xbc, 0x2e, 0x95, 0x5f, 0x7e, 0x27, 0x98, 0x73, 0xb2, 0x69, 0x34, 0xb8, 0xda, 0xb1, + 0xea, 0xf9, 0xa4, 0x87, 0x39, 0xe4, 0x9f, 0x94, 0x8c, 0x36, 0x53, 0x7c, 0x75, 0x77, 0x61, 0xf5, + 0xbc, 0xbb, 0xf8, 0x34, 0x8c, 0x6c, 0x78, 0xc4, 0x77, 0x31, 0xd9, 0x10, 0xb3, 0x75, 0xa1, 0xc8, + 0xe5, 0xce, 0x2a, 0xad, 0x23, 0xad, 0x63, 0x5c, 0x89, 0x5e, 0x15, 0x64, 0xb0, 0x22, 0x88, 0xda, + 0x30, 0x25, 0xf5, 0x30, 0x09, 0x15, 0x9b, 0xfd, 0x85, 0x62, 0x6a, 0x9e, 0xd9, 0x0c, 0x9b, 0x5e, + 0x9c, 0x21, 0x88, 0x3b, 0x9a, 0xa0, 0xfa, 0xf3, 0x16, 0x3d, 0xea, 0x06, 0xd8, 0xd2, 0x67, 0xfa, + 0x33, 0x33, 0x05, 0xb0, 0x52, 0xfb, 0x57, 0x2c, 0x78, 0xa4, 0x63, 0xb4, 0x84, 0x9d, 0xe4, 0xc8, + 0xe6, 0x28, 0x6b, 0xac, 0x28, 0xe5, 0x1b, 0x2b, 0xec, 0x9b, 0x70, 0x72, 0x65, 0xab, 0x95, 0xec, + 0x54, 0x3d, 0xf3, 0xca, 0xe5, 0x65, 0x18, 0xda, 0x22, 0xae, 0xd7, 0xde, 0x12, 0xd3, 0x3a, 0x27, + 0xcf, 0x85, 0xeb, 0xac, 0x74, 0x7f, 0x77, 0x6e, 0xbc, 0x9e, 0x84, 0x91, 0xd3, 0x24, 0xbc, 0x00, + 0x0b, 0x74, 0xfb, 0x47, 0x16, 0x4c, 0x4a, 0xfe, 0xb0, 0xe8, 0xba, 0x11, 0x89, 0x63, 0x34, 0x0b, + 0x25, 0xaf, 0x25, 0x08, 0x81, 0x20, 0x54, 0x5a, 0xab, 0xe1, 0x92, 0xd7, 0x42, 0x6f, 0x40, 0x85, + 0xdf, 0xd4, 0xa5, 0x8b, 0xa3, 0xcf, 0x9b, 0x3f, 0xa6, 0x1b, 0xae, 0x4b, 0x1a, 0x38, 0x25, 0x27, + 0xa5, 0x64, 0x76, 0xf2, 0x94, 0xcd, 0x7b, 0xa3, 0x2b, 0xa2, 0x1c, 0x2b, 0x0c, 0x74, 0x0e, 0x46, + 0x82, 0xd0, 0xe5, 0x97, 0xa9, 0x7c, 0x9f, 0xb2, 0x25, 0x77, 0x43, 0x94, 0x61, 0x05, 0xb5, 0xbf, + 0x62, 0xc1, 0x98, 0xfc, 0xc6, 0x82, 0x02, 0x3b, 0xdd, 0x24, 0xa9, 0xb0, 0x9e, 0x6e, 0x12, 0x2a, + 0x70, 0x33, 0x88, 0x21, 0x67, 0x97, 0xfb, 0x91, 0xb3, 0xed, 0x5f, 0x2b, 0xc1, 0x84, 0xec, 0x4e, + 0xbd, 0x7d, 0x37, 0x26, 0x54, 0x0c, 0xa9, 0x38, 0x7c, 0xf0, 0x89, 0x5c, 0x67, 0xcf, 0xe7, 0xe9, + 0x62, 0xc6, 0x9c, 0xa5, 0x62, 0xce, 0xa2, 0xa4, 0x83, 0x53, 0x92, 0x68, 0x1b, 0xa6, 0x83, 0x30, + 0x61, 0xc7, 0x9b, 0x82, 0x17, 0xbb, 0xe9, 0xc8, 0xb6, 0xf3, 0xa8, 0x68, 0x67, 0xfa, 0x46, 0x96, + 0x1e, 0xee, 0x6c, 0x02, 0xdd, 0x94, 0x36, 0xa6, 0x32, 0x6b, 0xeb, 0xd9, 0x62, 0x6d, 0xf5, 0x36, + 0x31, 0xd9, 0xbf, 0x6d, 0x41, 0x45, 0xa2, 0x1d, 0xc7, 0x95, 0xd7, 0x1d, 0x18, 0x8e, 0xd9, 0x14, + 0xc9, 0xe1, 0x3a, 0x5f, 0xec, 0x13, 0xf8, 0xbc, 0xa6, 0x67, 0x3a, 0xff, 0x1f, 0x63, 0x49, 0x8d, + 0x19, 0xdb, 0xd5, 0x87, 0xbc, 0xef, 0x8c, 0xed, 0xaa, 0x67, 0xbd, 0x6f, 0xb6, 0xc6, 0x0d, 0x6b, + 0x00, 0x15, 0x4c, 0x5b, 0x11, 0xd9, 0xf0, 0x1e, 0x64, 0x05, 0xd3, 0x1a, 0x2b, 0xc5, 0x02, 0x8a, + 0x36, 0x60, 0xac, 0x21, 0xcd, 0xd1, 0x29, 0x0b, 0xf9, 0x70, 0x41, 0xdb, 0xbf, 0xba, 0x46, 0xe2, + 0xde, 0x4c, 0xcb, 0x1a, 0x25, 0x6c, 0xd0, 0xa5, 0x7c, 0x2a, 0xbd, 0x29, 0x2f, 0x17, 0x34, 0xdc, + 0x44, 0x24, 0x49, 0x5b, 0xe8, 0x79, 0x49, 0x6e, 0x7f, 0xc3, 0x82, 0x21, 0x6e, 0xbf, 0x2c, 0x66, + 0x04, 0xd6, 0x2e, 0xc8, 0xd2, 0xf1, 0xbc, 0x4d, 0x0b, 0xc5, 0x7d, 0x19, 0xba, 0x03, 0x15, 0xf6, + 0x83, 0xd9, 0x62, 0xca, 0x45, 0x5c, 0xbb, 0x78, 0xfb, 0x7a, 0x57, 0x6f, 0x4b, 0x02, 0x38, 0xa5, + 0x65, 0x7f, 0xbf, 0x4c, 0x59, 0x5f, 0x8a, 0x6a, 0x9c, 0xed, 0xd6, 0x71, 0x9c, 0xed, 0xa5, 0xa3, + 0x3f, 0xdb, 0xdf, 0x85, 0xc9, 0x86, 0x76, 0x41, 0x97, 0xce, 0xf8, 0xc5, 0x82, 0xcb, 0x4a, 0xbb, + 0xd5, 0xe3, 0xf6, 0xba, 0x65, 0x93, 0x1c, 0xce, 0xd2, 0x47, 0x04, 0xc6, 0xf8, 0x7a, 0x10, 0xed, + 0x0d, 0xb0, 0xf6, 0x16, 0x8a, 0xac, 0x30, 0xbd, 0x31, 0xb6, 0x8a, 0xeb, 0x1a, 0x21, 0x6c, 0x90, + 0xb5, 0x7f, 0x69, 0x10, 0x06, 0x57, 0xb6, 0x49, 0x90, 0x1c, 0x03, 0xab, 0xdb, 0x82, 0x09, 0x2f, + 0xd8, 0x0e, 0xfd, 0x6d, 0xe2, 0x72, 0xf8, 0xe1, 0x8e, 0xf7, 0xd3, 0xa2, 0x91, 0x89, 0x35, 0x83, + 0x18, 0xce, 0x10, 0x3f, 0x0a, 0x4b, 0xc1, 0x6b, 0x30, 0xc4, 0x57, 0x86, 0x30, 0x13, 0xe4, 0xd8, + 0xf3, 0xd9, 0xc0, 0x8a, 0x1d, 0x94, 0xda, 0x33, 0xf8, 0x55, 0x82, 0x20, 0x84, 0xde, 0x81, 0x89, + 0x0d, 0x2f, 0x8a, 0x13, 0xaa, 0xec, 0xc7, 0x89, 0xb3, 0xd5, 0x3a, 0x84, 0x8d, 0x40, 0x8d, 0xc8, + 0xaa, 0x41, 0x09, 0x67, 0x28, 0xa3, 0x26, 0x8c, 0x53, 0x15, 0x35, 0x6d, 0x6a, 0xb8, 0xef, 0xa6, + 0x94, 0x89, 0xf0, 0x9a, 0x4e, 0x08, 0x9b, 0x74, 0x29, 0x4b, 0x6a, 0x30, 0x95, 0x76, 0x84, 0x49, + 0x37, 0x8a, 0x25, 0x71, 0x5d, 0x96, 0xc3, 0x28, 0x67, 0x63, 0x9e, 0x32, 0x15, 0x93, 0xb3, 0xa5, + 0xfe, 0x30, 0xf6, 0xb7, 0xe8, 0x59, 0x4c, 0xc7, 0xf0, 0x18, 0x8e, 0xaf, 0x2b, 0xe6, 0xf1, 0xf5, + 0x64, 0x81, 0x99, 0xed, 0x71, 0x74, 0xbd, 0x0d, 0xa3, 0xda, 0xc4, 0xa3, 0x05, 0xa8, 0x34, 0xa4, + 0x33, 0x87, 0xe0, 0xe2, 0x4a, 0x94, 0x52, 0x5e, 0x1e, 0x38, 0xc5, 0xa1, 0xe3, 0x42, 0x45, 0xd0, + 0xac, 0xeb, 0x17, 0x15, 0x50, 0x31, 0x83, 0xd8, 0x2f, 0x00, 0xac, 0x3c, 0x20, 0x8d, 0x45, 0xae, + 0xe2, 0x69, 0xf7, 0x7b, 0x56, 0xef, 0xfb, 0x3d, 0xfb, 0x9b, 0x16, 0x4c, 0xac, 0x2e, 0x1b, 0x32, + 0xfd, 0x3c, 0x00, 0x97, 0x8d, 0xef, 0xdc, 0xb9, 0x21, 0xed, 0xd7, 0xdc, 0xc8, 0xa8, 0x4a, 0xb1, + 0x86, 0x81, 0x1e, 0x85, 0xb2, 0xdf, 0x0e, 0x84, 0xc8, 0x3a, 0xbc, 0xb7, 0x3b, 0x57, 0xbe, 0xd6, + 0x0e, 0x30, 0x2d, 0xd3, 0x7c, 0xac, 0xca, 0x85, 0x7d, 0xac, 0xf2, 0x1d, 0x94, 0xbf, 0x56, 0x86, + 0xa9, 0x55, 0x9f, 0x3c, 0x30, 0x7a, 0xfd, 0x34, 0x0c, 0xb9, 0x91, 0xb7, 0x4d, 0xa2, 0xac, 0x20, + 0x50, 0x65, 0xa5, 0x58, 0x40, 0x0b, 0xbb, 0x7d, 0xbd, 0xd5, 0x79, 0x90, 0x1f, 0x9d, 0xcb, 0x5b, + 0xee, 0x37, 0xa3, 0x0d, 0x18, 0xe6, 0xf7, 0xc1, 0xf1, 0xcc, 0x20, 0x5b, 0x8a, 0xaf, 0x1c, 0xdc, + 0x99, 0xec, 0xf8, 0xcc, 0x0b, 0xfb, 0x0a, 0x77, 0xb8, 0x51, 0xbc, 0x4c, 0x94, 0x62, 0x49, 0x7c, + 0xf6, 0x63, 0x30, 0xa6, 0x63, 0xf6, 0xe5, 0x79, 0xf3, 0x57, 0x2d, 0x38, 0xb1, 0xea, 0x87, 0x8d, + 0x7b, 0x19, 0xbf, 0xbc, 0x97, 0x60, 0x94, 0x6e, 0xa6, 0xd8, 0x70, 0x5a, 0x35, 0x1c, 0x7a, 0x05, + 0x08, 0xeb, 0x78, 0x5a, 0xb5, 0x5b, 0xb7, 0xd6, 0xaa, 0xdd, 0xfc, 0x80, 0x05, 0x08, 0xeb, 0x78, + 0xf6, 0xef, 0x5a, 0xf0, 0xf8, 0xe5, 0xe5, 0x95, 0x1a, 0x89, 0x62, 0x2f, 0x4e, 0x48, 0x90, 0x74, + 0xb8, 0x22, 0x53, 0x99, 0xd1, 0xd5, 0xba, 0x92, 0xca, 0x8c, 0x55, 0xd6, 0x0b, 0x01, 0x7d, 0xbf, + 0xf8, 0xe3, 0x7f, 0xc3, 0x82, 0x13, 0x97, 0xbd, 0x04, 0x93, 0x56, 0x98, 0x75, 0x05, 0x8e, 0x48, + 0x2b, 0x8c, 0xbd, 0x24, 0x8c, 0x76, 0xb2, 0xae, 0xc0, 0x58, 0x41, 0xb0, 0x86, 0xc5, 0x5b, 0xde, + 0xf6, 0x62, 0xda, 0xd3, 0x92, 0xa9, 0xea, 0x62, 0x51, 0x8e, 0x15, 0x06, 0xfd, 0x30, 0xd7, 0x8b, + 0x98, 0xc8, 0xb0, 0x23, 0x76, 0xb0, 0xfa, 0xb0, 0xaa, 0x04, 0xe0, 0x14, 0xc7, 0xfe, 0x7b, 0x16, + 0x9c, 0xba, 0xec, 0xb7, 0xe3, 0x84, 0x44, 0x1b, 0xb1, 0xd1, 0xd9, 0x17, 0xa0, 0x42, 0xa4, 0x70, + 0x2f, 0xfa, 0xaa, 0x0e, 0x0d, 0x25, 0xf5, 0x73, 0x3f, 0x64, 0x85, 0x57, 0xc0, 0xdd, 0xb5, 0x3f, + 0xe7, 0xcc, 0xdf, 0x28, 0xc1, 0xf8, 0x95, 0xf5, 0xf5, 0xda, 0x65, 0x92, 0x08, 0x2e, 0x99, 0x6f, + 0x94, 0xc2, 0x9a, 0x46, 0x7e, 0x90, 0xf0, 0xd3, 0x4e, 0x3c, 0x7f, 0x9e, 0xc7, 0xaa, 0xcc, 0xaf, + 0x05, 0xc9, 0xcd, 0xa8, 0x9e, 0x44, 0x5e, 0xd0, 0xec, 0xaa, 0xc3, 0x4b, 0x5e, 0x5e, 0xee, 0xc5, + 0xcb, 0xd1, 0x0b, 0x30, 0xc4, 0x82, 0x65, 0xa4, 0xf0, 0xf1, 0x41, 0x25, 0x27, 0xb0, 0xd2, 0xfd, + 0xdd, 0xb9, 0xca, 0x2d, 0xbc, 0xc6, 0xff, 0x60, 0x81, 0x8a, 0xde, 0x82, 0xd1, 0xcd, 0x24, 0x69, + 0x5d, 0x21, 0x8e, 0x4b, 0x22, 0xc9, 0x27, 0xce, 0x1d, 0xcc, 0x27, 0xe8, 0x70, 0xf0, 0x0a, 0xe9, + 0xd6, 0x4a, 0xcb, 0x62, 0xac, 0x53, 0xb4, 0xeb, 0x00, 0x29, 0xec, 0x21, 0xe9, 0x20, 0xf6, 0xcf, + 0x97, 0x60, 0xf8, 0x8a, 0x13, 0xb8, 0x3e, 0x89, 0xd0, 0x2a, 0x0c, 0x90, 0x07, 0xa4, 0x21, 0x0e, + 0xf2, 0x9c, 0xae, 0xa7, 0x87, 0x1d, 0xb7, 0xab, 0xd1, 0xff, 0x98, 0xd5, 0x47, 0x18, 0x86, 0x69, + 0xbf, 0x2f, 0x2b, 0x2f, 0xf1, 0xe7, 0xf2, 0x47, 0x41, 0x2d, 0x0a, 0x7e, 0x52, 0x8a, 0x22, 0x2c, + 0x09, 0x31, 0x0b, 0x54, 0xa3, 0x55, 0xa7, 0xec, 0x2d, 0x29, 0xa6, 0xd9, 0xad, 0x2f, 0xd7, 0x38, + 0xba, 0xa0, 0xcb, 0x2d, 0x50, 0xb2, 0x10, 0xa7, 0xe4, 0xec, 0x75, 0xa8, 0xd0, 0xc9, 0x5f, 0xf4, + 0x3d, 0xe7, 0x60, 0x33, 0xd8, 0x73, 0x50, 0x91, 0x86, 0xa8, 0x58, 0xb8, 0x9c, 0x33, 0xaa, 0xd2, + 0x4e, 0x15, 0xe3, 0x14, 0x6e, 0x5f, 0x82, 0x93, 0xec, 0x96, 0xd7, 0x49, 0x36, 0x8d, 0xbd, 0x98, + 0xbb, 0xe8, 0xed, 0x6f, 0x0f, 0xc0, 0xf4, 0x5a, 0x7d, 0xb9, 0x6e, 0x5a, 0x24, 0x2f, 0xc1, 0x18, + 0x3f, 0xf6, 0xe9, 0x52, 0x76, 0x7c, 0x51, 0x5f, 0xdd, 0x4c, 0xac, 0x6b, 0x30, 0x6c, 0x60, 0xa2, + 0xc7, 0xa1, 0xec, 0xbd, 0x1b, 0x64, 0x7d, 0x05, 0xd7, 0x5e, 0xbb, 0x81, 0x69, 0x39, 0x05, 0x53, + 0x09, 0x82, 0xb3, 0x4e, 0x05, 0x56, 0x52, 0xc4, 0xab, 0x30, 0xe1, 0xc5, 0x8d, 0xd8, 0x5b, 0x0b, + 0x28, 0x5f, 0x71, 0x1a, 0x72, 0x53, 0xa4, 0x22, 0x3f, 0xed, 0xaa, 0x82, 0xe2, 0x0c, 0xb6, 0xc6, + 0xc7, 0x07, 0x0b, 0x4b, 0x21, 0xb9, 0x4e, 0xe8, 0x54, 0xc0, 0x6a, 0xb1, 0xaf, 0x8b, 0x99, 0xe7, + 0x91, 0x10, 0xb0, 0xf8, 0x07, 0xc7, 0x58, 0xc2, 0xd0, 0x65, 0x98, 0x6e, 0x6c, 0x3a, 0xad, 0xc5, + 0x76, 0xb2, 0x59, 0xf5, 0xe2, 0x46, 0xb8, 0x4d, 0xa2, 0x1d, 0x26, 0x00, 0x8f, 0xa4, 0x36, 0x2d, + 0x05, 0x58, 0xbe, 0xb2, 0x58, 0xa3, 0x98, 0xb8, 0xb3, 0x8e, 0x29, 0x90, 0xc0, 0x11, 0x08, 0x24, + 0x8b, 0x30, 0x29, 0x5b, 0xad, 0x93, 0x98, 0x1d, 0x11, 0xa3, 0xac, 0x9f, 0x2a, 0xfc, 0x47, 0x14, + 0xab, 0x5e, 0x66, 0xf1, 0xed, 0x77, 0xa0, 0xa2, 0x3c, 0xe5, 0xa4, 0x83, 0xa8, 0xd5, 0xc3, 0x41, + 0x34, 0x9f, 0xb9, 0x4b, 0xdb, 0x79, 0xb9, 0xab, 0xed, 0xfc, 0x9f, 0x59, 0x90, 0xba, 0xfa, 0x20, + 0x0c, 0x95, 0x56, 0xc8, 0xee, 0xd9, 0x22, 0x79, 0xa1, 0xfd, 0x54, 0xce, 0x9e, 0xe7, 0x3c, 0x87, + 0x0f, 0x48, 0x4d, 0xd6, 0xc5, 0x29, 0x19, 0x74, 0x0d, 0x86, 0x5b, 0x11, 0xa9, 0x27, 0x2c, 0xba, + 0xa3, 0x0f, 0x8a, 0x7c, 0x21, 0xf0, 0x9a, 0x58, 0x92, 0xb0, 0xff, 0x95, 0x05, 0x70, 0xcd, 0xdb, + 0xf2, 0x12, 0xec, 0x04, 0x4d, 0x72, 0x0c, 0x8a, 0xf5, 0x0d, 0x18, 0x88, 0x5b, 0xa4, 0x51, 0xec, + 0xa6, 0x34, 0xed, 0x59, 0xbd, 0x45, 0x1a, 0xe9, 0x74, 0xd0, 0x7f, 0x98, 0xd1, 0xb1, 0xbf, 0x07, + 0x30, 0x91, 0xa2, 0x51, 0xe5, 0x06, 0x3d, 0x6f, 0x84, 0x35, 0x3c, 0x9a, 0x09, 0x6b, 0xa8, 0x30, + 0x6c, 0x2d, 0x92, 0x21, 0x81, 0xf2, 0x96, 0xf3, 0x40, 0xe8, 0x52, 0x2f, 0x15, 0xed, 0x10, 0x6d, + 0x69, 0xfe, 0xba, 0xf3, 0x80, 0x8b, 0xae, 0xcf, 0xc9, 0x85, 0x74, 0xdd, 0x79, 0xb0, 0xcf, 0xef, + 0x43, 0x19, 0x77, 0xa2, 0xca, 0xdb, 0x17, 0xfe, 0x24, 0xfd, 0xcf, 0x8e, 0x21, 0xda, 0x1c, 0x6b, + 0xd5, 0x0b, 0x84, 0x29, 0xb8, 0xcf, 0x56, 0xbd, 0x20, 0xdb, 0xaa, 0x17, 0x14, 0x68, 0xd5, 0x63, + 0xfe, 0xbf, 0xc3, 0xe2, 0x06, 0x85, 0x39, 0x4f, 0x8e, 0x5e, 0xfc, 0x68, 0x5f, 0x4d, 0x8b, 0xab, + 0x18, 0xde, 0xfc, 0x82, 0x94, 0xd7, 0x45, 0x69, 0x6e, 0x17, 0x64, 0xd3, 0xe8, 0xef, 0x5b, 0x30, + 0x21, 0x7e, 0x63, 0xf2, 0x6e, 0x9b, 0xc4, 0x89, 0x90, 0x0b, 0x3e, 0x71, 0x98, 0xde, 0x08, 0x12, + 0xbc, 0x53, 0x1f, 0x91, 0xec, 0xd7, 0x04, 0xe6, 0xf6, 0x2d, 0xd3, 0x1f, 0xf4, 0x3d, 0x0b, 0x4e, + 0x6e, 0x39, 0x0f, 0x78, 0x8b, 0xbc, 0x0c, 0x3b, 0x89, 0x17, 0x0a, 0x07, 0xd1, 0xd5, 0x7e, 0xd7, + 0x49, 0x07, 0x21, 0xde, 0x5d, 0xe9, 0xfb, 0x75, 0xb2, 0x1b, 0x4a, 0x6e, 0xa7, 0xbb, 0xf6, 0x70, + 0x76, 0x03, 0x46, 0xe4, 0xc2, 0xec, 0xa2, 0x29, 0x55, 0x75, 0xf1, 0x27, 0xc7, 0x2e, 0x31, 0x2f, + 0xad, 0x8b, 0xf3, 0xaf, 0xb5, 0x9d, 0x20, 0xf1, 0x92, 0x1d, 0x4d, 0xb3, 0x62, 0xed, 0x88, 0xa5, + 0x78, 0xa4, 0xed, 0xbc, 0x03, 0x63, 0xfa, 0xba, 0x3b, 0xd2, 0xb6, 0xde, 0x85, 0x13, 0x5d, 0x56, + 0xd5, 0x91, 0x36, 0x79, 0x1f, 0x1e, 0xed, 0xb9, 0x3e, 0x8e, 0xb2, 0x61, 0xfb, 0x37, 0x2c, 0x9d, + 0x75, 0x1e, 0x83, 0xdd, 0xea, 0xba, 0x69, 0xb7, 0x3a, 0x57, 0x74, 0x0f, 0xf5, 0x30, 0x5e, 0x6d, + 0xe8, 0xdd, 0xa7, 0x47, 0x02, 0x5a, 0x87, 0x21, 0x9f, 0x96, 0xc8, 0x6b, 0xc3, 0xf3, 0xfd, 0xec, + 0xd2, 0x54, 0x02, 0x63, 0xe5, 0x31, 0x16, 0xb4, 0xec, 0xef, 0x59, 0x30, 0xf0, 0x17, 0x18, 0x74, + 0xd5, 0x41, 0x5a, 0x24, 0x2e, 0x98, 0xc7, 0xce, 0xfd, 0x95, 0x07, 0x09, 0x09, 0x62, 0x26, 0xc6, + 0xf7, 0x72, 0x7c, 0x18, 0xa5, 0x4d, 0x49, 0x3f, 0x96, 0x57, 0x60, 0xdc, 0x77, 0xee, 0x12, 0x5f, + 0xda, 0xdc, 0xb3, 0x4a, 0xef, 0x35, 0x1d, 0x88, 0x4d, 0x5c, 0x5a, 0x79, 0x43, 0xbf, 0x92, 0x10, + 0x42, 0x92, 0xaa, 0x6c, 0xdc, 0x57, 0x60, 0x13, 0x97, 0x6a, 0x5d, 0xf7, 0x9d, 0xa4, 0xb1, 0x29, + 0x14, 0x62, 0xd5, 0xdd, 0x3b, 0xb4, 0x10, 0x73, 0x18, 0x15, 0xf6, 0xe4, 0x8a, 0xbd, 0x4d, 0x22, + 0x26, 0xec, 0x71, 0xa1, 0x5a, 0x09, 0x7b, 0xd8, 0x04, 0xe3, 0x2c, 0x3e, 0xfa, 0x18, 0x4c, 0xd0, + 0xc1, 0x09, 0xdb, 0x89, 0xf4, 0xd2, 0x19, 0x64, 0x5e, 0x3a, 0xcc, 0xc9, 0x7b, 0xdd, 0x80, 0xe0, + 0x0c, 0xa6, 0xfd, 0x16, 0x9c, 0xb8, 0x16, 0x3a, 0xee, 0x92, 0xe3, 0x3b, 0x41, 0x83, 0x44, 0x6b, + 0x41, 0x33, 0xd7, 0x03, 0x40, 0xbf, 0xa5, 0x2f, 0xe5, 0xdd, 0xd2, 0xdb, 0x11, 0x20, 0xbd, 0x01, + 0xe1, 0x5f, 0xf6, 0x26, 0x0c, 0x7b, 0xbc, 0x29, 0xb1, 0x6c, 0x2f, 0xe4, 0x49, 0xd0, 0x1d, 0x7d, + 0xd4, 0xfc, 0xa5, 0x78, 0x01, 0x96, 0x24, 0xa9, 0xbe, 0xd5, 0x4d, 0xe4, 0xce, 0x57, 0x94, 0xed, + 0xbf, 0x66, 0xc1, 0xe4, 0x8d, 0x4c, 0x54, 0xf0, 0xd3, 0x30, 0xc4, 0x13, 0x5b, 0x64, 0xad, 0x54, + 0x75, 0x56, 0x8a, 0x05, 0xf4, 0xa1, 0x1b, 0x49, 0x7e, 0xb1, 0x04, 0x15, 0xe6, 0xa9, 0xdc, 0xa2, + 0xba, 0xd3, 0xd1, 0x8b, 0xa9, 0xd7, 0x0d, 0x31, 0x35, 0x47, 0x51, 0x57, 0x1d, 0xeb, 0x25, 0xa5, + 0xa2, 0x5b, 0x2a, 0x5a, 0xb6, 0x90, 0x8e, 0x9e, 0x12, 0xe4, 0x11, 0x95, 0x13, 0x66, 0x70, 0xad, + 0x8c, 0xa4, 0x65, 0xf7, 0xe6, 0x0a, 0xf7, 0x7d, 0x77, 0x6f, 0xae, 0x7a, 0xd6, 0x83, 0x39, 0xd5, + 0xb4, 0xce, 0x33, 0xf6, 0xfd, 0xb3, 0xcc, 0xff, 0xd4, 0xf1, 0xbd, 0xcf, 0x12, 0x15, 0x74, 0x3e, + 0x27, 0xfc, 0x49, 0x45, 0xe9, 0x3e, 0xe3, 0x33, 0xe2, 0x1f, 0xcf, 0x29, 0x90, 0x56, 0xb1, 0xaf, + 0xc0, 0x64, 0x66, 0xe8, 0xd0, 0x4b, 0x30, 0xd8, 0xda, 0x74, 0x62, 0x92, 0x71, 0x05, 0x1a, 0xac, + 0xd1, 0xc2, 0xfd, 0xdd, 0xb9, 0x09, 0x55, 0x81, 0x95, 0x60, 0x8e, 0x6d, 0x7f, 0xb1, 0x04, 0x03, + 0x37, 0x42, 0xf7, 0x38, 0x96, 0xda, 0x15, 0x63, 0xa9, 0x3d, 0x9d, 0x9f, 0xc4, 0xa4, 0xe7, 0x2a, + 0xab, 0x65, 0x56, 0xd9, 0xb9, 0x02, 0xb4, 0x0e, 0x5e, 0x60, 0x5b, 0x30, 0xca, 0x92, 0xa4, 0x08, + 0x5f, 0xa8, 0x17, 0x0c, 0xcd, 0x6a, 0x2e, 0xa3, 0x59, 0x4d, 0x6a, 0xa8, 0x9a, 0x7e, 0xf5, 0x0c, + 0x0c, 0x0b, 0xdf, 0x9b, 0xac, 0xf7, 0xad, 0xc0, 0xc5, 0x12, 0x6e, 0xff, 0xcb, 0x32, 0x18, 0x49, + 0x59, 0xd0, 0x6f, 0x5b, 0x30, 0x1f, 0xf1, 0x48, 0x26, 0xb7, 0xda, 0x8e, 0xbc, 0xa0, 0x59, 0x6f, + 0x6c, 0x12, 0xb7, 0xed, 0x7b, 0x41, 0x73, 0xad, 0x19, 0x84, 0xaa, 0x78, 0xe5, 0x01, 0x69, 0xb4, + 0x99, 0xa9, 0xbb, 0x70, 0x2e, 0x18, 0x75, 0xef, 0x7c, 0x71, 0x6f, 0x77, 0x6e, 0x1e, 0xf7, 0xd5, + 0x0a, 0xee, 0xb3, 0x57, 0xe8, 0x8f, 0x2c, 0x58, 0xe0, 0x69, 0x49, 0x8a, 0x7f, 0x49, 0x21, 0x8d, + 0xb4, 0x26, 0x89, 0xa6, 0xe4, 0xd6, 0x49, 0xb4, 0xb5, 0xf4, 0xb2, 0x18, 0xe4, 0x85, 0x5a, 0x7f, + 0xad, 0xe2, 0x7e, 0xbb, 0x69, 0xff, 0x9b, 0x32, 0x8c, 0xd3, 0xf1, 0x4c, 0xf3, 0x0a, 0xbc, 0x64, + 0x2c, 0x93, 0x27, 0x32, 0xcb, 0x64, 0xda, 0x40, 0x7e, 0x38, 0x29, 0x05, 0x62, 0x98, 0xf6, 0x9d, + 0x38, 0xb9, 0x42, 0x9c, 0x28, 0xb9, 0x4b, 0x1c, 0x76, 0xbd, 0x9b, 0x75, 0x1d, 0x29, 0x70, 0x63, + 0xac, 0x6c, 0x5f, 0xd7, 0xb2, 0xc4, 0x70, 0x27, 0x7d, 0xb4, 0x0d, 0x88, 0x5d, 0x25, 0x47, 0x4e, + 0x10, 0xf3, 0x6f, 0xf1, 0x84, 0x69, 0xbc, 0xbf, 0x56, 0x67, 0x45, 0xab, 0xe8, 0x5a, 0x07, 0x35, + 0xdc, 0xa5, 0x05, 0xcd, 0x59, 0x60, 0xb0, 0xa8, 0xb3, 0xc0, 0x50, 0x8e, 0xdb, 0xfb, 0x97, 0x2c, + 0x38, 0x41, 0xa7, 0xc5, 0x74, 0x91, 0x8e, 0x51, 0x08, 0x93, 0x74, 0xd9, 0xf9, 0x24, 0x91, 0x65, + 0x62, 0x7f, 0xe5, 0x48, 0xd6, 0x26, 0x9d, 0x54, 0x7c, 0xbb, 0x6a, 0x12, 0xc3, 0x59, 0xea, 0xf6, + 0x37, 0x2d, 0x60, 0x4e, 0x8b, 0xc7, 0x70, 0x98, 0x5d, 0x36, 0x0f, 0x33, 0x3b, 0x9f, 0x63, 0xf4, + 0x38, 0xc7, 0x5e, 0x84, 0x29, 0x0a, 0xad, 0x45, 0xe1, 0x83, 0x1d, 0x29, 0x68, 0xe7, 0x5b, 0xb3, + 0xbf, 0x54, 0xe2, 0xdb, 0x46, 0x85, 0x64, 0xa2, 0x2f, 0x5b, 0x30, 0xd2, 0x70, 0x5a, 0x4e, 0x83, + 0xa7, 0xb4, 0x2a, 0x60, 0x9d, 0x31, 0xea, 0xcf, 0x2f, 0x8b, 0xba, 0xdc, 0xb2, 0xf0, 0x61, 0xf9, + 0xe9, 0xb2, 0x38, 0xd7, 0x9a, 0xa0, 0x1a, 0x9f, 0xbd, 0x07, 0xe3, 0x06, 0xb1, 0x23, 0x55, 0x43, + 0xbf, 0x6c, 0x71, 0xa6, 0xaf, 0x54, 0x85, 0xfb, 0x30, 0x1d, 0x68, 0xff, 0x29, 0x3b, 0x93, 0x92, + 0xf1, 0x7c, 0x71, 0xb6, 0xce, 0xb8, 0xa0, 0xe6, 0xa0, 0x99, 0x21, 0x88, 0x3b, 0xdb, 0xb0, 0x7f, + 0xd9, 0x82, 0x47, 0x74, 0x44, 0x2d, 0x86, 0x36, 0xcf, 0x6e, 0x5c, 0x85, 0x91, 0xb0, 0x45, 0x22, + 0x27, 0x55, 0x8b, 0xce, 0xc9, 0xf1, 0xbf, 0x29, 0xca, 0xf7, 0x77, 0xe7, 0x4e, 0xea, 0xd4, 0x65, + 0x39, 0x56, 0x35, 0x91, 0x0d, 0x43, 0x6c, 0x5c, 0x62, 0x11, 0xfd, 0xcc, 0x52, 0x3c, 0xb1, 0x7b, + 0xa9, 0x18, 0x0b, 0x88, 0xfd, 0x37, 0x2d, 0xbe, 0xdc, 0xf4, 0xae, 0xa3, 0xcf, 0xc1, 0xd4, 0x16, + 0xd5, 0xa0, 0x56, 0x1e, 0xb4, 0x22, 0x6e, 0xf5, 0x96, 0x23, 0xf6, 0x52, 0xf1, 0x11, 0xd3, 0x3e, + 0x77, 0x69, 0x46, 0xf4, 0x7e, 0xea, 0x7a, 0x86, 0x2c, 0xee, 0x68, 0xc8, 0xfe, 0x87, 0x25, 0xbe, + 0x67, 0x99, 0x0c, 0xf7, 0x0c, 0x0c, 0xb7, 0x42, 0x77, 0x79, 0xad, 0x8a, 0xc5, 0x58, 0x29, 0xa6, + 0x53, 0xe3, 0xc5, 0x58, 0xc2, 0xd1, 0x45, 0x00, 0xf2, 0x20, 0x21, 0x51, 0xe0, 0xf8, 0xea, 0x26, + 0x5d, 0x89, 0x4a, 0x2b, 0x0a, 0x82, 0x35, 0x2c, 0x5a, 0xa7, 0x15, 0x85, 0xdb, 0x9e, 0xcb, 0x82, + 0x3f, 0xca, 0x66, 0x9d, 0x9a, 0x82, 0x60, 0x0d, 0x8b, 0xea, 0xad, 0xed, 0x20, 0xe6, 0xc7, 0x98, + 0x73, 0x57, 0xa4, 0x17, 0x1a, 0x49, 0xf5, 0xd6, 0x5b, 0x3a, 0x10, 0x9b, 0xb8, 0xe8, 0x2a, 0x0c, + 0x25, 0x0e, 0xbb, 0x1f, 0x1e, 0x2c, 0xe2, 0x6c, 0xb3, 0x4e, 0x71, 0xf5, 0x7c, 0x4e, 0xb4, 0x2a, + 0x16, 0x24, 0xec, 0xff, 0x54, 0x01, 0x48, 0xa5, 0x2e, 0xf4, 0xc5, 0xce, 0x0d, 0xff, 0x91, 0xa2, + 0x22, 0xdb, 0xc3, 0xdb, 0xed, 0xe8, 0xab, 0x16, 0x8c, 0x3a, 0xbe, 0x1f, 0x36, 0x9c, 0x84, 0x0d, + 0x4f, 0xa9, 0x28, 0xeb, 0x11, 0x3d, 0x59, 0x4c, 0xeb, 0xf2, 0xce, 0xbc, 0x20, 0xef, 0x6c, 0x35, + 0x48, 0x6e, 0x7f, 0xf4, 0x2e, 0xa0, 0x0f, 0x4b, 0xa9, 0x9d, 0xcf, 0xf0, 0x6c, 0x56, 0x6a, 0xaf, + 0x30, 0x86, 0xab, 0x09, 0xec, 0xe8, 0x2d, 0x23, 0x1d, 0xcf, 0x40, 0x91, 0x08, 0x5e, 0x43, 0x0e, + 0xc9, 0xcb, 0xc4, 0x83, 0xde, 0xd0, 0xbd, 0xd2, 0x07, 0x8b, 0x84, 0xc8, 0x6b, 0xe2, 0x70, 0x8e, + 0x47, 0x7a, 0x02, 0x93, 0xae, 0x79, 0xf2, 0x0a, 0xcf, 0xba, 0x0b, 0xf9, 0x2d, 0x64, 0x8e, 0xec, + 0xf4, 0xac, 0xcd, 0x00, 0x70, 0xb6, 0x09, 0xf4, 0x06, 0x8f, 0x19, 0x58, 0x0b, 0x36, 0x42, 0xe1, + 0x5d, 0x77, 0xbe, 0xc0, 0x9c, 0xef, 0xc4, 0x09, 0xd9, 0xa2, 0x75, 0xd2, 0xc3, 0xf5, 0x86, 0xa0, + 0x82, 0x15, 0x3d, 0xb4, 0x0e, 0x43, 0x2c, 0x60, 0x2b, 0x9e, 0x19, 0x29, 0x62, 0x89, 0x33, 0xe3, + 0x94, 0xd3, 0xfd, 0xc3, 0xfe, 0xc6, 0x58, 0xd0, 0x42, 0x57, 0x64, 0xa6, 0x82, 0x78, 0x2d, 0xb8, + 0x15, 0x13, 0x96, 0xa9, 0xa0, 0xb2, 0xf4, 0xa1, 0x34, 0xf5, 0x00, 0x2f, 0xef, 0x9a, 0xc3, 0xd0, + 0xa8, 0x49, 0x05, 0x1b, 0xf1, 0x5f, 0xa6, 0x46, 0x9c, 0x81, 0x22, 0x1d, 0x35, 0x13, 0x29, 0xa6, + 0x83, 0x7d, 0xdb, 0x24, 0x86, 0xb3, 0xd4, 0x8f, 0xf5, 0x48, 0x9d, 0x0d, 0x60, 0x2a, 0xbb, 0x29, + 0x8f, 0xf4, 0x08, 0xff, 0xf1, 0x00, 0x4c, 0x98, 0x8b, 0x03, 0x2d, 0x40, 0x45, 0x10, 0x51, 0x79, + 0xcf, 0xd4, 0x1e, 0xb8, 0x2e, 0x01, 0x38, 0xc5, 0x61, 0x19, 0xe0, 0x58, 0x75, 0xcd, 0xaf, 0x2a, + 0xcd, 0x00, 0xa7, 0x20, 0x58, 0xc3, 0xa2, 0x92, 0xf0, 0xdd, 0x30, 0x4c, 0xd4, 0x49, 0xa0, 0xd6, + 0xcd, 0x12, 0x2b, 0xc5, 0x02, 0x4a, 0x4f, 0x80, 0x7b, 0x74, 0x32, 0x7d, 0xd3, 0xaa, 0xa8, 0x4e, + 0x80, 0xab, 0x3a, 0x10, 0x9b, 0xb8, 0xf4, 0x44, 0x0b, 0x63, 0xb6, 0x10, 0x85, 0xbc, 0x9d, 0xfa, + 0xa9, 0xd5, 0x79, 0x10, 0xa3, 0x84, 0xa3, 0x4f, 0xc1, 0x23, 0x2a, 0xe6, 0x10, 0x73, 0x2b, 0xad, + 0x6c, 0x71, 0xc8, 0x50, 0x99, 0x1f, 0x59, 0xee, 0x8e, 0x86, 0x7b, 0xd5, 0x47, 0xaf, 0xc2, 0x84, + 0x90, 0x95, 0x25, 0xc5, 0x61, 0xd3, 0xdd, 0xe0, 0xaa, 0x01, 0xc5, 0x19, 0x6c, 0x54, 0x85, 0x29, + 0x5a, 0xc2, 0x84, 0x54, 0x49, 0x81, 0xc7, 0x4e, 0xaa, 0xa3, 0xfe, 0x6a, 0x06, 0x8e, 0x3b, 0x6a, + 0xa0, 0x45, 0x98, 0xe4, 0xc2, 0x0a, 0x55, 0x0c, 0xd9, 0x3c, 0x08, 0x97, 0x58, 0xb5, 0x11, 0x6e, + 0x9a, 0x60, 0x9c, 0xc5, 0x47, 0x97, 0x60, 0xcc, 0x89, 0x1a, 0x9b, 0x5e, 0x42, 0x1a, 0x49, 0x3b, + 0xe2, 0x79, 0x40, 0x34, 0x7f, 0x8d, 0x45, 0x0d, 0x86, 0x0d, 0x4c, 0xfb, 0xb3, 0x70, 0xa2, 0x8b, + 0xff, 0x3d, 0x5d, 0x38, 0x4e, 0xcb, 0x93, 0xdf, 0x94, 0xf1, 0x38, 0x5b, 0xac, 0xad, 0xc9, 0xaf, + 0xd1, 0xb0, 0xe8, 0xea, 0x64, 0xe6, 0x69, 0x2d, 0x93, 0xa9, 0x5a, 0x9d, 0xab, 0x12, 0x80, 0x53, + 0x1c, 0xfb, 0xcf, 0x2b, 0xa0, 0x59, 0x6f, 0x0a, 0x78, 0x19, 0x5d, 0x82, 0x31, 0x99, 0x9c, 0x57, + 0xcb, 0x70, 0xa9, 0x3e, 0xf3, 0xb2, 0x06, 0xc3, 0x06, 0x26, 0xed, 0x5b, 0x20, 0x6d, 0x52, 0x59, + 0xff, 0x36, 0x65, 0xac, 0xc2, 0x29, 0x0e, 0x3a, 0x0f, 0x23, 0x31, 0xf1, 0x37, 0xae, 0x79, 0xc1, + 0x3d, 0xb1, 0xb0, 0x15, 0x67, 0xae, 0x8b, 0x72, 0xac, 0x30, 0xd0, 0x12, 0x94, 0xdb, 0x9e, 0x2b, + 0x96, 0xb2, 0x14, 0x1b, 0xca, 0xb7, 0xd6, 0xaa, 0xfb, 0xbb, 0x73, 0x4f, 0xf4, 0xca, 0x79, 0x4c, + 0xf5, 0xf3, 0x78, 0x9e, 0x6e, 0x3f, 0x5a, 0xb9, 0x9b, 0x9d, 0x7e, 0xa8, 0x4f, 0x3b, 0xfd, 0x45, + 0x00, 0xf1, 0xd5, 0x72, 0x2d, 0x97, 0xd3, 0x59, 0xbb, 0xac, 0x20, 0x58, 0xc3, 0xa2, 0x5a, 0x7e, + 0x23, 0x22, 0x8e, 0x54, 0x84, 0xb9, 0x5f, 0xf8, 0xc8, 0xe1, 0xb5, 0xfc, 0xe5, 0x2c, 0x31, 0xdc, + 0x49, 0x1f, 0x85, 0x30, 0xed, 0x8a, 0xc0, 0xd6, 0xb4, 0xd1, 0x4a, 0xff, 0xce, 0xe8, 0xcc, 0xa5, + 0x26, 0x4b, 0x08, 0x77, 0xd2, 0x46, 0x9f, 0x81, 0x59, 0x59, 0xd8, 0x19, 0x55, 0xcc, 0xb6, 0x4b, + 0x79, 0xe9, 0xcc, 0xde, 0xee, 0xdc, 0x6c, 0xb5, 0x27, 0x16, 0x3e, 0x80, 0x02, 0x7a, 0x13, 0x86, + 0xd8, 0xbd, 0x4e, 0x3c, 0x33, 0xca, 0x4e, 0xbc, 0x17, 0x8b, 0x84, 0x34, 0xd0, 0x55, 0x3f, 0xcf, + 0x6e, 0x87, 0x84, 0xb3, 0x6e, 0x7a, 0x59, 0xc6, 0x0a, 0xb1, 0xa0, 0x89, 0x5a, 0x30, 0xea, 0x04, + 0x41, 0x98, 0x38, 0x5c, 0x10, 0x1b, 0x2b, 0x22, 0x4b, 0x6a, 0x4d, 0x2c, 0xa6, 0x75, 0x79, 0x3b, + 0xca, 0xff, 0x4f, 0x83, 0x60, 0xbd, 0x09, 0x74, 0x1f, 0x26, 0xc3, 0xfb, 0x94, 0x61, 0xca, 0xab, + 0x8d, 0x78, 0x66, 0xdc, 0xfc, 0xb0, 0x1c, 0x43, 0xad, 0x51, 0x59, 0xe3, 0x64, 0x26, 0x51, 0x9c, + 0x6d, 0x05, 0xcd, 0x1b, 0xe6, 0xea, 0x89, 0xd4, 0x25, 0x3d, 0x35, 0x57, 0xeb, 0xd6, 0x69, 0x16, + 0xb9, 0xce, 0xdd, 0x50, 0x19, 0x47, 0x98, 0xcc, 0x44, 0xae, 0xa7, 0x20, 0xac, 0xe3, 0xcd, 0x7e, + 0x14, 0x46, 0xb5, 0x81, 0xef, 0xc7, 0xf7, 0x79, 0xf6, 0x55, 0x98, 0xca, 0x0e, 0x68, 0x5f, 0xbe, + 0xd3, 0xff, 0xab, 0x04, 0x93, 0x5d, 0xee, 0x8d, 0x58, 0xe2, 0xe0, 0x0c, 0xeb, 0x4b, 0xf3, 0x04, + 0x9b, 0x0c, 0xac, 0x54, 0x80, 0x81, 0x49, 0x6e, 0x5a, 0xee, 0xc9, 0x4d, 0x05, 0xd3, 0x1a, 0x78, + 0x2f, 0x4c, 0xcb, 0x3c, 0x27, 0x06, 0x0b, 0x9d, 0x13, 0x0f, 0x81, 0xd1, 0x19, 0x47, 0xcd, 0x70, + 0x81, 0xa3, 0xe6, 0x1b, 0x25, 0x98, 0x4a, 0xfd, 0xc4, 0x45, 0xc6, 0xee, 0xa3, 0xbf, 0x86, 0x58, + 0x37, 0xae, 0x21, 0xf2, 0x12, 0x72, 0x67, 0xfa, 0xd7, 0xf3, 0x4a, 0xe2, 0xcd, 0xcc, 0x95, 0xc4, + 0x8b, 0x7d, 0xd2, 0x3d, 0xf8, 0x7a, 0xe2, 0xbb, 0x25, 0x38, 0x95, 0xad, 0xb2, 0xec, 0x3b, 0xde, + 0xd6, 0x31, 0x8c, 0xd7, 0xa7, 0x8c, 0xf1, 0x7a, 0xb9, 0xbf, 0xef, 0x62, 0x9d, 0xec, 0x39, 0x68, + 0x4e, 0x66, 0xd0, 0x3e, 0x7a, 0x18, 0xe2, 0x07, 0x8f, 0xdc, 0xef, 0x5b, 0xf0, 0x68, 0xd7, 0x7a, + 0xc7, 0x60, 0x78, 0x7d, 0xdd, 0x34, 0xbc, 0xbe, 0x70, 0x88, 0xaf, 0xeb, 0x61, 0x89, 0xfd, 0x95, + 0x72, 0x8f, 0xaf, 0x62, 0xa6, 0xa9, 0x9b, 0x30, 0xea, 0x34, 0x1a, 0x24, 0x8e, 0xaf, 0x87, 0xae, + 0xca, 0x81, 0xf5, 0x3c, 0x3b, 0x5b, 0xd2, 0xe2, 0xfd, 0xdd, 0xb9, 0xd9, 0x2c, 0x89, 0x14, 0x8c, + 0x75, 0x0a, 0x66, 0x76, 0xbe, 0xd2, 0x11, 0x65, 0xe7, 0xbb, 0x08, 0xb0, 0xad, 0xb4, 0xd8, 0xac, + 0xc5, 0x4b, 0xd3, 0x6f, 0x35, 0x2c, 0xf4, 0x97, 0x99, 0x44, 0xc8, 0x9d, 0x34, 0x06, 0xcc, 0x90, + 0xd3, 0x9c, 0xf9, 0xd3, 0x1d, 0x3e, 0x78, 0x64, 0xab, 0xb2, 0x0e, 0x2a, 0x92, 0xe8, 0x13, 0x30, + 0x15, 0xf3, 0xfc, 0x09, 0xcb, 0xbe, 0x13, 0xb3, 0x00, 0x09, 0xc1, 0x4f, 0x59, 0x90, 0x6a, 0x3d, + 0x03, 0xc3, 0x1d, 0xd8, 0xf6, 0x77, 0xca, 0xf0, 0xc1, 0x03, 0x96, 0x2d, 0x5a, 0x34, 0x6f, 0x6d, + 0x9f, 0xcb, 0xda, 0x7f, 0x66, 0xbb, 0x56, 0x36, 0x0c, 0x42, 0x99, 0xd9, 0x2e, 0xbd, 0xe7, 0xd9, + 0xfe, 0x9a, 0x6e, 0xad, 0xe3, 0x7e, 0x9b, 0x97, 0x0f, 0xbd, 0x31, 0x7f, 0x52, 0x8d, 0xf5, 0x5f, + 0xb0, 0xe0, 0x89, 0xae, 0x9f, 0x65, 0x78, 0x89, 0x2c, 0x40, 0xa5, 0x41, 0x0b, 0xb5, 0x70, 0xa6, + 0x34, 0x8e, 0x50, 0x02, 0x70, 0x8a, 0x63, 0x38, 0x83, 0x94, 0x72, 0x9d, 0x41, 0x7e, 0xc7, 0x82, + 0x93, 0xd9, 0x4e, 0x1c, 0x03, 0xdf, 0xaa, 0x9b, 0x7c, 0x6b, 0xbe, 0xbf, 0xc9, 0xef, 0xc1, 0xb2, + 0xfe, 0xdb, 0x04, 0x9c, 0xee, 0x38, 0xf5, 0xf8, 0x28, 0xfe, 0x9c, 0x05, 0xd3, 0x4d, 0x26, 0xbd, + 0x6b, 0x31, 0x63, 0xe2, 0xbb, 0x72, 0x02, 0xed, 0x0e, 0x0c, 0x35, 0xe3, 0xba, 0x48, 0x07, 0x0a, + 0xee, 0x6c, 0x0c, 0x7d, 0xc5, 0x82, 0x93, 0xce, 0xfd, 0xb8, 0xe3, 0x3d, 0x19, 0xb1, 0x90, 0x5e, + 0xcd, 0x31, 0x96, 0xe5, 0xbc, 0x44, 0xb3, 0x34, 0xb3, 0xb7, 0x3b, 0x77, 0xb2, 0x1b, 0x16, 0xee, + 0xda, 0x2a, 0x9d, 0xdf, 0x4d, 0x11, 0x3b, 0x52, 0x2c, 0xfa, 0xb1, 0x5b, 0xa4, 0x09, 0x67, 0x6b, + 0x12, 0x82, 0x15, 0x45, 0xf4, 0x36, 0x54, 0x9a, 0x32, 0x4c, 0x2c, 0xcb, 0x36, 0x7b, 0x0c, 0x73, + 0xb7, 0xa8, 0x32, 0xee, 0xbb, 0xaf, 0x40, 0x38, 0x25, 0x8a, 0xae, 0x40, 0x39, 0xd8, 0x88, 0x45, + 0x40, 0x76, 0x9e, 0x0f, 0x90, 0xe9, 0x79, 0xc5, 0x63, 0x58, 0x6f, 0xac, 0xd6, 0x31, 0x25, 0x41, + 0x29, 0x45, 0x77, 0x5d, 0x61, 0x25, 0xce, 0xa1, 0x84, 0x97, 0xaa, 0x9d, 0x94, 0xf0, 0x52, 0x15, + 0x53, 0x12, 0xa8, 0x06, 0x83, 0x2c, 0x32, 0x45, 0x98, 0x80, 0x73, 0xa2, 0xf6, 0x3b, 0xe2, 0x6f, + 0x78, 0x12, 0x49, 0x56, 0x8c, 0x39, 0x21, 0xb4, 0x0e, 0x43, 0x0d, 0xf6, 0x0e, 0x82, 0xd0, 0xcd, + 0xf3, 0xf2, 0x59, 0x74, 0xbc, 0x99, 0xc0, 0xef, 0xbd, 0x78, 0x39, 0x16, 0xb4, 0x18, 0x55, 0xd2, + 0xda, 0xdc, 0x88, 0x85, 0xf2, 0x9d, 0x47, 0xb5, 0xe3, 0x45, 0x0b, 0x41, 0x95, 0x95, 0x63, 0x41, + 0x0b, 0x55, 0xa1, 0xb4, 0xd1, 0x10, 0x81, 0x2b, 0x39, 0xa6, 0x5f, 0x33, 0x20, 0x79, 0x69, 0x68, + 0x6f, 0x77, 0xae, 0xb4, 0xba, 0x8c, 0x4b, 0x1b, 0x0d, 0xf4, 0x3a, 0x0c, 0x6f, 0xf0, 0x10, 0x53, + 0x91, 0x77, 0xf6, 0x42, 0x5e, 0x1c, 0x6c, 0x47, 0x3c, 0x2a, 0x8f, 0xcf, 0x10, 0x00, 0x2c, 0xc9, + 0xb1, 0x94, 0x7c, 0x2a, 0x68, 0x56, 0x24, 0x9e, 0x9d, 0xef, 0x2f, 0xc8, 0x56, 0xe8, 0xa4, 0xaa, + 0x14, 0x6b, 0x14, 0xe9, 0x9a, 0x77, 0xe4, 0x93, 0x2e, 0x2c, 0xe9, 0x6c, 0xee, 0x9a, 0xef, 0xfa, + 0x02, 0x0c, 0x5f, 0xf3, 0x0a, 0x84, 0x53, 0xa2, 0xa8, 0x0d, 0xe3, 0xdb, 0x71, 0x6b, 0x93, 0xc8, + 0xad, 0xcf, 0x32, 0xd1, 0x8e, 0x5e, 0xfc, 0x78, 0x4e, 0x7a, 0x61, 0x51, 0xc5, 0x8b, 0x92, 0xb6, + 0xe3, 0x77, 0x70, 0x30, 0x96, 0x03, 0xed, 0xb6, 0x4e, 0x16, 0x9b, 0xad, 0xd0, 0x29, 0x79, 0xb7, + 0x1d, 0xde, 0xdd, 0x49, 0x88, 0xc8, 0x54, 0x9b, 0x33, 0x25, 0xaf, 0x71, 0xe4, 0xce, 0x29, 0x11, + 0x00, 0x2c, 0xc9, 0xa9, 0x21, 0x63, 0xdc, 0x78, 0xaa, 0xf0, 0x90, 0x75, 0x7c, 0x43, 0x3a, 0x64, + 0x8c, 0xfb, 0xa6, 0x44, 0x19, 0xd7, 0x6d, 0x6d, 0x86, 0x49, 0x18, 0x64, 0x78, 0xff, 0x74, 0x11, + 0xae, 0x5b, 0xeb, 0x52, 0xb3, 0x93, 0xeb, 0x76, 0xc3, 0xc2, 0x5d, 0x5b, 0x45, 0x01, 0x4c, 0xb4, + 0xc2, 0x28, 0xb9, 0x1f, 0x46, 0x72, 0x1d, 0xa2, 0x42, 0x3a, 0xa2, 0x51, 0x47, 0xb4, 0xcd, 0xdc, + 0x70, 0x4d, 0x08, 0xce, 0x50, 0xa7, 0x53, 0x17, 0x37, 0x1c, 0x9f, 0xac, 0xdd, 0x9c, 0x39, 0x51, + 0x64, 0xea, 0xea, 0x1c, 0xb9, 0x73, 0xea, 0x04, 0x00, 0x4b, 0x72, 0xf6, 0x2f, 0x0f, 0x75, 0x0a, + 0x0e, 0x4c, 0x35, 0xf8, 0x1b, 0x9d, 0x37, 0xb1, 0x9f, 0xe8, 0x5f, 0x03, 0x7e, 0x88, 0x77, 0xb2, + 0x5f, 0xb1, 0xe0, 0x74, 0xab, 0xab, 0x58, 0x20, 0x8e, 0xde, 0x7e, 0x15, 0x69, 0x3e, 0x2c, 0x2a, + 0xa1, 0x74, 0x77, 0x38, 0xee, 0xd1, 0x66, 0x56, 0x98, 0x2e, 0xbf, 0x67, 0x61, 0xfa, 0x0e, 0x8c, + 0x30, 0xe9, 0x2f, 0x4d, 0x17, 0xd3, 0x67, 0x66, 0x15, 0x76, 0x88, 0x2f, 0x0b, 0x12, 0x58, 0x11, + 0xa3, 0x03, 0xf7, 0x78, 0xf6, 0x23, 0x30, 0x61, 0x60, 0x91, 0xc6, 0x90, 0x6b, 0x2a, 0xab, 0x62, + 0x24, 0x1e, 0xaf, 0x1d, 0x84, 0xbc, 0x9f, 0x87, 0x80, 0x0f, 0x6e, 0x0c, 0x55, 0xbb, 0xa8, 0x4a, + 0x43, 0xe6, 0xb5, 0x4b, 0xbe, 0xba, 0x74, 0xbc, 0x22, 0xfe, 0x3f, 0xb2, 0xba, 0x48, 0xa4, 0x5c, + 0x2d, 0xfb, 0xb8, 0xa9, 0x96, 0x3d, 0x9d, 0x55, 0xcb, 0x3a, 0x8c, 0x31, 0x86, 0x46, 0x56, 0x3c, + 0x0d, 0x6b, 0xd1, 0x7c, 0x38, 0xb6, 0x0f, 0x67, 0xf3, 0xd8, 0x1d, 0x73, 0xc5, 0x72, 0xd5, 0x25, + 0x64, 0xea, 0x8a, 0xe5, 0xae, 0x55, 0x31, 0x83, 0x14, 0x4d, 0xa9, 0x60, 0xff, 0x7c, 0x09, 0xca, + 0xb5, 0xd0, 0x3d, 0x06, 0xe3, 0xd2, 0x65, 0xc3, 0xb8, 0xf4, 0x54, 0xee, 0xab, 0x80, 0x3d, 0x4d, + 0x49, 0x37, 0x33, 0xa6, 0xa4, 0x9f, 0xc9, 0x27, 0x75, 0xb0, 0xe1, 0xe8, 0x7b, 0x65, 0xd0, 0xdf, + 0x35, 0x44, 0xff, 0xe1, 0x30, 0x1e, 0xba, 0xe5, 0x62, 0x4f, 0x1d, 0x8a, 0x36, 0x98, 0x27, 0x97, + 0x8c, 0xeb, 0xfb, 0x89, 0x75, 0xd4, 0xbd, 0x43, 0xbc, 0xe6, 0x66, 0x42, 0xdc, 0xec, 0x87, 0x1d, + 0x9f, 0xa3, 0xee, 0x9f, 0x59, 0x30, 0x99, 0x69, 0x1d, 0xf9, 0xdd, 0x02, 0x82, 0x0e, 0x69, 0x2e, + 0x9a, 0xce, 0x8d, 0x20, 0x9a, 0x07, 0x50, 0x56, 0x7f, 0x69, 0x92, 0x61, 0xd2, 0xa9, 0xba, 0x16, + 0x88, 0xb1, 0x86, 0x81, 0x5e, 0x82, 0xd1, 0x24, 0x6c, 0x85, 0x7e, 0xd8, 0xdc, 0xb9, 0x4a, 0x64, + 0xb2, 0x0f, 0x75, 0x63, 0xb2, 0x9e, 0x82, 0xb0, 0x8e, 0x67, 0x7f, 0xbf, 0x0c, 0xd9, 0x57, 0x31, + 0xff, 0xff, 0x3a, 0xfd, 0xc9, 0x59, 0xa7, 0x7f, 0x68, 0xc1, 0x14, 0x6d, 0x9d, 0xb9, 0xce, 0x48, + 0x87, 0x5a, 0xf5, 0x26, 0x84, 0x75, 0xc0, 0x9b, 0x10, 0x4f, 0x53, 0x6e, 0xe7, 0x86, 0xed, 0x44, + 0x18, 0x91, 0x34, 0x26, 0x46, 0x4b, 0xb1, 0x80, 0x0a, 0x3c, 0x12, 0x45, 0x22, 0xf2, 0x48, 0xc7, + 0x23, 0x51, 0x84, 0x05, 0x54, 0x3e, 0x19, 0x31, 0xd0, 0xe3, 0xc9, 0x08, 0x96, 0x2e, 0x4b, 0xb8, + 0x6b, 0x08, 0xb1, 0x42, 0x4b, 0x97, 0x25, 0xfd, 0x38, 0x52, 0x1c, 0xfb, 0x5b, 0x65, 0x18, 0xab, + 0x85, 0x6e, 0xea, 0x29, 0xff, 0xa2, 0xe1, 0x29, 0x7f, 0x36, 0xe3, 0x29, 0x3f, 0xa5, 0xe3, 0x3e, + 0x1c, 0x47, 0x79, 0x91, 0x56, 0x8d, 0x3d, 0x6a, 0x72, 0x48, 0x27, 0x79, 0x23, 0xad, 0x9a, 0x22, + 0x84, 0x4d, 0xba, 0x3f, 0x4d, 0xce, 0xf1, 0xff, 0xc7, 0x82, 0x89, 0x5a, 0xe8, 0xd2, 0x05, 0xfa, + 0xd3, 0xb4, 0x1a, 0xf5, 0x64, 0x6c, 0x43, 0x07, 0x24, 0x63, 0xfb, 0x55, 0x0b, 0x86, 0x6b, 0xa1, + 0x7b, 0x0c, 0x06, 0xd6, 0x55, 0xd3, 0xc0, 0xfa, 0x44, 0x2e, 0xe7, 0xed, 0x61, 0x53, 0xfd, 0x4e, + 0x19, 0xc6, 0x69, 0x8f, 0xc3, 0xa6, 0x9c, 0x2f, 0x63, 0x6c, 0xac, 0x02, 0x63, 0x43, 0x45, 0xc2, + 0xd0, 0xf7, 0xc3, 0xfb, 0xd9, 0xb9, 0x5b, 0x65, 0xa5, 0x58, 0x40, 0xd1, 0x79, 0x18, 0x69, 0x45, + 0x64, 0xdb, 0x0b, 0xdb, 0x71, 0x36, 0x8a, 0xb1, 0x26, 0xca, 0xb1, 0xc2, 0x40, 0x2f, 0xc2, 0x58, + 0xec, 0x05, 0x0d, 0x22, 0x9d, 0x39, 0x06, 0x98, 0x33, 0x07, 0xcf, 0x7b, 0xa9, 0x95, 0x63, 0x03, + 0x0b, 0xdd, 0x81, 0x0a, 0xfb, 0xcf, 0x76, 0x50, 0xff, 0x6f, 0x3e, 0xf0, 0xdc, 0x2a, 0x92, 0x00, + 0x4e, 0x69, 0xa1, 0x8b, 0x00, 0x89, 0x74, 0x3b, 0x89, 0x45, 0x72, 0x19, 0x25, 0x97, 0x2a, 0x87, + 0x94, 0x18, 0x6b, 0x58, 0xe8, 0x39, 0xa8, 0x24, 0x8e, 0xe7, 0x5f, 0xf3, 0x02, 0x12, 0x0b, 0xb7, + 0x1d, 0x91, 0xc3, 0x5a, 0x14, 0xe2, 0x14, 0x4e, 0xcf, 0x7b, 0x16, 0x43, 0xcd, 0xdf, 0x93, 0x19, + 0x61, 0xd8, 0xec, 0xbc, 0xbf, 0xa6, 0x4a, 0xb1, 0x86, 0x61, 0x5f, 0x82, 0x53, 0xb5, 0xd0, 0xad, + 0x85, 0x51, 0xb2, 0x1a, 0x46, 0xf7, 0x9d, 0xc8, 0x95, 0xf3, 0x37, 0x27, 0x53, 0x27, 0xd3, 0x33, + 0x79, 0x90, 0xdb, 0x1c, 0x8d, 0x54, 0xc8, 0x2f, 0xb0, 0x13, 0xbf, 0xcf, 0x10, 0x8c, 0x3f, 0x28, + 0x03, 0xaa, 0x31, 0xc7, 0x18, 0xe3, 0xf9, 0xa1, 0x4d, 0x98, 0x88, 0xc9, 0x35, 0x2f, 0x68, 0x3f, + 0x10, 0xa4, 0x8a, 0xc5, 0xbc, 0xd4, 0x57, 0xf4, 0x3a, 0xdc, 0xd2, 0x61, 0x96, 0xe1, 0x0c, 0x5d, + 0x3a, 0xb3, 0x51, 0x3b, 0x58, 0x8c, 0x6f, 0xc5, 0x24, 0x12, 0xcf, 0xed, 0x7c, 0x94, 0x5d, 0x04, + 0xca, 0xc2, 0xfd, 0xdd, 0xb9, 0x73, 0x39, 0xee, 0x0d, 0x81, 0xf7, 0x80, 0x62, 0xae, 0x55, 0x71, + 0x4a, 0x8b, 0x2e, 0x34, 0xf6, 0xe7, 0x46, 0x18, 0xe0, 0x30, 0x4c, 0xe4, 0xd2, 0x64, 0x4f, 0x35, + 0x68, 0xe5, 0xd8, 0xc0, 0x42, 0x31, 0xa0, 0xb8, 0xdd, 0x6a, 0xf9, 0xec, 0x5e, 0xd2, 0xf1, 0x2f, + 0x47, 0x61, 0xbb, 0xc5, 0x7d, 0xa9, 0xcb, 0x4b, 0xcb, 0x94, 0x07, 0xd7, 0x3b, 0xa0, 0xfb, 0xbb, + 0x73, 0xcf, 0xe4, 0x77, 0x90, 0xe1, 0xae, 0x55, 0x71, 0x17, 0xf2, 0x08, 0xc3, 0xf0, 0x46, 0xcc, + 0x7e, 0x8b, 0x48, 0xed, 0x4b, 0xcc, 0x10, 0x5a, 0x67, 0x45, 0xfd, 0x91, 0x97, 0x84, 0xec, 0xcf, + 0xb3, 0x63, 0x96, 0xbd, 0xc6, 0x92, 0xb4, 0x23, 0x82, 0xb6, 0x60, 0xbc, 0xc5, 0x8e, 0xd2, 0x24, + 0x0a, 0x7d, 0x9f, 0x48, 0x29, 0xf7, 0x70, 0x0e, 0x42, 0xfc, 0xfd, 0x05, 0x9d, 0x1c, 0x36, 0xa9, + 0xdb, 0xff, 0x7d, 0x82, 0x71, 0x4c, 0x71, 0xe9, 0x3c, 0x2c, 0x5c, 0x81, 0x85, 0x3c, 0xf9, 0xa1, + 0x22, 0xef, 0xaa, 0xa5, 0xa7, 0x91, 0x70, 0x2c, 0xc6, 0x92, 0x0a, 0xfa, 0x34, 0x73, 0x74, 0xe7, + 0x6c, 0xaa, 0xf8, 0x6b, 0x91, 0x1c, 0xdf, 0x70, 0x72, 0x17, 0x24, 0xb0, 0x46, 0x0e, 0x5d, 0x83, + 0x71, 0xf1, 0x78, 0x87, 0x30, 0x96, 0x94, 0x0d, 0x45, 0x7f, 0x1c, 0xeb, 0xc0, 0xfd, 0x6c, 0x01, + 0x36, 0x2b, 0xa3, 0x26, 0x3c, 0xae, 0x3d, 0x4e, 0xd5, 0xc5, 0x99, 0x8d, 0xf3, 0xbf, 0x27, 0xf6, + 0x76, 0xe7, 0x1e, 0x5f, 0x3f, 0x08, 0x11, 0x1f, 0x4c, 0x07, 0xdd, 0x84, 0x53, 0x4e, 0x23, 0xf1, + 0xb6, 0x49, 0x95, 0x38, 0xae, 0xef, 0x05, 0xc4, 0x8c, 0xfd, 0x7f, 0x74, 0x6f, 0x77, 0xee, 0xd4, + 0x62, 0x37, 0x04, 0xdc, 0xbd, 0x1e, 0xfa, 0x38, 0x54, 0xdc, 0x20, 0x16, 0x63, 0x30, 0x64, 0xbc, + 0xc5, 0x56, 0xa9, 0xde, 0xa8, 0xab, 0xef, 0x4f, 0xff, 0xe0, 0xb4, 0x02, 0x7a, 0x17, 0xc6, 0xf4, + 0xe0, 0x22, 0xf1, 0x06, 0xe0, 0xcb, 0x85, 0xb4, 0x78, 0x23, 0x22, 0x87, 0xdb, 0x11, 0x95, 0xd3, + 0xa8, 0x11, 0xac, 0x63, 0x34, 0x81, 0x3e, 0x09, 0x28, 0x26, 0xd1, 0xb6, 0xd7, 0x20, 0x8b, 0x0d, + 0x96, 0xb2, 0x96, 0x59, 0x9a, 0x46, 0x8c, 0xe8, 0x09, 0x54, 0xef, 0xc0, 0xc0, 0x5d, 0x6a, 0xa1, + 0x2b, 0x94, 0xff, 0xe9, 0xa5, 0xc2, 0xc7, 0x57, 0x8a, 0xa7, 0x33, 0x55, 0xd2, 0x8a, 0x48, 0xc3, + 0x49, 0x88, 0x6b, 0x52, 0xc4, 0x99, 0x7a, 0xf4, 0x74, 0x54, 0xaf, 0x12, 0x80, 0xe9, 0x99, 0xda, + 0xf9, 0x32, 0x01, 0xd5, 0xf6, 0x36, 0xc3, 0x38, 0xb9, 0x41, 0x92, 0xfb, 0x61, 0x74, 0x4f, 0xa4, + 0xf9, 0x4a, 0xf3, 0xff, 0xa5, 0x20, 0xac, 0xe3, 0x51, 0x49, 0x8e, 0x5d, 0xe1, 0xad, 0x55, 0xd9, + 0xfd, 0xc8, 0x48, 0xba, 0x77, 0xae, 0xf0, 0x62, 0x2c, 0xe1, 0x12, 0x75, 0xad, 0xb6, 0xcc, 0xee, + 0x3a, 0x32, 0xa8, 0x6b, 0xb5, 0x65, 0x2c, 0xe1, 0x28, 0xec, 0x7c, 0xf1, 0x6e, 0xa2, 0xc8, 0xbd, + 0x53, 0xe7, 0x79, 0x52, 0xf0, 0xd1, 0xbb, 0x07, 0x30, 0xa5, 0x5e, 0xdd, 0xe3, 0x99, 0xd0, 0xe2, + 0x99, 0x49, 0xb6, 0x70, 0x0e, 0x93, 0x50, 0x4d, 0x59, 0x17, 0xd7, 0x32, 0x34, 0x71, 0x47, 0x2b, + 0x46, 0x0e, 0x8b, 0xa9, 0xdc, 0x97, 0x26, 0x16, 0xa0, 0x12, 0xb7, 0xef, 0xba, 0xe1, 0x96, 0xe3, + 0x05, 0xec, 0x42, 0x42, 0x7f, 0xb7, 0x5f, 0x02, 0x70, 0x8a, 0x83, 0x6a, 0x30, 0xe2, 0x08, 0x45, + 0x52, 0x5c, 0x1c, 0xe4, 0xc4, 0xb8, 0x4b, 0xb5, 0x93, 0xdb, 0x78, 0xe5, 0x3f, 0xac, 0xa8, 0xa0, + 0x57, 0x60, 0x5c, 0x84, 0x68, 0x09, 0x57, 0xca, 0x13, 0xa6, 0x3b, 0x7f, 0x5d, 0x07, 0x62, 0x13, + 0x17, 0x35, 0x61, 0x82, 0x52, 0x49, 0x19, 0xe0, 0xcc, 0xc9, 0xfe, 0x78, 0xa8, 0x96, 0xd3, 0x5b, + 0x27, 0x83, 0x33, 0x64, 0x91, 0x0b, 0x8f, 0x39, 0xed, 0x24, 0xdc, 0xa2, 0x3b, 0xc1, 0xdc, 0x27, + 0xeb, 0xe1, 0x3d, 0x12, 0xcc, 0x9c, 0x62, 0x2b, 0xf0, 0xec, 0xde, 0xee, 0xdc, 0x63, 0x8b, 0x07, + 0xe0, 0xe1, 0x03, 0xa9, 0xa0, 0xb7, 0x60, 0x34, 0x09, 0x7d, 0xe1, 0x21, 0x1d, 0xcf, 0x9c, 0x2e, + 0x92, 0x59, 0x67, 0x5d, 0x55, 0xd0, 0x8d, 0x29, 0x8a, 0x08, 0xd6, 0x29, 0xa2, 0xb7, 0x61, 0x8c, + 0xce, 0xfd, 0x75, 0xa7, 0xd5, 0xf2, 0x82, 0x66, 0x3c, 0xf3, 0x48, 0x91, 0xd1, 0x52, 0x79, 0x23, + 0xcd, 0xfd, 0xcb, 0x8a, 0x48, 0x8c, 0x0d, 0x8a, 0xb3, 0x3f, 0x0b, 0xd3, 0x1d, 0x4c, 0xaf, 0x2f, + 0x37, 0xd5, 0xff, 0x38, 0x08, 0x15, 0x65, 0xb9, 0x44, 0x0b, 0xa6, 0x91, 0xfa, 0xd1, 0xac, 0x91, + 0x7a, 0x84, 0x0a, 0x8a, 0xba, 0x5d, 0xfa, 0x33, 0x5d, 0x5e, 0x72, 0x7f, 0x36, 0x77, 0x97, 0x17, + 0x8f, 0x1c, 0xeb, 0xe3, 0xbd, 0xfb, 0x54, 0x7b, 0x1d, 0x38, 0x50, 0x7b, 0x2d, 0xf8, 0x3a, 0x21, + 0xd5, 0x53, 0x5b, 0xa1, 0xbb, 0x56, 0xcb, 0x3e, 0xbe, 0x55, 0xa3, 0x85, 0x98, 0xc3, 0x98, 0x7e, + 0x41, 0x4f, 0x6d, 0xa6, 0x5f, 0x0c, 0x1f, 0x52, 0xbf, 0x90, 0x04, 0x70, 0x4a, 0x0b, 0x6d, 0xc3, + 0x74, 0xc3, 0x7c, 0x4b, 0x4d, 0xc5, 0x83, 0x3d, 0xdf, 0xc7, 0x5b, 0x66, 0x6d, 0xed, 0xa1, 0x95, + 0xe5, 0x2c, 0x3d, 0xdc, 0xd9, 0x04, 0x7a, 0x05, 0x46, 0xde, 0x0d, 0x63, 0x76, 0x7d, 0x22, 0x8e, + 0x2e, 0x19, 0x77, 0x33, 0xf2, 0xda, 0xcd, 0x3a, 0x2b, 0xdf, 0xdf, 0x9d, 0x1b, 0xad, 0x85, 0xae, + 0xfc, 0x8b, 0x55, 0x05, 0xf4, 0x05, 0x0b, 0x4e, 0x19, 0x3b, 0x59, 0xf5, 0x1c, 0x0e, 0xd3, 0xf3, + 0xc7, 0x45, 0xcb, 0xa7, 0xd6, 0xba, 0xd1, 0xc4, 0xdd, 0x9b, 0xb2, 0x7f, 0x8b, 0x9b, 0x6a, 0x85, + 0xf1, 0x86, 0xc4, 0x6d, 0xff, 0x38, 0x1e, 0x3d, 0xb8, 0x69, 0xd8, 0x95, 0x1e, 0xc2, 0x65, 0xc1, + 0xbf, 0xb7, 0xd8, 0x65, 0xc1, 0x3a, 0xd9, 0x6a, 0xf9, 0x4e, 0x72, 0x1c, 0x5e, 0xcc, 0x9f, 0x86, + 0x91, 0x44, 0xb4, 0x56, 0xec, 0xc5, 0x06, 0xad, 0x7b, 0xec, 0x12, 0x45, 0x1d, 0x7d, 0xb2, 0x14, + 0x2b, 0x82, 0xf6, 0xbf, 0xe6, 0xb3, 0x22, 0x21, 0xc7, 0x60, 0x11, 0xb9, 0x61, 0x5a, 0x44, 0x9e, + 0x29, 0xfc, 0x2d, 0x3d, 0x2c, 0x23, 0xdf, 0x37, 0xbf, 0x80, 0x69, 0x28, 0x3f, 0x39, 0xb7, 0x59, + 0xf6, 0x2f, 0x59, 0x70, 0xb2, 0x9b, 0x5b, 0x01, 0x15, 0x61, 0xb8, 0x7e, 0xa4, 0xee, 0xf9, 0xd4, + 0xa8, 0xde, 0x16, 0xe5, 0x58, 0x61, 0x14, 0x4e, 0xa1, 0xde, 0x5f, 0x8a, 0xaa, 0x9b, 0x60, 0xbe, + 0xca, 0x87, 0x5e, 0xe5, 0x41, 0x0b, 0x96, 0x7a, 0x36, 0xaf, 0xbf, 0x80, 0x05, 0xfb, 0xdb, 0x25, + 0x38, 0xc9, 0x8d, 0xed, 0x8b, 0xdb, 0xa1, 0xe7, 0xd6, 0x42, 0x57, 0x84, 0x70, 0xb8, 0x30, 0xd6, + 0xd2, 0xd4, 0xdb, 0x62, 0x29, 0x6f, 0x74, 0x85, 0x38, 0x55, 0x29, 0xf4, 0x52, 0x6c, 0x50, 0xa5, + 0xad, 0x90, 0x6d, 0xaf, 0xa1, 0x6c, 0xb7, 0xa5, 0xbe, 0x4f, 0x06, 0xd5, 0xca, 0x8a, 0x46, 0x07, + 0x1b, 0x54, 0x8f, 0xe0, 0xe5, 0x13, 0xfb, 0x1f, 0x58, 0xf0, 0x48, 0x8f, 0xb4, 0x38, 0xb4, 0xb9, + 0xfb, 0xec, 0x82, 0x43, 0x3c, 0xfb, 0xa8, 0x9a, 0xe3, 0xd7, 0x1e, 0x58, 0x40, 0xd1, 0x5d, 0x00, + 0x7e, 0x6d, 0x41, 0xa5, 0xe9, 0xec, 0x9d, 0x7a, 0xc1, 0xe4, 0x13, 0x5a, 0x5e, 0x02, 0xf5, 0xec, + 0xbf, 0x46, 0xd5, 0xfe, 0x66, 0x19, 0x06, 0xf9, 0xeb, 0xe2, 0x35, 0x18, 0xde, 0xe4, 0x69, 0x7a, + 0xfb, 0xcb, 0x12, 0x9c, 0xaa, 0x2f, 0xbc, 0x00, 0x4b, 0x32, 0xe8, 0x3a, 0x9c, 0xa0, 0x27, 0x8b, + 0xe7, 0xf8, 0x55, 0xe2, 0x3b, 0x3b, 0x52, 0x1f, 0xe6, 0xcf, 0x61, 0xc8, 0xbc, 0xed, 0x27, 0xd6, + 0x3a, 0x51, 0x70, 0xb7, 0x7a, 0xe8, 0xd5, 0x8e, 0xac, 0x7a, 0x3c, 0xfd, 0xb1, 0x92, 0x85, 0x0f, + 0xce, 0xac, 0x47, 0x25, 0xf6, 0x56, 0x87, 0xe6, 0xaf, 0x3d, 0xe2, 0x6c, 0x6a, 0xfb, 0x26, 0x2e, + 0xf3, 0xa1, 0x68, 0x33, 0xdf, 0x91, 0xf5, 0xcd, 0x88, 0xc4, 0x9b, 0xa1, 0xef, 0x8a, 0xf7, 0x47, + 0x53, 0x1f, 0x8a, 0x0c, 0x1c, 0x77, 0xd4, 0xa0, 0x54, 0x36, 0x1c, 0xcf, 0x6f, 0x47, 0x24, 0xa5, + 0x32, 0x64, 0x52, 0x59, 0xcd, 0xc0, 0x71, 0x47, 0x0d, 0xba, 0xb6, 0x4e, 0x89, 0x27, 0x2b, 0x65, + 0x10, 0xb8, 0x60, 0x41, 0x9f, 0x82, 0x61, 0x19, 0x0a, 0x50, 0x28, 0x57, 0x89, 0x70, 0x90, 0x50, + 0xcf, 0x5f, 0x6a, 0xcf, 0xa3, 0x89, 0x20, 0x00, 0x49, 0xef, 0x30, 0x4f, 0x23, 0xfe, 0xa9, 0x05, + 0x27, 0xba, 0xb8, 0xb4, 0x71, 0x96, 0xd6, 0xf4, 0xe2, 0x44, 0x3d, 0xce, 0xa0, 0xb1, 0x34, 0x5e, + 0x8e, 0x15, 0x06, 0xdd, 0x2d, 0x9c, 0x69, 0x66, 0x19, 0xa5, 0x70, 0x75, 0x11, 0xd0, 0xfe, 0x18, + 0x25, 0x3a, 0x0b, 0x03, 0xed, 0x98, 0x44, 0xf2, 0x9d, 0x42, 0xc9, 0xe7, 0x6f, 0xc5, 0x24, 0xc2, + 0x0c, 0x42, 0xc5, 0xd6, 0xa6, 0xb2, 0x08, 0x6a, 0x62, 0x2b, 0xb3, 0xee, 0x61, 0x0e, 0xb3, 0xbf, + 0x56, 0x86, 0xc9, 0x8c, 0x6b, 0x2b, 0xed, 0xc8, 0x56, 0x18, 0x78, 0x49, 0xa8, 0xf2, 0xc7, 0xf1, + 0xa7, 0xd1, 0x48, 0x6b, 0xf3, 0xba, 0x28, 0xc7, 0x0a, 0x03, 0x3d, 0x2d, 0x9f, 0xa6, 0xcd, 0x3e, + 0x3a, 0xb1, 0x54, 0x35, 0x5e, 0xa7, 0x2d, 0xfa, 0x60, 0xcc, 0x93, 0x30, 0xd0, 0x0a, 0xd5, 0x4b, + 0xe3, 0x6a, 0x3e, 0xf1, 0x52, 0xb5, 0x16, 0x86, 0x3e, 0x66, 0x40, 0xf4, 0x94, 0xf8, 0xfa, 0xcc, + 0x0d, 0x0d, 0x76, 0xdc, 0x30, 0xd6, 0x86, 0xe0, 0x19, 0x18, 0xbe, 0x47, 0x76, 0x22, 0x2f, 0x68, + 0x66, 0xef, 0xa7, 0xae, 0xf2, 0x62, 0x2c, 0xe1, 0x66, 0x0e, 0xf6, 0xe1, 0x23, 0x7e, 0x14, 0x66, + 0x24, 0xf7, 0x1c, 0xfc, 0x8e, 0x05, 0x93, 0x2c, 0xa9, 0xaa, 0x48, 0x41, 0xe0, 0x85, 0xc1, 0x31, + 0xc8, 0x18, 0x4f, 0xc2, 0x60, 0x44, 0x1b, 0xcd, 0xbe, 0xea, 0xc0, 0x7a, 0x82, 0x39, 0x0c, 0x3d, + 0x06, 0x03, 0xac, 0x0b, 0x74, 0x1a, 0xc7, 0x78, 0xee, 0xf6, 0xaa, 0x93, 0x38, 0x98, 0x95, 0xb2, + 0x68, 0x32, 0x4c, 0x5a, 0xbe, 0xc7, 0x3b, 0x9d, 0x1a, 0x74, 0xdf, 0x6f, 0xd1, 0x64, 0x5d, 0x3b, + 0xf9, 0xb0, 0xa2, 0xc9, 0xba, 0x13, 0x3f, 0x58, 0xce, 0xff, 0x1f, 0x25, 0x38, 0xd3, 0xb5, 0x5e, + 0x7a, 0xd3, 0xbd, 0x6a, 0xdc, 0x74, 0x5f, 0xcc, 0xdc, 0x74, 0xdb, 0x07, 0xd7, 0x7e, 0x38, 0x77, + 0xdf, 0xdd, 0xaf, 0xa4, 0xcb, 0xc7, 0x78, 0x25, 0x3d, 0x50, 0x54, 0xc4, 0x19, 0xcc, 0x11, 0x71, + 0x7e, 0xdf, 0x82, 0x47, 0xbb, 0x0e, 0xd9, 0xfb, 0x2e, 0x7c, 0xaf, 0x6b, 0x2f, 0x7b, 0x68, 0x27, + 0xbf, 0x58, 0xee, 0xf1, 0x55, 0x4c, 0x4f, 0x39, 0x47, 0xb9, 0x10, 0x03, 0xc6, 0x42, 0x78, 0x1b, + 0xe3, 0x1c, 0x88, 0x97, 0x61, 0x05, 0x45, 0xb1, 0x16, 0xfe, 0xc6, 0x3b, 0xb9, 0x72, 0xc8, 0x0d, + 0x35, 0x6f, 0x5a, 0xe2, 0xf5, 0xbc, 0x0a, 0xd9, 0xa0, 0xb8, 0x3b, 0x9a, 0xe6, 0x59, 0x3e, 0x8c, + 0xe6, 0x39, 0xd6, 0x5d, 0xeb, 0x44, 0x8b, 0x30, 0xb9, 0xe5, 0x05, 0xec, 0x2d, 0x59, 0x53, 0x7a, + 0x52, 0x31, 0xc8, 0xd7, 0x4d, 0x30, 0xce, 0xe2, 0xcf, 0xbe, 0x02, 0xe3, 0x87, 0xb7, 0xae, 0xfd, + 0xa8, 0x0c, 0x1f, 0x3c, 0x80, 0x29, 0xf0, 0xd3, 0xc1, 0x98, 0x17, 0xed, 0x74, 0xe8, 0x98, 0x9b, + 0x1a, 0x9c, 0xdc, 0x68, 0xfb, 0xfe, 0x0e, 0xf3, 0x13, 0x23, 0xae, 0xc4, 0x10, 0x42, 0x8d, 0x7a, + 0xb4, 0x7e, 0xb5, 0x0b, 0x0e, 0xee, 0x5a, 0x13, 0x7d, 0x12, 0x50, 0x78, 0x97, 0xa5, 0x1d, 0x76, + 0xd3, 0xbc, 0x11, 0x6c, 0x0a, 0xca, 0xe9, 0x56, 0xbd, 0xd9, 0x81, 0x81, 0xbb, 0xd4, 0xa2, 0x72, + 0x2a, 0x7b, 0xef, 0x5e, 0x75, 0x2b, 0x23, 0xa7, 0x62, 0x1d, 0x88, 0x4d, 0x5c, 0x74, 0x19, 0xa6, + 0x9d, 0x6d, 0xc7, 0xe3, 0x69, 0xc4, 0x24, 0x01, 0x2e, 0xa8, 0x2a, 0xfb, 0xd5, 0x62, 0x16, 0x01, + 0x77, 0xd6, 0x41, 0x2d, 0xc3, 0x20, 0xc9, 0x1f, 0x1c, 0xf8, 0xf8, 0x21, 0x56, 0x70, 0x61, 0x13, + 0xa5, 0xfd, 0x5f, 0x2c, 0x7a, 0xf4, 0x75, 0x79, 0x76, 0x94, 0x8e, 0x88, 0x32, 0xb0, 0x69, 0xe1, + 0x7c, 0x6a, 0x44, 0x96, 0x75, 0x20, 0x36, 0x71, 0xf9, 0xd2, 0x88, 0x53, 0xb7, 0x75, 0x43, 0xda, + 0x14, 0x91, 0xb0, 0x0a, 0x83, 0x4a, 0xd0, 0xae, 0xb7, 0xed, 0xc5, 0x61, 0x24, 0x36, 0x50, 0x9f, + 0x4e, 0xcc, 0x29, 0xbf, 0xac, 0x72, 0x32, 0x58, 0xd2, 0xb3, 0xbf, 0x5e, 0x82, 0x71, 0xd9, 0xe2, + 0x6b, 0xed, 0x30, 0x71, 0x8e, 0xe1, 0x48, 0x7f, 0xcd, 0x38, 0xd2, 0x17, 0x8a, 0x05, 0x06, 0xb3, + 0xce, 0xf5, 0x3c, 0xca, 0x3f, 0x95, 0x39, 0xca, 0x2f, 0xf4, 0x43, 0xf4, 0xe0, 0x23, 0xfc, 0xdf, + 0x5a, 0x30, 0x6d, 0xe0, 0x1f, 0xc3, 0x49, 0x52, 0x33, 0x4f, 0x92, 0xe7, 0xfa, 0xf8, 0x9a, 0x1e, + 0x27, 0xc8, 0xb7, 0x4a, 0x99, 0xaf, 0x60, 0x27, 0xc7, 0xe7, 0x60, 0x60, 0xd3, 0x89, 0xdc, 0x62, + 0x39, 0x35, 0x3b, 0xaa, 0xcf, 0x5f, 0x71, 0x22, 0x97, 0xf3, 0xff, 0xf3, 0xea, 0x51, 0x34, 0x27, + 0x72, 0x73, 0xa3, 0x39, 0x58, 0xa3, 0xe8, 0x12, 0x0c, 0xc5, 0x8d, 0xb0, 0xa5, 0xfc, 0x5d, 0xcf, + 0xf2, 0x07, 0xd3, 0x68, 0xc9, 0xfe, 0xee, 0x1c, 0x32, 0x9b, 0xa3, 0xc5, 0x58, 0xe0, 0xcf, 0x36, + 0xa1, 0xa2, 0x9a, 0x3e, 0x52, 0x8f, 0xff, 0xff, 0x5a, 0x86, 0x13, 0x5d, 0xd6, 0x0a, 0xfa, 0xbc, + 0x31, 0x6e, 0xaf, 0xf4, 0xbd, 0xd8, 0xde, 0xe3, 0xc8, 0x7d, 0x9e, 0x69, 0x4a, 0xae, 0x58, 0x1d, + 0x87, 0x68, 0xfe, 0x56, 0x4c, 0xb2, 0xcd, 0xd3, 0xa2, 0xfc, 0xe6, 0x69, 0xb3, 0xc7, 0x36, 0xfc, + 0xb4, 0x21, 0xd5, 0xd3, 0x23, 0x9d, 0xe7, 0x5f, 0x18, 0x80, 0x93, 0xdd, 0x32, 0x10, 0xa0, 0x2f, + 0x59, 0x99, 0x87, 0x33, 0x5e, 0xed, 0x3f, 0x8d, 0x01, 0x7f, 0x4d, 0x43, 0x64, 0xed, 0x99, 0x37, + 0x9f, 0xd2, 0xc8, 0x1d, 0x71, 0xd1, 0x3a, 0x8b, 0xc3, 0x8a, 0xf8, 0x23, 0x28, 0x92, 0x2b, 0x7c, + 0xe2, 0x10, 0x5d, 0x11, 0xef, 0xa8, 0xc4, 0x99, 0x38, 0x2c, 0x59, 0x9c, 0x1f, 0x87, 0x25, 0xfb, + 0x30, 0xeb, 0xc1, 0xa8, 0xf6, 0x5d, 0x47, 0xba, 0x0c, 0xee, 0xd1, 0x23, 0x4a, 0xeb, 0xf7, 0x91, + 0x2e, 0x85, 0xbf, 0x6b, 0x41, 0xc6, 0x39, 0x4d, 0x99, 0x65, 0xac, 0x9e, 0x66, 0x99, 0xb3, 0x30, + 0x10, 0x85, 0x3e, 0xc9, 0x3e, 0xea, 0x80, 0x43, 0x9f, 0x60, 0x06, 0x51, 0xef, 0x24, 0x97, 0x7b, + 0xbd, 0x93, 0x4c, 0xf5, 0x74, 0x9f, 0x6c, 0x13, 0x69, 0x24, 0x51, 0x6c, 0xfc, 0x1a, 0x2d, 0xc4, + 0x1c, 0x66, 0xff, 0xfa, 0x00, 0x9c, 0xe8, 0x12, 0xd5, 0x47, 0x35, 0xa4, 0xa6, 0x93, 0x90, 0xfb, + 0xce, 0x4e, 0x36, 0xb9, 0xec, 0x65, 0x5e, 0x8c, 0x25, 0x9c, 0x39, 0xd5, 0xf2, 0x04, 0x75, 0x19, + 0xd3, 0x95, 0xc8, 0x4b, 0x27, 0xa0, 0x47, 0xff, 0xa2, 0xee, 0x45, 0x80, 0x38, 0xf6, 0x57, 0x02, + 0x2a, 0xe1, 0xb9, 0xc2, 0x79, 0x37, 0xcd, 0x6b, 0x58, 0xbf, 0x26, 0x20, 0x58, 0xc3, 0x42, 0x55, + 0x98, 0x6a, 0x45, 0x61, 0xc2, 0x0d, 0x83, 0x55, 0xee, 0x6a, 0x31, 0x68, 0x46, 0x8d, 0xd5, 0x32, + 0x70, 0xdc, 0x51, 0x03, 0xbd, 0x04, 0xa3, 0x22, 0x92, 0xac, 0x16, 0x86, 0xbe, 0x30, 0x23, 0xa9, + 0xfb, 0xf8, 0x7a, 0x0a, 0xc2, 0x3a, 0x9e, 0x56, 0x8d, 0x59, 0x1b, 0x87, 0xbb, 0x56, 0xe3, 0x16, + 0x47, 0x0d, 0x2f, 0x93, 0xa7, 0x64, 0xa4, 0x50, 0x9e, 0x92, 0xd4, 0xb0, 0x56, 0x29, 0x7c, 0x11, + 0x03, 0xb9, 0x06, 0xa8, 0xdf, 0x2d, 0xc3, 0x10, 0x9f, 0x8a, 0x63, 0x90, 0xf2, 0x6a, 0xc2, 0xa4, + 0x54, 0x28, 0x27, 0x04, 0xef, 0xd5, 0x7c, 0xd5, 0x49, 0x1c, 0xce, 0x9a, 0xd4, 0x0e, 0x49, 0xcd, + 0x50, 0x68, 0xde, 0xd8, 0x43, 0xb3, 0x19, 0x4b, 0x09, 0x70, 0x1a, 0xda, 0x8e, 0xda, 0x04, 0x88, + 0xd9, 0xab, 0xae, 0x94, 0x86, 0xc8, 0x7c, 0xfb, 0x62, 0xa1, 0x7e, 0xd4, 0x55, 0x35, 0xde, 0x9b, + 0x74, 0x59, 0x2a, 0x00, 0xd6, 0x68, 0xcf, 0xbe, 0x0c, 0x15, 0x85, 0x9c, 0xa7, 0x42, 0x8e, 0xe9, + 0xac, 0xed, 0x2f, 0xc1, 0x64, 0xa6, 0xad, 0xbe, 0x34, 0xd0, 0xdf, 0xb4, 0x60, 0x92, 0x77, 0x79, + 0x25, 0xd8, 0x16, 0xac, 0xe0, 0x8b, 0x16, 0x9c, 0xf4, 0xbb, 0xec, 0x44, 0x31, 0xcd, 0x87, 0xd9, + 0xc3, 0x4a, 0xf9, 0xec, 0x06, 0xc5, 0x5d, 0x5b, 0x43, 0xe7, 0x60, 0x84, 0x3f, 0x52, 0xed, 0xf8, + 0xc2, 0x53, 0x7c, 0x8c, 0xe7, 0xfc, 0xe6, 0x65, 0x58, 0x41, 0xed, 0x1f, 0x5b, 0x30, 0xcd, 0x3f, + 0xe2, 0x2a, 0xd9, 0x51, 0xea, 0xd5, 0xfb, 0xe4, 0x33, 0x44, 0x76, 0xf3, 0x52, 0x8f, 0xec, 0xe6, + 0xfa, 0x57, 0x96, 0x0f, 0xfc, 0xca, 0x6f, 0x5b, 0x20, 0x56, 0xe8, 0x31, 0xe8, 0x0f, 0x6b, 0xa6, + 0xfe, 0xf0, 0xa1, 0x22, 0x8b, 0xbe, 0x87, 0xe2, 0xf0, 0xb7, 0x4a, 0x30, 0xc5, 0x11, 0xd2, 0x1b, + 0x99, 0xf7, 0xcb, 0xe4, 0xf4, 0xf7, 0xea, 0x8e, 0x7a, 0xea, 0xb4, 0xfb, 0x97, 0x1a, 0x73, 0x39, + 0x70, 0xe0, 0x5c, 0xfe, 0xb9, 0x05, 0x88, 0x8f, 0x49, 0xf6, 0x85, 0x6f, 0x7e, 0xba, 0x69, 0xe6, + 0x80, 0x94, 0x73, 0x28, 0x08, 0xd6, 0xb0, 0x1e, 0xf2, 0x27, 0x64, 0xee, 0xc3, 0xca, 0xf9, 0xf7, + 0x61, 0x7d, 0x7c, 0xf5, 0xff, 0x2c, 0x43, 0xd6, 0x59, 0x13, 0xbd, 0x0d, 0x63, 0x0d, 0xa7, 0xe5, + 0xdc, 0xf5, 0x7c, 0x2f, 0xf1, 0x48, 0x5c, 0xec, 0xc2, 0x7d, 0x59, 0xab, 0x21, 0xae, 0xa1, 0xb4, + 0x12, 0x6c, 0x50, 0x44, 0xf3, 0x00, 0xad, 0xc8, 0xdb, 0xf6, 0x7c, 0xd2, 0x64, 0x1a, 0x0f, 0x8b, + 0x39, 0xe1, 0x77, 0xc7, 0xb2, 0x14, 0x6b, 0x18, 0x5d, 0x62, 0x14, 0xca, 0xc7, 0x11, 0xa3, 0x30, + 0x70, 0x84, 0x31, 0x0a, 0x83, 0x85, 0x62, 0x14, 0x30, 0x9c, 0x96, 0x07, 0x3d, 0xfd, 0xbf, 0xea, + 0xf9, 0x44, 0xc8, 0x79, 0x3c, 0x7e, 0x65, 0x76, 0x6f, 0x77, 0xee, 0x34, 0xee, 0x8a, 0x81, 0x7b, + 0xd4, 0xb4, 0xdb, 0x70, 0xa2, 0x4e, 0x22, 0x8f, 0xe5, 0xe9, 0x74, 0xd3, 0x7d, 0xf7, 0x19, 0xa8, + 0x44, 0x99, 0x2d, 0xdf, 0x67, 0x92, 0x02, 0x2d, 0xb3, 0x9b, 0xdc, 0xe2, 0x29, 0x49, 0xfb, 0xaf, + 0x97, 0x60, 0x58, 0xb8, 0x74, 0x1e, 0x83, 0xa0, 0x72, 0xd5, 0x30, 0x47, 0x3d, 0x93, 0xc7, 0x2b, + 0x59, 0xb7, 0x7a, 0x1a, 0xa2, 0xea, 0x19, 0x43, 0xd4, 0x73, 0xc5, 0xc8, 0x1d, 0x6c, 0x82, 0xfa, + 0xa7, 0x65, 0x98, 0x30, 0x5d, 0x5c, 0x8f, 0x61, 0x58, 0x5e, 0x87, 0xe1, 0x58, 0x78, 0x5b, 0x97, + 0x8a, 0xf8, 0xf7, 0x65, 0xa7, 0x38, 0xbd, 0xb5, 0x17, 0xfe, 0xd5, 0x92, 0x5c, 0x57, 0x87, 0xee, + 0xf2, 0xb1, 0x38, 0x74, 0xe7, 0x79, 0x1e, 0x0f, 0x3c, 0x0c, 0xcf, 0x63, 0xfb, 0x07, 0xec, 0x78, + 0xd0, 0xcb, 0x8f, 0xe1, 0xc8, 0x7f, 0xcd, 0x3c, 0x48, 0xce, 0x17, 0x5a, 0x77, 0xa2, 0x7b, 0x3d, + 0x8e, 0xfe, 0xef, 0x5a, 0x30, 0x2a, 0x10, 0x8f, 0xe1, 0x03, 0x3e, 0x69, 0x7e, 0xc0, 0x53, 0x85, + 0x3e, 0xa0, 0x47, 0xcf, 0xbf, 0x5e, 0x52, 0x3d, 0xaf, 0x85, 0x51, 0x52, 0x28, 0x2b, 0xf9, 0x08, + 0x55, 0x13, 0xc3, 0x46, 0xe8, 0x0b, 0x61, 0xef, 0xb1, 0x34, 0x5c, 0x91, 0x97, 0xef, 0x6b, 0xbf, + 0xb1, 0xc2, 0x66, 0xd1, 0x74, 0x61, 0x94, 0x88, 0xc3, 0x36, 0x8d, 0xa6, 0x0b, 0xa3, 0x04, 0x33, + 0x08, 0x72, 0x01, 0xd2, 0xe7, 0xf5, 0x45, 0xa4, 0x6f, 0xef, 0xdd, 0xda, 0x4e, 0x3c, 0x7f, 0xde, + 0x0b, 0x92, 0x38, 0x89, 0xe6, 0xd7, 0x82, 0xe4, 0x66, 0xc4, 0x15, 0x04, 0x2d, 0xfe, 0x50, 0xd1, + 0xc2, 0x1a, 0x5d, 0x19, 0x52, 0xc2, 0xda, 0x18, 0x34, 0x6f, 0x9b, 0x6e, 0x88, 0x72, 0xac, 0x30, + 0xec, 0x97, 0x19, 0x67, 0x67, 0x03, 0xd4, 0x5f, 0x68, 0xe0, 0x2f, 0x0c, 0xab, 0xa1, 0x65, 0x26, + 0xe4, 0x1b, 0x7a, 0x00, 0x62, 0x51, 0xf6, 0x49, 0xbb, 0xa0, 0xfb, 0x5c, 0xa7, 0xf1, 0x8a, 0x88, + 0x74, 0x5c, 0x51, 0xbe, 0x5c, 0x98, 0x23, 0xf7, 0x71, 0x29, 0xc9, 0x12, 0x31, 0xb2, 0xec, 0x73, + 0x6b, 0xb5, 0x6c, 0x2e, 0xf9, 0x65, 0x09, 0xc0, 0x29, 0x0e, 0x5a, 0x10, 0xca, 0x27, 0xb7, 0xce, + 0x7c, 0x30, 0xa3, 0x7c, 0xca, 0x21, 0xd1, 0xb4, 0xcf, 0x0b, 0x30, 0xaa, 0x9e, 0xe7, 0xa9, 0xf1, + 0x87, 0x51, 0x2a, 0x5c, 0x16, 0x5b, 0x49, 0x8b, 0xb1, 0x8e, 0x83, 0xd6, 0x61, 0x32, 0xe6, 0x6f, + 0x07, 0xc9, 0xd8, 0x0e, 0x61, 0x64, 0x78, 0x36, 0xf3, 0xa4, 0xbf, 0x04, 0xef, 0xb3, 0x22, 0xbe, + 0x95, 0x65, 0x34, 0x48, 0x96, 0x04, 0x7a, 0x15, 0x26, 0x7c, 0xfd, 0x61, 0xd4, 0x9a, 0xb0, 0x41, + 0x28, 0x17, 0x35, 0xe3, 0xd9, 0xd4, 0x1a, 0xce, 0x60, 0xa3, 0xd7, 0x61, 0x46, 0x2f, 0x11, 0x09, + 0x91, 0x9c, 0xa0, 0x49, 0x62, 0xf1, 0xce, 0xc8, 0x63, 0x7b, 0xbb, 0x73, 0x33, 0xd7, 0x7a, 0xe0, + 0xe0, 0x9e, 0xb5, 0xd1, 0x25, 0x18, 0x93, 0x9f, 0xaf, 0x45, 0x42, 0xa5, 0xce, 0x91, 0x1a, 0x0c, + 0x1b, 0x98, 0xe8, 0x3e, 0x9c, 0x92, 0xff, 0xd7, 0x23, 0x67, 0x63, 0xc3, 0x6b, 0x88, 0x90, 0xb4, + 0x51, 0x46, 0x62, 0x51, 0xfa, 0x96, 0xaf, 0x74, 0x43, 0xda, 0xdf, 0x9d, 0x3b, 0x2b, 0x46, 0xad, + 0x2b, 0x9c, 0x4d, 0x62, 0x77, 0xfa, 0xe8, 0x3a, 0x9c, 0xd8, 0x24, 0x8e, 0x9f, 0x6c, 0x2e, 0x6f, + 0x92, 0xc6, 0x3d, 0xb9, 0xb1, 0x58, 0x7c, 0x95, 0xe6, 0x3e, 0x78, 0xa5, 0x13, 0x05, 0x77, 0xab, + 0xf7, 0xde, 0xee, 0x9f, 0x3f, 0x47, 0x2b, 0x6b, 0xf2, 0x03, 0x7a, 0x07, 0xc6, 0xf4, 0xb1, 0xce, + 0x0a, 0x06, 0xf9, 0x8f, 0xe6, 0x0a, 0x39, 0x44, 0xcd, 0x80, 0x0e, 0xc3, 0x06, 0x6d, 0xfb, 0x26, + 0x0c, 0xd5, 0x77, 0xe2, 0x46, 0xe2, 0x17, 0x60, 0xae, 0x4f, 0x1a, 0x9f, 0x90, 0x6e, 0x7c, 0xf6, + 0x80, 0x97, 0xf8, 0x22, 0xfb, 0xcb, 0x16, 0x4c, 0xae, 0x2f, 0xd7, 0xea, 0x61, 0xe3, 0x1e, 0x49, + 0x16, 0xb9, 0x9e, 0x89, 0x05, 0x6f, 0xb5, 0x0e, 0xc9, 0x33, 0xbb, 0x71, 0xe3, 0xb3, 0x30, 0xb0, + 0x19, 0xc6, 0x49, 0xd6, 0x56, 0x7b, 0x25, 0x8c, 0x13, 0xcc, 0x20, 0xf6, 0x9f, 0x58, 0x30, 0xc8, + 0xde, 0xa7, 0xca, 0x7b, 0xdb, 0xac, 0xc8, 0x77, 0xa1, 0x97, 0x60, 0x88, 0x6c, 0x6c, 0x90, 0x46, + 0x22, 0xd8, 0x8c, 0x8c, 0x7b, 0x18, 0x5a, 0x61, 0xa5, 0x94, 0x79, 0xb0, 0xc6, 0xf8, 0x5f, 0x2c, + 0x90, 0xd1, 0xa7, 0xa1, 0x92, 0x78, 0x5b, 0x64, 0xd1, 0x75, 0x85, 0x71, 0xb4, 0x3f, 0x57, 0x1c, + 0xc5, 0xcc, 0xd6, 0x25, 0x11, 0x9c, 0xd2, 0xb3, 0xbf, 0x5a, 0x02, 0x48, 0xe3, 0x9a, 0xf2, 0x3e, + 0x73, 0xa9, 0xe3, 0x09, 0xb7, 0xa7, 0xbb, 0x3c, 0xe1, 0x86, 0x52, 0x82, 0x5d, 0x1e, 0x70, 0x53, + 0x43, 0x55, 0x2e, 0x34, 0x54, 0x03, 0xfd, 0x0c, 0xd5, 0x32, 0x4c, 0xa7, 0x71, 0x59, 0x66, 0x80, + 0x2b, 0x4b, 0xe8, 0xba, 0x9e, 0x05, 0xe2, 0x4e, 0x7c, 0xfb, 0xab, 0x16, 0x08, 0xe7, 0xcd, 0x02, + 0x0b, 0xda, 0x95, 0xcf, 0x2d, 0x19, 0x99, 0xe7, 0x9e, 0x2d, 0xe2, 0xd7, 0x2a, 0xf2, 0xcd, 0xa9, + 0x2d, 0x66, 0x64, 0x99, 0x33, 0xa8, 0xda, 0xbf, 0x66, 0xc1, 0x28, 0x07, 0x5f, 0x67, 0x32, 0x7f, + 0x7e, 0xbf, 0xfa, 0xca, 0x16, 0xcc, 0x5e, 0x22, 0xa2, 0x84, 0x55, 0xd6, 0x58, 0xfd, 0x25, 0x22, + 0x09, 0xc0, 0x29, 0x0e, 0x7a, 0x06, 0x86, 0xe3, 0xf6, 0x5d, 0x86, 0x9e, 0xf1, 0xe4, 0xac, 0xf3, + 0x62, 0x2c, 0xe1, 0xf6, 0x3f, 0x2f, 0xc1, 0x54, 0xd6, 0x91, 0x17, 0x61, 0x18, 0xe2, 0x3a, 0x40, + 0x56, 0x7c, 0x3c, 0xc8, 0x2e, 0xa5, 0x39, 0x02, 0x03, 0x7f, 0x4f, 0x9b, 0x5d, 0x20, 0x08, 0x4a, + 0x68, 0x03, 0x46, 0xdd, 0xf0, 0x7e, 0x70, 0xdf, 0x89, 0xdc, 0xc5, 0xda, 0x9a, 0x98, 0x89, 0x1c, + 0xd7, 0xab, 0x6a, 0x5a, 0x41, 0x77, 0x33, 0x66, 0x76, 0x92, 0x14, 0x84, 0x75, 0xc2, 0x54, 0xe7, + 0x6d, 0x84, 0xc1, 0x86, 0xd7, 0xbc, 0xee, 0xb4, 0x8a, 0x39, 0x19, 0x2c, 0x4b, 0x74, 0xad, 0x8d, + 0x71, 0x91, 0x57, 0x83, 0x03, 0x70, 0x4a, 0xd2, 0xfe, 0xd5, 0x93, 0x60, 0xac, 0x05, 0x23, 0xa5, + 0xaf, 0xf5, 0xd0, 0x53, 0xfa, 0xbe, 0x09, 0x23, 0x64, 0xab, 0x95, 0xec, 0x54, 0xbd, 0xa8, 0x58, + 0x82, 0xf6, 0x15, 0x81, 0xdd, 0x49, 0x5d, 0x42, 0xb0, 0xa2, 0xd8, 0x23, 0x41, 0x73, 0xf9, 0x7d, + 0x91, 0xa0, 0x79, 0xe0, 0x2f, 0x24, 0x41, 0xf3, 0xeb, 0x30, 0xdc, 0xf4, 0x12, 0x4c, 0x5a, 0xa1, + 0x48, 0x54, 0x92, 0xb3, 0x78, 0x2e, 0x73, 0xe4, 0xce, 0xd4, 0x9d, 0x02, 0x80, 0x25, 0x39, 0xb4, + 0xae, 0x36, 0xd5, 0x50, 0x91, 0xe3, 0xbe, 0xd3, 0x6e, 0xd9, 0x75, 0x5b, 0x89, 0x84, 0xcc, 0xc3, + 0xef, 0x3d, 0x21, 0xb3, 0x4a, 0xa3, 0x3c, 0xf2, 0xb0, 0xd2, 0x28, 0x1b, 0xe9, 0xa8, 0x2b, 0x47, + 0x91, 0x8e, 0xfa, 0xab, 0x16, 0x9c, 0x6a, 0x75, 0x4b, 0xe6, 0x2e, 0x12, 0x22, 0xff, 0xec, 0x21, + 0xd2, 0xdb, 0x1b, 0x4d, 0xb3, 0xc4, 0x0b, 0x5d, 0xd1, 0x70, 0xf7, 0x86, 0x65, 0x5e, 0xeb, 0xd1, + 0xf7, 0x9e, 0xd7, 0xfa, 0xa8, 0x33, 0x27, 0xa7, 0x59, 0xae, 0xc7, 0x8f, 0x24, 0xcb, 0xf5, 0xc4, + 0x43, 0xcc, 0x72, 0xad, 0xe5, 0xa7, 0x9e, 0x7c, 0xb8, 0xf9, 0xa9, 0x37, 0xcd, 0x73, 0x89, 0xa7, + 0x43, 0x7e, 0xa9, 0xf0, 0xb9, 0x64, 0xb4, 0x70, 0xf0, 0xc9, 0xc4, 0x33, 0x75, 0x4f, 0xbf, 0xc7, + 0x4c, 0xdd, 0x46, 0xbe, 0x6b, 0x74, 0x14, 0xf9, 0xae, 0xdf, 0xd6, 0x4f, 0xd0, 0x13, 0x45, 0x5a, + 0x50, 0x07, 0x65, 0x67, 0x0b, 0xdd, 0xce, 0xd0, 0xce, 0x8c, 0xda, 0x27, 0x8f, 0x3b, 0xa3, 0xf6, + 0xa9, 0x23, 0xcc, 0xa8, 0x7d, 0xfa, 0x58, 0x33, 0x6a, 0x3f, 0xf2, 0x3e, 0xc9, 0xa8, 0x3d, 0x73, + 0x5c, 0x19, 0xb5, 0x1f, 0x7d, 0xa8, 0x19, 0xb5, 0xe9, 0xd4, 0xb5, 0x64, 0x38, 0xdc, 0xcc, 0x6c, + 0x91, 0xa9, 0xeb, 0x1a, 0x3d, 0xc7, 0xa7, 0x4e, 0x81, 0x70, 0x4a, 0xd4, 0xfe, 0x2b, 0x70, 0xe6, + 0xe0, 0xa5, 0x9b, 0x7a, 0x9e, 0xd4, 0x52, 0x9b, 0x5e, 0xc6, 0xf3, 0x84, 0x89, 0x85, 0x1a, 0x56, + 0xe1, 0x94, 0xbf, 0xdf, 0xb2, 0xe0, 0x91, 0x1e, 0x19, 0x31, 0x0b, 0xc7, 0x92, 0xb6, 0x60, 0xb2, + 0x65, 0x56, 0x2d, 0x1c, 0x9a, 0x6e, 0x64, 0xe0, 0x54, 0xfe, 0xfe, 0x19, 0x00, 0xce, 0x92, 0x5f, + 0xfa, 0xd0, 0x0f, 0x7f, 0x74, 0xe6, 0x03, 0xbf, 0xf7, 0xa3, 0x33, 0x1f, 0xf8, 0xa3, 0x1f, 0x9d, + 0xf9, 0xc0, 0xcf, 0xed, 0x9d, 0xb1, 0x7e, 0xb8, 0x77, 0xc6, 0xfa, 0xbd, 0xbd, 0x33, 0xd6, 0x9f, + 0xee, 0x9d, 0xb1, 0xbe, 0xfa, 0xe3, 0x33, 0x1f, 0x78, 0xa3, 0xb4, 0x7d, 0xe1, 0xff, 0x05, 0x00, + 0x00, 0xff, 0xff, 0x4f, 0xf0, 0xb3, 0xe3, 0x32, 0xcc, 0x00, 0x00, } diff --git a/pkg/api/v1/generated.proto b/pkg/api/v1/generated.proto index 4c092b07688..5a6940bb032 100644 --- a/pkg/api/v1/generated.proto +++ b/pkg/api/v1/generated.proto @@ -120,6 +120,9 @@ message AzureDiskVolumeSource { // the ReadOnly setting in VolumeMounts. // +optional optional bool readOnly = 5; + + // Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared + optional string kind = 6; } // AzureFile represents an Azure File Service mount on the host and bind mount to the pod. diff --git a/pkg/api/v1/types.generated.go b/pkg/api/v1/types.generated.go index 503d1dd563d..123c69aca5a 100644 --- a/pkg/api/v1/types.generated.go +++ b/pkg/api/v1/types.generated.go @@ -17882,6 +17882,32 @@ func (x *AzureDataDiskCachingMode) CodecDecodeSelf(d *codec1978.Decoder) { } } +func (x AzureDataDiskKind) CodecEncodeSelf(e *codec1978.Encoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperEncoder(e) + _, _, _ = h, z, r + yym1 := z.EncBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.EncExt(x) { + } else { + r.EncodeString(codecSelferC_UTF81234, string(x)) + } +} + +func (x *AzureDataDiskKind) CodecDecodeSelf(d *codec1978.Decoder) { + var h codecSelfer1234 + z, r := codec1978.GenHelperDecoder(d) + _, _, _ = h, z, r + yym1 := z.DecBinary() + _ = yym1 + if false { + } else if z.HasExtensions() && z.DecExt(x) { + } else { + *((*string)(x)) = r.DecodeString() + } +} + func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { var h codecSelfer1234 z, r := codec1978.GenHelperEncoder(e) @@ -17896,15 +17922,16 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } else { yysep2 := !z.EncBinary() yy2arr2 := z.EncBasicHandle().StructToArray - var yyq2 [5]bool + var yyq2 [6]bool _, _, _ = yysep2, yyq2, yy2arr2 const yyr2 bool = false yyq2[2] = x.CachingMode != nil yyq2[3] = x.FSType != nil yyq2[4] = x.ReadOnly != nil + yyq2[5] = x.Kind != nil var yynn2 int if yyr2 || yy2arr2 { - r.EncodeArrayStart(5) + r.EncodeArrayStart(6) } else { yynn2 = 2 for _, b := range yyq2 { @@ -18048,6 +18075,31 @@ func (x *AzureDiskVolumeSource) CodecEncodeSelf(e *codec1978.Encoder) { } } } + if yyr2 || yy2arr2 { + z.EncSendContainerState(codecSelfer_containerArrayElem1234) + if yyq2[5] { + if x.Kind == nil { + r.EncodeNil() + } else { + yy25 := *x.Kind + yy25.CodecEncodeSelf(e) + } + } else { + r.EncodeNil() + } + } else { + if yyq2[5] { + z.EncSendContainerState(codecSelfer_containerMapKey1234) + r.EncodeString(codecSelferC_UTF81234, string("kind")) + z.EncSendContainerState(codecSelfer_containerMapValue1234) + if x.Kind == nil { + r.EncodeNil() + } else { + yy27 := *x.Kind + yy27.CodecEncodeSelf(e) + } + } + } if yyr2 || yy2arr2 { z.EncSendContainerState(codecSelfer_containerArrayEnd1234) } else { @@ -18176,6 +18228,17 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromMap(l int, d *codec1978.Decod *((*bool)(x.ReadOnly)) = r.DecodeBool() } } + case "kind": + if r.TryDecodeAsNil() { + if x.Kind != nil { + x.Kind = nil + } + } else { + if x.Kind == nil { + x.Kind = new(AzureDataDiskKind) + } + x.Kind.CodecDecodeSelf(d) + } default: z.DecStructFieldNotFound(-1, yys3) } // end switch yys3 @@ -18187,16 +18250,16 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec var h codecSelfer1234 z, r := codec1978.GenHelperDecoder(d) _, _, _ = h, z, r - var yyj13 int - var yyb13 bool - var yyhl13 bool = l >= 0 - yyj13++ - if yyhl13 { - yyb13 = yyj13 > l + var yyj14 int + var yyb14 bool + var yyhl14 bool = l >= 0 + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l } else { - yyb13 = r.CheckBreak() + yyb14 = r.CheckBreak() } - if yyb13 { + if yyb14 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18204,21 +18267,21 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.DiskName = "" } else { - yyv14 := &x.DiskName - yym15 := z.DecBinary() - _ = yym15 + yyv15 := &x.DiskName + yym16 := z.DecBinary() + _ = yym16 if false { } else { - *((*string)(yyv14)) = r.DecodeString() + *((*string)(yyv15)) = r.DecodeString() } } - yyj13++ - if yyhl13 { - yyb13 = yyj13 > l + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l } else { - yyb13 = r.CheckBreak() + yyb14 = r.CheckBreak() } - if yyb13 { + if yyb14 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18226,21 +18289,21 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if r.TryDecodeAsNil() { x.DataDiskURI = "" } else { - yyv16 := &x.DataDiskURI - yym17 := z.DecBinary() - _ = yym17 + yyv17 := &x.DataDiskURI + yym18 := z.DecBinary() + _ = yym18 if false { } else { - *((*string)(yyv16)) = r.DecodeString() + *((*string)(yyv17)) = r.DecodeString() } } - yyj13++ - if yyhl13 { - yyb13 = yyj13 > l + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l } else { - yyb13 = r.CheckBreak() + yyb14 = r.CheckBreak() } - if yyb13 { + if yyb14 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18255,13 +18318,13 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec } x.CachingMode.CodecDecodeSelf(d) } - yyj13++ - if yyhl13 { - yyb13 = yyj13 > l + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l } else { - yyb13 = r.CheckBreak() + yyb14 = r.CheckBreak() } - if yyb13 { + if yyb14 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18274,20 +18337,20 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.FSType == nil { x.FSType = new(string) } - yym20 := z.DecBinary() - _ = yym20 + yym21 := z.DecBinary() + _ = yym21 if false { } else { *((*string)(x.FSType)) = r.DecodeString() } } - yyj13++ - if yyhl13 { - yyb13 = yyj13 > l + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l } else { - yyb13 = r.CheckBreak() + yyb14 = r.CheckBreak() } - if yyb13 { + if yyb14 { z.DecSendContainerState(codecSelfer_containerArrayEnd1234) return } @@ -18300,25 +18363,46 @@ func (x *AzureDiskVolumeSource) codecDecodeSelfFromArray(l int, d *codec1978.Dec if x.ReadOnly == nil { x.ReadOnly = new(bool) } - yym22 := z.DecBinary() - _ = yym22 + yym23 := z.DecBinary() + _ = yym23 if false { } else { *((*bool)(x.ReadOnly)) = r.DecodeBool() } } - for { - yyj13++ - if yyhl13 { - yyb13 = yyj13 > l - } else { - yyb13 = r.CheckBreak() + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { + z.DecSendContainerState(codecSelfer_containerArrayEnd1234) + return + } + z.DecSendContainerState(codecSelfer_containerArrayElem1234) + if r.TryDecodeAsNil() { + if x.Kind != nil { + x.Kind = nil } - if yyb13 { + } else { + if x.Kind == nil { + x.Kind = new(AzureDataDiskKind) + } + x.Kind.CodecDecodeSelf(d) + } + for { + yyj14++ + if yyhl14 { + yyb14 = yyj14 > l + } else { + yyb14 = r.CheckBreak() + } + if yyb14 { break } z.DecSendContainerState(codecSelfer_containerArrayElem1234) - z.DecStructFieldNotFound(yyj13-1, "") + z.DecStructFieldNotFound(yyj14-1, "") } z.DecSendContainerState(codecSelfer_containerArrayEnd1234) } diff --git a/pkg/api/v1/types_swagger_doc_generated.go b/pkg/api/v1/types_swagger_doc_generated.go index a893865cc4f..16cb5d51ad7 100644 --- a/pkg/api/v1/types_swagger_doc_generated.go +++ b/pkg/api/v1/types_swagger_doc_generated.go @@ -76,6 +76,7 @@ var map_AzureDiskVolumeSource = map[string]string{ "cachingMode": "Host Caching mode: None, Read Only, Read Write.", "fsType": "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": "Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.", + "kind": "Expected values Shared: mulitple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared", } func (AzureDiskVolumeSource) SwaggerDoc() map[string]string { diff --git a/pkg/api/v1/zz_generated.conversion.go b/pkg/api/v1/zz_generated.conversion.go index a079bacc18d..258068bfc76 100644 --- a/pkg/api/v1/zz_generated.conversion.go +++ b/pkg/api/v1/zz_generated.conversion.go @@ -474,6 +474,7 @@ func autoConvert_v1_AzureDiskVolumeSource_To_api_AzureDiskVolumeSource(in *Azure out.CachingMode = (*api.AzureDataDiskCachingMode)(unsafe.Pointer(in.CachingMode)) out.FSType = (*string)(unsafe.Pointer(in.FSType)) out.ReadOnly = (*bool)(unsafe.Pointer(in.ReadOnly)) + out.Kind = (*api.AzureDataDiskKind)(unsafe.Pointer(in.Kind)) return nil } @@ -488,6 +489,7 @@ func autoConvert_api_AzureDiskVolumeSource_To_v1_AzureDiskVolumeSource(in *api.A out.CachingMode = (*AzureDataDiskCachingMode)(unsafe.Pointer(in.CachingMode)) out.FSType = (*string)(unsafe.Pointer(in.FSType)) out.ReadOnly = (*bool)(unsafe.Pointer(in.ReadOnly)) + out.Kind = (*AzureDataDiskKind)(unsafe.Pointer(in.Kind)) return nil } diff --git a/pkg/api/v1/zz_generated.deepcopy.go b/pkg/api/v1/zz_generated.deepcopy.go index e4963f28827..08ec5ae86f4 100644 --- a/pkg/api/v1/zz_generated.deepcopy.go +++ b/pkg/api/v1/zz_generated.deepcopy.go @@ -298,6 +298,11 @@ func DeepCopy_v1_AzureDiskVolumeSource(in interface{}, out interface{}, c *conve *out = new(bool) **out = **in } + if in.Kind != nil { + in, out := &in.Kind, &out.Kind + *out = new(AzureDataDiskKind) + **out = **in + } return nil } } diff --git a/pkg/api/zz_generated.deepcopy.go b/pkg/api/zz_generated.deepcopy.go index 6cd1a1b444d..20b0c64c44d 100644 --- a/pkg/api/zz_generated.deepcopy.go +++ b/pkg/api/zz_generated.deepcopy.go @@ -300,6 +300,11 @@ func DeepCopy_api_AzureDiskVolumeSource(in interface{}, out interface{}, c *conv *out = new(bool) **out = **in } + if in.Kind != nil { + in, out := &in.Kind, &out.Kind + *out = new(AzureDataDiskKind) + **out = **in + } return nil } }