Interface ExternalConfigurationEnvVarSourceFluent<A extends ExternalConfigurationEnvVarSourceFluent<A>>

    • Method Detail

      • getSecretKeyRef

        io.fabric8.kubernetes.api.model.SecretKeySelector getSecretKeyRef()
      • withSecretKeyRef

        A withSecretKeyRef​(io.fabric8.kubernetes.api.model.SecretKeySelector secretKeyRef)
      • hasSecretKeyRef

        Boolean hasSecretKeyRef()
      • getConfigMapKeyRef

        io.fabric8.kubernetes.api.model.ConfigMapKeySelector getConfigMapKeyRef()
      • withConfigMapKeyRef

        A withConfigMapKeyRef​(io.fabric8.kubernetes.api.model.ConfigMapKeySelector configMapKeyRef)
      • hasConfigMapKeyRef

        Boolean hasConfigMapKeyRef()