ServerSideFieldValidation
feature disabled will discard valid values specified in this param and not perform any server side field validation. Valid values are: - Ignore: ignores unknown/duplicate fields. - Warn: responds with a warning for each unknown/duplicate field, but successfully serves the request. - Strict: fails the request on unknown/duplicate fields.{}
curl --location --request PATCH '/apis/discovery.k8s.io/v1/namespaces//endpointslices/' \
--header 'Content-Type: application/json' \
--data-raw '{}'
"FQDN"
represents a FQDN."IPv4"
represents an IPv4 Address."IPv6"
represents an IPv6 Address.{
"addressType": "FQDN",
"apiVersion": "string",
"endpoints": [
{
"addresses": [
"string"
],
"conditions": {
"ready": true,
"serving": true,
"terminating": true
},
"deprecatedTopology": {
"property1": "string",
"property2": "string"
},
"hints": {
"forZones": [
{
"name": "string"
}
]
},
"hostname": "string",
"nodeName": "string",
"targetRef": {
"apiVersion": "string",
"fieldPath": "string",
"kind": "string",
"name": "string",
"namespace": "string",
"resourceVersion": "string",
"uid": "string"
},
"zone": "string"
}
],
"kind": "string",
"metadata": {
"annotations": {
"property1": "string",
"property2": "string"
},
"clusterName": "string",
"creationTimestamp": "2019-08-24T14:15:22Z",
"deletionGracePeriodSeconds": 0,
"deletionTimestamp": "2019-08-24T14:15:22Z",
"finalizers": [
"string"
],
"generateName": "string",
"generation": 0,
"labels": {
"property1": "string",
"property2": "string"
},
"managedFields": [
{
"apiVersion": "string",
"fieldsType": "string",
"fieldsV1": {},
"manager": "string",
"operation": "string",
"subresource": "string",
"time": "2019-08-24T14:15:22Z"
}
],
"name": "string",
"namespace": "string",
"ownerReferences": [
{
"apiVersion": "string",
"blockOwnerDeletion": true,
"controller": true,
"kind": "string",
"name": "string",
"uid": "string"
}
],
"resourceVersion": "string",
"selfLink": "string",
"uid": "string"
},
"ports": [
{
"appProtocol": "string",
"name": "string",
"port": 0,
"protocol": "string"
}
]
}