Documentation ¶
Index ¶
- Constants
- func AllowBareDomains(customObject v1alpha1.CertConfig) bool
- func AltNames(customObject v1alpha1.CertConfig) []string
- func ClusterComponent(customObject v1alpha1.CertConfig) string
- func ClusterID(customObject v1alpha1.CertConfig) string
- func ClusterNamespace(customObject v1alpha1.CertConfig) string
- func CommonName(customObject v1alpha1.CertConfig) string
- func CrtTTL(customObject v1alpha1.CertConfig) string
- func CustomObjectHash(customObject v1alpha1.CertConfig) (string, error)
- func IPSANs(customObject v1alpha1.CertConfig) []string
- func IsDeleted(customObject v1alpha1.CertConfig) bool
- func IsWrongTypeError(err error) bool
- func Organizations(customObject v1alpha1.CertConfig) []string
- func RoleTTL(customObject v1alpha1.CertConfig) string
- func SecretLabels(customObject v1alpha1.CertConfig) map[string]string
- func SecretName(customObject v1alpha1.CertConfig) string
- func ToCustomObject(v interface{}) (v1alpha1.CertConfig, error)
Constants ¶
View Source
const ( CAID = "ca" CrtID = "crt" KeyID = "key" )
Variables ¶
This section is empty.
Functions ¶
func AllowBareDomains ¶
func AllowBareDomains(customObject v1alpha1.CertConfig) bool
func AltNames ¶
func AltNames(customObject v1alpha1.CertConfig) []string
func ClusterComponent ¶
func ClusterComponent(customObject v1alpha1.CertConfig) string
func ClusterID ¶
func ClusterID(customObject v1alpha1.CertConfig) string
func ClusterNamespace ¶
func ClusterNamespace(customObject v1alpha1.CertConfig) string
func CommonName ¶
func CommonName(customObject v1alpha1.CertConfig) string
func CrtTTL ¶
func CrtTTL(customObject v1alpha1.CertConfig) string
func CustomObjectHash ¶
func CustomObjectHash(customObject v1alpha1.CertConfig) (string, error)
nolint: gosec
func IPSANs ¶
func IPSANs(customObject v1alpha1.CertConfig) []string
func IsDeleted ¶
func IsDeleted(customObject v1alpha1.CertConfig) bool
func IsWrongTypeError ¶
IsWrongTypeError asserts wrongTypeError.
func Organizations ¶
func Organizations(customObject v1alpha1.CertConfig) []string
func RoleTTL ¶
func RoleTTL(customObject v1alpha1.CertConfig) string
func SecretLabels ¶
func SecretLabels(customObject v1alpha1.CertConfig) map[string]string
func SecretName ¶
func SecretName(customObject v1alpha1.CertConfig) string
func ToCustomObject ¶
func ToCustomObject(v interface{}) (v1alpha1.CertConfig, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.