AmlCluster [amlclusters.aml.dev/v1alpha1]

类型
object

规格

属性类型描述
apiVersionstring

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

kindstring

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

metadataObjectMeta

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

specobject
statusobject

.spec

类型
object
必填
values
属性类型描述
amlExperimentalobject
componentsobject
valuesobject

.spec.amlExperimental

类型
object

.spec.components

类型
object
属性类型描述
knativeServingobject

Knative-Serving component configuration. Requires KServeless operator to be installed. Requires Service Mesh (istio).

kserveobject

Kserve component configuration. Requires KServeless operator to be installed.

.spec.components.knativeServing

描述
Knative-Serving component configuration. Requires KServeless operator to be installed. Requires Service Mesh (istio).
类型
object
属性类型描述
ingressGatewayobject

IngressGateway allows to customize some parameters for the Istio Ingress Gateway that is bound to KNative-Serving.

managementStatestring
namespacestring
valuesobject

.spec.components.knativeServing.ingressGateway

描述
IngressGateway allows to customize some parameters for the Istio Ingress Gateway that is bound to KNative-Serving.
类型
object
必填
domain
属性类型描述
certificateobject

Certificate specifies configuration of the TLS certificate securing communication for the gateway.

domainstring

Domain specifies the host name for intercepting incoming requests. Most likely, you will want to use a wildcard name, like *.example.com. If you choose to generate a certificate, this is the domain used for the certificate request.

.spec.components.knativeServing.ingressGateway.certificate

描述
Certificate specifies configuration of the TLS certificate securing communication for the gateway.
类型
object
属性类型描述
secretNamestring

SecretName specifies the name of the Kubernetes Secret resource that contains a TLS certificate secure HTTP communications for the KNative network.

typestring

Type specifies if the TLS certificate should be generated automatically, or if the certificate is provided by the user. Allowed values are:

  • SelfSigned: A certificate is going to be generated using an own private key.
  • Provided: Pre-existence of the TLS Secret (see SecretName) with a valid certificate is assumed.
  • ACPDefaultIngress: Default ingress certificate configured for ACP (ALB)

.spec.components.knativeServing.values

类型
object

.spec.components.kserve

描述
Kserve component configuration. Requires KServeless operator to be installed.
类型
object
属性类型描述
managementStatestring
namespacestring
valuesobject

.spec.components.kserve.values

类型
object

.spec.values

类型
object
属性类型描述
amlApiServerobject
amlServerobject
amlServiceobject
buildkitdobject
experimentalFeaturesobject
globalobject
mysqlobject

.spec.values.amlApiServer

类型
object
属性类型描述
tolerationsarray

.spec.values.amlApiServer.tolerations

类型
array

.spec.values.amlApiServer.tolerations[]

描述
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
类型
object
属性类型描述
effectstring

Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.

keystring

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.

operatorstring

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.

tolerationSecondsinteger

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.

valuestring

Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

.spec.values.amlServer

类型
object
属性类型描述
nodeSelectorarray
tolerationsarray

.spec.values.amlServer.nodeSelector

类型
array

.spec.values.amlServer.nodeSelector[]

类型
string

.spec.values.amlServer.tolerations

类型
array

.spec.values.amlServer.tolerations[]

描述
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
类型
object
属性类型描述
effectstring

Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.

keystring

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.

operatorstring

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.

tolerationSecondsinteger

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.

valuestring

Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

.spec.values.amlService

类型
object
属性类型描述
appsBaseImagestring

应用镜像构建的基础镜像

appsGradioVersionsstring

应用镜像构建可选的 Gradio 的版本列表

appsPipMirrorstring

应用镜像构建使用的 pip 镜像源

appsStreamlitVersionsstring

应用镜像构建可选的 Streamlit 的版本列表

gitDatasetUpdateCallbackUrlstring

gitlab 回调 amlservice 的访问地址,用于在数据集更新之后,触发自动更新 preview 数据。

imageBuildPvcWorkspaceSizestring

镜像构建任务用于存放工作区文件的空间大小,比如存放模型文件

imageBuildUsedPvcNamestring

镜像构建服务使用的pvc名称(非NFS),需提前创建好,建议申请大一点的空间用于缓存构建镜像,比如:150G

nodeSelectorarray
notebookStorageClassstring

自动创建的 notebook 使用的存储类

tolerationsarray
trainingPvcShareInNamespacestring

训练使用的 PVC 是否在命名空间内共享,即一个命名空间仅使用一个通用的 PVC 缓存训练时的模型、数据集

trainingPvcSizestring

训练 PVC 大小。如果是命名空间共享的缓存PVC,建议使用较大的空间,足够命名空间所有训练任务使用

trainingPvcStorageClassstring

训练 PVC 使用的存储类

.spec.values.amlService.nodeSelector

类型
array

.spec.values.amlService.nodeSelector[]

类型
string

.spec.values.amlService.tolerations

类型
array

.spec.values.amlService.tolerations[]

描述
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
类型
object
属性类型描述
effectstring

Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.

keystring

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.

operatorstring

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.

tolerationSecondsinteger

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.

valuestring

Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

.spec.values.buildkitd

类型
object
属性类型描述
storageobject
tolerationsarray

.spec.values.buildkitd.storage

类型
object
属性类型描述
emptyDirobject

当 type 为 emptyDir 时,需要提供以下配置

pvcobject

当 type 为 pvc 时,需要提供以下配置

typestring

存储类型,支持:emptyDir,pvc

.spec.values.buildkitd.storage.emptyDir

描述
当 type 为 emptyDir 时,需要提供以下配置
类型
object
属性类型描述
sizeLimitinteger

.spec.values.buildkitd.storage.pvc

描述
当 type 为 pvc 时,需要提供以下配置
类型
object
属性类型描述
accessModestring
storageClassNamestring
storageSizestring

.spec.values.buildkitd.tolerations

类型
array

.spec.values.buildkitd.tolerations[]

描述
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
类型
object
属性类型描述
effectstring

Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.

keystring

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.

operatorstring

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.

tolerationSecondsinteger

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.

valuestring

Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

.spec.values.experimentalFeatures

类型
object
属性类型描述
agentsboolean
datasetsboolean
imageBuilderboolean
tuneModelsboolean

.spec.values.global

类型
object
必填
gitlabAdminTokenSecretRefgitlabBaseUrl
属性类型描述
defaultNamespacestring

默认纳管的命名空间

defaultNodeSelectorarray
defaultTolerationsarray
deployFlavorstring

DeployFlavor for single node or HA-cluster

gitUserEmailstring

后台 git push 使用的 email,仅在 git log 存储

gitlabAdminTokenSecretRefobject

Gitlab Admin 密钥地址

gitlabBaseUrlstring

Gitlab 访问地址

imageRegistryPrefixstring

harbor 项目名字

imagesobject
labelBaseDomainstring
mysqlobject

MySQL configuration.

registryobject

.spec.values.global.defaultNodeSelector

类型
array

.spec.values.global.defaultNodeSelector[]

类型
string

.spec.values.global.defaultTolerations

类型
array

.spec.values.global.defaultTolerations[]

描述
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
类型
object
属性类型描述
effectstring

Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.

keystring

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.

operatorstring

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.

tolerationSecondsinteger

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.

valuestring

Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

.spec.values.global.gitlabAdminTokenSecretRef

描述
Gitlab Admin 密钥地址
类型
object
必填
namenamespace
属性类型描述
namestring

Name is the name of resource being referenced

namespacestring

Namespace is the namespace of resource being referenced

.spec.values.global.images

类型
object

.spec.values.global.mysql

描述
MySQL configuration.
类型
object
必填
databasehostuser
属性类型描述
databasestring

Database to use.

hoststring

Host where the database server is located.

passwordSecretRefobject

Password reference to a secret containing the password.

portinteger

MySQL port to use, default is usually OK. (default: 3306)

userstring

User to log in as.

.spec.values.global.mysql.passwordSecretRef

描述
Password reference to a secret containing the password.
类型
object
必填
namenamespace
属性类型描述
namestring

Name is the name of resource being referenced

namespacestring

Namespace is the namespace of resource being referenced

.spec.values.global.registry

类型
object
属性类型描述
addressstring

.spec.values.mysql

类型
object
属性类型描述
pvcobject
tolerationsarray

.spec.values.mysql.pvc

类型
object
属性类型描述
storageClassNamestring
storageSizeinteger

.spec.values.mysql.tolerations

类型
array

.spec.values.mysql.tolerations[]

描述
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator <operator>.
类型
object
属性类型描述
effectstring

Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.

keystring

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.

operatorstring

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.

tolerationSecondsinteger

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.

valuestring

Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

.status

类型
object
属性类型描述
componentsobject

Expose component's specific status

conditionsarray
lastHandledReconcileAtstring

LastHandledReconcileAt holds the value of the most recent reconcile request value, so a change of the annotation value can be detected.

observedGenerationinteger

The observed generation of the object. When this matches the object's metadata.generation, it indicates the status is up-to-date.

.status.components

描述
Expose component's specific status
类型
object
属性类型描述
amlobject
kServeobject
knativeServingobject

.status.components.aml

类型
object
属性类型描述
conditionsarray

Conditions is a set of Condition instances.

deployedReleaseobject
managementStatestring

.status.components.aml.conditions

描述
Conditions is a set of Condition instances.
类型
array

.status.components.aml.conditions[]

描述
Condition represents an observation of an object's state. Conditions are an extension mechanism intended to be used when the details of an observation are not a priori known or would not apply to all instances of a given Kind. Conditions should be added to explicitly convey properties that users and components care about rather than requiring those properties to be inferred from other observations. Once defined, the meaning of a Condition can not be changed arbitrarily - it becomes part of the API, and has the same backwards- and forwards-compatibility concerns of any other part of the API.
类型
object
必填
statustype
属性类型描述
lastTransitionTimestring
messagestring
reasonstring

ConditionReason is intended to be a one-word, CamelCase representation of the category of cause of the current status. It is intended to be used in concise output, such as one-line kubectl get output, and in summarizing occurrences of causes.

statusstring
typestring

ConditionType is the type of the condition and is typically a CamelCased word or short phrase.

Condition types should indicate state in the "abnormal-true" polarity. For example, if the condition indicates when a policy is invalid, the "is valid" case is probably the norm, so the condition should be called "Invalid".

.status.components.aml.deployedRelease

类型
object
属性类型描述
namestring

.status.components.kServe

类型
object
属性类型描述
conditionsarray

Conditions is a set of Condition instances.

deployedReleaseobject
managementStatestring

.status.components.kServe.conditions

描述
Conditions is a set of Condition instances.
类型
array

.status.components.kServe.conditions[]

描述
Condition represents an observation of an object's state. Conditions are an extension mechanism intended to be used when the details of an observation are not a priori known or would not apply to all instances of a given Kind. Conditions should be added to explicitly convey properties that users and components care about rather than requiring those properties to be inferred from other observations. Once defined, the meaning of a Condition can not be changed arbitrarily - it becomes part of the API, and has the same backwards- and forwards-compatibility concerns of any other part of the API.
类型
object
必填
statustype
属性类型描述
lastTransitionTimestring
messagestring
reasonstring

ConditionReason is intended to be a one-word, CamelCase representation of the category of cause of the current status. It is intended to be used in concise output, such as one-line kubectl get output, and in summarizing occurrences of causes.

statusstring
typestring

ConditionType is the type of the condition and is typically a CamelCased word or short phrase.

Condition types should indicate state in the "abnormal-true" polarity. For example, if the condition indicates when a policy is invalid, the "is valid" case is probably the norm, so the condition should be called "Invalid".

.status.components.kServe.deployedRelease

类型
object
属性类型描述
namestring

.status.components.knativeServing

类型
object
属性类型描述
conditionsarray

Conditions is a set of Condition instances.

deployedReleaseobject
managementStatestring

.status.components.knativeServing.conditions

描述
Conditions is a set of Condition instances.
类型
array

.status.components.knativeServing.conditions[]

描述
Condition represents an observation of an object's state. Conditions are an extension mechanism intended to be used when the details of an observation are not a priori known or would not apply to all instances of a given Kind. Conditions should be added to explicitly convey properties that users and components care about rather than requiring those properties to be inferred from other observations. Once defined, the meaning of a Condition can not be changed arbitrarily - it becomes part of the API, and has the same backwards- and forwards-compatibility concerns of any other part of the API.
类型
object
必填
statustype
属性类型描述
lastTransitionTimestring
messagestring
reasonstring

ConditionReason is intended to be a one-word, CamelCase representation of the category of cause of the current status. It is intended to be used in concise output, such as one-line kubectl get output, and in summarizing occurrences of causes.

statusstring
typestring

ConditionType is the type of the condition and is typically a CamelCased word or short phrase.

Condition types should indicate state in the "abnormal-true" polarity. For example, if the condition indicates when a policy is invalid, the "is valid" case is probably the norm, so the condition should be called "Invalid".

.status.components.knativeServing.deployedRelease

类型
object
属性类型描述
namestring

.status.conditions

类型
array

.status.conditions[]

描述
Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: "Available", "Progressing", and "Degraded" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` // other fields }
类型
object
必填
lastTransitionTimemessagereasonstatustype
属性类型描述
lastTransitionTimestring

lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.

messagestring

message is a human readable message indicating details about the transition. This may be an empty string.

observedGenerationinteger

observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.

reasonstring

reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.

statusstring

status of the condition, one of True, False, Unknown.

typestring

type of condition in CamelCase or in foo.example.com/CamelCase.

Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)

API 端点

可用的 API 端点如下:

  • /apis/amlclusters.aml.dev/v1alpha1/amlclusters
    • DELETE: delete collection of AmlCluster
    • GET: list objects of kind AmlCluster
    • POST: create a new AmlCluster
  • /apis/amlclusters.aml.dev/v1alpha1/amlclusters/{name}
    • DELETE: delete the specified AmlCluster
    • GET: read the specified AmlCluster
    • PATCH: partially update the specified AmlCluster
    • PUT: replace the specified AmlCluster
  • /apis/amlclusters.aml.dev/v1alpha1/amlclusters/{name}/status
    • GET: read status of the specified AmlCluster
    • PATCH: partially update status of the specified AmlCluster
    • PUT: replace status of the specified AmlCluster

/apis/amlclusters.aml.dev/v1alpha1/amlclusters

HTTP 方法
DELETE
描述
delete collection of AmlCluster
HTTP 响应
HTTP 状态码响应体
200 - OKStatus schema
401 - UnauthorizedEmpty
HTTP 方法
GET
描述
list objects of kind AmlCluster
HTTP 响应
HTTP 状态码响应体
200 - OKAmlClusterList schema
401 - UnauthorizedEmpty
HTTP 方法
POST
描述
create a new AmlCluster
查询参数
参数类型描述
dryRunstringWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
fieldValidationstringfieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
请求体参数
参数类型描述
bodyAmlCluster schemaapplication/json formatted
HTTP 响应
HTTP 状态码响应体
200 - OKAmlCluster schema
201 - CreatedAmlCluster schema
202 - AcceptedAmlCluster schema
401 - UnauthorizedEmpty

/apis/amlclusters.aml.dev/v1alpha1/amlclusters/{name}

HTTP 方法
DELETE
描述
delete the specified AmlCluster
查询参数
参数类型描述
dryRunstringWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
HTTP 响应
HTTP 状态码响应体
200 - OKStatus schema
202 - AcceptedStatus schema
401 - UnauthorizedEmpty
HTTP 方法
GET
描述
read the specified AmlCluster
HTTP 响应
HTTP 状态码响应体
200 - OKAmlCluster schema
401 - UnauthorizedEmpty
HTTP 方法
PATCH
描述
partially update the specified AmlCluster
查询参数
参数类型描述
dryRunstringWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
fieldValidationstringfieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
HTTP 响应
HTTP 状态码响应体
200 - OKAmlCluster schema
401 - UnauthorizedEmpty
HTTP 方法
PUT
描述
replace the specified AmlCluster
查询参数
参数类型描述
dryRunstringWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
fieldValidationstringfieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
请求体参数
参数类型描述
bodyAmlCluster schemaapplication/json formatted
HTTP 响应
HTTP 状态码响应体
200 - OKAmlCluster schema
201 - CreatedAmlCluster schema
401 - UnauthorizedEmpty

/apis/amlclusters.aml.dev/v1alpha1/amlclusters/{name}/status

HTTP 方法
GET
描述
read status of the specified AmlCluster
HTTP 响应
HTTP 状态码响应体
200 - OKAmlCluster schema
401 - UnauthorizedEmpty
HTTP 方法
PATCH
描述
partially update status of the specified AmlCluster
查询参数
参数类型描述
dryRunstringWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
fieldValidationstringfieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
HTTP 响应
HTTP 状态码响应体
200 - OKAmlCluster schema
401 - UnauthorizedEmpty
HTTP 方法
PUT
描述
replace status of the specified AmlCluster
查询参数
参数类型描述
dryRunstringWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed
fieldValidationstringfieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.
请求体参数
参数类型描述
bodyAmlCluster schemaapplication/json formatted
HTTP 响应
HTTP 状态码响应体
200 - OKAmlCluster schema
201 - CreatedAmlCluster schema
401 - UnauthorizedEmpty