Class Key

java.lang.Object
com.tremolosecurity.k8s.model.Key

public class Key extends Object
  • Constructor Details

    • Key

      public Key()
      No args constructor for use in serialization
    • Key

      public Key(String name, String tlsSecretName, Key.ImportIntoKs importIntoKs, boolean replaceIfExists, CreateData createData)
      Parameters:
      name -
      tlsSecretName -
      importIntoKs -
      replaceIfExists -
      createData -
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public Key withName(String name)
    • getTlsSecretName

      public String getTlsSecretName()
    • setTlsSecretName

      public void setTlsSecretName(String tlsSecretName)
    • withTlsSecretName

      public Key withTlsSecretName(String tlsSecretName)
    • getImportIntoKs

      public Key.ImportIntoKs getImportIntoKs()
    • setImportIntoKs

      public void setImportIntoKs(Key.ImportIntoKs importIntoKs)
    • withImportIntoKs

      public Key withImportIntoKs(Key.ImportIntoKs importIntoKs)
    • isReplaceIfExists

      public boolean isReplaceIfExists()
    • setReplaceIfExists

      public void setReplaceIfExists(boolean replaceIfExists)
    • withReplaceIfExists

      public Key withReplaceIfExists(boolean replaceIfExists)
    • getCreateData

      public CreateData getCreateData()
    • setCreateData

      public void setCreateData(CreateData createData)
    • withCreateData

      public Key withCreateData(CreateData createData)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object