Class PreConfiguredStorageFluent<A extends PreConfiguredStorageFluent<A>>

    • Constructor Detail

      • PreConfiguredStorageFluent

        public PreConfiguredStorageFluent()
    • Method Detail

      • getKey

        public String getKey()
      • withKey

        public A withKey​(String key)
      • hasKey

        public boolean hasKey()
      • getName

        public String getName()
      • withName

        public A withName​(String name)
      • hasName

        public boolean hasName()
      • getServiceAccountProjection

        public Boolean getServiceAccountProjection()
      • withServiceAccountProjection

        public A withServiceAccountProjection​(Boolean serviceAccountProjection)
      • hasServiceAccountProjection

        public boolean hasServiceAccountProjection()
      • getTlsSecretMountPath

        public String getTlsSecretMountPath()
      • withTlsSecretMountPath

        public A withTlsSecretMountPath​(String tlsSecretMountPath)
      • hasTlsSecretMountPath

        public boolean hasTlsSecretMountPath()
      • getTlsSecretName

        public String getTlsSecretName()
      • withTlsSecretName

        public A withTlsSecretName​(String tlsSecretName)
      • hasTlsSecretName

        public boolean hasTlsSecretName()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PreConfiguredStorageFluent<A>>
      • withServiceAccountProjection

        public A withServiceAccountProjection()