Documentation ¶
Index ¶
- Constants
- func GetPlatform(kfdef *kfconfig.KfConfig) (kftypesv3.Platform, error)
- type Existing
- func (existing *Existing) Apply(resources kftypesv3.ResourceEnum) error
- func (existing *Existing) Delete(resources kftypesv3.ResourceEnum) error
- func (existing *Existing) Generate(resources kftypesv3.ResourceEnum) error
- func (existing *Existing) GetK8sConfig() (*rest.Config, *clientcmdapi.Config)
- func (existing *Existing) Init(resources kftypesv3.ResourceEnum) error
Constants ¶
View Source
const ( KUBEFLOW_USER_EMAIL = "KUBEFLOW_USER_EMAIL" KUBEFLOW_ENDPOINT = "KUBEFLOW_ENDPOINT" OIDC_ENDPOINT = "OIDC_ENDPOINT" // Path in manifests repo to where the additional configs are located CONFIG_LOCAL_PATH = "kfdef/generic" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Existing ¶
func (*Existing) Generate ¶
func (existing *Existing) Generate(resources kftypesv3.ResourceEnum) error
func (*Existing) GetK8sConfig ¶
func (existing *Existing) GetK8sConfig() (*rest.Config, *clientcmdapi.Config)
Click to show internal directories.
Click to hide internal directories.