Class GenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>>

java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.strimzi.api.kafka.model.common.GenericSecretSourceFluent<A>
Direct Known Subclasses:
GenericSecretSourceBuilder, KafkaClientAuthenticationOAuthFluent.AccessTokenNested, KafkaClientAuthenticationOAuthFluent.ClientAssertionNested, KafkaClientAuthenticationOAuthFluent.ClientSecretNested, KafkaClientAuthenticationOAuthFluent.RefreshTokenNested, KafkaListenerAuthenticationCustomFluent.SecretsNested, KafkaListenerAuthenticationOAuthFluent.ClientSecretNested

public class GenericSecretSourceFluent<A extends GenericSecretSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
  • Constructor Details

    • GenericSecretSourceFluent

      public GenericSecretSourceFluent()
    • GenericSecretSourceFluent

      public GenericSecretSourceFluent(GenericSecretSource instance)
  • Method Details

    • getSecretName

      public String getSecretName()
    • withSecretName

      public A withSecretName(String secretName)
    • hasSecretName

      public boolean hasSecretName()
    • getKey

      public String getKey()
    • withKey

      public A withKey(String key)
    • hasKey

      public boolean hasKey()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GenericSecretSourceFluent<A>>
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object