mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
update networking strategy
This commit is contained in:
parent
e3b3975821
commit
c26a5796fd
@ -54,6 +54,9 @@ func (serviceCIDRStrategy) NamespaceScoped() bool {
|
|||||||
// and should not be modified by the user.
|
// and should not be modified by the user.
|
||||||
func (serviceCIDRStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set {
|
func (serviceCIDRStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set {
|
||||||
fields := map[fieldpath.APIVersion]*fieldpath.Set{
|
fields := map[fieldpath.APIVersion]*fieldpath.Set{
|
||||||
|
"networking/v1": fieldpath.NewSet(
|
||||||
|
fieldpath.MakePathOrDie("status"),
|
||||||
|
),
|
||||||
"networking/v1beta1": fieldpath.NewSet(
|
"networking/v1beta1": fieldpath.NewSet(
|
||||||
fieldpath.MakePathOrDie("status"),
|
fieldpath.MakePathOrDie("status"),
|
||||||
),
|
),
|
||||||
@ -129,6 +132,9 @@ var StatusStrategy = serviceCIDRStatusStrategy{Strategy}
|
|||||||
// and should not be modified by the user.
|
// and should not be modified by the user.
|
||||||
func (serviceCIDRStatusStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set {
|
func (serviceCIDRStatusStrategy) GetResetFields() map[fieldpath.APIVersion]*fieldpath.Set {
|
||||||
fields := map[fieldpath.APIVersion]*fieldpath.Set{
|
fields := map[fieldpath.APIVersion]*fieldpath.Set{
|
||||||
|
"networking/v1": fieldpath.NewSet(
|
||||||
|
fieldpath.MakePathOrDie("spec"),
|
||||||
|
),
|
||||||
"networking/v1beta1": fieldpath.NewSet(
|
"networking/v1beta1": fieldpath.NewSet(
|
||||||
fieldpath.MakePathOrDie("spec"),
|
fieldpath.MakePathOrDie("spec"),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user