openapi: 3.2.0 info: title: Harness Rollouts API version: '1.0' description: The Harness Software Delivery Platform uses OpenAPI Specification v3.0. contact: name: API Support email: contact@harness.io url: https://harness.io/ x-logo: url: https://mma.prnewswire.com/media/779232/Harnes_logo_horizontal.jpg?p=facebook altText: Harness termsOfService: https://harness.io/terms-of-use/ servers: - url: https://app.harness.io description: Harness host URL - url: https://{vanity} description: Vanity URL variables: vanity: default: app.harness.io security: - x-api-key: [] tags: - name: Rollouts paths: /gitops/api/v1/agents/{agentIdentifier}/applications/{request.name}/rollouts/status: get: description: Get current status for the given Rollout resource operationId: RolloutsService_GetRolloutStatus responses: '200': description: A successful response. content: application/json: schema: $ref: '#/components/schemas/v1RolloutInfo' default: description: An unexpected error response. content: application/json: schema: $ref: '#/components/schemas/gatewayruntimeError' parameters: - name: agentIdentifier description: Agent identifier for entity. in: path required: true schema: type: string - name: request.name in: path required: true schema: type: string - name: accountIdentifier description: Account Identifier for the Entity. in: query required: false schema: type: string - name: orgIdentifier description: Organization Identifier for the Entity. in: query required: false schema: type: string - name: projectIdentifier description: Project Identifier for the Entity. in: query required: false schema: type: string - name: request.namespace in: query required: false schema: type: string - name: request.resourceName in: query required: false schema: type: string - name: request.version in: query required: false schema: type: string - name: request.group in: query required: false schema: type: string - name: request.kind in: query required: false schema: type: string - name: request.appNamespace in: query required: false schema: type: string - name: request.project in: query required: false schema: type: string tags: - Rollouts summary: Rollouts service get rollout status x-summary-source: derived components: schemas: v1AzureFileVolumeSource: type: object properties: secretName: type: string title: secretName is the name of secret that contains Azure Storage Account Name and Key shareName: type: string title: shareName is the azure share Name readOnly: type: boolean title: 'readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional' description: AzureFile represents an Azure File Service mount on the host and bind mount to the pod. v1RolloutExperimentStepAnalysisTemplateRef: type: object properties: name: type: string title: Name is a name for this analysis template invocation templateName: type: string title: TemplateName reference of the AnalysisTemplate name used by the Experiment to create the run clusterScope: type: boolean title: 'Whether to look for the templateName at cluster scope or namespace scope +optional' args: type: array items: $ref: '#/components/schemas/v1AnalysisRunArgument' title: 'Args the arguments that will be added to the AnalysisRuns +patchMergeKey=name +patchStrategy=merge' requiredForCompletion: type: boolean title: RequiredForCompletion blocks the Experiment from completing until the analysis has completed v1DownwardAPIProjection: type: object properties: items: type: array items: $ref: '#/components/schemas/v1DownwardAPIVolumeFile' title: 'Items is a list of DownwardAPIVolume file +optional +listType=atomic' description: 'Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.' v1CephFSVolumeSource: type: object properties: monitors: type: array items: type: string title: 'monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +listType=atomic' path: type: string title: 'path is Optional: Used as the mounted root, rather than the full Ceph tree, default is / +optional' user: type: string title: 'user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional' secretFile: type: string title: 'secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional' secretRef: $ref: '#/components/schemas/v1LocalObjectReference' readOnly: type: boolean title: 'readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +optional' description: 'Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.' v1DownwardAPIVolumeFile: type: object properties: path: type: string title: 'Required: Path is the relative path name of the file to be created. Must not be absolute or contain the ''..'' path. Must be utf-8 encoded. The first item of the relative path must not start with ''..''' fieldRef: $ref: '#/components/schemas/v1ObjectFieldSelector' resourceFieldRef: $ref: '#/components/schemas/v1ResourceFieldSelector' mode: type: integer format: int32 title: 'Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +optional' title: DownwardAPIVolumeFile represents information to create the file containing the pod field v1KeyToPath: type: object properties: key: type: string description: key is the key to project. path: type: string description: 'path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element ''..''. May not start with the string ''..''.' mode: type: integer format: int32 title: 'mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +optional' description: Maps a string key to a path within a volume. v1PodFailurePolicy: type: object properties: rules: type: array items: $ref: '#/components/schemas/v1PodFailurePolicyRule' title: 'A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed. +listType=atomic' description: PodFailurePolicy describes how failed pods influence the backoffLimit. v1RouteMatch: type: object properties: method: $ref: '#/components/schemas/v1StringMatch' path: $ref: '#/components/schemas/v1StringMatch' headers: type: object additionalProperties: $ref: '#/components/schemas/v1StringMatch' title: 'Headers What request with matching headers should be mirrored +optional' v1NewRelicMetric: type: object properties: profile: type: string title: Profile is the name of the secret holding NR account configuration query: type: string title: Query is a raw newrelic NRQL query to perform title: NewRelicMetric defines the newrelic query to perform canary analysis v1EnvVarSource: type: object properties: fieldRef: $ref: '#/components/schemas/v1ObjectFieldSelector' resourceFieldRef: $ref: '#/components/schemas/v1ResourceFieldSelector' configMapKeyRef: $ref: '#/components/schemas/v1ConfigMapKeySelector' secretKeyRef: $ref: '#/components/schemas/v1SecretKeySelector' fileKeyRef: $ref: '#/components/schemas/v1FileKeySelector' description: EnvVarSource represents a source for the value of an EnvVar. v1SecurityContext: type: object properties: capabilities: $ref: '#/components/schemas/v1Capabilities' privileged: type: boolean title: 'Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows. +optional' seLinuxOptions: $ref: '#/components/schemas/v1SELinuxOptions' windowsOptions: $ref: '#/components/schemas/v1WindowsSecurityContextOptions' runAsUser: type: string format: int64 title: 'The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. +optional' runAsGroup: type: string format: int64 title: 'The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. +optional' runAsNonRoot: type: boolean title: 'Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. +optional' readOnlyRootFilesystem: type: boolean title: 'Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows. +optional' allowPrivilegeEscalation: type: boolean title: 'AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. +optional' procMount: type: string title: 'procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. +optional' seccompProfile: $ref: '#/components/schemas/v1SeccompProfile' appArmorProfile: $ref: '#/components/schemas/v1AppArmorProfile' description: 'SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.' v1FlexVolumeSource: type: object properties: driver: type: string description: driver is the name of the driver to use for this volume. fsType: type: string title: 'fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. +optional' secretRef: $ref: '#/components/schemas/v1LocalObjectReference' readOnly: type: boolean title: 'readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional' options: type: object additionalProperties: type: string title: 'options is Optional: this field holds extra command options if any. +optional' description: 'FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.' v1NodeAffinity: type: object properties: requiredDuringSchedulingIgnoredDuringExecution: $ref: '#/components/schemas/v1NodeSelector' preferredDuringSchedulingIgnoredDuringExecution: type: array items: $ref: '#/components/schemas/v1PreferredSchedulingTerm' title: 'The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. +optional +listType=atomic' description: Node affinity is a group of node affinity scheduling rules. v1Probe: type: object properties: handler: $ref: '#/components/schemas/v1ProbeHandler' initialDelaySeconds: type: integer format: int32 title: '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 +optional' timeoutSeconds: type: integer format: int32 title: '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 +optional' periodSeconds: type: integer format: int32 title: 'How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. +optional' successThreshold: type: integer format: int32 title: 'Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. +optional' failureThreshold: type: integer format: int32 title: 'Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. +optional' terminationGracePeriodSeconds: type: string format: int64 title: 'Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod''s terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. +optional' description: 'Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.' v1PodDNSConfig: type: object properties: nameservers: type: array items: type: string title: 'A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed. +optional +listType=atomic' searches: type: array items: type: string title: 'A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed. +optional +listType=atomic' options: type: array items: $ref: '#/components/schemas/v1PodDNSConfigOption' title: 'A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy. +optional +listType=atomic' description: 'PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.' v1CloudWatchMetricStat: type: object properties: metric: $ref: '#/components/schemas/v1CloudWatchMetricStatMetric' period: $ref: '#/components/schemas/intstrIntOrString' stat: type: string unit: type: string v1DownwardAPIVolumeSource: type: object properties: items: type: array items: $ref: '#/components/schemas/v1DownwardAPIVolumeFile' title: 'Items is a list of downward API volume file +optional +listType=atomic' defaultMode: type: integer format: int32 title: 'Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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. +optional' description: 'DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.' v1HostAlias: type: object properties: ip: type: string title: 'IP address of the host file entry. +required' hostnames: type: array items: type: string title: 'Hostnames for the above IP address. +listType=atomic' description: 'HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod''s hosts file.' v1AppArmorProfile: type: object properties: type: type: string title: "type indicates which kind of AppArmor profile will be applied.\nValid options are:\n Localhost - a profile pre-loaded on the node.\n RuntimeDefault - the container runtime's default profile.\n Unconfined - no AppArmor enforcement.\n+unionDiscriminator" localhostProfile: type: string title: 'localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost". +optional' title: 'AppArmorProfile defines a pod or container''s AppArmor settings. +union' v1ManagedFieldsEntry: type: object properties: manager: type: string description: Manager is an identifier of the workflow managing these fields. operation: type: string description: 'Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are ''Apply'' and ''Update''.' apiVersion: type: string description: 'APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.' time: $ref: '#/components/schemas/v1Time' fieldsType: type: string title: 'FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"' fieldsV1: $ref: '#/components/schemas/v1FieldsV1' subresource: type: string description: 'Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.' description: 'ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.' v1ContainerRestartRuleOnExitCodes: type: object properties: operator: type: string title: "Represents the relationship between the container exit code(s) and the\nspecified values. Possible values are:\n- In: the requirement is satisfied if the container exit code is in the\n set of specified values.\n- NotIn: the requirement is satisfied if the container exit code is\n not in the set of specified values.\n+required" values: type: array items: type: integer format: int32 title: 'Specifies the set of values to check for container exit codes. At most 255 elements are allowed. +optional +listType=set' description: 'ContainerRestartRuleOnExitCodes describes the condition for handling an exited container based on its exit codes.' v1CloudWatchMetricStatMetricDimension: type: object properties: name: type: string value: type: string v1CSIVolumeSource: type: object properties: driver: type: string description: 'driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.' readOnly: type: boolean title: 'readOnly specifies a read-only configuration for the volume. Defaults to false (read/write). +optional' fsType: type: string title: 'fsType to mount. Ex. "ext4", "xfs", "ntfs". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply. +optional' volumeAttributes: type: object additionalProperties: type: string title: 'volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver''s documentation for supported values. +optional' nodePublishSecretRef: $ref: '#/components/schemas/v1LocalObjectReference' title: Represents a source location of a volume to mount, managed by an external CSI driver v1PrometheusAuth: type: object properties: sigv4: $ref: '#/components/schemas/v1Sigv4Config' title: PrometheusMetric defines the prometheus query to perform canary analysis v1ServiceAccountTokenProjection: type: object properties: audience: type: string title: 'audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver. +optional' expirationSeconds: type: string format: int64 title: 'expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes. +optional' path: type: string description: 'path is the path relative to the mount point of the file to project the token into.' description: 'ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).' v1ResourceFieldSelector: type: object properties: containerName: type: string title: 'Container name: required for volumes, optional for env vars +optional' resource: type: string title: 'Required: resource to select' divisor: $ref: '#/components/schemas/resourceQuantity' title: 'ResourceFieldSelector represents container resources (cpu, memory) and their output format +structType=atomic' v1EphemeralVolumeSource: type: object properties: volumeClaimTemplate: $ref: '#/components/schemas/v1PersistentVolumeClaimTemplate' description: Represents an ephemeral volume that is handled by a normal storage driver. v1RolloutAnalysisTemplate: type: object properties: templateName: type: string title: 'TemplateName name of template to use in AnalysisRun +optional' clusterScope: type: boolean title: 'Whether to look for the templateName at cluster scope or namespace scope +optional' v1RolloutPause: type: object properties: duration: $ref: '#/components/schemas/intstrIntOrString' title: RolloutPause defines a pause stage for a rollout v1Sysctl: type: object properties: name: type: string title: Name of a property to set value: type: string title: Value of a property to set title: Sysctl defines a kernel parameter to be set v1FCVolumeSource: type: object properties: targetWWNs: type: array items: type: string title: 'targetWWNs is Optional: FC target worldwide names (WWNs) +optional +listType=atomic' lun: type: integer format: int32 title: 'lun is Optional: FC target lun number +optional' fsType: type: string title: 'fsType is the 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. TODO: how do we prevent errors in the filesystem from compromising the machine +optional' readOnly: type: boolean title: 'readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional' wwids: type: array items: type: string title: 'wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously. +optional +listType=atomic' description: 'Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.' v1SkyWalkingMetric: type: object properties: address: type: string query: type: string interval: type: string v1Sigv4Config: type: object properties: address: type: string title: Region is the AWS Region to sign the SigV4 Request profile: type: string title: Profile is the Credential Profile used to sign the SigV4 Request roleArn: type: string title: RoleARN is the IAM role used to sign the SIgV4 Request v1RolloutExperimentInfo: type: object properties: metadata: $ref: '#/components/schemas/v1ObjectMeta' icon: type: string revision: type: string status: type: string message: type: string replicaSets: type: array items: $ref: '#/components/schemas/v1RolloutReplicaSetInfo' analysisRuns: type: array items: $ref: '#/components/schemas/v1RolloutAnalysisRunInfo' v1PodOS: type: object properties: name: type: string title: 'Name is the name of the operating system. The currently supported values are linux and windows. Additional value may be defined in future and can be one of: https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration Clients should expect to handle additional values and treat unrecognized values in this field as os: null' description: PodOS defines the OS parameters of a pod. v1ScaleIOVolumeSource: type: object properties: gateway: type: string description: gateway is the host address of the ScaleIO API Gateway. system: type: string description: system is the name of the storage system as configured in ScaleIO. secretRef: $ref: '#/components/schemas/v1LocalObjectReference' sslEnabled: type: boolean title: 'sslEnabled Flag enable/disable SSL communication with Gateway, default false +optional' protectionDomain: type: string title: 'protectionDomain is the name of the ScaleIO Protection Domain for the configured storage. +optional' storagePool: type: string title: 'storagePool is the ScaleIO Storage Pool associated with the protection domain. +optional' storageMode: type: string title: 'storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. +optional +default="ThinProvisioned"' volumeName: type: string description: 'volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source.' fsType: type: string title: 'fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". +optional +default="xfs"' readOnly: type: boolean title: 'readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional' title: ScaleIOVolumeSource represents a persistent ScaleIO volume v1VolumeResourceRequirements: type: object properties: limits: type: object additionalProperties: $ref: '#/components/schemas/resourceQuantity' title: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ +optional' requests: type: object additionalProperties: $ref: '#/components/schemas/resourceQuantity' title: '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. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ +optional' description: VolumeResourceRequirements describes the storage resource requirements for a volume. v1ResourceClaim: type: object properties: name: type: string description: 'Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.' request: type: string description: 'Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request. +optional' description: ResourceClaim references one entry in PodSpec.ResourceClaims. v1RolloutNonJobInfo: type: object properties: value: type: string status: type: string metricName: type: string startedAt: $ref: '#/components/schemas/v1Time' v1PodResourceClaim: type: object properties: name: type: string description: 'Name uniquely identifies this resource claim inside the pod. This must be a DNS_LABEL.' resourceClaimName: type: string description: 'ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod. Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.' resourceClaimTemplateName: type: string description: 'ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod. The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses. This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim. Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.' description: 'PodResourceClaim references exactly one ResourceClaim, either directly or by naming a ResourceClaimTemplate which is then turned into a ResourceClaim for the pod. It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name.' v1AzureDiskVolumeSource: type: object properties: diskName: type: string title: diskName is the Name of the data disk in the blob storage diskURI: type: string title: diskURI is the URI of data disk in the blob storage cachingMode: type: string title: 'cachingMode is the Host Caching mode: None, Read Only, Read Write. +optional +default=ref(AzureDataDiskCachingReadWrite)' fsType: type: string title: 'fsType is 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. +optional +default="ext4"' readOnly: type: boolean title: 'readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional +default=false' kind: type: string title: 'kind expected values are Shared: multiple 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 +default=ref(AzureSharedBlobDisk)' description: AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. v1Metric: type: object properties: name: type: string title: Name is the name of the metric interval: type: string title: 'Interval defines an interval string (e.g. 30s, 5m, 1h) between each measurement. If omitted, will perform a single measurement' initialDelay: type: string title: InitialDelay how long the AnalysisRun should wait before starting this metric count: $ref: '#/components/schemas/intstrIntOrString' successCondition: type: string title: "SuccessCondition is an expression which determines if a measurement is considered successful\nExpression is a goevaluate expression. The keyword `result` is a variable reference to the\nvalue of measurement. Results can be both structured data or primitive.\nExamples:\n result > 10\n (result.requests_made * result.requests_succeeded / 100) >= 90" failureCondition: type: string title: 'FailureCondition is an expression which determines if a measurement is considered failed If both success and failure conditions are specified, and the measurement does not fall into either condition, the measurement is considered Inconclusive' failureLimit: $ref: '#/components/schemas/intstrIntOrString' inconclusiveLimit: $ref: '#/components/schemas/intstrIntOrString' consecutiveErrorLimit: $ref: '#/components/schemas/intstrIntOrString' provider: $ref: '#/components/schemas/v1MetricProvider' title: Metric defines a metric in which to perform analysis v1ConfigMapKeySelector: type: object properties: localObjectReference: $ref: '#/components/schemas/v1LocalObjectReference' key: type: string description: The key to select. optional: type: boolean title: 'Specify whether the ConfigMap or its key must be defined +optional' title: 'Selects a key from a ConfigMap. +structType=atomic' v1InfluxdbMetric: type: object properties: profile: type: string title: Profile is the name of the secret holding InfluxDB account configuration query: type: string title: Query is a raw InfluxDB flux query to perform title: InfluxdbMetric defines the InfluxDB Flux query to perform canary analysis v1RolloutPodInfo: type: object properties: metadata: $ref: '#/components/schemas/v1ObjectMeta' status: type: string icon: type: string ready: type: string restarts: type: integer format: int32 v1FieldsV1: type: object properties: Raw: type: string format: byte description: Raw is the underlying serialization of this object. description: 'FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format. Each key is either a ''.'' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: ''f:'', where is the name of a field in a struct, or key in a map ''v:'', where is the exact json formatted value of a list item ''i:'', where is position of a item in a list ''k:'', where is a map of a list item''s key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set. The exact format is defined in sigs.k8s.io/structured-merge-diff +protobuf.options.(gogoproto.goproto_stringer)=false' v1EmptyDirVolumeSource: type: object properties: medium: type: string title: 'medium represents 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 +optional' sizeLimit: $ref: '#/components/schemas/resourceQuantity' description: 'Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.' v1SuccessPolicy: type: object properties: rules: type: array items: $ref: '#/components/schemas/v1SuccessPolicyRule' title: 'rules represents the list of alternative rules for the declaring the Jobs as successful before `.status.succeeded >= .spec.completions`. Once any of the rules are met, the "SuccessCriteriaMet" condition is added, and the lingering pods are removed. The terminal state for such a Job has the "Complete" condition. Additionally, these rules are evaluated in order; Once the Job meets one of the rules, other rules are ignored. At most 20 elements are allowed. +listType=atomic' description: SuccessPolicy describes when a Job can be declared as succeeded based on the success of some indexes. intstrIntOrString: type: object properties: type: type: string format: int64 intVal: type: integer format: int32 strVal: type: string description: '+protobuf=true +protobuf.options.(gogoproto.goproto_stringer)=false +k8s:openapi-gen=true' title: 'IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number. TODO: Rename to Int32OrString' resourceQuantity: type: object properties: string: type: string description: "Quantity is a fixed-point representation of a number.\nIt provides convenient marshaling/unmarshaling in JSON and YAML,\nin addition to String() and AsInt64() accessors.\n\nThe serialization format is:\n\n```\n ::= \n\n\t(Note that may be empty, from the \"\" case in .)\n\n ::= 0 | 1 | ... | 9\n ::= | \n ::= | . | . | .\n ::= \"+\" | \"-\"\n ::= | \n ::= | | \n ::= Ki | Mi | Gi | Ti | Pi | Ei\n\n\t(International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)\n\n ::= m | \"\" | k | M | G | T | P | E\n\n\t(Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)\n\n ::= \"e\" | \"E\" \n```\n\nNo matter which of the three exponent forms is used, no quantity may represent\na number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal\nplaces. Numbers larger or more precise will be capped or rounded up.\n(E.g.: 0.1m will rounded up to 1m.)\nThis may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix\nit had, and will use the same type again when it is serialized.\n\nBefore serializing, Quantity will be put in \"canonical form\".\nThis means that Exponent/suffix will be adjusted up or down (with a\ncorresponding increase or decrease in Mantissa) such that:\n\n- No precision is lost\n- No fractional digits will be emitted\n- The exponent (or suffix) is as large as possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\"\n- 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a\nfloating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed,\nbut will be re-emitted in their canonical form. (So always use canonical\nform, or don't diff.)\n\nThis format is intended to make it difficult to use these numbers without\nwriting some sort of special handling code in the hopes that that will\ncause implementors to also use a fixed point implementation.\n\n+protobuf=true\n+protobuf.embed=string\n+protobuf.options.marshal=false\n+protobuf.options.(gogoproto.goproto_stringer)=false\n+k8s:deepcopy-gen=true\n+k8s:openapi-gen=true" v1PodCertificateProjection: type: object properties: signerName: type: string description: 'Kubelet''s generated CSRs will be addressed to this signer. +required' keyType: type: string description: 'The type of keypair Kubelet will generate for the pod. Valid values are "RSA3072", "RSA4096", "ECDSAP256", "ECDSAP384", "ECDSAP521", and "ED25519". +required' maxExpirationSeconds: type: integer format: int32 description: 'maxExpirationSeconds is the maximum lifetime permitted for the certificate. Kubelet copies this value verbatim into the PodCertificateRequests it generates for this projection. If omitted, kube-apiserver will set it to 86400(24 hours). kube-apiserver will reject values shorter than 3600 (1 hour). The maximum allowable value is 7862400 (91 days). The signer implementation is then free to issue a certificate with any lifetime *shorter* than MaxExpirationSeconds, but no shorter than 3600 seconds (1 hour). This constraint is enforced by kube-apiserver. `kubernetes.io` signers will never issue certificates with a lifetime longer than 24 hours. +optional' credentialBundlePath: type: string description: 'Write the credential bundle at this path in the projected volume. The credential bundle is a single file that contains multiple PEM blocks. The first PEM block is a PRIVATE KEY block, containing a PKCS#8 private key. The remaining blocks are CERTIFICATE blocks, containing the issued certificate chain from the signer (leaf and any intermediates). Using credentialBundlePath lets your Pod''s application code make a single atomic read that retrieves a consistent key and certificate chain. If you project them to separate files, your application code will need to additionally check that the leaf certificate was issued to the key. +optional' keyPath: type: string description: 'Write the key at this path in the projected volume. Most applications should use credentialBundlePath. When using keyPath and certificateChainPath, your application needs to check that the key and leaf certificate are consistent, because it is possible to read the files mid-rotation. +optional' certificateChainPath: type: string description: 'Write the certificate chain at this path in the projected volume. Most applications should use credentialBundlePath. When using keyPath and certificateChainPath, your application needs to check that the key and leaf certificate are consistent, because it is possible to read the files mid-rotation. +optional' description: 'PodCertificateProjection provides a private key and X.509 certificate in the pod filesystem.' v1ExecAction: type: object properties: command: type: array items: type: string title: 'Command is the command line to execute inside the container, the working directory for the command is root (''/'') in the container''s filesystem. The command is simply exec''d, it is not run inside a shell, so traditional shell instructions (''|'', etc) won''t work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy. +optional +listType=atomic' description: ExecAction describes a "run in container" action. v1SetHeaderRoute: type: object properties: name: type: string title: 'Name this is the name of the route to use for the mirroring of traffic this also needs to be included in the `spec.strategy.canary.trafficRouting.managedRoutes` field' match: type: array items: $ref: '#/components/schemas/v1HeaderRoutingMatch' title: SetHeaderRoute defines the route with specified header name to send 100% of traffic to the canary service v1WindowsSecurityContextOptions: type: object properties: gmsaCredentialSpecName: type: string title: 'GMSACredentialSpecName is the name of the GMSA credential spec to use. +optional' gmsaCredentialSpec: type: string title: 'GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. +optional' runAsUserName: type: string title: 'The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. +optional' hostProcess: type: boolean title: 'HostProcess determines if a container should be run as a ''Host Process'' container. All of a Pod''s containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. +optional' description: WindowsSecurityContextOptions contain Windows-specific options and credentials. v1VsphereVirtualDiskVolumeSource: type: object properties: volumePath: type: string title: volumePath is the path that identifies vSphere volume vmdk fsType: type: string title: 'fsType is 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. +optional' storagePolicyName: type: string title: 'storagePolicyName is the storage Policy Based Management (SPBM) profile name. +optional' storagePolicyID: type: string title: 'storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. +optional' description: Represents a vSphere volume resource. v1SecretEnvSource: type: object properties: localObjectReference: $ref: '#/components/schemas/v1LocalObjectReference' optional: type: boolean title: 'Specify whether the Secret must be defined +optional' description: 'SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret''s Data field will represent the key-value pairs as environment variables.' v1ContainerPort: type: object properties: name: type: string title: 'If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. +optional' hostPort: type: integer format: int32 title: 'Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. +optional' containerPort: type: integer format: int32 description: 'Number of port to expose on the pod''s IP address. This must be a valid port number, 0 < x < 65536.' protocol: type: string title: 'Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP". +optional +default="TCP"' hostIP: type: string title: 'What host IP to bind the external port to. +optional' description: ContainerPort represents a network port in a single container. v1GlusterfsVolumeSource: type: object properties: endpoints: type: string description: endpoints is the endpoint name that details Glusterfs topology. path: type: string title: 'path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod' readOnly: type: boolean title: 'readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod +optional' description: 'Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.' v1LabelSelectorRequirement: type: object properties: key: type: string description: key is the label key that the selector applies to. operator: type: string description: 'operator represents a key''s relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.' values: type: array items: type: string title: 'values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. +optional +listType=atomic' description: 'A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.' v1AWSElasticBlockStoreVolumeSource: type: object properties: volumeID: type: string title: 'volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore' fsType: type: string title: 'fsType is the 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 TODO: how do we prevent errors in the filesystem from compromising the machine +optional' partition: type: integer format: int32 title: 'partition is 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). +optional' readOnly: type: boolean title: 'readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore +optional' description: '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.' v1ObjectMeta: type: object properties: name: type: string title: 'Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names +optional' generateName: type: string description: 'GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. If this field is specified and the generated name exists, the server will return a 409. Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency +optional' namespace: type: string description: 'Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces +optional' selfLink: type: string title: 'Deprecated: selfLink is a legacy read-only field that is no longer populated by the system. +optional' uid: type: string description: 'UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids +optional' resourceVersion: type: string description: 'An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency +optional' generation: type: string format: int64 title: 'A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. +optional' creationTimestamp: $ref: '#/components/schemas/v1Time' deletionTimestamp: $ref: '#/components/schemas/v1Time' deletionGracePeriodSeconds: type: string format: int64 title: 'Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. +optional' labels: type: object additionalProperties: type: string title: 'Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels +optional' annotations: type: object additionalProperties: type: string title: 'Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations +optional' ownerReferences: type: array items: $ref: '#/components/schemas/v1OwnerReference' title: 'List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. +optional +patchMergeKey=uid +patchStrategy=merge +listType=map +listMapKey=uid' finalizers: type: array items: type: string title: 'Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list. +optional +patchStrategy=merge +listType=set' managedFields: type: array items: $ref: '#/components/schemas/v1ManagedFieldsEntry' description: 'ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn''t need to set or understand this field. A workflow can be the user''s name, a controller''s name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object. +optional +listType=atomic' description: 'ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.' v1HostPathVolumeSource: type: object properties: path: type: string title: 'path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath' type: type: string title: 'type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath +optional' description: 'Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.' v1NodeSelectorRequirement: type: object properties: key: type: string description: The label key that the selector applies to. operator: type: string description: 'Represents a key''s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.' values: type: array items: type: string title: 'An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. +optional +listType=atomic' description: 'A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.' v1LocalObjectReference: type: object properties: name: type: string description: 'Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +optional +default="" +kubebuilder:default="" TODO: Drop `kubebuilder:default` when controller-gen doesn''t need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.' description: "LocalObjectReference contains enough information to let you locate the\nreferenced object inside the same namespace.\n---\nNew uses of this type are discouraged because of difficulty describing its usage when embedded in APIs.\n 1. Invalid usage help. It is impossible to add specific help for individual usage. In most embedded usages, there are particular\n restrictions like, \"must refer only to types A and B\" or \"UID not honored\" or \"name must be restricted\".\n Those cannot be well described when embedded.\n 2. Inconsistent validation. Because the usages are different, the validation rules are different by usage, which makes it hard for users to predict what will happen.\n 3. We cannot easily change it. Because this type is embedded in many locations, updates to this type\n will affect numerous schemas. Don't make new APIs embed an underspecified API type they do not control.\n\nInstead of using this type, create a locally provided and used type that is well-focused on your reference.\nFor example, ServiceReferences for admission registration: https://github.com/kubernetes/api/blob/release-1.17/admissionregistration/v1/types.go#L533 .\n+structType=atomic" v1VolumeDevice: type: object properties: name: type: string title: name must match the name of a persistentVolumeClaim in the pod devicePath: type: string description: devicePath is the path inside of the container that the device will be mapped to. description: volumeDevice describes a mapping of a raw block device within a container. v1ConfigMapEnvSource: type: object properties: localObjectReference: $ref: '#/components/schemas/v1LocalObjectReference' optional: type: boolean title: 'Specify whether the ConfigMap must be defined +optional' description: 'ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap''s Data field will represent the key-value pairs as environment variables.' v1RolloutExperimentStep: type: object properties: templates: type: array items: $ref: '#/components/schemas/v1RolloutExperimentTemplate' title: 'Templates what templates that should be added to the experiment. Should be non-nil +patchMergeKey=name +patchStrategy=merge' duration: type: string title: 'Duration is a duration string (e.g. 30s, 5m, 1h) that the experiment should run for +optional' analyses: type: array items: $ref: '#/components/schemas/v1RolloutExperimentStepAnalysisTemplateRef' title: 'Analyses reference which analysis templates to run with the experiment +patchMergeKey=name +patchStrategy=merge' title: RolloutExperimentStep defines a template that is used to create a experiment for a step v1Lifecycle: type: object properties: postStart: $ref: '#/components/schemas/v1LifecycleHandler' preStop: $ref: '#/components/schemas/v1LifecycleHandler' stopSignal: type: string title: 'StopSignal defines which signal will be sent to a container when it is being stopped. If not specified, the default is defined by the container runtime in use. StopSignal can only be set for Pods with a non-empty .spec.os.name +optional' description: 'Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.' v1RolloutInfo: type: object properties: metadata: $ref: '#/components/schemas/v1ObjectMeta' status: type: string message: type: string icon: type: string strategy: type: string step: type: string setWeight: type: string actualWeight: type: string ready: type: integer format: int32 current: type: integer format: int32 desired: type: integer format: int32 updated: type: integer format: int32 available: type: integer format: int32 restartedAt: type: string generation: type: string replicaSets: type: array items: $ref: '#/components/schemas/v1RolloutReplicaSetInfo' experiments: type: array items: $ref: '#/components/schemas/v1RolloutExperimentInfo' analysisRuns: type: array items: $ref: '#/components/schemas/v1RolloutAnalysisRunInfo' containers: type: array items: $ref: '#/components/schemas/v1RolloutContainerInfo' steps: type: array items: $ref: '#/components/schemas/v1CanaryStep' canaryRevision: type: integer format: int32 canaryImages: type: array items: type: string previewImages: type: array items: type: string stableImages: type: array items: type: string isManualPause: type: boolean v1RolloutAnalysis: type: object properties: templates: type: array items: $ref: '#/components/schemas/v1RolloutAnalysisTemplate' title: 'Templates reference to a list of analysis templates to combine for an AnalysisRun +patchMergeKey=templateName +patchStrategy=merge' args: type: array items: $ref: '#/components/schemas/v1AnalysisRunArgument' title: 'Args the arguments that will be added to the AnalysisRuns +patchMergeKey=name +patchStrategy=merge' dryRun: type: array items: $ref: '#/components/schemas/v1DryRun' title: 'DryRun object contains the settings for running the analysis in Dry-Run mode +patchMergeKey=metricName +patchStrategy=merge +optional' measurementRetention: type: array items: $ref: '#/components/schemas/v1MeasurementRetention' title: 'MeasurementRetention object contains the settings for retaining the number of measurements during the analysis +patchMergeKey=metricName +patchStrategy=merge +optional' analysisRunMetadata: $ref: '#/components/schemas/v1AnalysisRunMetadata' title: RolloutAnalysis defines a template that is used to create a analysisRun v1FileKeySelector: type: object properties: volumeName: type: string title: 'The name of the volume mount containing the env file. +required' path: type: string title: 'The path within the volume from which to select the file. Must be relative and may not contain the ''..'' path or start with ''..''. +required' key: type: string title: 'The key within the env file. An invalid key will prevent the pod from starting. The keys defined within a source may consist of any printable ASCII characters except ''=''. During Alpha stage of the EnvFiles feature gate, the key size is limited to 128 characters. +required' optional: type: boolean description: 'Specify whether the file or its key must be defined. If the file or key does not exist, then the env var is not published. If optional is set to true and the specified key does not exist, the environment variable will not be set in the Pod''s containers. If optional is set to false and the specified key does not exist, an error will be returned during Pod creation. +optional +default=false' title: 'FileKeySelector selects a key of the env file. +structType=atomic' v1PersistentVolumeClaimVolumeSource: type: object properties: claimName: type: string title: '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' readOnly: type: boolean title: 'readOnly Will force the ReadOnly setting in VolumeMounts. Default false. +optional' description: '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).' v1PodAffinity: type: object properties: requiredDuringSchedulingIgnoredDuringExecution: type: array items: $ref: '#/components/schemas/v1PodAffinityTerm' title: 'If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. +optional +listType=atomic' preferredDuringSchedulingIgnoredDuringExecution: type: array items: $ref: '#/components/schemas/v1WeightedPodAffinityTerm' title: 'The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. +optional +listType=atomic' description: Pod affinity is a group of inter pod affinity scheduling rules. v1PodReadinessGate: type: object properties: conditionType: type: string description: ConditionType refers to a condition in the pod's condition list with matching type. title: PodReadinessGate contains the reference to a pod condition protobufAny: type: object properties: type_url: type: string description: "A URL/resource name that uniquely identifies the type of the serialized\nprotocol buffer message. This string must contain at least\none \"/\" character. The last segment of the URL's path must represent\nthe fully qualified name of the type (as in\n`path/google.protobuf.Duration`). The name should be in a canonical form\n(e.g., leading \".\" is not accepted).\n\nIn practice, teams usually precompile into the binary all types that they\nexpect it to use in the context of Any. However, for URLs which use the\nscheme `http`, `https`, or no scheme, one can optionally set up a type\nserver that maps type URLs to message definitions as follows:\n\n* If no scheme is provided, `https` is assumed.\n* An HTTP GET on the URL must yield a [google.protobuf.Type][]\n value in binary format, or produce an error.\n* Applications are allowed to cache lookup results based on the\n URL, or have them precompiled into a binary to avoid any\n lookup. Therefore, binary compatibility needs to be preserved\n on changes to types. (Use versioned type names to manage\n breaking changes.)\n\nNote: this functionality is not currently available in the official\nprotobuf release, and it is not used for type URLs beginning with\ntype.googleapis.com. As of May 2023, there are no widely used type server\nimplementations and no plans to implement one.\n\nSchemes other than `http`, `https` (or the empty scheme) might be\nused with implementation specific semantics." value: type: string format: byte description: Must be a valid serialized protocol buffer of the above specified type. description: "`Any` contains an arbitrary serialized protocol buffer message along with a\nURL that describes the type of the serialized message.\n\nProtobuf library provides support to pack/unpack Any values in the form\nof utility functions or additional generated methods of the Any type.\n\nExample 1: Pack and unpack a message in C++.\n\n Foo foo = ...;\n Any any;\n any.PackFrom(foo);\n ...\n if (any.UnpackTo(&foo)) {\n ...\n }\n\nExample 2: Pack and unpack a message in Java.\n\n Foo foo = ...;\n Any any = Any.pack(foo);\n ...\n if (any.is(Foo.class)) {\n foo = any.unpack(Foo.class);\n }\n // or ...\n if (any.isSameTypeAs(Foo.getDefaultInstance())) {\n foo = any.unpack(Foo.getDefaultInstance());\n }\n\n Example 3: Pack and unpack a message in Python.\n\n foo = Foo(...)\n any = Any()\n any.Pack(foo)\n ...\n if any.Is(Foo.DESCRIPTOR):\n any.Unpack(foo)\n ...\n\n Example 4: Pack and unpack a message in Go\n\n foo := &pb.Foo{...}\n any, err := anypb.New(foo)\n if err != nil {\n ...\n }\n ...\n foo := &pb.Foo{}\n if err := any.UnmarshalTo(foo); err != nil {\n ...\n }\n\nThe pack methods provided by protobuf library will by default use\n'type.googleapis.com/full.type.name' as the type URL and the unpack\nmethods only use the fully qualified type name after the last '/'\nin the type URL, for example \"foo.bar.com/x/y.z\" will yield type\nname \"y.z\".\n\nJSON\n====\nThe JSON representation of an `Any` value uses the regular\nrepresentation of the deserialized, embedded message, with an\nadditional field `@type` which contains the type URL. Example:\n\n package google.profile;\n message Person {\n string first_name = 1;\n string last_name = 2;\n }\n\n {\n \"@type\": \"type.googleapis.com/google.profile.Person\",\n \"firstName\": ,\n \"lastName\": \n }\n\nIf the embedded message type is well-known and has a custom JSON\nrepresentation, that representation will be embedded adding a field\n`value` which holds the custom JSON in addition to the `@type`\nfield. Example (for message [google.protobuf.Duration][]):\n\n {\n \"@type\": \"type.googleapis.com/google.protobuf.Duration\",\n \"value\": \"1.212s\"\n }" v1MetricProvider: type: object properties: prometheus: $ref: '#/components/schemas/v1PrometheusMetric' kayenta: $ref: '#/components/schemas/v1KayentaMetric' web: $ref: '#/components/schemas/v1WebMetric' datadog: $ref: '#/components/schemas/v1DatadogMetric' wavefront: $ref: '#/components/schemas/v1WavefrontMetric' newRelic: $ref: '#/components/schemas/v1NewRelicMetric' job: $ref: '#/components/schemas/v1JobMetric' cloudWatch: $ref: '#/components/schemas/v1CloudWatchMetric' graphite: $ref: '#/components/schemas/v1GraphiteMetric' influxdb: $ref: '#/components/schemas/v1InfluxdbMetric' skywalking: $ref: '#/components/schemas/v1SkyWalkingMetric' plugin: type: object additionalProperties: type: string format: byte title: '+kubebuilder:validation:Schemaless +kubebuilder:pruning:PreserveUnknownFields +kubebuilder:validation:Type=object Plugin specifies the hashicorp go-plugin metric to query' title: 'MetricProvider which external system to use to verify the analysis Only one of the fields in this struct should be non-nil' v1SeccompProfile: type: object properties: type: type: string description: 'Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied. +unionDiscriminator' title: 'type indicates which kind of seccomp profile will be applied. Valid options are:' localhostProfile: type: string title: 'localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet''s configured seccomp profile location. Must be set if type is "Localhost". Must NOT be set for any other type. +optional' title: 'SeccompProfile defines a pod/container''s seccomp profile settings. Only one profile source may be set. +union' v1RolloutExperimentTemplate: type: object properties: name: type: string title: Name description of template that passed to the template specRef: type: string title: SpecRef indicates where the rollout should get the RS template from replicas: type: integer format: int32 title: 'Replicas replica count for the template +optional' metadata: $ref: '#/components/schemas/v1PodTemplateMetadata' selector: $ref: '#/components/schemas/v1LabelSelector' weight: type: integer format: int32 title: Weight sets the percentage of traffic the template's replicas should receive service: $ref: '#/components/schemas/v1TemplateService' title: RolloutExperimentTemplate defines the template used to create experiments for the Rollout's experiment canary step v1Toleration: type: object properties: key: type: string title: 'Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. +optional' operator: type: string title: 'Operator represents a key''s relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. +optional' value: type: string title: 'Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. +optional' effect: type: string title: 'Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. +optional' tolerationSeconds: type: string format: int64 title: 'TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. +optional' description: 'The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator .' v1PreferredSchedulingTerm: type: object properties: weight: type: integer format: int32 description: Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. preference: $ref: '#/components/schemas/v1NodeSelectorTerm' description: 'An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it''s a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).' v1LabelSelector: type: object properties: matchLabels: type: object additionalProperties: type: string title: 'matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. +optional' matchExpressions: type: array items: $ref: '#/components/schemas/v1LabelSelectorRequirement' title: 'matchExpressions is a list of label selector requirements. The requirements are ANDed. +optional +listType=atomic' title: 'A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects. +structType=atomic' v1TypedObjectReference: type: object properties: apiGroup: type: string title: 'APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. +optional' kind: type: string title: Kind is the type of resource being referenced name: type: string title: Name is the name of resource being referenced namespace: type: string title: 'Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace''s owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled. +featureGate=CrossNamespaceVolumeDataSource +optional' title: TypedObjectReference contains enough information to let you locate the typed referenced object v1MeasurementRetention: type: object properties: metricName: type: string description: MetricName is the name of the metric on which this retention policy should be applied. limit: type: integer format: int32 description: Limit is the maximum number of measurements to be retained for this given metric. description: MeasurementRetention defines the settings for retaining the number of measurements during the analysis. v1PodAntiAffinity: type: object properties: requiredDuringSchedulingIgnoredDuringExecution: type: array items: $ref: '#/components/schemas/v1PodAffinityTerm' title: 'If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. +optional +listType=atomic' preferredDuringSchedulingIgnoredDuringExecution: type: array items: $ref: '#/components/schemas/v1WeightedPodAffinityTerm' title: 'The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and subtracting "weight" from the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. +optional +listType=atomic' description: Pod anti affinity is a group of inter pod anti affinity scheduling rules. v1PodFailurePolicyOnExitCodesRequirement: type: object properties: containerName: type: string title: 'Restricts the check for exit codes to the container with the specified name. When null, the rule applies to all containers. When specified, it should match one the container or initContainer names in the pod template. +optional' operator: type: string description: "- In: the requirement is satisfied if at least one container exit code\n (might be multiple if there are multiple containers not restricted\n by the 'containerName' field) is in the set of specified values.\n- NotIn: the requirement is satisfied if at least one container exit code\n (might be multiple if there are multiple containers not restricted\n by the 'containerName' field) is not in the set of specified values.\nAdditional values are considered to be added in the future. Clients should\nreact to an unknown operator by assuming the requirement is not satisfied." title: 'Represents the relationship between the container exit code(s) and the specified values. Containers completed with success (exit code 0) are excluded from the requirement check. Possible values are:' values: type: array items: type: integer format: int32 title: 'Specifies the set of values. Each returned container exit code (might be multiple in case of multiple containers) is checked against this set of values with respect to the operator. The list of values must be ordered and must not contain duplicates. Value ''0'' cannot be used for the In operator. At least one element is required. At most 255 elements are allowed. +listType=set' description: 'PodFailurePolicyOnExitCodesRequirement describes the requirement for handling a failed pod based on its container exit codes. In particular, it lookups the .state.terminated.exitCode for each app container and init container status, represented by the .status.containerStatuses and .status.initContainerStatuses fields in the Pod status, respectively. Containers completed with success (exit code 0) are excluded from the requirement check.' v1NodeSelectorTerm: type: object properties: matchExpressions: type: array items: $ref: '#/components/schemas/v1NodeSelectorRequirement' title: 'A list of node selector requirements by node''s labels. +optional +listType=atomic' matchFields: type: array items: $ref: '#/components/schemas/v1NodeSelectorRequirement' title: 'A list of node selector requirements by node''s fields. +optional +listType=atomic' title: 'A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. +structType=atomic' v1ImageVolumeSource: type: object properties: reference: type: string title: 'Required: Image or artifact reference to be used. Behaves in the same way as pod.spec.containers[*].image. Pull secrets will be assembled in the same way as for the container image by looking up node credentials, SA image pull secrets, and pod spec image pull secrets. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. +optional' pullPolicy: type: string title: 'Policy for pulling OCI objects. Possible values are: Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn''t present. IfNotPresent: the kubelet pulls if the reference isn''t already present on disk. Container creation will fail if the reference isn''t present and the pull fails. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. +optional' description: ImageVolumeSource represents a image volume resource. v1GRPCAction: type: object properties: port: type: integer format: int32 description: Port number of the gRPC service. Number must be in the range 1 to 65535. service: type: string description: 'Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). If this is not specified, the default behavior is defined by gRPC. +optional +default=""' description: GRPCAction specifies an action involving a GRPC service. v1ProjectedVolumeSource: type: object properties: sources: type: array items: $ref: '#/components/schemas/v1VolumeProjection' title: 'sources is the list of volume projections. Each entry in this list handles one source. +optional +listType=atomic' defaultMode: type: integer format: int32 title: 'defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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. +optional' title: Represents a projected volume source v1PersistentVolumeClaimTemplate: type: object properties: metadata: $ref: '#/components/schemas/v1ObjectMeta' spec: $ref: '#/components/schemas/v1PersistentVolumeClaimSpec' description: 'PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.' v1AnalysisRunArgument: type: object properties: name: type: string title: Name argument name value: type: string title: Value a hardcoded value for the argument. This field is a one of field with valueFrom valueFrom: $ref: '#/components/schemas/v1ArgumentValueFrom' title: AnalysisRunArgument argument to add to analysisRun v1StorageOSVolumeSource: type: object properties: volumeName: type: string description: 'volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.' volumeNamespace: type: string title: 'volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod''s namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. +optional' fsType: type: string title: 'fsType is the 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. +optional' readOnly: type: boolean title: 'readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional' secretRef: $ref: '#/components/schemas/v1LocalObjectReference' description: Represents a StorageOS persistent volume resource. v1SELinuxOptions: type: object properties: user: type: string title: 'User is a SELinux user label that applies to the container. +optional' role: type: string title: 'Role is a SELinux role label that applies to the container. +optional' type: type: string title: 'Type is a SELinux type label that applies to the container. +optional' level: type: string title: 'Level is SELinux level label that applies to the container. +optional' title: SELinuxOptions are the labels to be applied to the container v1PrometheusMetric: type: object properties: address: type: string title: Address is the HTTP address and port of the prometheus server query: type: string title: Query is a raw prometheus query to perform authentication: $ref: '#/components/schemas/v1PrometheusAuth' timeout: type: string format: int64 title: 'Timeout represents the duration within which a prometheus query should complete. It is expressed in seconds. +optional' insecure: type: boolean title: Insecure skips host TLS verification headers: type: array items: $ref: '#/components/schemas/v1WebMetricHeader' title: 'Headers are HTTP headers to use in the request +optional +patchMergeKey=key +patchStrategy=merge' title: PrometheusMetric defines the prometheus query to perform canary analysis v1ClusterTrustBundleProjection: type: object properties: name: type: string title: 'Select a single ClusterTrustBundle by object name. Mutually-exclusive with signerName and labelSelector. +optional' signerName: type: string title: 'Select all ClusterTrustBundles that match this signer name. Mutually-exclusive with name. The contents of all selected ClusterTrustBundles will be unified and deduplicated. +optional' labelSelector: $ref: '#/components/schemas/v1LabelSelector' optional: type: boolean title: 'If true, don''t block pod startup if the referenced ClusterTrustBundle(s) aren''t available. If using name, then the named ClusterTrustBundle is allowed not to exist. If using signerName, then the combination of signerName and labelSelector is allowed to match zero ClusterTrustBundles. +optional' path: type: string description: Relative path from the volume root to write the bundle. description: 'ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.' v1GraphiteMetric: type: object properties: address: type: string title: Address is the HTTP address and port of the Graphite server query: type: string title: Query is a raw Graphite query to perform title: GraphiteMetric defines the Graphite query to perform canary analysis v1CloudWatchMetric: type: object properties: interval: type: string metricDataQueries: type: array items: $ref: '#/components/schemas/v1CloudWatchMetricDataQuery' title: CloudWatchMetric defines the cloudwatch query to perform canary analysis v1ResourceRequirements: type: object properties: limits: type: object additionalProperties: $ref: '#/components/schemas/resourceQuantity' title: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ +optional' requests: type: object additionalProperties: $ref: '#/components/schemas/resourceQuantity' title: '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. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ +optional' claims: type: array items: $ref: '#/components/schemas/v1ResourceClaim' description: 'Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This field depends on the DynamicResourceAllocation feature gate. This field is immutable. It can only be set for containers. +listType=map +listMapKey=name +featureGate=DynamicResourceAllocation +optional' description: ResourceRequirements describes the compute resource requirements. v1FieldRef: type: object properties: fieldPath: type: string title: 'Required: Path of the field to select in the specified API version' v1WeightedPodAffinityTerm: type: object properties: weight: type: integer format: int32 description: 'weight associated with matching the corresponding podAffinityTerm, in the range 1-100.' podAffinityTerm: $ref: '#/components/schemas/v1PodAffinityTerm' title: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) v1SetMirrorRoute: type: object properties: name: type: string title: 'Name this is the name of the route to use for the mirroring of traffic this also needs to be included in the `spec.strategy.canary.trafficRouting.managedRoutes` field' match: type: array items: $ref: '#/components/schemas/v1RouteMatch' title: 'Match Contains a list of rules that if mated will mirror the traffic to the services +optional' percentage: type: integer format: int32 title: 'Services The list of services to mirror the traffic to if the method, path, headers match Service string `json:"service" protobuf:"bytes,3,opt,name=service"` Percentage What percent of the traffic that matched the rules should be mirrored' v1TemplateService: type: object properties: name: type: string title: Name of the service generated by the experiment v1PhotonPersistentDiskVolumeSource: type: object properties: pdID: type: string title: pdID is the ID that identifies Photon Controller persistent disk fsType: type: string description: 'fsType is the 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.' description: Represents a Photon Controller persistent disk resource. v1HTTPGetAction: type: object properties: path: type: string title: 'Path to access on the HTTP server. +optional' port: $ref: '#/components/schemas/intstrIntOrString' host: type: string title: 'Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. +optional' scheme: type: string title: 'Scheme to use for connecting to the host. Defaults to HTTP. +optional' httpHeaders: type: array items: $ref: '#/components/schemas/v1HTTPHeader' title: 'Custom headers to set in the request. HTTP allows repeated headers. +optional +listType=atomic' description: HTTPGetAction describes an action based on HTTP Get requests. v1PodSpec: type: object properties: volumes: type: array items: $ref: '#/components/schemas/v1Volume' title: 'List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes +optional +patchMergeKey=name +patchStrategy=merge,retainKeys +listType=map +listMapKey=name' initContainers: type: array items: $ref: '#/components/schemas/v1Container' title: '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, Liveness probes, or Startup 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 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/ +patchMergeKey=name +patchStrategy=merge +listType=map +listMapKey=name' containers: type: array items: $ref: '#/components/schemas/v1Container' title: '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. +patchMergeKey=name +patchStrategy=merge +listType=map +listMapKey=name' ephemeralContainers: type: array items: $ref: '#/components/schemas/v1EphemeralContainer' title: 'List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod''s ephemeralcontainers subresource. +optional +patchMergeKey=name +patchStrategy=merge +listType=map +listMapKey=name' restartPolicy: type: string title: 'Restart policy for all containers within the pod. One of Always, OnFailure, Never. In some contexts, only a subset of those values may be permitted. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy +optional' terminationGracePeriodSeconds: type: string format: int64 title: 'Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. +optional' activeDeadlineSeconds: type: string format: int64 title: 'Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer. +optional' dnsPolicy: type: string title: 'Set DNS policy for the pod. Defaults to "ClusterFirst". Valid values are ''ClusterFirstWithHostNet'', ''ClusterFirst'', ''Default'' or ''None''. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to ''ClusterFirstWithHostNet''. +optional' nodeSelector: type: object additionalProperties: type: string title: '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/ +optional +mapType=atomic' serviceAccountName: type: string title: '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/ +optional' serviceAccount: type: string title: 'DeprecatedServiceAccount is a deprecated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead. +k8s:conversion-gen=false +optional' automountServiceAccountToken: type: boolean title: 'AutomountServiceAccountToken indicates whether a service account token should be automatically mounted. +optional' nodeName: type: string title: 'NodeName indicates in which node this pod is scheduled. If empty, this pod is a candidate for scheduling by the scheduler defined in schedulerName. Once this field is set, the kubelet for this node becomes responsible for the lifecycle of this pod. This field should not be used to express a desire for the pod to be scheduled on a specific node. https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodename +optional' hostNetwork: type: boolean title: 'Host networking requested for this pod. Use the host''s network namespace. When using HostNetwork you should specify ports so the scheduler is aware. When `hostNetwork` is true, specified `hostPort` fields in port definitions must match `containerPort`, and unspecified `hostPort` fields in port definitions are defaulted to match `containerPort`. Default to false. +k8s:conversion-gen=false +optional' hostPID: type: boolean title: 'Use the host''s pid namespace. Optional: Default to false. +k8s:conversion-gen=false +optional' hostIPC: type: boolean title: 'Use the host''s ipc namespace. Optional: Default to false. +k8s:conversion-gen=false +optional' shareProcessNamespace: type: boolean title: 'Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. +k8s:conversion-gen=false +optional' securityContext: $ref: '#/components/schemas/v1PodSecurityContext' imagePullSecrets: type: array items: $ref: '#/components/schemas/v1LocalObjectReference' title: '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. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod +optional +patchMergeKey=name +patchStrategy=merge +listType=map +listMapKey=name' hostname: type: string title: 'Specifies the hostname of the Pod If not specified, the pod''s hostname will be set to a system-defined value. +optional' subdomain: type: string title: 'If specified, the fully qualified Pod hostname will be "...svc.". If not specified, the pod will not have a domainname at all. +optional' affinity: $ref: '#/components/schemas/v1Affinity' schedulerName: type: string title: 'If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler. +optional' tolerations: type: array items: $ref: '#/components/schemas/v1Toleration' title: 'If specified, the pod''s tolerations. +optional +listType=atomic' hostAliases: type: array items: $ref: '#/components/schemas/v1HostAlias' title: 'HostAliases is an optional list of hosts and IPs that will be injected into the pod''s hosts file if specified. +optional +patchMergeKey=ip +patchStrategy=merge +listType=map +listMapKey=ip' priorityClassName: type: string title: 'If specified, indicates the pod''s priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default. +optional' priority: type: integer format: int32 title: 'The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority. +optional' dnsConfig: $ref: '#/components/schemas/v1PodDNSConfig' readinessGates: type: array items: $ref: '#/components/schemas/v1PodReadinessGate' title: 'If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates +optional +listType=atomic' runtimeClassName: type: string title: 'RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class +optional' enableServiceLinks: type: boolean title: 'EnableServiceLinks indicates whether information about services should be injected into pod''s environment variables, matching the syntax of Docker links. Optional: Defaults to true. +optional' preemptionPolicy: type: string title: 'PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. +optional' overhead: type: object additionalProperties: $ref: '#/components/schemas/resourceQuantity' title: 'Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md +optional' topologySpreadConstraints: type: array items: $ref: '#/components/schemas/v1TopologySpreadConstraint' title: 'TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed. +optional +patchMergeKey=topologyKey +patchStrategy=merge +listType=map +listMapKey=topologyKey +listMapKey=whenUnsatisfiable' setHostnameAsFQDN: type: boolean title: 'If true the pod''s hostname will be configured as the pod''s FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false. +optional' os: $ref: '#/components/schemas/v1PodOS' hostUsers: type: boolean title: 'Use the host''s user namespace. Optional: Default to true. If set to true or not present, the pod will be run in the host user namespace, useful for when the pod needs a feature only available to the host user namespace, such as loading a kernel module with CAP_SYS_MODULE. When set to false, a new userns is created for the pod. Setting false is useful for mitigating container breakout vulnerabilities even allowing users to run their containers as root without actually having root privileges on the host. This field is alpha-level and is only honored by servers that enable the UserNamespacesSupport feature. +k8s:conversion-gen=false +optional' schedulingGates: type: array items: $ref: '#/components/schemas/v1PodSchedulingGate' description: 'SchedulingGates is an opaque list of values that if specified will block scheduling the pod. If schedulingGates is not empty, the pod will stay in the SchedulingGated state and the scheduler will not attempt to schedule the pod. SchedulingGates can only be set at pod creation time, and be removed only afterwards. +patchMergeKey=name +patchStrategy=merge +listType=map +listMapKey=name +optional' resourceClaims: type: array items: $ref: '#/components/schemas/v1PodResourceClaim' description: 'ResourceClaims defines which ResourceClaims must be allocated and reserved before the Pod is allowed to start. The resources will be made available to those containers which consume them by name. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. This field is immutable. +patchMergeKey=name +patchStrategy=merge,retainKeys +listType=map +listMapKey=name +featureGate=DynamicResourceAllocation +optional' resources: $ref: '#/components/schemas/v1ResourceRequirements' hostnameOverride: type: string description: 'HostnameOverride specifies an explicit override for the pod''s hostname as perceived by the pod. This field only specifies the pod''s hostname and does not affect its DNS records. When this field is set to a non-empty string: - It takes precedence over the values set in `hostname` and `subdomain`. - The Pod''s hostname will be set to this value. - `setHostnameAsFQDN` must be nil or set to false. - `hostNetwork` must be set to false. This field must be a valid DNS subdomain as defined in RFC 1123 and contain at most 64 characters. Requires the HostnameOverride feature gate to be enabled. +featureGate=HostnameOverride +optional' description: PodSpec is a description of a pod. v1Capabilities: type: object properties: add: type: array items: type: string title: 'Added capabilities +optional +listType=atomic' drop: type: array items: type: string title: 'Removed capabilities +optional +listType=atomic' description: Adds and removes POSIX capabilities from running containers. v1NodeSelector: type: object properties: nodeSelectorTerms: type: array items: $ref: '#/components/schemas/v1NodeSelectorTerm' title: 'Required. A list of node selector terms. The terms are ORed. +listType=atomic' title: 'A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms. +structType=atomic' v1PodDNSConfigOption: type: object properties: name: type: string description: 'Name is this DNS resolver option''s name. Required.' value: type: string title: 'Value is this DNS resolver option''s value. +optional' description: PodDNSConfigOption defines DNS resolver options of a pod. v1SecretProjection: type: object properties: localObjectReference: $ref: '#/components/schemas/v1LocalObjectReference' items: type: array items: $ref: '#/components/schemas/v1KeyToPath' title: '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 ''..''. +optional +listType=atomic' optional: type: boolean title: 'optional field specify whether the Secret or its key must be defined +optional' description: 'Adapts a secret into a projected volume. The contents of the target Secret''s Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.' v1WavefrontMetric: type: object properties: address: type: string title: Address is the HTTP address and port of the wavefront server query: type: string title: Query is a raw wavefront query to perform title: WavefrontMetric defines the wavefront query to perform canary analysis v1KayentaScope: type: object properties: name: type: string controlScope: $ref: '#/components/schemas/v1ScopeDetail' experimentScope: $ref: '#/components/schemas/v1ScopeDetail' v1StringMatch: type: object properties: exact: type: string title: Exact The string must match exactly prefix: type: string title: Prefix The string will be prefixed matched regex: type: string title: Regex The string will be regular expression matched title: StringMatch Used to define what type of matching we will use exact, prefix, or regular expression v1PodTemplateSpec: type: object properties: metadata: $ref: '#/components/schemas/v1ObjectMeta' spec: $ref: '#/components/schemas/v1PodSpec' title: PodTemplateSpec describes the data a pod should have when created from a template v1DryRun: type: object properties: metricName: type: string description: 'Name of the metric which needs to be evaluated in the Dry-Run mode. Wildcard ''*'' is supported and denotes all the available metrics.' description: DryRun defines the settings for running the analysis in Dry-Run mode. v1KayentaMetric: type: object properties: address: type: string application: type: string canaryConfigName: type: string metricsAccountName: type: string configurationAccountName: type: string storageAccountName: type: string threshold: $ref: '#/components/schemas/v1KayentaThreshold' scopes: type: array items: $ref: '#/components/schemas/v1KayentaScope' v1GCEPersistentDiskVolumeSource: type: object properties: pdName: type: string title: 'pdName is 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' fsType: type: string title: 'fsType is 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 TODO: how do we prevent errors in the filesystem from compromising the machine +optional' partition: type: integer format: int32 title: 'partition is 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 +optional' readOnly: type: boolean title: 'readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk +optional' description: 'Represents a Persistent Disk resource in Google Compute Engine. A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.' v1ConfigMapVolumeSource: type: object properties: localObjectReference: $ref: '#/components/schemas/v1LocalObjectReference' items: type: array items: $ref: '#/components/schemas/v1KeyToPath' title: 'items if unspecified, each key-value pair in the Data field of the referenced ConfigMap 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 ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ''..'' path or start with ''..''. +optional +listType=atomic' defaultMode: type: integer format: int32 title: 'defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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. +optional' optional: type: boolean title: 'optional specify whether the ConfigMap or its keys must be defined +optional' description: 'Adapts a ConfigMap into a volume. The contents of the target ConfigMap''s Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.' v1WebMetricHeader: type: object properties: key: type: string value: type: string v1NFSVolumeSource: type: object properties: server: type: string title: 'server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs' path: type: string title: 'path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs' readOnly: type: boolean title: '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 +optional' description: 'Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.' v1ObjectFieldSelector: type: object properties: apiVersion: type: string title: 'Version of the schema the FieldPath is written in terms of, defaults to "v1". +optional' fieldPath: type: string description: Path of the field to select in the specified API version. title: 'ObjectFieldSelector selects an APIVersioned field of an object. +structType=atomic' v1PortworxVolumeSource: type: object properties: volumeID: type: string title: volumeID uniquely identifies a Portworx volume fsType: type: string description: 'fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified.' readOnly: type: boolean title: 'readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional' description: PortworxVolumeSource represents a Portworx volume resource. v1PersistentVolumeClaimSpec: type: object properties: accessModes: type: array items: type: string title: 'accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 +optional +listType=atomic' selector: $ref: '#/components/schemas/v1LabelSelector' resources: $ref: '#/components/schemas/v1VolumeResourceRequirements' volumeName: type: string title: 'volumeName is the binding reference to the PersistentVolume backing this claim. +optional' storageClassName: type: string title: 'storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 +optional' volumeMode: type: string title: 'volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. +optional' dataSource: $ref: '#/components/schemas/v1TypedLocalObjectReference' dataSourceRef: $ref: '#/components/schemas/v1TypedObjectReference' volumeAttributesClassName: type: string title: 'volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string or nil value indicates that no VolumeAttributesClass will be applied to the claim. If the claim enters an Infeasible error state, this field can be reset to its previous value (including nil) to cancel the modification. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ +featureGate=VolumeAttributesClass +optional' title: 'PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes' gatewayruntimeError: type: object properties: error: type: string code: type: integer format: int32 message: type: string details: type: array items: $ref: '#/components/schemas/protobufAny' v1ProbeHandler: type: object properties: exec: $ref: '#/components/schemas/v1ExecAction' httpGet: $ref: '#/components/schemas/v1HTTPGetAction' tcpSocket: $ref: '#/components/schemas/v1TCPSocketAction' grpc: $ref: '#/components/schemas/v1GRPCAction' description: 'ProbeHandler defines a specific action that should be taken in a probe. One and only one of the fields must be specified.' v1KayentaThreshold: type: object properties: pass: type: string format: int64 marginal: type: string format: int64 v1ArgumentValueFrom: type: object properties: podTemplateHashValue: type: string title: PodTemplateHashValue gets the value from one of the children ReplicaSet's Pod Template Hash fieldRef: $ref: '#/components/schemas/v1FieldRef' title: ArgumentValueFrom defines references to fields within resources to grab for the value (i.e. Pod Template Hash) v1Time: type: object properties: seconds: type: string format: int64 description: 'Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.' nanos: type: integer format: int32 description: 'Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive. This field may be limited in precision depending on context.' description: 'Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. +protobuf.options.marshal=false +protobuf.as=Timestamp +protobuf.options.(gogoproto.goproto_stringer)=false' v1RolloutContainerInfo: type: object properties: name: type: string image: type: string v1PodAffinityTerm: type: object properties: labelSelector: $ref: '#/components/schemas/v1LabelSelector' namespaces: type: array items: type: string title: 'namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod''s namespace". +optional +listType=atomic' topologyKey: type: string description: 'This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.' namespaceSelector: $ref: '#/components/schemas/v1LabelSelector' matchLabelKeys: type: array items: type: string description: 'MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod''s pod (anti) affinity. Keys that don''t exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn''t set. +listType=atomic +optional' mismatchLabelKeys: type: array items: type: string description: 'MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod''s pod (anti) affinity. Keys that don''t exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn''t set. +listType=atomic +optional' title: 'Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running' v1LifecycleHandler: type: object properties: exec: $ref: '#/components/schemas/v1ExecAction' httpGet: $ref: '#/components/schemas/v1HTTPGetAction' tcpSocket: $ref: '#/components/schemas/v1TCPSocketAction' sleep: $ref: '#/components/schemas/v1SleepAction' description: 'LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.' v1TCPSocketAction: type: object properties: port: $ref: '#/components/schemas/intstrIntOrString' host: type: string title: 'Optional: Host name to connect to, defaults to the pod IP. +optional' title: TCPSocketAction describes an action based on opening a socket v1SecretKeySelector: type: object properties: localObjectReference: $ref: '#/components/schemas/v1LocalObjectReference' key: type: string description: The key of the secret to select from. Must be a valid secret key. optional: type: boolean title: 'Specify whether the Secret or its key must be defined +optional' title: 'SecretKeySelector selects a key of a Secret. +structType=atomic' v1GitRepoVolumeSource: type: object properties: repository: type: string title: repository is the URL revision: type: string title: 'revision is the commit hash for the specified revision. +optional' directory: type: string title: 'directory is the target directory name. Must not contain or start with ''..''. If ''.'' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. +optional' description: 'Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod''s container.' v1CinderVolumeSource: type: object properties: volumeID: type: string title: 'volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md' fsType: type: string title: 'fsType is the 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://examples.k8s.io/mysql-cinder-pd/README.md +optional' readOnly: type: boolean title: 'readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md +optional' secretRef: $ref: '#/components/schemas/v1LocalObjectReference' description: 'Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.' v1RBDVolumeSource: type: object properties: monitors: type: array items: type: string title: 'monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +listType=atomic' image: type: string title: 'image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it' fsType: type: string title: 'fsType is the 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 TODO: how do we prevent errors in the filesystem from compromising the machine +optional' pool: type: string title: 'pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional +default="rbd"' user: type: string title: 'user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional +default="admin"' keyring: type: string title: 'keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional +default="/etc/ceph/keyring"' secretRef: $ref: '#/components/schemas/v1LocalObjectReference' readOnly: type: boolean title: 'readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional' description: 'Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.' v1TopologySpreadConstraint: type: object properties: maxSkew: type: integer format: int32 description: 'MaxSkew describes the degree to which pods may be unevenly distributed. When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. The global minimum is the minimum number of matching pods in an eligible domain or zero if the number of eligible domains is less than MinDomains. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 2/2/1: In this case, the global minimum is 1. +-------+-------+-------+ | zone1 | zone2 | zone3 | +-------+-------+-------+ | P P | P P | P | +-------+-------+-------+ - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence to topologies that satisfy it. It''s a required field. Default value is 1 and 0 is not allowed.' topologyKey: type: string description: 'TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each as a "bucket", and try to put balanced number of pods into each bucket. We define a domain as a particular instance of a topology. Also, we define an eligible domain as a domain whose nodes meet the requirements of nodeAffinityPolicy and nodeTaintsPolicy. e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology. And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology. It''s a required field.' whenUnsatisfiable: type: string description: "WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy\nthe spread constraint.\n- DoNotSchedule (default) tells the scheduler not to schedule it.\n- ScheduleAnyway tells the scheduler to schedule the pod in any location,\n but giving higher precedence to topologies that would help reduce the\n skew.\nA constraint is considered \"Unsatisfiable\" for an incoming pod\nif and only if every possible node assignment for that pod would violate\n\"MaxSkew\" on some topology.\nFor example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same\nlabelSelector spread as 3/1/1:\n+-------+-------+-------+\n| zone1 | zone2 | zone3 |\n+-------+-------+-------+\n| P P P | P | P |\n+-------+-------+-------+\nIf WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled\nto zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies\nMaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler\nwon't make it *more* imbalanced.\nIt's a required field." labelSelector: $ref: '#/components/schemas/v1LabelSelector' minDomains: type: integer format: int32 description: 'MinDomains indicates a minimum number of eligible domains. When the number of eligible domains with matching topology keys is less than minDomains, Pod Topology Spread treats "global minimum" as 0, and then the calculation of Skew is performed. And when the number of eligible domains with matching topology keys equals or greater than minDomains, this value has no effect on scheduling. As a result, when the number of eligible domains is less than minDomains, scheduler won''t schedule more than maxSkew Pods to those domains. If value is nil, the constraint behaves as if MinDomains is equal to 1. Valid values are integers greater than 0. When value is not nil, WhenUnsatisfiable must be DoNotSchedule. For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same labelSelector spread as 2/2/2: +-------+-------+-------+ | zone1 | zone2 | zone3 | +-------+-------+-------+ | P P | P P | P P | +-------+-------+-------+ The number of domains is less than 5(MinDomains), so "global minimum" is treated as 0. In this situation, new pod with the same labelSelector cannot be scheduled, because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones, it will violate MaxSkew. +optional' nodeAffinityPolicy: type: string description: 'NodeAffinityPolicy indicates how we will treat Pod''s nodeAffinity/nodeSelector when calculating pod topology spread skew. Options are: - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations. If this value is nil, the behavior is equivalent to the Honor policy. +optional' nodeTaintsPolicy: type: string description: 'NodeTaintsPolicy indicates how we will treat node taints when calculating pod topology spread skew. Options are: - Honor: nodes without taints, along with tainted nodes for which the incoming pod has a toleration, are included. - Ignore: node taints are ignored. All nodes are included. If this value is nil, the behavior is equivalent to the Ignore policy. +optional' matchLabelKeys: type: array items: type: string description: 'MatchLabelKeys is a set of pod label keys to select the pods over which spreading will be calculated. The keys are used to lookup values from the incoming pod labels, those key-value labels are ANDed with labelSelector to select the group of existing pods over which spreading will be calculated for the incoming pod. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. MatchLabelKeys cannot be set when LabelSelector isn''t set. Keys that don''t exist in the incoming pod labels will be ignored. A null or empty list means only match against labelSelector. This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default). +listType=atomic +optional' description: TopologySpreadConstraint specifies how to spread matching pods among the given topology. v1Affinity: type: object properties: nodeAffinity: $ref: '#/components/schemas/v1NodeAffinity' podAffinity: $ref: '#/components/schemas/v1PodAffinity' podAntiAffinity: $ref: '#/components/schemas/v1PodAntiAffinity' description: Affinity is a group of affinity scheduling rules. v1CloudWatchMetricStatMetric: type: object properties: dimensions: type: array items: $ref: '#/components/schemas/v1CloudWatchMetricStatMetricDimension' metricName: type: string namespace: type: string v1AnalysisRunMetadata: type: object properties: labels: type: object additionalProperties: type: string title: 'Labels Additional labels to add to the AnalysisRun +optional' annotations: type: object additionalProperties: type: string title: 'Annotations additional annotations to add to the AnalysisRun +optional' title: AnalysisRunMetadata extra labels to add to the AnalysisRun v1HeaderRoutingMatch: type: object properties: headerName: type: string title: HeaderName the name of the request header headerValue: $ref: '#/components/schemas/v1StringMatch' v1SuccessPolicyRule: type: object properties: succeededIndexes: type: string description: 'succeededIndexes specifies the set of indexes which need to be contained in the actual set of the succeeded indexes for the Job. The list of indexes must be within 0 to ".spec.completions-1" and must not contain duplicates. At least one element is required. The indexes are represented as intervals separated by commas. The intervals can be a decimal integer or a pair of decimal integers separated by a hyphen. The number are listed in represented by the first and last element of the series, separated by a hyphen. For example, if the completed indexes are 1, 3, 4, 5 and 7, they are represented as "1,3-5,7". When this field is null, this field doesn''t default to any value and is never evaluated at any time. +optional' succeededCount: type: integer format: int32 description: 'succeededCount specifies the minimal required size of the actual set of the succeeded indexes for the Job. When succeededCount is used along with succeededIndexes, the check is constrained only to the set of indexes specified by succeededIndexes. For example, given that succeededIndexes is "1-4", succeededCount is "3", and completed indexes are "1", "3", and "5", the Job isn''t declared as succeeded because only "1" and "3" indexes are considered in that rules. When this field is null, this doesn''t default to any value and is never evaluated at any time. When specified it needs to be a positive integer. +optional' description: 'SuccessPolicyRule describes rule for declaring a Job as succeeded. Each rule must have at least one of the "succeededIndexes" or "succeededCount" specified.' v1ISCSIVolumeSource: type: object properties: targetPortal: type: string description: 'targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).' iqn: type: string description: iqn is the target iSCSI Qualified Name. lun: type: integer format: int32 description: lun represents iSCSI Target Lun number. iscsiInterface: type: string title: 'iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to ''default'' (tcp). +optional +default="default"' fsType: type: string title: 'fsType is the 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 TODO: how do we prevent errors in the filesystem from compromising the machine +optional' readOnly: type: boolean title: 'readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. +optional' portals: type: array items: type: string title: 'portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). +optional +listType=atomic' chapAuthDiscovery: type: boolean title: 'chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication +optional' chapAuthSession: type: boolean title: 'chapAuthSession defines whether support iSCSI Session CHAP authentication +optional' secretRef: $ref: '#/components/schemas/v1LocalObjectReference' initiatorName: type: string title: 'initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection. +optional' description: 'Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.' v1VolumeSource: type: object properties: hostPath: $ref: '#/components/schemas/v1HostPathVolumeSource' emptyDir: $ref: '#/components/schemas/v1EmptyDirVolumeSource' gcePersistentDisk: $ref: '#/components/schemas/v1GCEPersistentDiskVolumeSource' awsElasticBlockStore: $ref: '#/components/schemas/v1AWSElasticBlockStoreVolumeSource' gitRepo: $ref: '#/components/schemas/v1GitRepoVolumeSource' secret: $ref: '#/components/schemas/v1SecretVolumeSource' nfs: $ref: '#/components/schemas/v1NFSVolumeSource' iscsi: $ref: '#/components/schemas/v1ISCSIVolumeSource' glusterfs: $ref: '#/components/schemas/v1GlusterfsVolumeSource' persistentVolumeClaim: $ref: '#/components/schemas/v1PersistentVolumeClaimVolumeSource' rbd: $ref: '#/components/schemas/v1RBDVolumeSource' flexVolume: $ref: '#/components/schemas/v1FlexVolumeSource' cinder: $ref: '#/components/schemas/v1CinderVolumeSource' cephfs: $ref: '#/components/schemas/v1CephFSVolumeSource' flocker: $ref: '#/components/schemas/v1FlockerVolumeSource' downwardAPI: $ref: '#/components/schemas/v1DownwardAPIVolumeSource' fc: $ref: '#/components/schemas/v1FCVolumeSource' azureFile: $ref: '#/components/schemas/v1AzureFileVolumeSource' configMap: $ref: '#/components/schemas/v1ConfigMapVolumeSource' vsphereVolume: $ref: '#/components/schemas/v1VsphereVirtualDiskVolumeSource' quobyte: $ref: '#/components/schemas/v1QuobyteVolumeSource' azureDisk: $ref: '#/components/schemas/v1AzureDiskVolumeSource' photonPersistentDisk: $ref: '#/components/schemas/v1PhotonPersistentDiskVolumeSource' projected: $ref: '#/components/schemas/v1ProjectedVolumeSource' portworxVolume: $ref: '#/components/schemas/v1PortworxVolumeSource' scaleIO: $ref: '#/components/schemas/v1ScaleIOVolumeSource' storageos: $ref: '#/components/schemas/v1StorageOSVolumeSource' csi: $ref: '#/components/schemas/v1CSIVolumeSource' ephemeral: $ref: '#/components/schemas/v1EphemeralVolumeSource' image: $ref: '#/components/schemas/v1ImageVolumeSource' description: 'Represents the source of a volume to mount. Only one of its members may be specified.' v1VolumeProjection: type: object properties: secret: $ref: '#/components/schemas/v1SecretProjection' downwardAPI: $ref: '#/components/schemas/v1DownwardAPIProjection' configMap: $ref: '#/components/schemas/v1ConfigMapProjection' serviceAccountToken: $ref: '#/components/schemas/v1ServiceAccountTokenProjection' clusterTrustBundle: $ref: '#/components/schemas/v1ClusterTrustBundleProjection' podCertificate: $ref: '#/components/schemas/v1PodCertificateProjection' description: 'Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.' v1PodTemplateMetadata: type: object properties: labels: type: object additionalProperties: type: string title: 'Labels Additional labels to add to the experiment +optional' annotations: type: object additionalProperties: type: string title: 'Annotations additional annotations to add to the experiment +optional' title: PodTemplateMetadata extra labels to add to the template v1SetCanaryScale: type: object properties: weight: type: integer format: int32 title: 'Weight sets the percentage of replicas the newRS should have +optional' replicas: type: integer format: int32 title: 'Replicas sets the number of replicas the newRS should have +optional' matchTrafficWeight: type: boolean title: 'MatchTrafficWeight cancels out previously set Replicas or Weight, effectively activating SetWeight +optional' title: SetCanaryScale defines how to scale the newRS without changing traffic weight v1SecretVolumeSource: type: object properties: secretName: type: string title: 'secretName is the name of the secret in the pod''s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret +optional' items: type: array items: $ref: '#/components/schemas/v1KeyToPath' title: '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 ''..''. +optional +listType=atomic' defaultMode: type: integer format: int32 title: 'defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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. +optional' optional: type: boolean title: 'optional field specify whether the Secret or its keys must be defined +optional' description: '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.' v1EnvVar: type: object properties: name: type: string description: 'Name of the environment variable. May consist of any printable ASCII characters except ''=''.' value: type: string title: 'Variable references $(VAR_NAME) are expanded using the previously 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. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". +optional' valueFrom: $ref: '#/components/schemas/v1EnvVarSource' description: EnvVar represents an environment variable present in a Container. v1ContainerRestartRule: type: object properties: action: type: string title: 'Specifies the action taken on a container exit if the requirements are satisfied. The only possible value is "Restart" to restart the container. +required' exitCodes: $ref: '#/components/schemas/v1ContainerRestartRuleOnExitCodes' description: ContainerRestartRule describes how a container exit is handled. v1PodSecurityContext: type: object properties: seLinuxOptions: $ref: '#/components/schemas/v1SELinuxOptions' windowsOptions: $ref: '#/components/schemas/v1WindowsSecurityContextOptions' runAsUser: type: string format: int64 title: 'The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. +optional' runAsGroup: type: string format: int64 title: 'The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. +optional' runAsNonRoot: type: boolean title: 'Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. +optional' supplementalGroups: type: array items: type: string format: int64 title: 'A list of groups applied to the first process run in each container, in addition to the container''s primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows. +optional +listType=atomic' supplementalGroupsPolicy: type: string title: 'Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows. TODO: update the default value to "Merge" when spec.os.name is not windows in v1.34 +featureGate=SupplementalGroupsPolicy +optional' fsGroup: type: string format: int64 description: '1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR''d with rw-rw---- If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows. +optional' title: 'A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:' sysctls: type: array items: $ref: '#/components/schemas/v1Sysctl' title: 'Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows. +optional +listType=atomic' fsGroupChangePolicy: type: string title: 'fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows. +optional' seccompProfile: $ref: '#/components/schemas/v1SeccompProfile' appArmorProfile: $ref: '#/components/schemas/v1AppArmorProfile' seLinuxChangePolicy: type: string description: 'seLinuxChangePolicy defines how the container''s SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive". "Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node. "MountOption" mounts all eligible Pod volumes with `-o context` mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled. If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes. This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers. All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows. +featureGate=SELinuxChangePolicy +optional' description: 'PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.' v1WebMetric: type: object properties: method: type: string title: Method is the method of the web metric (empty defaults to GET) url: type: string title: URL is the address of the web metric headers: type: array items: $ref: '#/components/schemas/v1WebMetricHeader' title: '+patchMergeKey=key +patchStrategy=merge Headers are HTTP headers to use in the request' body: type: string title: Body is the body of the web metric (must be POST/PUT) timeoutSeconds: type: string format: int64 title: 'TimeoutSeconds is the timeout for the request in seconds (default: 10)' jsonPath: type: string title: 'JSONPath is a JSON Path to use as the result variable (default: "{$}")' insecure: type: boolean title: Insecure skips host TLS verification jsonBody: type: string format: byte title: '+kubebuilder:validation:Schemaless +kubebuilder:pruning:PreserveUnknownFields +kubebuilder:validation:Type=object JSONBody is the body of the web metric in a json format (method must be POST/PUT)' v1SleepAction: type: object properties: seconds: type: string format: int64 description: Seconds is the number of seconds to sleep. description: SleepAction describes a "sleep" action. v1TypedLocalObjectReference: type: object properties: apiGroup: type: string title: 'APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. +optional' kind: type: string title: Kind is the type of resource being referenced name: type: string title: Name is the name of resource being referenced description: "TypedLocalObjectReference contains enough information to let you locate the\ntyped referenced object inside the same namespace.\n---\nNew uses of this type are discouraged because of difficulty describing its usage when embedded in APIs.\n 1. Invalid usage help. It is impossible to add specific help for individual usage. In most embedded usages, there are particular\n restrictions like, \"must refer only to types A and B\" or \"UID not honored\" or \"name must be restricted\".\n Those cannot be well described when embedded.\n 2. Inconsistent validation. Because the usages are different, the validation rules are different by usage, which makes it hard for users to predict what will happen.\n 3. The fields are both imprecise and overly precise. Kind is not a precise mapping to a URL. This can produce ambiguity\n during interpretation and require a REST mapping. In most cases, the dependency is on the group,resource tuple\n and the version of the actual struct is irrelevant.\n 4. We cannot easily change it. Because this type is embedded in many locations, updates to this type\n will affect numerous schemas. Don't make new APIs embed an underspecified API type they do not control.\n\nInstead of using this type, create a locally provided and used type that is well-focused on your reference.\nFor example, ServiceReferences for admission registration: https://github.com/kubernetes/api/blob/release-1.17/admissionregistration/v1/types.go#L533 .\n+structType=atomic" v1FlockerVolumeSource: type: object properties: datasetName: type: string title: 'datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated +optional' datasetUUID: type: string title: 'datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset +optional' description: 'Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.' v1VolumeMount: type: object properties: name: type: string description: This must match the Name of a Volume. readOnly: type: boolean title: 'Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. +optional' recursiveReadOnly: type: string description: 'RecursiveReadOnly specifies whether read-only mounts should be handled recursively. If ReadOnly is false, this field has no meaning and must be unspecified. If ReadOnly is true, and this field is set to Disabled, the mount is not made recursively read-only. If this field is set to IfPossible, the mount is made recursively read-only, if it is supported by the container runtime. If this field is set to Enabled, the mount is made recursively read-only if it is supported by the container runtime, otherwise the pod will not be started and an error will be generated to indicate the reason. If this field is set to IfPossible or Enabled, MountPropagation must be set to None (or be unspecified, which defaults to None). If this field is not specified, it is treated as an equivalent of Disabled. +featureGate=RecursiveReadOnlyMounts +optional' mountPath: type: string description: 'Path within the container at which the volume should be mounted. Must not contain '':''.' subPath: type: string title: 'Path within the volume from which the container''s volume should be mounted. Defaults to "" (volume''s root). +optional' mountPropagation: type: string title: 'mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified (which defaults to None). +optional' subPathExpr: type: string title: 'Expanded path within the volume from which the container''s volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container''s environment. Defaults to "" (volume''s root). SubPathExpr and SubPath are mutually exclusive. +optional' description: VolumeMount describes a mounting of a Volume within a container. v1RolloutJobInfo: type: object properties: metadata: $ref: '#/components/schemas/v1ObjectMeta' status: type: string icon: type: string metricName: type: string startedAt: $ref: '#/components/schemas/v1Time' v1CloudWatchMetricDataQuery: type: object properties: id: type: string expression: type: string label: type: string metricStat: $ref: '#/components/schemas/v1CloudWatchMetricStat' period: $ref: '#/components/schemas/intstrIntOrString' returnData: type: boolean title: CloudWatchMetricDataQuery defines the cloudwatch query v1HTTPHeader: type: object properties: name: type: string description: 'The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.' value: type: string title: The header field value title: HTTPHeader describes a custom header to be used in HTTP probes v1Container: type: object properties: name: type: string description: 'Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.' image: type: string title: 'Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. +optional' command: type: array items: type: string title: 'Entrypoint array. Not executed within a shell. The container 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. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(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 +optional +listType=atomic' args: type: array items: type: string title: 'Arguments to the entrypoint. The container 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. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(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 +optional +listType=atomic' workingDir: type: string title: 'Container''s working directory. If not specified, the container runtime''s default will be used, which might be configured in the container image. Cannot be updated. +optional' ports: type: array items: $ref: '#/components/schemas/v1ContainerPort' title: 'List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated. +optional +patchMergeKey=containerPort +patchStrategy=merge +listType=map +listMapKey=containerPort +listMapKey=protocol' envFrom: type: array items: $ref: '#/components/schemas/v1EnvFromSource' title: 'List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except ''=''. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. +optional +listType=atomic' env: type: array items: $ref: '#/components/schemas/v1EnvVar' title: 'List of environment variables to set in the container. Cannot be updated. +optional +patchMergeKey=name +patchStrategy=merge +listType=map +listMapKey=name' resources: $ref: '#/components/schemas/v1ResourceRequirements' resizePolicy: type: array items: $ref: '#/components/schemas/v1ContainerResizePolicy' title: 'Resources resize policy for the container. +featureGate=InPlacePodVerticalScaling +optional +listType=atomic' restartPolicy: type: string title: 'RestartPolicy defines the restart behavior of individual containers in a pod. This overrides the pod-level restart policy. When this field is not specified, the restart behavior is defined by the Pod''s restart policy and the container type. Additionally, setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed. +featureGate=SidecarContainers +optional' restartPolicyRules: type: array items: $ref: '#/components/schemas/v1ContainerRestartRule' title: 'Represents a list of rules to be checked to determine if the container should be restarted on exit. The rules are evaluated in order. Once a rule matches a container exit condition, the remaining rules are ignored. If no rule matches the container exit condition, the Container-level restart policy determines the whether the container is restarted or not. Constraints on the rules: - At most 20 rules are allowed. - Rules can have the same action. - Identical rules are not forbidden in validations. When rules are specified, container MUST set RestartPolicy explicitly even it if matches the Pod''s RestartPolicy. +featureGate=ContainerRestartRules +optional +listType=atomic' volumeMounts: type: array items: $ref: '#/components/schemas/v1VolumeMount' title: 'Pod volumes to mount into the container''s filesystem. Cannot be updated. +optional +patchMergeKey=mountPath +patchStrategy=merge +listType=map +listMapKey=mountPath' volumeDevices: type: array items: $ref: '#/components/schemas/v1VolumeDevice' title: 'volumeDevices is the list of block devices to be used by the container. +patchMergeKey=devicePath +patchStrategy=merge +listType=map +listMapKey=devicePath +optional' livenessProbe: $ref: '#/components/schemas/v1Probe' readinessProbe: $ref: '#/components/schemas/v1Probe' startupProbe: $ref: '#/components/schemas/v1Probe' lifecycle: $ref: '#/components/schemas/v1Lifecycle' terminationMessagePath: type: string title: 'Optional: Path at which the file to which the container''s termination message will be written is mounted into the container''s filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. +optional' terminationMessagePolicy: type: string title: 'Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. +optional' imagePullPolicy: type: string title: '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 +optional' securityContext: $ref: '#/components/schemas/v1SecurityContext' stdin: type: boolean title: 'Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. +optional' stdinOnce: type: boolean title: 'Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false +optional' tty: type: boolean title: 'Whether this container should allocate a TTY for itself, also requires ''stdin'' to be true. Default is false. +optional' description: A single application container that you want to run within a pod. v1ScopeDetail: type: object properties: scope: type: string region: type: string step: type: string format: int64 start: type: string end: type: string v1JobMetric: type: object properties: metadata: $ref: '#/components/schemas/v1ObjectMeta' spec: $ref: '#/components/schemas/v1JobSpec' title: JobMetric defines a job to run which acts as a metric v1DatadogMetric: type: object properties: interval: type: string query: type: string apiVersion: type: string description: 'ApiVersion refers to the Datadog API version being used (default: v1). v1 will eventually be deprecated.' v1EnvFromSource: type: object properties: prefix: type: string title: 'Optional text to prepend to the name of each environment variable. May consist of any printable ASCII characters except ''=''. +optional' configMapRef: $ref: '#/components/schemas/v1ConfigMapEnvSource' secretRef: $ref: '#/components/schemas/v1SecretEnvSource' title: EnvFromSource represents the source of a set of ConfigMaps or Secrets v1EphemeralContainer: type: object properties: ephemeralContainerCommon: $ref: '#/components/schemas/v1EphemeralContainerCommon' targetContainerName: type: string description: 'If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec. The container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined. +optional' description: 'An EphemeralContainer is a temporary container that you may add to an existing Pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a Pod is removed or restarted. The kubelet may evict a Pod if an ephemeral container causes the Pod to exceed its resource allocation. To add an ephemeral container, use the ephemeralcontainers subresource of an existing Pod. Ephemeral containers may not be removed or restarted.' v1QuobyteVolumeSource: type: object properties: registry: type: string title: 'registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes' volume: type: string description: volume is a string that references an already created Quobyte volume by name. readOnly: type: boolean title: 'readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. +optional' user: type: string title: 'user to map volume access to Defaults to serivceaccount user +optional' group: type: string title: 'group to map volume access to Default is no group +optional' tenant: type: string title: 'tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +optional' description: 'Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.' v1PodSchedulingGate: type: object properties: name: type: string description: 'Name of the scheduling gate. Each scheduling gate must have a unique name field.' description: PodSchedulingGate is associated to a Pod to guard its scheduling. v1CanaryStep: type: object properties: setWeight: type: integer format: int32 title: SetWeight sets what percentage of the newRS should receive pause: $ref: '#/components/schemas/v1RolloutPause' experiment: $ref: '#/components/schemas/v1RolloutExperimentStep' analysis: $ref: '#/components/schemas/v1RolloutAnalysis' setCanaryScale: $ref: '#/components/schemas/v1SetCanaryScale' setHeaderRoute: $ref: '#/components/schemas/v1SetHeaderRoute' setMirrorRoute: $ref: '#/components/schemas/v1SetMirrorRoute' description: CanaryStep defines a step of a canary deployment. v1JobSpec: type: object properties: parallelism: type: integer format: int32 title: '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/ +optional' completions: type: integer format: int32 title: 'Specifies the desired number of successfully finished pods the job should be run with. Setting to null 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/ +optional' activeDeadlineSeconds: type: string format: int64 title: 'Specifies the duration in seconds relative to the startTime that the job may be continuously active before the system tries to terminate it; value must be positive integer. If a Job is suspended (at creation or through an update), this timer will effectively be stopped and reset when the Job is resumed again. +optional' podFailurePolicy: $ref: '#/components/schemas/v1PodFailurePolicy' successPolicy: $ref: '#/components/schemas/v1SuccessPolicy' backoffLimit: type: integer format: int32 title: 'Specifies the number of retries before marking this job failed. Defaults to 6, unless backoffLimitPerIndex (only Indexed Job) is specified. When backoffLimitPerIndex is specified, backoffLimit defaults to 2147483647. +optional' backoffLimitPerIndex: type: integer format: int32 title: 'Specifies the limit for the number of retries within an index before marking this index as failed. When enabled the number of failures per index is kept in the pod''s batch.kubernetes.io/job-index-failure-count annotation. It can only be set when Job''s completionMode=Indexed, and the Pod''s restart policy is Never. The field is immutable. +optional' maxFailedIndexes: type: integer format: int32 title: 'Specifies the maximal number of failed indexes before marking the Job as failed, when backoffLimitPerIndex is set. Once the number of failed indexes exceeds this number the entire Job is marked as Failed and its execution is terminated. When left as null the job continues execution of all of its indexes and is marked with the `Complete` Job condition. It can only be specified when backoffLimitPerIndex is set. It can be null or up to completions. It is required and must be less than or equal to 10^4 when is completions greater than 10^5. +optional' selector: $ref: '#/components/schemas/v1LabelSelector' manualSelector: type: boolean title: '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://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#specifying-your-own-pod-selector +optional' template: $ref: '#/components/schemas/v1PodTemplateSpec' ttlSecondsAfterFinished: type: integer format: int32 title: 'ttlSecondsAfterFinished limits the lifetime of a Job that has finished execution (either Complete or Failed). If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. When the Job is being deleted, its lifecycle guarantees (e.g. finalizers) will be honored. If this field is unset, the Job won''t be automatically deleted. If this field is set to zero, the Job becomes eligible to be deleted immediately after it finishes. +optional' completionMode: type: string description: 'completionMode specifies how Pod completions are tracked. It can be `NonIndexed` (default) or `Indexed`. `NonIndexed` means that the Job is considered complete when there have been .spec.completions successfully completed Pods. Each Pod completion is homologous to each other. `Indexed` means that the Pods of a Job get an associated completion index from 0 to (.spec.completions - 1), available in the annotation batch.kubernetes.io/job-completion-index. The Job is considered complete when there is one successfully completed Pod for each index. When value is `Indexed`, .spec.completions must be specified and `.spec.parallelism` must be less than or equal to 10^5. In addition, The Pod name takes the form `$(job-name)-$(index)-$(random-string)`, the Pod hostname takes the form `$(job-name)-$(index)`. More completion modes can be added in the future. If the Job controller observes a mode that it doesn''t recognize, which is possible during upgrades due to version skew, the controller skips updates for the Job. +optional' suspend: type: boolean description: 'suspend specifies whether the Job controller should create Pods or not. If a Job is created with suspend set to true, no Pods are created by the Job controller. If a Job is suspended after creation (i.e. the flag goes from false to true), the Job controller will delete all active Pods associated with this Job. Users must design their workload to gracefully handle this. Suspending a Job will reset the StartTime field of the Job, effectively resetting the ActiveDeadlineSeconds timer too. Defaults to false. +optional' podReplacementPolicy: type: string description: "podReplacementPolicy specifies when to create replacement Pods.\nPossible values are:\n- TerminatingOrFailed means that we recreate pods\n when they are terminating (has a metadata.deletionTimestamp) or failed.\n- Failed means to wait until a previously created Pod is fully terminated (has phase\n Failed or Succeeded) before creating a replacement Pod.\n\nWhen using podFailurePolicy, Failed is the the only allowed value.\nTerminatingOrFailed and Failed are allowed values when podFailurePolicy is not in use.\n+optional" managedBy: type: string description: 'ManagedBy field indicates the controller that manages a Job. The k8s Job controller reconciles jobs which don''t have this field at all or the field value is the reserved string `kubernetes.io/job-controller`, but skips reconciling Jobs with a custom value for this field. The value must be a valid domain-prefixed path (e.g. acme.io/foo) - all characters before the first "/" must be a valid subdomain as defined by RFC 1123. All characters trailing the first "/" must be valid HTTP Path characters as defined by RFC 3986. The value cannot exceed 63 characters. This field is immutable. This field is beta-level. The job controller accepts setting the field when the feature gate JobManagedBy is enabled (enabled by default). +optional' description: JobSpec describes how the job execution will look like. v1RolloutAnalysisRunInfo: type: object properties: metadata: $ref: '#/components/schemas/v1ObjectMeta' icon: type: string revision: type: string status: type: string successful: type: integer format: int32 failed: type: integer format: int32 inconclusive: type: integer format: int32 error: type: integer format: int32 jobs: type: array items: $ref: '#/components/schemas/v1RolloutJobInfo' nonJobInfo: type: array items: $ref: '#/components/schemas/v1RolloutNonJobInfo' metrics: type: array items: $ref: '#/components/schemas/v1Metric' v1ConfigMapProjection: type: object properties: localObjectReference: $ref: '#/components/schemas/v1LocalObjectReference' items: type: array items: $ref: '#/components/schemas/v1KeyToPath' title: 'items if unspecified, each key-value pair in the Data field of the referenced ConfigMap 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 ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the ''..'' path or start with ''..''. +optional +listType=atomic' optional: type: boolean title: 'optional specify whether the ConfigMap or its keys must be defined +optional' description: 'Adapts a ConfigMap into a projected volume. The contents of the target ConfigMap''s Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.' v1ContainerResizePolicy: type: object properties: resourceName: type: string description: 'Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.' restartPolicy: type: string description: 'Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.' description: ContainerResizePolicy represents resource resize policy for the container. v1PodFailurePolicyRule: type: object properties: action: type: string description: "- FailJob: indicates that the pod's job is marked as Failed and all\n running pods are terminated.\n- FailIndex: indicates that the pod's index is marked as Failed and will\n not be restarted.\n- Ignore: indicates that the counter towards the .backoffLimit is not\n incremented and a replacement pod is created.\n- Count: indicates that the pod is handled in the default way - the\n counter towards the .backoffLimit is incremented.\nAdditional values are considered to be added in the future. Clients should\nreact to an unknown action by skipping the rule." title: 'Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are:' onExitCodes: $ref: '#/components/schemas/v1PodFailurePolicyOnExitCodesRequirement' onPodConditions: type: array items: $ref: '#/components/schemas/v1PodFailurePolicyOnPodConditionsPattern' title: 'Represents the requirement on the pod conditions. The requirement is represented as a list of pod condition patterns. The requirement is satisfied if at least one pattern matches an actual pod condition. At most 20 elements are allowed. +listType=atomic +optional' description: 'PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.' v1OwnerReference: type: object properties: apiVersion: type: string description: API version of the referent. kind: type: string title: 'Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' name: type: string title: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names' uid: type: string title: 'UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids' controller: type: boolean title: 'If true, this reference points to the managing controller. +optional' blockOwnerDeletion: type: boolean title: 'If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +optional' title: 'OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field. +structType=atomic' v1Volume: type: object properties: name: type: string title: 'name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names' volumeSource: $ref: '#/components/schemas/v1VolumeSource' description: Volume represents a named volume in a pod that may be accessed by any container in the pod. v1EphemeralContainerCommon: type: object properties: name: type: string description: 'Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers.' image: type: string title: 'Container image name. More info: https://kubernetes.io/docs/concepts/containers/images' command: type: array items: type: string title: 'Entrypoint array. Not executed within a shell. The 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. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(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 +optional +listType=atomic' args: type: array items: type: string title: 'Arguments to the entrypoint. The 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. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(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 +optional +listType=atomic' workingDir: type: string title: 'Container''s working directory. If not specified, the container runtime''s default will be used, which might be configured in the container image. Cannot be updated. +optional' ports: type: array items: $ref: '#/components/schemas/v1ContainerPort' title: 'Ports are not allowed for ephemeral containers. +optional +patchMergeKey=containerPort +patchStrategy=merge +listType=map +listMapKey=containerPort +listMapKey=protocol' envFrom: type: array items: $ref: '#/components/schemas/v1EnvFromSource' title: 'List of sources to populate environment variables in the container. The keys defined within a source may consist of any printable ASCII characters except ''=''. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. +optional +listType=atomic' env: type: array items: $ref: '#/components/schemas/v1EnvVar' title: 'List of environment variables to set in the container. Cannot be updated. +optional +patchMergeKey=name +patchStrategy=merge +listType=map +listMapKey=name' resources: $ref: '#/components/schemas/v1ResourceRequirements' resizePolicy: type: array items: $ref: '#/components/schemas/v1ContainerResizePolicy' title: 'Resources resize policy for the container. +featureGate=InPlacePodVerticalScaling +optional +listType=atomic' restartPolicy: type: string title: 'Restart policy for the container to manage the restart behavior of each container within a pod. You cannot set this field on ephemeral containers. +featureGate=SidecarContainers +optional' restartPolicyRules: type: array items: $ref: '#/components/schemas/v1ContainerRestartRule' title: 'Represents a list of rules to be checked to determine if the container should be restarted on exit. You cannot set this field on ephemeral containers. +featureGate=ContainerRestartRules +optional +listType=atomic' volumeMounts: type: array items: $ref: '#/components/schemas/v1VolumeMount' title: 'Pod volumes to mount into the container''s filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated. +optional +patchMergeKey=mountPath +patchStrategy=merge +listType=map +listMapKey=mountPath' volumeDevices: type: array items: $ref: '#/components/schemas/v1VolumeDevice' title: 'volumeDevices is the list of block devices to be used by the container. +patchMergeKey=devicePath +patchStrategy=merge +listType=map +listMapKey=devicePath +optional' livenessProbe: $ref: '#/components/schemas/v1Probe' readinessProbe: $ref: '#/components/schemas/v1Probe' startupProbe: $ref: '#/components/schemas/v1Probe' lifecycle: $ref: '#/components/schemas/v1Lifecycle' terminationMessagePath: type: string title: 'Optional: Path at which the file to which the container''s termination message will be written is mounted into the container''s filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. +optional' terminationMessagePolicy: type: string title: 'Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. +optional' imagePullPolicy: type: string title: '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 +optional' securityContext: $ref: '#/components/schemas/v1SecurityContext' stdin: type: boolean title: 'Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. +optional' stdinOnce: type: boolean title: 'Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false +optional' tty: type: boolean title: 'Whether this container should allocate a TTY for itself, also requires ''stdin'' to be true. Default is false. +optional' description: 'EphemeralContainerCommon is a copy of all fields in Container to be inlined in EphemeralContainer. This separate type allows easy conversion from EphemeralContainer to Container and allows separate documentation for the fields of EphemeralContainer. When a new field is added to Container it must be added here as well.' v1RolloutReplicaSetInfo: type: object properties: metadata: $ref: '#/components/schemas/v1ObjectMeta' status: type: string icon: type: string revision: type: string stable: type: boolean canary: type: boolean active: type: boolean preview: type: boolean replicas: type: integer format: int32 available: type: integer format: int32 template: type: string scaleDownDeadline: type: string images: type: array items: type: string pods: type: array items: $ref: '#/components/schemas/v1RolloutPodInfo' ping: type: boolean pong: type: boolean v1PodFailurePolicyOnPodConditionsPattern: type: object properties: type: type: string description: 'Specifies the required Pod condition type. To match a pod condition it is required that specified type equals the pod condition type.' status: type: string description: 'Specifies the required Pod condition status. To match a pod condition it is required that the specified status equals the pod condition status. Defaults to True.' description: 'PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.' securitySchemes: x-api-key: name: x-api-key type: apiKey in: header description: API key is a token provided while making the API calls. This is used to authenticate the client at the exposed endpoint. externalDocs: description: Find out more about Swagger url: http://swagger.io x-stoplight: id: oc91t4vrfnjyi x-tagGroups: - name: Organizations tags: - Organization - name: Projects tags: - Org Project - Project - name: Secrets tags: - Account Secret - Org Secret - Project Secret - Secrets - name: Connectors tags: - Account Connector - Org Connector - Project Connector - Connectors - GoogleSecretManagerConnector - name: Roles tags: - Account Roles - Organization Roles - Project Roles - Roles - name: Resource Groups tags: - Account Resource Groups - Organization Resource Groups - Project Resource Groups - Filter Resource Groups - Harness Resource Group - Zendesk - name: Role Assignments tags: - Account Role Assignments - Org Role Assignments - Project Role Assignments - Role Assignments - name: Platform tags: - Access Control List - Account Banner - Account Banner - Account Licensed Modules - Account License Type - Account Webhooks - AccountSetting - Accounts - Analyze Account Access Policy - Analyze Organization Access Policy - Analyze Project Access Policy - ApiKey - Audit - AuditFilters - Authentication Settings - Canny - Devops Essentials License Data By Account - EULA - Filter - Harness Resource Type - Invite - IP Allowlist - Nextgen Ldap - Notification Channels - Notification Rules - OIDC - Oidc-Access-Token - Oidc-ID-Token - Org Webhooks - Permissions - Project Webhooks - Secret Managers - Service Account - Setting - SMTP - Source Code Manager - Token - User - User Group - Variables - name: Delegate tags: - Agent mTLS Endpoint Management - Delegate Download Resource - Delegate Group Tags Resource - Delegate Setup Resource - Delegate Token Resource - name: Pipelines tags: - Pipelines - Input Sets - Approvals - Pipeline Execution - Pipeline Dashboard - Pipeline Input Set - Pipeline - Pipeline Execution Details - Pipeline Execute - Pipeline Refresh - Pipeline data retention - Triggers - TriggersEvents - Webhook Triggers - Webhook Event Handler - DryRunPipeline - name: Artifact Registry tags: - Registries - Artifacts - Docker Artifacts - Helm Artifacts - quarantine - Webhooks - Spaces - Replication - Registry V3 - Registries - Registry V3 - Packages - Registry V3 - Versions - Registry V3 - Files - Registry V3 - Metadata - Registry V3 - Firewall - Registry V3 - Transfer - name: Database DevOps tags: - Database Schema - Database Instance - Deployed State - Execution Config - Migration State - name: CD tags: - K8s Release Service Mapping - CustomDeployment - Environments - EnvironmentGroup - Infrastructures - Usage - File Store - Service Dashboard - ServiceOverrides - Rollback - tas - name: Deployment Freeze tags: - Freeze CRUD - Freeze Evaluation - Freeze Schema - name: Services tags: - Account Services - Org Services - Project Services - Services - name: Rancher Infrastructures tags: - Account Rancher Infrastructure - Org Rancher Infrastructure - Project Rancher Infrastructure - name: Templates tags: - Account Template - Org Template - Project Template - Templates - Global Templates - name: GitOps tags: - Agents - Application - Applications - Certificates - Clusters - Dashboard Aggregates - Dashboards - GnuPGP Keys - GPG Keys - Hosts - Project mappings - Projects - Reconciler - Repositories - Repository Certificates - Repository credentials - ValidateHost - name: GitX tags: - GitX Webhooks - Org Gitx Webhooks - Project Gitx Webhooks - name: CACM tags: - Anomalies Ignorelist Rule - Anomalies - BI Dashboards - Budgets - Budget Groups - Cost Categories - Cloud Accounts - K8S Connectors Metadata - Notification Settings v2 - Overview - Data Job Status - Recommendation cost settings - Unit Metric - Anomaly Comments - Cloud and AI cost anomaly details - Cloud and AI cost anomalies v2 - Cost Details - Currency Preferences - External Data Provider - AiEngine - CACM governance cost settings - Governance Enforcement Recommendation APIs - Governance Alert - Governance Overview - Governance Recommendation APIs - RuleEnforcement - Rule Executions - Rule - Rule Sets - Perspectives Folders - Perspective Reports - Perspectives - Cost Category Jira Project Mapping - Recommendations Details - Recommendations - Recommendation Jira - Recommendation Preferences - Recommendation Presets - Recommendation Servicenow - Recommendation Tags - Recommendation Ignore List - AutoStopping Rules - AutoStopping Rules V2 - AutoStopping Load Balancers - AutoStopping Fixed Schedules - AutoStopping Alerts - Commitment Orchestrator Events APIs - name: Feature Flags tags: - API Keys - Feature Flags - Targets - Target Groups - Environment Perspectives - Anomalies - Proxy - Tags - name: SRM tags: - Monitored Services - SLOs dashboard - NG SLOs - SLOs - Downtime - Srm Notification - name: Internal Developer Portal - IDP tags: - Entities - Teams - CatalogCustomProperties - Scores - DataSource - KubernetesDataPoints - AggregationRules - AppConfig - PluginInfo - LayoutProxy - Kinds - LayoutsV3 - LayoutsV4 - name: Environment Management - IDP tags: - Environment - Infrastructure - Instance - name: Custom Dashboards tags: - aida - dashboards - downloads - embed - folders - name: Policy Management tags: - dashboard - examples - policies - evaluate - evaluations - policysets - system - name: Code tags: - repository - status_checks - pullreq - upload - webhook - resource - rules - labels - name: IaCM tags: - usage - approvals - costs - executions - module-registry - workspaces - settings - tf-standard-backend - variables - name: STO tags: - Exemptions - Issues - Scans - Products - Test Targets - Target Variants - name: SEI tags: - Collection categories - Collections - Contributors - DORA - name: Git Sync (deprecated) tags: - Git Branches - Git Full Sync - Git Sync Settings - Git Sync - Git Sync Errors - name: Error Models tags: - Error Response - Governance Metadata - name: Supply Chain Security tags: - integration - PipelineInfraConfig - SBOM - Integration Step Config - Delete Step Config - Delete Repositories - Pipeline Store Config - Evidence Vault [Beta] - name: Release Management tags: - Release Groups - Releases - Orchestration Processes - Orchestration Activities - Orchestration Executions - Conflicts - Freeze - Reports - Uploads - name: Resilience Testing tags: - Actions - Action Templates - Chaos Components - Chaos Hubs - ChaosGuard Conditions - ChaosGuard Rules - DR Tests - Experiments - Experiment Templates - Faults - Fault Templates - Chaos Infrastructure - Health - Network Maps - Onboarding - Probes - Probe Templates - Chaos Recommendations - Risks