Uses of Class
com.tremolosecurity.k8s.model.CreateData
Packages that use CreateData
-
Uses of CreateData in com.tremolosecurity.k8s.model
Methods in com.tremolosecurity.k8s.model that return CreateDataModifier and TypeMethodDescriptionKey.getCreateData()
CreateData.withCaCert
(boolean caCert) CreateData.withDeletePodsLabels
(List<String> deletePodsLabels) CreateData.withKeySize
(long keySize) CreateData.withSecretInfo
(SecretInfo secretInfo) CreateData.withServerName
(String serverName) CreateData.withSignByK8sCa
(boolean signByK8sCa) CreateData.withSubjectAlternativeNames
(List<String> subjectAlternativeNames) Methods in com.tremolosecurity.k8s.model with parameters of type CreateDataModifier and TypeMethodDescriptionvoid
Key.setCreateData
(CreateData createData) Key.withCreateData
(CreateData createData) Constructors in com.tremolosecurity.k8s.model with parameters of type CreateDataModifierConstructorDescriptionKey
(String name, String tlsSecretName, Key.ImportIntoKs importIntoKs, boolean replaceIfExists, CreateData createData)