Interface ExternalConfigurationVolumeSourceFluent<A extends ExternalConfigurationVolumeSourceFluent<A>>

    • Method Detail

      • withName

        A withName​(String name)
      • withNewName

        A withNewName​(int[] arg1,
                      int arg2,
                      int arg3)
      • withNewName

        A withNewName​(char[] arg1)
      • withNewName

        A withNewName​(byte[] arg1,
                      int arg2)
      • withNewName

        A withNewName​(byte[] arg1)
      • withNewName

        A withNewName​(char[] arg1,
                      int arg2,
                      int arg3)
      • withNewName

        A withNewName​(byte[] arg1,
                      int arg2,
                      int arg3)
      • withNewName

        A withNewName​(byte[] arg1,
                      int arg2,
                      int arg3,
                      int arg4)
      • withNewName

        A withNewName​(String arg1)
      • getSecret

        io.fabric8.kubernetes.api.model.SecretVolumeSource getSecret()
      • withSecret

        A withSecret​(io.fabric8.kubernetes.api.model.SecretVolumeSource secret)
      • getConfigMap

        io.fabric8.kubernetes.api.model.ConfigMapVolumeSource getConfigMap()
      • withConfigMap

        A withConfigMap​(io.fabric8.kubernetes.api.model.ConfigMapVolumeSource configMap)
      • hasConfigMap

        Boolean hasConfigMap()