Skip to content

Commit

Permalink
feat(run)!: update the API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release has breaking changes.

#### run:v1alpha1

The following keys were changed:
- description

#### run:v1

The following keys were deleted:
- schemas.Volume.properties.configMap.description
- schemas.Volume.properties.secret.description

The following keys were changed:
- description
- schemas.ConfigMapEnvSource.description
- schemas.ConfigMapEnvSource.properties.name.description
- schemas.ConfigMapEnvSource.properties.optional.description
- schemas.ConfigMapKeySelector.description
- schemas.ConfigMapKeySelector.properties.key.description
- schemas.ConfigMapKeySelector.properties.name.description
- schemas.ConfigMapKeySelector.properties.optional.description
- schemas.ConfigMapVolumeSource.description
- schemas.ConfigMapVolumeSource.properties.defaultMode.description
- schemas.ConfigMapVolumeSource.properties.items.description
- schemas.ConfigMapVolumeSource.properties.name.description
- schemas.ConfigMapVolumeSource.properties.optional.description
- schemas.Container.properties.args.description
- schemas.Container.properties.env.description
- schemas.Container.properties.envFrom.description
- schemas.Container.properties.image.description
- schemas.Container.properties.imagePullPolicy.description
- schemas.Container.properties.livenessProbe.description
- schemas.Container.properties.readinessProbe.description
- schemas.Container.properties.resources.description
- schemas.Container.properties.securityContext.description
- schemas.Container.properties.startupProbe.description
- schemas.Container.properties.terminationMessagePath.description
- schemas.Container.properties.terminationMessagePolicy.description
- schemas.Container.properties.volumeMounts.description
- schemas.Container.properties.workingDir.description
- schemas.ContainerPort.properties.protocol.description
- schemas.EnvFromSource.description
- schemas.EnvFromSource.properties.configMapRef.description
- schemas.EnvFromSource.properties.prefix.description
- schemas.EnvFromSource.properties.secretRef.description
- schemas.EnvVar.properties.valueFrom.description
- schemas.EnvVarSource.description
- schemas.EnvVarSource.properties.configMapKeyRef.description
- schemas.EnvVarSource.properties.secretKeyRef.description
- schemas.ExecAction.description
- schemas.ExecAction.properties.command.description
- schemas.HTTPGetAction.description
- schemas.HTTPGetAction.properties.host.description
- schemas.HTTPGetAction.properties.httpHeaders.description
- schemas.HTTPGetAction.properties.path.description
- schemas.HTTPGetAction.properties.scheme.description
- schemas.HTTPHeader.description
- schemas.HTTPHeader.properties.name.description
- schemas.HTTPHeader.properties.value.description
- schemas.KeyToPath.description
- schemas.KeyToPath.properties.key.description
- schemas.KeyToPath.properties.mode.description
- schemas.KeyToPath.properties.path.description
- schemas.LocalObjectReference.description
- schemas.LocalObjectReference.properties.name.description
- schemas.ObjectMeta.properties.clusterName.description
- schemas.ObjectMeta.properties.deletionGracePeriodSeconds.description
- schemas.ObjectMeta.properties.deletionTimestamp.description
- schemas.ObjectMeta.properties.finalizers.description
- schemas.ObjectMeta.properties.generateName.description
- schemas.ObjectMeta.properties.ownerReferences.description
- schemas.Probe.description
- schemas.Probe.properties.exec.description
- schemas.Probe.properties.failureThreshold.description
- schemas.Probe.properties.httpGet.description
- schemas.Probe.properties.initialDelaySeconds.description
- schemas.Probe.properties.periodSeconds.description
- schemas.Probe.properties.successThreshold.description
- schemas.Probe.properties.tcpSocket.description
- schemas.Probe.properties.timeoutSeconds.description
- schemas.ResourceRequirements.properties.limits.description
- schemas.ResourceRequirements.properties.requests.description
- schemas.SecretEnvSource.description
- schemas.SecretEnvSource.properties.name.description
- schemas.SecretEnvSource.properties.optional.description
- schemas.SecretKeySelector.description
- schemas.SecretKeySelector.properties.key.description
- schemas.SecretKeySelector.properties.name.description
- schemas.SecretKeySelector.properties.optional.description
- schemas.SecretVolumeSource.description
- schemas.SecretVolumeSource.properties.defaultMode.description
- schemas.SecretVolumeSource.properties.items.description
- schemas.SecretVolumeSource.properties.optional.description
- schemas.SecretVolumeSource.properties.secretName.description
- schemas.SecurityContext.description
- schemas.SecurityContext.properties.runAsUser.description
- schemas.TCPSocketAction.description
- schemas.TCPSocketAction.properties.host.description
- schemas.TCPSocketAction.properties.port.description
- schemas.Volume.description
- schemas.Volume.properties.name.description
- schemas.VolumeMount.description
- schemas.VolumeMount.properties.mountPath.description
- schemas.VolumeMount.properties.name.description
- schemas.VolumeMount.properties.readOnly.description
- schemas.VolumeMount.properties.subPath.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 18, 2021
1 parent 37bba3a commit 526d16c
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 200 deletions.

0 comments on commit 526d16c

Please sign in to comment.