crd

package
v0.0.0-...-8fe0c81 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2022 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CrdProvider

type CrdProvider struct {
	*CrdProviderConfig
	// contains filtered or unexported fields
}

func (*CrdProvider) ChangePassword

func (this *CrdProvider) ChangePassword(user string, oldPassword string, newPassword string) error

func (*CrdProvider) GetUserStatus

func (this *CrdProvider) GetUserStatus(login string, password string, checkPassword bool) (tokenapi.UserEntry, error)

func (*CrdProvider) IsCritical

func (this *CrdProvider) IsCritical() bool

type CrdProviderConfig

type CrdProviderConfig struct {
	config.BaseProviderConfig `yaml:",inline"`
	Namespace                 string `yaml:"namespace"` // The namespace where koo resources (users,groups,groupbindings) are stored
}

func (*CrdProviderConfig) Open

func (this *CrdProviderConfig) Open(idx int, configFolder string) (providers.Provider, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL