Documentation
¶
Index ¶
Constants ¶
View Source
const ( BTPStorageName = "btp-objectstore" AzureStorageName = "azure" GCSStorageName = "gcs" S3StorageName = "s3" FilesystemStorageName = "filesystem" PVCStorageName = "pvc" )
Variables ¶
This section is empty.
Functions ¶
func GetServedDockerRegistry ¶
Types ¶
type StateReconciler ¶
type StateReconciler interface {
Reconcile(ctx context.Context, v v1alpha1.DockerRegistry) (ctrl.Result, error)
}
func NewMachine ¶
func NewMachine(client client.Client, config *rest.Config, recorder record.EventRecorder, log *zap.SugaredLogger, cache chart.ManifestCache, chartPath string) StateReconciler
Click to show internal directories.
Click to hide internal directories.