Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion api/core/v1alpha1/stack_resource_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ type FixedTagPolicy struct {
Tag string `json:"tag"`
}


type RegistryCredentialsSpec struct {
// +optional
DockerConfig *DockerConfigAuth `json:"dockerConfig,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion cmd/cluster-agent/cluster-agent-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import (
usersv1alpha1 "stackdome.io/cluster-agent/api/users/v1alpha1"
postgrescontroller "stackdome.io/cluster-agent/internal/controller/addons/postgrescluster"
clusterinfocontroller "stackdome.io/cluster-agent/internal/controller/clusterinfo"
"stackdome.io/cluster-agent/internal/errorpages"
"stackdome.io/cluster-agent/internal/controller/imagebuild"
nfsservercontroller "stackdome.io/cluster-agent/internal/controller/nfsserver"
objectstoragecontroller "stackdome.io/cluster-agent/internal/controller/objectstorage"
Expand All @@ -45,6 +44,7 @@ import (
"stackdome.io/cluster-agent/internal/controller/stackresource/workload"
"stackdome.io/cluster-agent/internal/controller/volume"
"stackdome.io/cluster-agent/internal/controller/workspaceuser"
"stackdome.io/cluster-agent/internal/errorpages"
"stackdome.io/cluster-agent/pkg/config"
"stackdome.io/cluster-agent/pkg/execute"
"stackdome.io/cluster-agent/pkg/portcheck"
Expand Down
175 changes: 0 additions & 175 deletions docs/port-check-status-clobber.md

This file was deleted.

Loading
Loading