Constants - kubernetes

  • IMAGE_PULL_POLICY_IF_NOT_PRESENT string IfNotPresent
  • IMAGE_PULL_POLICY_ALWAYS string Always
  • IMAGE_PULL_POLICY_NEVER string Never
  • SESSION_AFFINITY_NONE string None
  • SESSION_AFFINITY_CLIENT_IP string ClientIP
  • SERVICE_TYPE_NORD_PORT string NodePort
  • SERVICE_TYPE_CLUSTER_IP string ClusterIP
  • SERVICE_TYPE_LOAD_BALANCER string LoadBalancer
  • RESTART_POLICY_ON_FAILURE string OnFailure
  • RESTART_POLICY_ALWAYS string Always
  • RESTART_POLICY_NEVER string Never