Documentation
¶
Index ¶
- func CRTINSecret(secret *corev1.Secret, podIP string) bool
- func CSRINSecret(secret *corev1.Secret, podIP string) bool
- func CreateAndSignCsr(client client.Client, request reconcile.Request, scheme *runtime.Scheme, ...) error
- func PEMINSecret(secret *corev1.Secret, podIP string) bool
- func SigningRequestStatus(secret *corev1.Secret, podIP string) string
- type Certificate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CRTINSecret ¶
CRTINSecret checks if Certificate is stored in secret
func CSRINSecret ¶
CSRINSecret checks if Certificate is stored in secret
func CreateAndSignCsr ¶
func CreateAndSignCsr(client client.Client, request reconcile.Request, scheme *runtime.Scheme, object v1.Object, restConfig *rest.Config, podList *corev1.PodList, hostNetwork bool) error
CreateAndSignCsr creates and signs the Certificate
func PEMINSecret ¶
PEMINSecret checks if Certificate is stored in secret
Types ¶
type Certificate ¶
type Certificate struct {
// contains filtered or unexported fields
}
func (*Certificate) EnsureExistsAndIsSigned ¶
func (r *Certificate) EnsureExistsAndIsSigned() error
Click to show internal directories.
Click to hide internal directories.