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
953 changes: 842 additions & 111 deletions apis/config/v1alpha1/generated.pb.go

Large diffs are not rendered by default.

81 changes: 81 additions & 0 deletions apis/config/v1alpha1/generated.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions apis/config/v1alpha1/sensitive_config_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ import (

"github.com/henderiw/logger/log"
condv1alpha1 "github.com/sdcio/config-server/apis/condition/v1alpha1"
"github.com/sdcio/config-server/apis/config"
"github.com/sdcio/config-server/pkg/testhelper"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
"k8s.io/utils/ptr"
"sigs.k8s.io/controller-runtime/pkg/client"
"github.com/sdcio/config-server/apis/config"
)

// GetCondition returns the condition based on the condition kind
Expand Down Expand Up @@ -164,7 +164,6 @@ func (r *SensitiveConfig) Validate() error {
return errm
}


// BuildSensitiveConfig returns a reource from a client Object a Spec/Status
func BuildSensitiveConfig(meta metav1.ObjectMeta, spec SensitiveConfigSpec, status SensitiveConfigStatus) *SensitiveConfig {
return &SensitiveConfig{
Expand Down
2 changes: 1 addition & 1 deletion apis/config/v1alpha1/sensitive_config_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"reflect"

condv1alpha1 "github.com/sdcio/config-server/apis/condition/v1alpha1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

// SensitiveConfigSpec defines the desired state of SensitiveConfig
Expand Down
Loading
Loading