mirror of https://github.com/k3s-io/k3s
33 lines
620 B
Plaintext
33 lines
620 B
Plaintext
![]() |
{
|
||
|
"kind": "Service",
|
||
|
"apiVersion": "v1",
|
||
|
"metadata": {
|
||
|
"name": "kubernetes",
|
||
|
"namespace": "default",
|
||
|
"selfLink": "/api/v1/namespaces/default/services/kubernetes",
|
||
|
"uid": "6a8e8829-f15f-11e6-b041-acbc32c1ca87",
|
||
|
"resourceVersion": "8",
|
||
|
"creationTimestamp": "2017-02-12T20:11:19Z",
|
||
|
"labels": {
|
||
|
"component": "apiserver",
|
||
|
"provider": "kubernetes"
|
||
|
}
|
||
|
},
|
||
|
"spec": {
|
||
|
"ports": [
|
||
|
{
|
||
|
"name": "https",
|
||
|
"protocol": "TCP",
|
||
|
"port": 443,
|
||
|
"targetPort": 443
|
||
|
}
|
||
|
],
|
||
|
"clusterIP": "10.0.0.1",
|
||
|
"type": "ClusterIP",
|
||
|
"sessionAffinity": "ClientIP"
|
||
|
},
|
||
|
"status": {
|
||
|
"loadBalancer": {}
|
||
|
}
|
||
|
}
|