apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: templatevirtualports.tkc.a10networks.com spec: group: tkc.a10networks.com versions: - name: v1 served: true storage: true schema: openAPIV3Schema: type: object properties: spec: type: object properties: name: type: string description: "Template SLB Server Name" conn-limit: type: integer minimum: 1 maximum: 64000000 default: 64000000 description: "Connection limit" conn-rate-limit: type: integer minimum: 1 maximum: 1048575 description: "Connection rate limit" allow-syn-otherflags: type: boolean description: "Enable or Disable allow-syn-otherflags" reset-unknown-conn: type: boolean description: "Enable or Disable reset-unknown-conn" user-tag: type: string description: "User Tag" ignore-tcp-msl: type: boolean description: Reclaim TCP resource immediately without MSL conn-rate-limit-reset: type: boolean description: Send client reset when connection rate over limit conn-rate-limit-no-logging: type: boolean description: Do not log connection over limit event required: - name status: type: object properties: state: type: string additionalPrinterColumns: - name: Name type: string jsonPath: .spec.name - name: Status type: string jsonPath: .status.state names: kind: TemplateVirtualPort plural: templatevirtualports singular: templatevirtualport shortNames: - a10tvp scope: Namespaced