From f883e7b6626643082a0b6c02e86153999d0c2976 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Fri, 23 Jul 2021 08:02:05 +0200 Subject: [PATCH] fix: wrong description of Service external IPs --- api/v1beta1/service_options.go | 2 +- charts/capsule/crds/tenant-crd.yaml | 2 +- config/crd/bases/capsule.clastix.io_tenants.yaml | 2 +- config/install.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/v1beta1/service_options.go b/api/v1beta1/service_options.go index 885efb6b..dfdcc265 100644 --- a/api/v1beta1/service_options.go +++ b/api/v1beta1/service_options.go @@ -8,6 +8,6 @@ type ServiceOptions struct { AdditionalMetadata *AdditionalMetadataSpec `json:"additionalMetadata,omitempty"` // Block or deny certain type of Services. Optional. AllowedServices *AllowedServices `json:"allowedServices,omitempty"` - // Specifies the external IPs that can be used in Services with type ClusterIP. An empty list means all the IPs are allowed. Optional. + // Specifies the external IPs that can be used in Services with type ClusterIP. An empty list means no IPs are allowed. Optional. ExternalServiceIPs *ExternalServiceIPsSpec `json:"externalIPs,omitempty"` } diff --git a/charts/capsule/crds/tenant-crd.yaml b/charts/capsule/crds/tenant-crd.yaml index cbb07f71..5e578775 100644 --- a/charts/capsule/crds/tenant-crd.yaml +++ b/charts/capsule/crds/tenant-crd.yaml @@ -1143,7 +1143,7 @@ spec: type: object type: object externalIPs: - description: Specifies the external IPs that can be used in Services with type ClusterIP. An empty list means all the IPs are allowed. Optional. + description: Specifies the external IPs that can be used in Services with type ClusterIP. An empty list means no IPs are allowed. Optional. properties: allowed: items: diff --git a/config/crd/bases/capsule.clastix.io_tenants.yaml b/config/crd/bases/capsule.clastix.io_tenants.yaml index e6250698..edcf0931 100644 --- a/config/crd/bases/capsule.clastix.io_tenants.yaml +++ b/config/crd/bases/capsule.clastix.io_tenants.yaml @@ -1155,7 +1155,7 @@ spec: type: boolean type: object externalIPs: - description: Specifies the external IPs that can be used in Services with type ClusterIP. An empty list means all the IPs are allowed. Optional. + description: Specifies the external IPs that can be used in Services with type ClusterIP. An empty list means no IPs are allowed. Optional. properties: allowed: items: diff --git a/config/install.yaml b/config/install.yaml index b63973fb..aa571daa 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -1234,7 +1234,7 @@ spec: type: boolean type: object externalIPs: - description: Specifies the external IPs that can be used in Services with type ClusterIP. An empty list means all the IPs are allowed. Optional. + description: Specifies the external IPs that can be used in Services with type ClusterIP. An empty list means no IPs are allowed. Optional. properties: allowed: items: