Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TLSSecretConverter ¶
type TLSSecretConverter struct{}
func (*TLSSecretConverter) FromKubeSecret ¶
func (t *TLSSecretConverter) FromKubeSecret(ctx context.Context, rc *kubesecret.ResourceClient, secret *kubev1.Secret) (resources.Resource, error)
func (*TLSSecretConverter) ToKubeSecret ¶
func (t *TLSSecretConverter) ToKubeSecret(ctx context.Context, rc *kubesecret.ResourceClient, resource resources.Resource) (*kubev1.Secret, error)
Click to show internal directories.
Click to hide internal directories.