Subscription [operators.coreos.com/v1alpha1]
- 描述
- Subscription keeps operators up to date by tracking changes to Catalogs.
- 类型
object- 必填
metadataspec
规格
.spec
- 描述
- SubscriptionSpec defines an Application that can be installed
- 类型
object- 必填
namesourcesourceNamespace
.spec.config
- 描述
- SubscriptionConfig contains configuration specified for a subscription.
- 类型
object
.spec.config.env
- 描述
- Env is a list of environment variables to set in the container. Cannot be updated.
- 类型
array
.spec.config.env[]
- 描述
- EnvVar represents an environment variable present in a Container.
- 类型
object- 必填
name
.spec.config.env[].valueFrom
- 描述
- Source for the environment variable's value. Cannot be used if value is not empty.
- 类型
object
.spec.config.env[].valueFrom.configMapKeyRef
- 描述
- Selects a key of a ConfigMap.
- 类型
object- 必填
key
.spec.config.env[].valueFrom.fieldRef
- 描述
- Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['<KEY>']`, `metadata.annotations['<KEY>']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
- 类型
object- 必填
fieldPath
.spec.config.env[].valueFrom.resourceFieldRef
- 描述
- Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
- 类型
object- 必填
resource
.spec.config.env[].valueFrom.secretKeyRef
- 描述
- Selects a key of a secret in the pod's namespace
- 类型
object- 必填
key
.spec.config.envFrom
- 描述
- EnvFrom is a list of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. 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. Immutable.
- 类型
array
.spec.config.envFrom[]
- 描述
- EnvFromSource represents the source of a set of ConfigMaps
- 类型
object
.spec.config.envFrom[].configMapRef
- 描述
- The ConfigMap to select from
- 类型
object
.spec.config.envFrom[].secretRef
- 描述
- The Secret to select from
- 类型
object
.spec.config.nodeSelector
- 描述
- NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
- 类型
object
.spec.config.resources
- 描述
- Resources represents compute resources required by this container. Immutable. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
- 类型
object
.spec.config.resources.limits
- 描述
- Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
- 类型
object
.spec.config.resources.requests
- 描述
- Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
- 类型
object
.spec.config.selector
- 描述
- Selector is the label selector for pods to be configured. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.
- 类型
object
.spec.config.selector.matchExpressions
- 描述
- matchExpressions is a list of label selector requirements. The requirements are ANDed.
- 类型
array
.spec.config.selector.matchExpressions[]
- 描述
- A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
- 类型
object- 必填
keyoperator
.spec.config.selector.matchExpressions[].values
- 描述
- 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.
- 类型
array
.spec.config.selector.matchExpressions[].values[]
- 类型
string
.spec.config.selector.matchLabels
- 描述
- 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.
- 类型
object
.spec.config.tolerations
- 描述
- Tolerations are the pod's tolerations.
- 类型
array
.spec.config.tolerations[]
- 描述
- The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
- 类型
object
.spec.config.volumeMounts
- 描述
- List of VolumeMounts to set in the container.
- 类型
array
.spec.config.volumeMounts[]
- 描述
- VolumeMount describes a mounting of a Volume within a container.
- 类型
object- 必填
mountPathname
.spec.config.volumes
- 描述
- List of Volumes to set in the podSpec.
- 类型
array
.spec.config.volumes[]
- 描述
- Volume represents a named volume in a pod that may be accessed by any container in the pod.
- 类型
object- 必填
name
.spec.config.volumes[].awsElasticBlockStore
- 描述
- AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
- 类型
object- 必填
volumeID
.spec.config.volumes[].azureDisk
- 描述
- AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
- 类型
object- 必填
diskNamediskURI
.spec.config.volumes[].azureFile
- 描述
- AzureFile represents an Azure File Service mount on the host and bind mount to the pod.
- 类型
object- 必填
secretNameshareName
.spec.config.volumes[].cephfs
- 描述
- CephFS represents a Ceph FS mount on the host that shares a pod's lifetime
- 类型
object- 必填
monitors
.spec.config.volumes[].cephfs.monitors
- 描述
- Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
- 类型
array
.spec.config.volumes[].cephfs.monitors[]
- 类型
string
.spec.config.volumes[].cephfs.secretRef
- 描述
- Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it
- 类型
object
.spec.config.volumes[].cinder
- 描述
- Cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
- 类型
object- 必填
volumeID
.spec.config.volumes[].cinder.secretRef
- 描述
- Optional: points to a secret object containing parameters used to connect to OpenStack.
- 类型
object
.spec.config.volumes[].configMap
- 描述
- ConfigMap represents a configMap that should populate this volume
- 类型
object
.spec.config.volumes[].configMap.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 '..'.
- 类型
array
.spec.config.volumes[].configMap.items[]
- 描述
- Maps a string key to a path within a volume.
- 类型
object- 必填
keypath
.spec.config.volumes[].csi
- 描述
- CSI (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
- 类型
object- 必填
driver
.spec.config.volumes[].csi.nodePublishSecretRef
- 描述
- NodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secret references are passed.
- 类型
object
.spec.config.volumes[].csi.volumeAttributes
- 描述
- VolumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values.
- 类型
object
.spec.config.volumes[].downwardAPI
- 描述
- DownwardAPI represents downward API about the pod that should populate this volume
- 类型
object
.spec.config.volumes[].downwardAPI.items
- 描述
- Items is a list of downward API volume file
- 类型
array
.spec.config.volumes[].downwardAPI.items[]
- 描述
- DownwardAPIVolumeFile represents information to create the file containing the pod field
- 类型
object- 必填
path
.spec.config.volumes[].downwardAPI.items[].fieldRef
- 描述
- Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
- 类型
object- 必填
fieldPath
.spec.config.volumes[].downwardAPI.items[].resourceFieldRef
- 描述
- Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
- 类型
object- 必填
resource
.spec.config.volumes[].emptyDir
- 描述
- EmptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
- 类型
object
.spec.config.volumes[].ephemeral
- 描述
- Ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed. Use this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity tracking are needed, c) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through a PersistentVolumeClaim (see EphemeralVolumeSource for more information on the connection between this volume type and PersistentVolumeClaim). Use PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod. Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information. A pod can use both types of ephemeral volumes and persistent volumes at the same time. This is a beta feature and only available when the GenericEphemeralVolume feature gate is enabled.
- 类型
object
.spec.config.volumes[].ephemeral.volumeClaimTemplate
- 描述
- Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod. The name of the PVC will be `<pod name>-<volume name>` where `<volume name>` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long). An existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the pod is then blocked until the unrelated PVC is removed. If such a pre-created PVC is meant to be used by the pod, the PVC has to updated with an owner reference to the pod once the pod exists. Normally this should not be necessary, but it may be useful when manually reconstructing a broken cluster. This field is read-only and no changes will be made by Kubernetes to the PVC after it has been created. Required, must not be nil.
- 类型
object- 必填
spec
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec
- 描述
- The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.
- 类型
object
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.accessModes
- 描述
- AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
- 类型
array
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.accessModes[]
- 类型
string
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.dataSource
- 描述
- This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field.
- 类型
object- 必填
kindname
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.dataSourceRef
- 描述
- Specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any local object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the DataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, both fields (DataSource and DataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. There are two important differences between DataSource and DataSourceRef: * While DataSource only allows two specific types of objects, DataSourceRef allows any non-core object, as well as PersistentVolumeClaim objects. * While DataSource ignores disallowed values (dropping them), DataSourceRef preserves all values, and generates an error if a disallowed value is specified. (Alpha) Using this field requires the AnyVolumeDataSource feature gate to be enabled.
- 类型
object- 必填
kindname
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.resources
- 描述
- Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
- 类型
object
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.resources.limits
- 描述
- Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
- 类型
object
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.resources.requests
- 描述
- Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
- 类型
object
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.selector
- 描述
- A label query over volumes to consider for binding.
- 类型
object
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.selector.matchExpressions
- 描述
- matchExpressions is a list of label selector requirements. The requirements are ANDed.
- 类型
array
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.selector.matchExpressions[]
- 描述
- A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
- 类型
object- 必填
keyoperator
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.selector.matchExpressions[].values
- 描述
- 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.
- 类型
array
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.selector.matchExpressions[].values[]
- 类型
string
.spec.config.volumes[].ephemeral.volumeClaimTemplate.spec.selector.matchLabels
- 描述
- 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.
- 类型
object
.spec.config.volumes[].fc
- 描述
- FC represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
- 类型
object
.spec.config.volumes[].fc.targetWWNs
- 描述
- Optional: FC target worldwide names (WWNs)
- 类型
array
.spec.config.volumes[].fc.targetWWNs[]
- 类型
string
.spec.config.volumes[].fc.wwids
- 描述
- Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.
- 类型
array
.spec.config.volumes[].fc.wwids[]
- 类型
string
.spec.config.volumes[].flexVolume
- 描述
- FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
- 类型
object- 必填
driver
.spec.config.volumes[].flexVolume.options
- 描述
- Optional: Extra command options if any.
- 类型
object
.spec.config.volumes[].flexVolume.secretRef
- 描述
- Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts.
- 类型
object
.spec.config.volumes[].flocker
- 描述
- Flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
- 类型
object
.spec.config.volumes[].gcePersistentDisk
- 描述
- GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
- 类型
object- 必填
pdName
.spec.config.volumes[].gitRepo
- 描述
- GitRepo represents a git repository at a particular revision. 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.
- 类型
object- 必填
repository
.spec.config.volumes[].glusterfs
- 描述
- Glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
- 类型
object- 必填
endpointspath
.spec.config.volumes[].hostPath
- 描述
- HostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath --- TODO(jonesdl) We need to restrict who can use host directory mounts and who can/can not mount host directories as read/write.
- 类型
object- 必填
path
.spec.config.volumes[].iscsi
- 描述
- ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md
- 类型
object- 必填
iqnluntargetPortal
.spec.config.volumes[].iscsi.portals
- 描述
- 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).
- 类型
array
.spec.config.volumes[].iscsi.portals[]
- 类型
string
.spec.config.volumes[].iscsi.secretRef
- 描述
- CHAP Secret for iSCSI target and initiator authentication
- 类型
object
.spec.config.volumes[].nfs
- 描述
- NFS represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
- 类型
object- 必填
pathserver
.spec.config.volumes[].persistentVolumeClaim
- 描述
- PersistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
- 类型
object- 必填
claimName
.spec.config.volumes[].photonPersistentDisk
- 描述
- PhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
- 类型
object- 必填
pdID
.spec.config.volumes[].portworxVolume
- 描述
- PortworxVolume represents a portworx volume attached and mounted on kubelets host machine
- 类型
object- 必填
volumeID
.spec.config.volumes[].projected
- 描述
- Items for all in one resources secrets, configmaps, and downward API
- 类型
object
.spec.config.volumes[].projected.sources
- 描述
- list of volume projections
- 类型
array
.spec.config.volumes[].projected.sources[]
- 描述
- Projection that may be projected along with other supported volume types
- 类型
object
.spec.config.volumes[].projected.sources[].configMap
- 描述
- information about the configMap data to project
- 类型
object
.spec.config.volumes[].projected.sources[].configMap.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 '..'.
- 类型
array
.spec.config.volumes[].projected.sources[].configMap.items[]
- 描述
- Maps a string key to a path within a volume.
- 类型
object- 必填
keypath
.spec.config.volumes[].projected.sources[].downwardAPI
- 描述
- information about the downwardAPI data to project
- 类型
object
.spec.config.volumes[].projected.sources[].downwardAPI.items
- 描述
- Items is a list of DownwardAPIVolume file
- 类型
array
.spec.config.volumes[].projected.sources[].downwardAPI.items[]
- 描述
- DownwardAPIVolumeFile represents information to create the file containing the pod field
- 类型
object- 必填
path
.spec.config.volumes[].projected.sources[].downwardAPI.items[].fieldRef
- 描述
- Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
- 类型
object- 必填
fieldPath
.spec.config.volumes[].projected.sources[].downwardAPI.items[].resourceFieldRef
- 描述
- Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
- 类型
object- 必填
resource
.spec.config.volumes[].projected.sources[].secret
- 描述
- information about the secret data to project
- 类型
object
.spec.config.volumes[].projected.sources[].secret.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 '..'.
- 类型
array
.spec.config.volumes[].projected.sources[].secret.items[]
- 描述
- Maps a string key to a path within a volume.
- 类型
object- 必填
keypath
.spec.config.volumes[].projected.sources[].serviceAccountToken
- 描述
- information about the serviceAccountToken data to project
- 类型
object- 必填
path
.spec.config.volumes[].quobyte
- 描述
- Quobyte represents a Quobyte mount on the host that shares a pod's lifetime
- 类型
object- 必填
registryvolume
.spec.config.volumes[].rbd
- 描述
- RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
- 类型
object- 必填
imagemonitors
.spec.config.volumes[].rbd.monitors
- 描述
- A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- 类型
array
.spec.config.volumes[].rbd.monitors[]
- 类型
string
.spec.config.volumes[].rbd.secretRef
- 描述
- SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
- 类型
object
.spec.config.volumes[].scaleIO
- 描述
- ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
- 类型
object- 必填
gatewaysecretRefsystem
.spec.config.volumes[].scaleIO.secretRef
- 描述
- SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
- 类型
object
.spec.config.volumes[].secret
- 描述
- Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
- 类型
object
.spec.config.volumes[].secret.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 '..'.
- 类型
array
.spec.config.volumes[].secret.items[]
- 描述
- Maps a string key to a path within a volume.
- 类型
object- 必填
keypath
.spec.config.volumes[].storageos
- 描述
- StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
- 类型
object
.spec.config.volumes[].storageos.secretRef
- 描述
- SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted.
- 类型
object
.spec.config.volumes[].vsphereVolume
- 描述
- VsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
- 类型
object- 必填
volumePath
.status
- 类型
object- 必填
lastUpdated
.status.catalogHealth
- 描述
- CatalogHealth contains the Subscription's view of its relevant CatalogSources' status. It is used to determine SubscriptionStatusConditions related to CatalogSources.
- 类型
array
.status.catalogHealth[]
- 描述
- SubscriptionCatalogHealth describes the health of a CatalogSource the Subscription knows about.
- 类型
object- 必填
catalogSourceRefhealthylastUpdated
.status.catalogHealth[].catalogSourceRef
- 描述
- CatalogSourceRef is a reference to a CatalogSource.
- 类型
object
.status.conditions
- 描述
- Conditions is a list of the latest available observations about a Subscription's current state.
- 类型
array
.status.conditions[]
- 描述
- SubscriptionCondition represents the latest available observations of a Subscription's state.
- 类型
object- 必填
statustype
.status.installPlanRef
- 描述
- InstallPlanRef is a reference to the latest InstallPlan that contains the Subscription's current CSV.
- 类型
object
.status.installplan
- 描述
- Install is a reference to the latest InstallPlan generated for the Subscription. DEPRECATED: InstallPlanRef
- 类型
object- 必填
apiVersionkindnameuuid
API 端点
可用的 API 端点如下:
/apis/operators.coreos.com/v1alpha1/namespaces/{namespace}/subscriptionsDELETE: delete collection of SubscriptionGET: list objects of kind SubscriptionPOST: create a new Subscription
/apis/operators.coreos.com/v1alpha1/namespaces/{namespace}/subscriptions/{name}DELETE: delete the specified SubscriptionGET: read the specified SubscriptionPATCH: partially update the specified SubscriptionPUT: replace the specified Subscription
/apis/operators.coreos.com/v1alpha1/namespaces/{namespace}/subscriptions/{name}/statusGET: read status of the specified SubscriptionPATCH: partially update status of the specified SubscriptionPUT: replace status of the specified Subscription
/apis/operators.coreos.com/v1alpha1/namespaces/{namespace}/subscriptions
- HTTP 方法
DELETE- 描述
- delete collection of Subscription
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind Subscription
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new Subscription
- 查询参数
- 请求体参数
- HTTP 响应
/apis/operators.coreos.com/v1alpha1/namespaces/{namespace}/subscriptions/{name}
- HTTP 方法
DELETE- 描述
- delete the specified Subscription
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified Subscription
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified Subscription
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified Subscription
- 查询参数
- 请求体参数
- HTTP 响应
/apis/operators.coreos.com/v1alpha1/namespaces/{namespace}/subscriptions/{name}/status
- HTTP 方法
GET- 描述
- read status of the specified Subscription
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update status of the specified Subscription
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace status of the specified Subscription
- 查询参数
- 请求体参数
- HTTP 响应