Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddResourcesToScheme ¶
func AddResourcesToScheme(config *envconf.Config) error
Types ¶
type ResourceManager ¶
type ResourceManager struct {
// contains filtered or unexported fields
}
func NewResourceManager ¶
func NewResourceManager(config *envconf.Config) *ResourceManager
func (*ResourceManager) CreateApplicationWithContext ¶
func (r *ResourceManager) CreateApplicationWithContext(
ctx context.Context,
obj *applicationV1Alpha1.Application,
) error
func (*ResourceManager) GetApplicationWithContext ¶
func (r *ResourceManager) GetApplicationWithContext(
ctx context.Context,
name string,
namespace string,
) (*applicationV1Alpha1.Application, error)
Click to show internal directories.
Click to hide internal directories.