questions:
- variable: bigip_login_secret
  required: true
  type: string
  label: "Name of the k8s secret object with BIG-IP login credentials."
- variable: args.bigip_url
  required: true
  type: string
  label: "BIG-IP Management IP/URL"
- variable: args.bigip_partition
  required: true
  type: string
  label: "BIG-IP Partition"
- variable: image.user
  type: string
  label: "Image Repository where CIS image is hosted"
- variable: image.repo
  type: string
  label: "CIS image name"
- variable: version
  type: string
  label: "CIS version tag."
  default: "latest"
- variable: args.pool_member_type
  type: string
  label: "Type of BIG-IP Pool members to create."
  default: "nodeport"
- variable: args.node_poll_interval
  type: string
  label: "In seconds, the interval at which the CIS polls the cluster to find all node members."
  default: "30"
- variable: args.verify_interval
  type: string
  label: "In seconds, the interval at which the CIS verifies that the BIG-IP configuration matches the state of the orchestration system."
  default: "30"
- variable: args.agent
  type: string
  label: "Specify the agent for CIS to communicate with BIG-IP. CCCL or AS3"
  default: "as3"
- variable: args.custom_resource_mode
  type: string
  label: "Set 'true' to process CRD resources. Supported in AS3 agent. When true ConfigMaps, Routes, and Ingress are not processed by CIS."
  default: "false"
- variable: args.ipam
  type: string
  label: "Specify if CIS provides the ability to interface with F5 IPAM Controller (FIC). Valid with agent AS3."
  default: "false"
- variable: args.disable_teems
  type: string
  label: "If true, analytics data is not sent to F5."
  default: "false"
- variable: args.hubmode
  type: string
  label: "When `true`, ConfigMaps with Services in same and different namespace are processed. CIS >= 2.5.0+. Valid with agent AS3."
  default: "false"
- variable: args.default_route_domain
  type: string
  label: "Set default Route Domain for Custom resources. Valid with agent AS3."
  default: "0"
- variable: args.filter_tenants
  type: string
  label: "Specify to use tenant filtering API for AS3 declaration. This allows CIS to process each AS3 Tenant separately. Compatible with ConfigMap only. Valid with agent AS3. CIS >= 2.7"
  default: "false"
- variable: args.enable_ipv6
  type: string
  label: "When set to true, it enables IPv6 network support. CIS >= 2.7."
  default: "false"
- variable: args.log_level
  type: string
  label: "Configured the log level. INFO, DEBUG, CRITICAL, WARNING, ERROR."
  default: "INFO"
- variable: args.log_as3_response
  type: string
  label: "When set to true, adds the body of AS3 API response in Controller logs."
  default: "false"