Uses of Enum Class
com.tremolosecurity.k8s.model.Key.ImportIntoKs
Packages that use Key.ImportIntoKs
-
Uses of Key.ImportIntoKs in com.tremolosecurity.k8s.model
Subclasses with type arguments of type Key.ImportIntoKs in com.tremolosecurity.k8s.modelMethods in com.tremolosecurity.k8s.model that return Key.ImportIntoKsModifier and TypeMethodDescriptionstatic Key.ImportIntoKs
Key.getImportIntoKs()
static Key.ImportIntoKs
Returns the enum constant of this class with the specified name.static Key.ImportIntoKs[]
Key.ImportIntoKs.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tremolosecurity.k8s.model with parameters of type Key.ImportIntoKsModifier and TypeMethodDescriptionvoid
Key.setImportIntoKs
(Key.ImportIntoKs importIntoKs) Key.withImportIntoKs
(Key.ImportIntoKs importIntoKs) Constructors in com.tremolosecurity.k8s.model with parameters of type Key.ImportIntoKsModifierConstructorDescriptionKey
(String name, String tlsSecretName, Key.ImportIntoKs importIntoKs, boolean replaceIfExists, CreateData createData)