definition
stringlengths
2
292k
key
stringlengths
2
84
schema
stringclasses
339 values
{"enum": [0, 1, 128, 16, 2, 256, 32, 4, 512, 64, 8], "type": "number"}
ContributionPropertyType
azure-devops-extension-manifest-1.0.json
{"required": ["path"], "type": "object", "properties": {"path": {"type": "string"}}}
Content
azure-devops-extension-manifest-1.0.json
{"type": "object", "properties": {"uri": {"type": "string"}}}
Link
azure-devops-extension-manifest-1.0.json
{"enum": [0, 1, 2], "type": "number"}
ContributionLicensingBehaviorType
azure-devops-extension-manifest-1.0.json
{"required": ["uri"], "type": "object", "properties": {"href": {"type": "string"}, "uri": {"type": "string"}}}
Badge
azure-devops-extension-manifest-1.0.json
{"type": "object", "properties": {"relationships": {"items": {"type": "string"}, "type": "array"}, "inverse": {"type": "boolean"}, "group": {"type": "number"}, "name": {"type": "string"}, "id": {"type": "string"}, "properties": {}}}
ContributionConstraint
azure-devops-extension-manifest-1.0.json
{"oneOf": [{"properties": {"direction": {"enum": ["in"]}, "methods": {"items": [{"enum": ["get", "post", "delete", "head", "patch", "put", "options", "trace"], "type": "string"}], "type": "array"}, "webHookType": {"type": "string"}, "route": {"type": "string"}, "type": {"enum": ["httpTrigger"]}, "authLevel": {"default": "function", "enum": ["anonymous", "function", "admin"], "type": "string"}}}, {"properties": {"direction": {"enum": ["out"]}, "type": {"enum": ["http"]}}}]}
httpBinding
function.json
{"oneOf": [{"properties": {"filter": {"type": "string"}, "direction": {"enum": ["in"]}, "take": {"type": "string"}}}, {"properties": {"direction": {"enum": ["out"]}}}], "properties": {"type": {"enum": ["table"]}, "connection": {"type": "string"}, "partitionKey": {"type": "string"}, "tableName": {"type": "string"}, "rowKey": {"type": "string"}}}
tableBinding
function.json
{"oneOf": [{"properties": {"type": {"enum": ["sqlTrigger"]}, "tableName": {"type": "string"}}}, {"properties": {"commandType": {"enum": ["text", "storedProcedure"]}, "direction": {"enum": ["in"]}, "type": {"enum": ["sql"]}, "commandText": {"type": "string"}, "parameters": {"type": "string"}}}, {"properties": {"direction": {"const": "out"}, "type": {"const": "sql"}, "commandText": {"type": "string"}}}], "properties": {"connectionStringSetting": {"type": "string"}}}
sqlBinding
function.json
{"properties": {"direction": {"enum": ["out"]}, "apiKey": {"type": "string"}, "from": {"type": "string"}, "text": {"type": "string"}, "to": {"type": "string"}, "type": {"enum": ["sendGrid"]}, "subject": {"type": "string"}}}
sendGridBinding
function.json
{"properties": {"direction": {"enum": ["out"]}, "hubName": {"type": "string"}, "tagExpression": {"type": "string"}, "platform": {"enum": ["apns", "adm", "gcm", "wns", "mpns"], "type": "string"}, "connection": {"type": "string"}, "type": {"enum": ["notificationHub"]}}}
notificationHubBinding
function.json
{"oneOf": [{"properties": {"direction": {"enum": ["in"]}, "kqlCommand": {"type": "string"}, "kqlParameters": {"type": "string"}}}, {"properties": {"direction": {"enum": ["out"]}, "dataFormat": {"type": "string"}, "tableName": {"type": "string"}, "mappingRef": {"type": "string"}}}], "properties": {"managedServiceIdentity": {"type": "string"}, "connection": {"type": "string"}, "type": {"enum": ["kusto"]}, "database": {"type": "string"}}}
kustoBinding
function.json
{"properties": {"direction": {"enum": ["in"]}, "useMonitor": {"type": "boolean"}, "type": {"enum": ["timerTrigger"]}, "schedule": {"pattern": "^(\\*|((([1-5]\\d)|\\d)(-(([1-5]\\d)|\\d)(/\\d+)?)?)(,((([1-5]\\d)|\\d)(-(([1-5]\\d)|\\d)(/\\d+)?)?))*)(/\\d+)? (\\*|((([1-5]\\d)|\\d)(-(([1-5]\\d)|\\d)(/\\d+)?)?)(,((([1-5]\\d)|\\d)(-(([1-5]\\d)|\\d)(/\\d+)?)?))*)(/\\d+)? (\\*|(((1\\d)|(2[0-3])|\\d)(-((1\\d)|(2[0-3])|\\d)(/\\d+)?)?)(,(((1\\d)|(2[0-3])|\\d)(-((1\\d)|(2[0-3])|\\d)(/\\d+)?)?))*)(/\\d+)? (\\*|((([1-2]\\d)|(3[0-1])|[1-9])(-(([1-2]\\d)|(3[0-1])|[1-9])(/\\d+)?)?)(,((([1-2]\\d)|(3[0-1])|[1-9])(-(([1-2]\\d)|(3[0-1])|[1-9])(/\\d+)?)?))*)(/\\d+)? (\\*|(([A-Za-z]+|(1[0-2])|[1-9])(-([A-Za-z]+|(1[0-2])|[1-9])(/\\d+)?)?)(,(([A-Za-z]+|(1[0-2])|[1-9])(-([A-Za-z]+|(1[0-2])|[1-9])(/\\d+)?)?))*)(/\\d+)? (\\*|(([A-Za-z]+|[0-6])(-([A-Za-z]+|[0-6])(/\\d+)?)?)(,(([A-Za-z]+|[0-6])(-([A-Za-z]+|[0-6])(/\\d+)?)?))*)(/\\d+)?$", "type": "string"}, "runOnStartup": {"type": "boolean"}}}
timerTriggerBinding
function.json
{"oneOf": [{"properties": {"direction": {"enum": ["in"]}, "type": {"enum": ["queueTrigger"]}}}, {"properties": {"direction": {"enum": ["out"]}, "type": {"enum": ["queue"]}}}], "properties": {"connection": {"type": "string"}, "queueName": {"type": "string"}}}
queueBinding
function.json
{"properties": {"authToken": {"type": "string"}, "body": {"type": "string"}, "direction": {"enum": ["out"]}, "from": {"type": "string"}, "to": {"type": "string"}, "accountSid": {"type": "string"}, "type": {"enum": ["twilioSms"]}}}
twilioSmsBinding
function.json
{"oneOf": [{"properties": {"direction": {"enum": ["in"]}, "type": {"enum": ["blobTrigger"]}}}, {"properties": {"type": {"enum": ["blob"]}}}], "properties": {"path": {"type": "string"}, "connection": {"type": "string"}}}
blobBinding
function.json
{"oneOf": [{"properties": {"direction": {"enum": ["in"]}, "id": {"type": "string"}}}, {"properties": {"direction": {"enum": ["out"]}}}], "properties": {"type": {"enum": ["mobileTable"]}, "connection": {"type": "string"}, "apiKey": {"type": "string"}, "tableName": {"type": "string"}}}
mobileBinding
function.json
{"oneOf": [{"properties": {"sqlQuery": {"type": "string"}, "direction": {"enum": ["in"]}, "id": {"type": "string"}}}, {"properties": {"direction": {"enum": ["out"]}, "createIfNotExists": {"type": "boolean"}}}], "properties": {"connection": {"type": "string"}, "collectionName": {"type": "string"}, "type": {"enum": ["documentDB"]}, "databaseName": {"type": "string"}}}
documentDBBinding
function.json
{"oneOf": [{"properties": {"direction": {"enum": ["in"]}, "type": {"enum": ["serviceBusTrigger"]}}}, {"properties": {"direction": {"enum": ["out"]}, "type": {"enum": ["serviceBus"]}}}], "properties": {"connection": {"type": "string"}, "topicName": {"type": "string"}, "queueName": {"type": "string"}, "subscriptionName": {"type": "string"}, "accessRights": {"enum": ["manage", "listen", "send"], "type": "string"}}}
serviceBusBinding
function.json
{"oneOf": [{"properties": {"consumerGroup": {"type": "string"}, "direction": {"enum": ["in"]}, "cardinality": {"enum": ["one", "many"]}, "type": {"enum": ["eventHubTrigger"]}}}, {"properties": {"direction": {"enum": ["out"]}, "type": {"enum": ["eventHub"]}}}], "properties": {"path": {"type": "string"}, "connection": {"type": "string"}}}
eventHubBinding
function.json
{"required": ["name", "type", "direction"], "properties": {"dataType": {"enum": ["string", "binary", "stream"]}, "direction": {"enum": ["in", "out", "inout"], "type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}}}
bindingBase
function.json
{"properties": {"direction": {"enum": ["in", "out", "inout"]}, "type": {"not": {"enum": ["serviceBusTrigger", "serviceBus", "blobTrigger", "blob", "manualTrigger", "eventHubTrigger", "eventHub", "timerTrigger", "queueTrigger", "queue", "httpTrigger", "http", "mobileTable", "documentDB", "table", "notificationHub", "twilioSms", "sendGrid", "sql", "sqlTrigger", "kusto"]}}}}
dynamicBinding
function.json
{"properties": {"direction": {"enum": ["in"]}, "type": {"enum": ["manualTrigger"]}}}
manualTriggerBinding
function.json
{}
httpTrigger
function.json
{"additionalProperties": false, "type": "object", "properties": {"operator": {"type": "string"}, "tolerationSeconds": {"type": "integer"}, "key": {"type": "string"}, "value": {"type": "string"}, "effect": {"type": "string"}}}
Toleration
cluster.json
{"additionalProperties": false, "type": "object", "properties": {}}
IdentityConfiguration
cluster.json
{"additionalProperties": false, "required": ["apiGroup", "kind", "name"], "type": "object", "properties": {"apiGroup": {"type": "string"}, "kind": {"type": "string"}, "name": {"type": "string"}}}
TypedLocalObjectReference
cluster.json
{"additionalProperties": false, "required": ["server", "path"], "type": "object", "properties": {"path": {"type": "string"}, "readOnly": {"type": "boolean"}, "server": {"type": "string"}}}
NFSVolumeSource
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"timeAdded": {"type": "string", "format": "date-time"}, "key": {"type": "string"}, "value": {"type": "string"}, "effect": {"type": "string"}}}
RKETaint
cluster.json
{"additionalProperties": false, "required": ["service", "region", "url", "signing-region", "signing-method", "signing-name"], "type": "object", "properties": {"service": {"type": "string"}, "signing-method": {"type": "string"}, "url": {"type": "string"}, "region": {"type": "string"}, "signing-region": {"type": "string"}, "signing-name": {"type": "string"}}}
ServiceOverride
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"winExtraBinds": {"items": {"type": "string"}, "type": "array"}, "extraArgs": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}, "image": {"type": "string"}, "extraEnv": {"items": {"type": "string"}, "type": "array"}, "extraBinds": {"items": {"type": "string"}, "type": "array"}, "winExtraEnv": {"items": {"type": "string"}, "type": "array"}, "winExtraArgs": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}}}
SchedulerService
cluster.json
{"additionalProperties": false, "required": ["claimName"], "type": "object", "properties": {"readOnly": {"type": "boolean"}, "claimName": {"type": "string"}}}
PersistentVolumeClaimVolumeSource
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"serviceClusterIpRange": {"type": "string"}, "winExtraBinds": {"items": {"type": "string"}, "type": "array"}, "extraArgs": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}, "image": {"type": "string"}, "extraEnv": {"items": {"type": "string"}, "type": "array"}, "extraBinds": {"items": {"type": "string"}, "type": "array"}, "clusterCidr": {"type": "string"}, "winExtraEnv": {"items": {"type": "string"}, "type": "array"}, "winExtraArgs": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}}}
KubeControllerService
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"mode": {"type": "string"}, "options": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}}}
AuthzConfig
cluster.json
{"additionalProperties": false, "required": ["iface"], "type": "object", "properties": {"iface": {"type": "string"}}}
CanalNetworkProvider
cluster.json
{"additionalProperties": false, "required": ["diskName", "diskURI"], "type": "object", "properties": {"diskName": {"type": "string"}, "cachingMode": {"type": "string"}, "kind": {"type": "string"}, "fsType": {"type": "string"}, "diskURI": {"type": "string"}, "readOnly": {"type": "boolean"}}}
AzureDiskVolumeSource
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"port": {"oneOf": [{"type": "string"}, {"type": "number"}]}, "datacenters": {"type": "string"}, "password": {"type": "string"}, "user": {"type": "string"}, "soap-roundtrip-count": {"type": "integer"}}}
VirtualCenterConfig
cluster.json
{"additionalProperties": false, "required": ["Type", "IntVal", "StrVal"], "type": "object", "properties": {"Type": {"type": "integer"}, "StrVal": {"type": "string"}, "IntVal": {"type": "integer"}}}
IntOrString
cluster.json
{"additionalProperties": false, "required": ["type", "qps", "burst"], "type": "object", "properties": {"cacheSize": {"type": "integer"}, "qps": {"type": "integer"}, "type": {"type": "string"}, "burst": {"type": "integer"}}}
Limit
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"scsicontrollertype": {"type": "string"}}}
DiskVsphereOpts
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"failSwapOn": {"type": "boolean"}, "winExtraBinds": {"items": {"type": "string"}, "type": "array"}, "generateServingCertificate": {"type": "boolean"}, "extraBinds": {"items": {"type": "string"}, "type": "array"}, "image": {"type": "string"}, "extraEnv": {"items": {"type": "string"}, "type": "array"}, "extraArgs": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}, "clusterDomain": {"type": "string"}, "infraContainerImage": {"type": "string"}, "clusterDnsServer": {"type": "string"}, "winExtraEnv": {"items": {"type": "string"}, "type": "array"}, "winExtraArgs": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}}}
KubeletService
cluster.json
{"additionalProperties": false, "required": ["endpoints", "path"], "type": "object", "properties": {"path": {"type": "string"}, "readOnly": {"type": "boolean"}, "endpoints": {"type": "string"}}}
GlusterfsVolumeSource
cluster.json
{"additionalProperties": false, "required": ["repository"], "type": "object", "properties": {"directory": {"type": "string"}, "repository": {"type": "string"}, "revision": {"type": "string"}}}
GitRepoVolumeSource
cluster.json
{"additionalProperties": false, "required": ["volumePath"], "type": "object", "properties": {"storagePolicyName": {"type": "string"}, "fsType": {"type": "string"}, "storagePolicyID": {"type": "string"}, "volumePath": {"type": "string"}}}
VsphereVirtualDiskVolumeSource
cluster.json
{"additionalProperties": false, "required": ["registry", "volume"], "type": "object", "properties": {"group": {"type": "string"}, "volume": {"type": "string"}, "readOnly": {"type": "boolean"}, "registry": {"type": "string"}, "tenant": {"type": "string"}, "user": {"type": "string"}}}
QuobyteVolumeSource
cluster.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"type": "string"}, "type": {"type": "string"}}}
HostPathVolumeSource
cluster.json
{"additionalProperties": false, "required": ["pdID"], "type": "object", "properties": {"pdID": {"type": "string"}, "fsType": {"type": "string"}}}
PhotonPersistentDiskVolumeSource
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"resourceNames": {"items": {"type": "string"}, "type": "array"}, "group": {"type": "string"}, "resources": {"items": {"type": "string"}, "type": "array"}}}
GroupResources
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"datacenter": {"type": "string"}, "vm-name": {"type": "string"}, "vm-uuid": {"type": "string"}, "soap-roundtrip-count": {"type": "integer"}, "server": {"type": "string"}, "working-dir": {"type": "string"}, "insecure-flag": {"type": "boolean"}, "user": {"type": "string"}, "datacenters": {"type": "string"}, "datastore": {"type": "string"}, "password": {"type": "string"}, "port": {"oneOf": [{"type": "string"}, {"type": "number"}]}}}
GlobalVsphereOpts
cluster.json
{"additionalProperties": false, "required": ["cloudProvider"], "type": "object", "properties": {"cloudProvider": {"type": "string"}}}
CalicoNetworkProvider
cluster.json
{"additionalProperties": false, "required": ["volumeID"], "type": "object", "properties": {"readOnly": {"type": "boolean"}, "partition": {"type": "integer"}, "volumeID": {"type": "string"}, "fsType": {"type": "string"}}}
AWSElasticBlockStoreVolumeSource
cluster.json
{"additionalProperties": false, "required": ["name", "secret"], "type": "object", "properties": {"secret": {"type": "string"}, "name": {"type": "string"}}}
Key
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"datasetName": {"type": "string"}, "datasetUUID": {"type": "string"}}}
FlockerVolumeSource
cluster.json
{"additionalProperties": false, "required": ["bs-version", "trust-device-path", "ignore-volume-az"], "type": "object", "properties": {"trust-device-path": {"type": "boolean"}, "bs-version": {"type": "string"}, "ignore-volume-az": {"type": "boolean"}}}
BlockStorageOpenstackOpts
cluster.json
{"additionalProperties": false, "required": ["pdName"], "type": "object", "properties": {"fsType": {"type": "string"}, "readOnly": {"type": "boolean"}, "pdName": {"type": "string"}, "partition": {"type": "integer"}}}
GCEPersistentDiskVolumeSource
cluster.json
{"additionalProperties": false, "required": ["router-id"], "type": "object", "properties": {"router-id": {"type": "string"}}}
RouteOpenstackOpts
cluster.json
{"additionalProperties": false, "required": ["key", "path"], "type": "object", "properties": {"path": {"type": "string"}, "mode": {"type": "integer"}, "key": {"type": "string"}}}
KeyToPath
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"max": {"type": "integer"}, "nodesPerReplica": {"type": "number"}, "preventSinglePointFailure": {"type": "boolean"}, "coresPerReplica": {"type": "number"}, "min": {"type": "integer"}}}
LinearAutoscalerParams
cluster.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"type": "string"}, "audience": {"type": "string"}, "expirationSeconds": {"type": "integer"}}}
ServiceAccountTokenProjection
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"externDynamic": {"type": "string"}, "apicUserName": {"type": "string"}, "vrfName": {"type": "string"}, "imagePullSecret": {"type": "string"}, "serviceMonitorInterval": {"type": "string"}, "useAciCniPriorityClass": {"type": "string"}, "controllerLogLevel": {"type": "string"}, "serviceVlan": {"type": "string"}, "gbpPodSubnet": {"type": "string"}, "vmmDomain": {"type": "string"}, "infraVlan": {"type": "string"}, "apicUserCrt": {"type": "string"}, "mcastRangeStart": {"type": "string"}, "installIstio": {"type": "string"}, "pbrTrackingNonSnat": {"type": "string"}, "encapType": {"type": "string"}, "useAciAnywhereCrd": {"type": "string"}, "nodeSvcSubnet": {"type": "string"}, "snatContractScope": {"type": "string"}, "ovsMemoryLimit": {"type": "string"}, "usePrivilegedContainer": {"type": "string"}, "epRegistry": {"type": "string"}, "useOpflexServerVolume": {"type": "string"}, "apicUserKey": {"type": "string"}, "enableEndpointSlice": {"type": "string"}, "hostAgentLogLevel": {"type": "string"}, "l3out": {"type": "string"}, "podSubnetChunkSize": {"type": "string"}, "kafkaClientKey": {"type": "string"}, "vmmController": {"type": "string"}, "runGbpContainer": {"type": "string"}, "mcastRangeEnd": {"type": "string"}, "snatPortRangeStart": {"oneOf": [{"type": "string"}, {"type": "number"}]}, "snatNamespace": {"type": "string"}, "istioProfile": {"type": "string"}, "externStatic": {"type": "string"}, "vrfTenant": {"type": "string"}, "l3outExternalNetworks": {"items": {"type": "string"}, "type": "array"}, "overlayVrfName": {"type": "string"}, "opflexClientSsl": {"type": "string"}, "dropLogEnable": {"type": "string"}, "capic": {"type": "string"}, "apicHosts": {"items": {"type": "string"}, "type": "array"}, "runOpflexServerContainer": {"type": "string"}, "kafkaClientCrt": {"type": "string"}, "opflexLogLevel": {"type": "string"}, "tenant": {"type": "string"}, "aep": {"type": "string"}, "apicRefreshTime": {"type": "string"}, "useHostNetnsVolume": {"type": "string"}, "kafkaBrokers": {"items": {"type": "string"}, "type": "array"}, "opflexMode": {"type": "string"}, "noPriorityClass": {"type": "string"}, "snatPortsPerNode": {"oneOf": [{"type": "string"}, {"type": "number"}]}, "subnetDomainName": {"type": "string"}, "nodeSubnet": {"type": "string"}, "token": {"type": "string"}, "maxNodesSvcGraph": {"type": "string"}, "systemId": {"type": "string"}, "imagePullPolicy": {"type": "string"}, "opflexServerPort": {"oneOf": [{"type": "string"}, {"type": "number"}]}, "kubeApiVlan": {"type": "string"}, "snatPortRangeEnd": {"oneOf": [{"type": "string"}, {"type": "number"}]}}}
AciNetworkProvider
cluster.json
{"additionalProperties": false, "type": "object", "properties": {}}
FieldsV1
cluster.json
{"additionalProperties": false, "required": ["key", "operator"], "type": "object", "properties": {"operator": {"type": "string"}, "values": {"items": {"type": "string"}, "type": "array"}, "key": {"type": "string"}}}
LabelSelectorRequirement
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"restore": {"type": "boolean"}, "snapshotName": {"type": "string"}}}
RestoreConfig
cluster.json
{"additionalProperties": false, "required": ["endpoint"], "type": "object", "properties": {"customCa": {"type": "string"}, "endpoint": {"type": "string"}, "region": {"type": "string"}, "secretKey": {"type": "string"}, "bucketName": {"type": "string"}, "folder": {"type": "string"}, "accessKey": {"type": "string"}}}
S3BackupConfig
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"services": {"items": {"type": "string"}, "type": "array"}, "caCertificates": {"type": "boolean"}}}
RotateCertificates
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"password": {"type": "string"}}}
WeaveNetworkProvider
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"ingress": {"type": "string"}, "kubednsSidecar": {"type": "string"}, "windowsPodInfraContainer": {"type": "string"}, "aciMcastContainer": {"type": "string"}, "canalControllers": {"type": "string"}, "aciHostContainer": {"type": "string"}, "coredns": {"type": "string"}, "canalCni": {"type": "string"}, "calicoCtl": {"type": "string"}, "ingressWebhook": {"type": "string"}, "kubednsAutoscaler": {"type": "string"}, "canalNode": {"type": "string"}, "calicoNode": {"type": "string"}, "ingressBackend": {"type": "string"}, "etcd": {"type": "string"}, "calicoControllers": {"type": "string"}, "certDownloader": {"type": "string"}, "kubedns": {"type": "string"}, "nodelocal": {"type": "string"}, "kubernetes": {"type": "string"}, "aciGbpServerContainer": {"type": "string"}, "flannelCni": {"type": "string"}, "aciOpflexServerContainer": {"type": "string"}, "aciOpflexContainer": {"type": "string"}, "aciCniDeployContainer": {"type": "string"}, "weaveNode": {"type": "string"}, "flannel": {"type": "string"}, "metricsServer": {"type": "string"}, "calicoFlexVol": {"type": "string"}, "alpine": {"type": "string"}, "corednsAutoscaler": {"type": "string"}, "podInfraContainer": {"type": "string"}, "calicoCni": {"type": "string"}, "nginxProxy": {"type": "string"}, "aciControllerContainer": {"type": "string"}, "dnsmasq": {"type": "string"}, "canalFlannel": {"type": "string"}, "aciOvsContainer": {"type": "string"}, "weaveCni": {"type": "string"}, "kubernetesServicesSidecar": {"type": "string"}, "canalFlexVol": {"type": "string"}}}
RKESystemImages
cluster.json
{"additionalProperties": false, "type": "object", "properties": {}}
Time
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"public-network": {"type": "string"}}}
NetworkVshpereOpts
cluster.json
{"additionalProperties": false, "type": "object", "properties": {}}
Quantity
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"datacenter": {"type": "string"}, "folder": {"type": "string"}, "resourcepool-path": {"type": "string"}, "default-datastore": {"type": "string"}, "server": {"type": "string"}}}
WorkspaceVsphereOpts
cluster.json
{"additionalProperties": false, "required": ["cloud", "tenantId", "subscriptionId", "resourceGroup", "location", "vnetName", "vnetResourceGroup", "subnetName", "securityGroupName", "routeTableName", "primaryAvailabilitySetName", "vmType", "primaryScaleSetName", "aadClientId", "aadClientSecret", "aadClientCertPath", "aadClientCertPassword", "cloudProviderBackoff", "cloudProviderBackoffRetries", "cloudProviderBackoffExponent", "cloudProviderBackoffDuration", "cloudProviderBackoffJitter", "cloudProviderRateLimit", "cloudProviderRateLimitQPS", "cloudProviderRateLimitBucket", "useInstanceMetadata", "useManagedIdentityExtension", "maximumLoadBalancerRuleCount"], "type": "object", "properties": {"securityGroupName": {"type": "string"}, "useManagedIdentityExtension": {"type": "boolean"}, "cloudProviderBackoffRetries": {"type": "integer"}, "cloud": {"type": "string"}, "aadClientSecret": {"type": "string"}, "userAssignedIdentityID": {"type": "string"}, "excludeMasterFromStandardLB": {"type": "boolean"}, "cloudProviderBackoffDuration": {"type": "integer"}, "resourceGroup": {"type": "string"}, "vmType": {"type": "string"}, "useInstanceMetadata": {"type": "boolean"}, "location": {"type": "string"}, "loadBalancerSku": {"type": "string"}, "cloudProviderBackoffJitter": {"type": "integer"}, "subscriptionId": {"type": "string"}, "routeTableName": {"type": "string"}, "vnetResourceGroup": {"type": "string"}, "vnetName": {"type": "string"}, "aadClientId": {"type": "string"}, "cloudProviderRateLimitBucket": {"type": "integer"}, "cloudProviderBackoffExponent": {"type": "integer"}, "cloudProviderRateLimitQPS": {"type": "integer"}, "aadClientCertPassword": {"type": "string"}, "cloudProviderBackoff": {"type": "boolean"}, "primaryAvailabilitySetName": {"type": "string"}, "aadClientCertPath": {"type": "string"}, "maximumLoadBalancerRuleCount": {"type": "integer"}, "cloudProviderRateLimit": {"type": "boolean"}, "tenantId": {"type": "string"}, "primaryScaleSetName": {"type": "string"}, "subnetName": {"type": "string"}}}
AzureCloudProvider
cluster.json
{"additionalProperties": false, "required": ["search-order", "request-timeout"], "type": "object", "properties": {"request-timeout": {"type": "integer"}, "search-order": {"type": "string"}}}
MetadataOpenstackOpts
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"sshKey": {"type": "string"}, "address": {"type": "string"}, "sshCertPath": {"type": "string"}, "sshCert": {"type": "string"}, "user": {"type": "string"}, "sshAgentAuth": {"type": "boolean"}, "ignoreProxyEnvVars": {"type": "boolean"}, "sshKeyPath": {"type": "string"}, "port": {"oneOf": [{"type": "string"}, {"type": "number"}]}}}
BastionHost
cluster.json
{"additionalProperties": false, "required": ["fieldPath"], "type": "object", "properties": {"fieldPath": {"type": "string"}, "apiVersion": {"type": "string"}}}
ObjectFieldSelector
cluster.json
{"additionalProperties": false, "required": ["secretName", "shareName"], "type": "object", "properties": {"shareName": {"type": "string"}, "readOnly": {"type": "boolean"}, "secretName": {"type": "string"}}}
AzureFileVolumeSource
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"configFile": {"type": "string"}, "cacheTimeout": {"type": "string"}}}
AuthWebhookConfig
cluster.json
{"additionalProperties": false, "required": ["timeout"], "type": "object", "properties": {"gracePeriod": {"type": "integer"}, "deleteLocalData": {"type": "boolean"}, "force": {"type": "boolean"}, "ignoreDaemonSets": {"type": "boolean"}, "timeout": {"type": "integer"}}}
NodeDrainInput
cluster.json
{"additionalProperties": false, "required": ["auth-url", "username", "user-id", "password", "tenant-id", "tenant-name", "trust-id", "domain-id", "domain-name", "region", "ca-file"], "type": "object", "properties": {"username": {"type": "string"}, "auth-url": {"type": "string"}, "trust-id": {"type": "string"}, "region": {"type": "string"}, "tenant-name": {"type": "string"}, "domain-name": {"type": "string"}, "domain-id": {"type": "string"}, "user-id": {"type": "string"}, "password": {"type": "string"}, "ca-file": {"type": "string"}, "tenant-id": {"type": "string"}}}
GlobalOpenstackOpts
cluster.json
{"additionalProperties": false, "required": ["volumeID"], "type": "object", "properties": {"readOnly": {"type": "boolean"}, "volumeID": {"type": "string"}, "fsType": {"type": "string"}}}
PortworxVolumeSource
cluster.json
{"additionalProperties": false, "required": ["zone", "vpc", "subnet-id", "routetable-id", "role-arn", "kubernetes-cluster-tag", "kubernetes-cluster-id", "disable-security-group-ingress", "elb-security-group", "disable-strict-zone-check"], "type": "object", "properties": {"kubernetes-cluster-tag": {"type": "string"}, "vpc": {"type": "string"}, "zone": {"type": "string"}, "disable-strict-zone-check": {"type": "boolean"}, "routetable-id": {"type": "string"}, "disable-security-group-ingress": {"type": "boolean"}, "subnet-id": {"type": "string"}, "role-arn": {"type": "string"}, "kubernetes-cluster-id": {"type": "string"}, "elb-security-group": {"type": "string"}}}
GlobalAwsOpts
cluster.json
{"additionalProperties": false, "required": ["lb-version", "use-octavia", "subnet-id", "floating-network-id", "lb-method", "lb-provider", "create-monitor", "monitor-delay", "monitor-timeout", "monitor-max-retries", "manage-security-groups"], "type": "object", "properties": {"manage-security-groups": {"type": "boolean"}, "create-monitor": {"type": "boolean"}, "monitor-timeout": {"type": "string"}, "subnet-id": {"type": "string"}, "lb-version": {"type": "string"}, "floating-network-id": {"type": "string"}, "monitor-delay": {"type": "string"}, "lb-provider": {"type": "string"}, "use-octavia": {"type": "boolean"}, "monitor-max-retries": {"type": "integer"}, "lb-method": {"type": "string"}}}
LoadBalancerOpenstackOpts
cluster.json
{"additionalProperties": false, "required": ["apiVersion", "kind", "name", "uid"], "type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "apiVersion": {"type": "string"}, "controller": {"type": "boolean"}, "blockOwnerDeletion": {"type": "boolean"}, "uid": {"type": "string"}}}
OwnerReference
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"targetWWNs": {"items": {"type": "string"}, "type": "array"}, "readOnly": {"type": "boolean"}, "wwids": {"items": {"type": "string"}, "type": "array"}, "lun": {"type": "integer"}, "fsType": {"type": "string"}}}
FCVolumeSource
cluster.json
{"additionalProperties": false, "required": ["iface"], "type": "object", "properties": {"iface": {"type": "string"}}}
FlannelNetworkProvider
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"winExtraBinds": {"items": {"type": "string"}, "type": "array"}, "extraArgs": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}, "image": {"type": "string"}, "extraEnv": {"items": {"type": "string"}, "type": "array"}, "extraBinds": {"items": {"type": "string"}, "type": "array"}, "winExtraEnv": {"items": {"type": "string"}, "type": "array"}, "winExtraArgs": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}}}
KubeproxyService
cluster.json
{"additionalProperties": false, "required": ["name", "mountPath"], "type": "object", "properties": {"mountPath": {"type": "string"}, "name": {"type": "string"}, "subPath": {"type": "string"}, "readOnly": {"type": "boolean"}, "mountPropagation": {"type": "string"}, "subPathExpr": {"type": "string"}}}
ExtraVolumeMount
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"awsSecretAccessKey": {"type": "string"}, "awsAccessKeyId": {"type": "string"}, "awsAccessToken": {"type": "string"}}}
ECRCredentialPlugin
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"name": {"type": "string"}}}
LocalObjectReference
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"kind": {"type": "string"}, "apiVersion": {"type": "string"}}}
TypeMeta
cluster.json
{"additionalProperties": false, "type": "object", "properties": {}}
Duration
cluster.json
{"additionalProperties": false, "type": "object", "properties": {"ignore": {"items": {"type": "string"}, "type": "array"}, "nodata": {"items": {"type": "string"}, "type": "array"}, "where": {"type": "object"}, "rewrite": {"type": "object"}}}
Dump
shopware-project-schema.json
{"additionalProperties": false, "type": "object", "properties": {"username": {"type": "string"}, "client_secret": {"type": "string"}, "password": {"type": "string"}, "client_id": {"type": "string"}, "disable_ssl_check": {"default": false, "type": "boolean"}}}
AdminApi
shopware-project-schema.json
{"additionalProperties": false, "required": ["settings"], "type": "object", "properties": {"sales_channel": {"type": "string"}, "settings": {"type": "object"}}}
SyncConfigItem
shopware-project-schema.json
{"additionalProperties": false, "type": "object", "properties": {"language": {"type": "string"}, "sender_name": {"type": "string"}, "plain": {"type": "string"}, "html": {"type": "string"}, "custom_fields": {"type": ["object", "null"]}, "subject": {"type": "string"}}}
MailTemplateItemTranslation
shopware-project-schema.json
{"additionalProperties": false, "type": "object", "properties": {"cleanup_paths": {"items": {"type": "string"}, "type": "array"}, "disable_asset_copy": {"default": false, "type": "boolean"}, "remove_extension_assets": {"default": false, "type": "boolean"}}}
Build
shopware-project-schema.json
{"additionalProperties": false, "required": ["type", "field"], "type": "object", "properties": {"operator": {"enum": ["AND", "OR", "XOR"], "type": "string"}, "field": {"type": "string"}, "type": {"enum": ["equals", "multi", "contains", "prefix", "suffix", "not", "range", "until", "equalsAll", "equalsAny"], "type": "string"}, "value": {"type": ["string", "integer", "array", "boolean", "null"]}}, "allOf": [{"then": {"required": ["type", "queries"]}, "if": {"properties": {"type": {"const": "multi"}}}}]}
EntitySyncFilterInner
shopware-project-schema.json
{"additionalProperties": false, "type": "object", "properties": {"name": {"type": "string"}, "settings": {"type": "object"}}}
ThemeConfigItem
shopware-project-schema.json
{"oneOf": [{"type": "string"}, {"type": "object"}]}
recipe
openrewrite.json
{"oneOf": [{"type": "string"}, {"type": "object"}]}
style
openrewrite.json