Skip to content

Commit b5a1c98

Browse files
aojeak8s-publishing-bot
authored andcommitted
make update
Kubernetes-commit: 3606d52cd6de7366ca855d571b27193c32b029fb
1 parent bf4b72f commit b5a1c98

11 files changed

+3350
-996
lines changed

networking/v1/generated.pb.go

Lines changed: 2733 additions & 996 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1/generated.proto

Lines changed: 109 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1/types_swagger_doc_generated.go

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,35 @@ func (HTTPIngressRuleValue) SwaggerDoc() map[string]string {
4747
return map_HTTPIngressRuleValue
4848
}
4949

50+
var map_IPAddress = map[string]string{
51+
"": "IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1",
52+
"metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
53+
"spec": "spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status",
54+
}
55+
56+
func (IPAddress) SwaggerDoc() map[string]string {
57+
return map_IPAddress
58+
}
59+
60+
var map_IPAddressList = map[string]string{
61+
"": "IPAddressList contains a list of IPAddress.",
62+
"metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
63+
"items": "items is the list of IPAddresses.",
64+
}
65+
66+
func (IPAddressList) SwaggerDoc() map[string]string {
67+
return map_IPAddressList
68+
}
69+
70+
var map_IPAddressSpec = map[string]string{
71+
"": "IPAddressSpec describe the attributes in an IP Address.",
72+
"parentRef": "ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object.",
73+
}
74+
75+
func (IPAddressSpec) SwaggerDoc() map[string]string {
76+
return map_IPAddressSpec
77+
}
78+
5079
var map_IPBlock = map[string]string{
5180
"": "IPBlock describes a particular CIDR (Ex. \"192.168.1.0/24\",\"2001:db8::/64\") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.",
5281
"cidr": "cidr is a string representing the IPBlock Valid examples are \"192.168.1.0/24\" or \"2001:db8::/64\"",
@@ -294,6 +323,18 @@ func (NetworkPolicySpec) SwaggerDoc() map[string]string {
294323
return map_NetworkPolicySpec
295324
}
296325

326+
var map_ParentReference = map[string]string{
327+
"": "ParentReference describes a reference to a parent object.",
328+
"group": "Group is the group of the object being referenced.",
329+
"resource": "Resource is the resource of the object being referenced.",
330+
"namespace": "Namespace is the namespace of the object being referenced.",
331+
"name": "Name is the name of the object being referenced.",
332+
}
333+
334+
func (ParentReference) SwaggerDoc() map[string]string {
335+
return map_ParentReference
336+
}
337+
297338
var map_ServiceBackendPort = map[string]string{
298339
"": "ServiceBackendPort is the service port being referenced.",
299340
"name": "name is the name of the port on the Service. This is a mutually exclusive setting with \"Number\".",
@@ -304,4 +345,43 @@ func (ServiceBackendPort) SwaggerDoc() map[string]string {
304345
return map_ServiceBackendPort
305346
}
306347

348+
var map_ServiceCIDR = map[string]string{
349+
"": "ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.0/24 or 2001:db2::/64). This range is used to allocate ClusterIPs to Service objects.",
350+
"metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
351+
"spec": "spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status",
352+
"status": "status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status",
353+
}
354+
355+
func (ServiceCIDR) SwaggerDoc() map[string]string {
356+
return map_ServiceCIDR
357+
}
358+
359+
var map_ServiceCIDRList = map[string]string{
360+
"": "ServiceCIDRList contains a list of ServiceCIDR objects.",
361+
"metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
362+
"items": "items is the list of ServiceCIDRs.",
363+
}
364+
365+
func (ServiceCIDRList) SwaggerDoc() map[string]string {
366+
return map_ServiceCIDRList
367+
}
368+
369+
var map_ServiceCIDRSpec = map[string]string{
370+
"": "ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.",
371+
"cidrs": "CIDRs defines the IP blocks in CIDR notation (e.g. \"192.168.0.0/24\" or \"2001:db8::/64\") from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.",
372+
}
373+
374+
func (ServiceCIDRSpec) SwaggerDoc() map[string]string {
375+
return map_ServiceCIDRSpec
376+
}
377+
378+
var map_ServiceCIDRStatus = map[string]string{
379+
"": "ServiceCIDRStatus describes the current state of the ServiceCIDR.",
380+
"conditions": "conditions holds an array of metav1.Condition that describe the state of the ServiceCIDR. Current service state",
381+
}
382+
383+
func (ServiceCIDRStatus) SwaggerDoc() map[string]string {
384+
return map_ServiceCIDRStatus
385+
}
386+
307387
// AUTO-GENERATED FUNCTIONS END HERE

0 commit comments

Comments
 (0)