Class CredentialsRequestSpecFluent<A extends CredentialsRequestSpecFluent<A>>

    • Constructor Detail

      • CredentialsRequestSpecFluent

        public CredentialsRequestSpecFluent()
    • Method Detail

      • getCloudTokenPath

        public String getCloudTokenPath()
      • withCloudTokenPath

        public A withCloudTokenPath​(String cloudTokenPath)
      • hasCloudTokenPath

        public boolean hasCloudTokenPath()
      • getProviderSpec

        public Object getProviderSpec()
      • withProviderSpec

        public A withProviderSpec​(Object providerSpec)
      • hasProviderSpec

        public boolean hasProviderSpec()
      • buildSecretRef

        public io.fabric8.kubernetes.api.model.ObjectReference buildSecretRef()
      • withSecretRef

        public A withSecretRef​(io.fabric8.kubernetes.api.model.ObjectReference secretRef)
      • hasSecretRef

        public boolean hasSecretRef()
      • addToServiceAccountNames

        public A addToServiceAccountNames​(int index,
                                          String item)
      • setToServiceAccountNames

        public A setToServiceAccountNames​(int index,
                                          String item)
      • addToServiceAccountNames

        public A addToServiceAccountNames​(String... items)
      • addAllToServiceAccountNames

        public A addAllToServiceAccountNames​(Collection<String> items)
      • removeFromServiceAccountNames

        public A removeFromServiceAccountNames​(String... items)
      • removeAllFromServiceAccountNames

        public A removeAllFromServiceAccountNames​(Collection<String> items)
      • getServiceAccountNames

        public List<String> getServiceAccountNames()
      • getServiceAccountName

        public String getServiceAccountName​(int index)
      • getFirstServiceAccountName

        public String getFirstServiceAccountName()
      • getLastServiceAccountName

        public String getLastServiceAccountName()
      • getMatchingServiceAccountName

        public String getMatchingServiceAccountName​(Predicate<String> predicate)
      • hasMatchingServiceAccountName

        public boolean hasMatchingServiceAccountName​(Predicate<String> predicate)
      • withServiceAccountNames

        public A withServiceAccountNames​(List<String> serviceAccountNames)
      • withServiceAccountNames

        public A withServiceAccountNames​(String... serviceAccountNames)
      • hasServiceAccountNames

        public boolean hasServiceAccountNames()
      • 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 CredentialsRequestSpecFluent<A>>