make update

Signed-off-by: Maciej Szulik <soltysh@gmail.com>
This commit is contained in:
Maciej Szulik 2025-02-18 11:31:10 +01:00
parent 8eb74b96e3
commit d6e5d4f20d
No known key found for this signature in database
GPG Key ID: F15E55D276FA84C4
6 changed files with 8 additions and 7 deletions

View File

@ -2826,8 +2826,7 @@
},
"required": [
"selector",
"template",
"serviceName"
"template"
],
"type": "object"
},

View File

@ -1171,8 +1171,7 @@
},
"required": [
"selector",
"template",
"serviceName"
"template"
],
"type": "object"
},

View File

@ -8244,7 +8244,7 @@ func schema_k8sio_api_apps_v1_StatefulSetSpec(ref common.ReferenceCallback) comm
},
},
},
Required: []string{"selector", "template", "serviceName"},
Required: []string{"selector", "template"},
},
},
Dependencies: []string{
@ -9396,7 +9396,7 @@ func schema_k8sio_api_apps_v1beta1_StatefulSetSpec(ref common.ReferenceCallback)
},
},
},
Required: []string{"template", "serviceName"},
Required: []string{"template"},
},
},
Dependencies: []string{
@ -11109,7 +11109,7 @@ func schema_k8sio_api_apps_v1beta2_StatefulSetSpec(ref common.ReferenceCallback)
},
},
},
Required: []string{"selector", "template", "serviceName"},
Required: []string{"selector", "template"},
},
},
Dependencies: []string{

View File

@ -716,6 +716,7 @@ message StatefulSetSpec {
// the network identity of the set. Pods get DNS/hostnames that follow the
// pattern: pod-specific-string.serviceName.default.svc.cluster.local
// where "pod-specific-string" is managed by the StatefulSet controller.
// +optional
optional string serviceName = 5;
// podManagementPolicy controls how pods are created during initial scale up,

View File

@ -462,6 +462,7 @@ message StatefulSetSpec {
// the network identity of the set. Pods get DNS/hostnames that follow the
// pattern: pod-specific-string.serviceName.default.svc.cluster.local
// where "pod-specific-string" is managed by the StatefulSet controller.
// +optional
optional string serviceName = 5;
// podManagementPolicy controls how pods are created during initial scale up,

View File

@ -761,6 +761,7 @@ message StatefulSetSpec {
// the network identity of the set. Pods get DNS/hostnames that follow the
// pattern: pod-specific-string.serviceName.default.svc.cluster.local
// where "pod-specific-string" is managed by the StatefulSet controller.
// +optional
optional string serviceName = 5;
// podManagementPolicy controls how pods are created during initial scale up,