Documentation
¶
Index ¶
- func CreateSecret(cfc types.CFController, tp *types.CFTunnelParameterWithID, byteSecret []byte, ...) (*types.CFTunnelSecret, error)
- func DeleteSecret(cfc types.CFController, tp *types.CFTunnelParameter) error
- func FetchSecret(cfc types.CFController, ns, name, id string) (*types.CFTunnelSecret, error)
- func StartWaitForTunnelConfigMaps(cfc types.CFController) types.TunnelConfigMaps
- func UpsertConfigMap(cfc types.CFController, tparam *types.CFTunnelParameter, cm *corev1.ConfigMap) error
- type UniqueTunnelParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSecret ¶ added in v0.0.11
func CreateSecret(cfc types.CFController, tp *types.CFTunnelParameterWithID, byteSecret []byte, ometa *metav1.ObjectMeta) (*types.CFTunnelSecret, error)
func DeleteSecret ¶ added in v0.0.11
func DeleteSecret(cfc types.CFController, tp *types.CFTunnelParameter) error
func FetchSecret ¶ added in v0.0.11
func FetchSecret(cfc types.CFController, ns, name, id string) (*types.CFTunnelSecret, error)
func StartWaitForTunnelConfigMaps ¶
func StartWaitForTunnelConfigMaps(cfc types.CFController) types.TunnelConfigMaps
func UpsertConfigMap ¶ added in v0.0.11
func UpsertConfigMap(cfc types.CFController, tparam *types.CFTunnelParameter, cm *corev1.ConfigMap) error
Types ¶
type UniqueTunnelParams ¶ added in v0.0.11
type UniqueTunnelParams struct {
// contains filtered or unexported fields
}
func NewUniqueTunnelParams ¶ added in v0.0.11
func NewUniqueTunnelParams() *UniqueTunnelParams
func (*UniqueTunnelParams) Add ¶ added in v0.1.0
func (utp *UniqueTunnelParams) Add(key string, value *types.CFTunnelParameter)
func (*UniqueTunnelParams) Get ¶ added in v0.0.11
func (utp *UniqueTunnelParams) Get() []*types.CFTunnelParameter
func (*UniqueTunnelParams) GetConfigMapTunnelParam ¶ added in v0.0.11
func (utp *UniqueTunnelParams) GetConfigMapTunnelParam(cfc types.CFController, ometa *metav1.ObjectMeta, hints ...string) (*types.CFTunnelParameter, error)
Click to show internal directories.
Click to hide internal directories.