Merge pull request #123529 from thockin/go-workspaces

Go workspaces for k/k and k/staging/*
This commit is contained in:
Kubernetes Prow Robot
2024-03-01 08:43:03 -08:00
committed by GitHub
579 changed files with 21277 additions and 17228 deletions

View File

@@ -1449,7 +1449,8 @@
"required": [
"type",
"status",
"reason"
"reason",
"message"
],
"type": "object"
},
@@ -13477,6 +13478,9 @@
"description": "ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object."
}
},
"required": [
"parentRef"
],
"type": "object"
},
"io.k8s.api.networking.v1alpha1.ParentReference": {
@@ -13499,6 +13503,10 @@
"type": "string"
}
},
"required": [
"resource",
"name"
],
"type": "object"
},
"io.k8s.api.networking.v1alpha1.ServiceCIDR": {

View File

@@ -124,7 +124,8 @@
"required": [
"type",
"status",
"reason"
"reason",
"message"
],
"type": "object"
},

View File

@@ -97,6 +97,9 @@
"description": "ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object."
}
},
"required": [
"parentRef"
],
"type": "object"
},
"io.k8s.api.networking.v1alpha1.ParentReference": {
@@ -119,6 +122,10 @@
"type": "string"
}
},
"required": [
"resource",
"name"
],
"type": "object"
},
"io.k8s.api.networking.v1alpha1.ServiceCIDR": {