appuio/appuio-cloud-agent

View on GitHub

Showing 35 of 38 total issues

2: cannot find package "k8s.io/apimachinery/pkg/runtime/schema" in any of:
Open

    "k8s.io/apimachinery/pkg/runtime/schema"
Severity: Minor
Found in api/v1/groupversion_info.go by govet

exported type Limits should have comment or be unexported
Open

type Limits []Limit
Severity: Minor
Found in limits/limits.go by golint

exported type Skipper should have comment or be unexported
Open

type Skipper interface {
Severity: Minor
Found in skipper/skipper.go by golint

exported type Config should have comment or be unexported
Open

type Config struct {
Severity: Minor
Found in config.go by golint

exported function ConfigFromFile should have comment or be unexported
Open

func ConfigFromFile(path string) (c Config, warn []string, err error) {
Severity: Minor
Found in config.go by golint

exported const DefaultOrganizationAnnotation should have comment or be unexported
Open

const DefaultOrganizationAnnotation = "appuio.io/default-organization"

exported const UpstreamFinalizerPrefix should have comment or be unexported
Open

const UpstreamFinalizerPrefix = "agent.appuio.io/group-zone-"
Severity: Minor
Found in controllers/groupsync_controller.go by golint

comment on exported method UserAttributeSyncReconciler.SetupWithManagerAndForeignCluster should be of the form "SetupWithManagerAndForeignCluster ..."
Open

// SetupWithManager sets up the controller with the Manager.

exported type Transformer should have comment or be unexported
Open

type Transformer interface {

comment on exported method GroupSyncReconciler.SetupWithManagerAndForeignCluster should be of the form "SetupWithManagerAndForeignCluster ..."
Open

// SetupWithManager sets up the controller with the Manager.
Severity: Minor
Found in controllers/groupsync_controller.go by golint

exported method StaticSkipper.Skip should have comment or be unexported
Open

func (s StaticSkipper) Skip(_ context.Context, _ admission.Request) (bool, error) {
Severity: Minor
Found in skipper/skipper.go by golint

exported method Config.Validate should have comment or be unexported
Open

func (c Config) Validate() error {
Severity: Minor
Found in config.go by golint

exported method PrivilegedUserSkipper.Skip should have comment or be unexported
Open

func (s *PrivilegedUserSkipper) Skip(ctx context.Context, req admission.Request) (bool, error) {
Severity: Minor
Found in skipper/privileged_user.go by golint

comment on exported method ZoneUsageProfileSyncReconciler.SetupWithManagerAndForeignCluster should be of the form "SetupWithManagerAndForeignCluster ..."
Open

// SetupWithManager sets up the controller with the Manager.

TODO found
Open

    // TODO(bastjan): track applied resources to be able to clean up.
Severity: Minor
Found in api/v1/zoneusageprofile_types.go by fixme
Severity
Category
Status
Source
Language