config/crd/bases/egressgateway.kubernetes.azure.com_gatewaylbconfigurations.yaml (91 lines of code) (raw):
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.17.1
name: gatewaylbconfigurations.egressgateway.kubernetes.azure.com
spec:
group: egressgateway.kubernetes.azure.com
names:
kind: GatewayLBConfiguration
listKind: GatewayLBConfigurationList
plural: gatewaylbconfigurations
singular: gatewaylbconfiguration
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: GatewayLBConfiguration is the Schema for the gatewaylbconfigurations
API
properties:
apiVersion:
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
spec:
description: GatewayLBConfigurationSpec defines the desired state of GatewayLBConfiguration
properties:
gatewayNodepoolName:
description: Name of the gateway nodepool to apply the gateway configuration.
type: string
gatewayVmssProfile:
description: Profile of the gateway VMSS to apply the gateway configuration.
properties:
publicIpPrefixSize:
description: Public IP prefix size to be applied to this VMSS.
format: int32
maximum: 31
minimum: 0
type: integer
vmssName:
description: Name of the VMSS
type: string
vmssResourceGroup:
description: Resource group of the VMSS. Must be in the same subscription.
type: string
type: object
provisionPublicIps:
default: true
description: Whether to provision public IP prefixes for outbound.
type: boolean
publicIpPrefixId:
description: BYO Resource ID of public IP prefix to be used as outbound.
type: string
required:
- provisionPublicIps
type: object
status:
description: GatewayLBConfigurationStatus defines the observed state of
GatewayLBConfiguration
properties:
egressIpPrefix:
description: Egress IP Prefix CIDR used for this gateway configuration.
type: string
frontendIp:
description: Gateway frontend IP.
type: string
serverPort:
description: Listening port of the gateway server.
format: int32
type: integer
type: object
type: object
served: true
storage: true
subresources:
status: {}