Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,20 @@ updates:
applies-to: security-updates
patterns:
- "*"
k8s:
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
openshift:
patterns:
- "github.com/openshift/*"
go-dependencies:
patterns:
- "*"
exclude-patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
- "github.com/openshift/*"
labels:
- "approved"
- "lgtm"
Expand Down
4 changes: 2 additions & 2 deletions api/v1beta1/agentserviceconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ const (

// AgentServiceConfigStatus defines the observed state of AgentServiceConfig
type AgentServiceConfigStatus struct {
Conditions []conditionsv1.Condition `json:"conditions,omitempty"`
ImmutableAnnotations map[string]string `json:"immutableAnnotations,omitempty"`
Conditions []conditionsv1.Condition `json:"conditions,omitempty"`
ImmutableAnnotations map[string]string `json:"immutableAnnotations,omitempty"`
}

// +kubebuilder:object:root=true
Expand Down
11 changes: 5 additions & 6 deletions api/v1beta1/infraenv_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ import (
)

const (
ImageCreatedReason = "ImageCreated"
ImageStateCreated = "Image has been created"
ImageCreationErrorReason = "ImageCreationError"
ImageStateFailedToCreate = "Failed to create image"
InfraEnvNameLabel = "infraenvs.agent-install.openshift.io"
ImageCreatedReason = "ImageCreated"
ImageStateCreated = "Image has been created"
ImageCreationErrorReason = "ImageCreationError"
ImageStateFailedToCreate = "Failed to create image"
InfraEnvNameLabel = "infraenvs.agent-install.openshift.io"
MissingClusterDeploymentReason = "MissingClusterDeployment"
MissingClusterDeploymentReference = "ClusterDeployment is missing"
InfraEnvAvailableReason = "InfraEnvAvailable"
Expand All @@ -50,7 +50,6 @@ type ClusterReference struct {
const (
ImageCreatedCondition conditionsv1.ConditionType = "ImageCreated"
ClusterDeploymentReference conditionsv1.ConditionType = "ClusterDeploymentReference"

)

type InfraEnvSpec struct {
Expand Down
4 changes: 2 additions & 2 deletions api/vendor/github.com/asaskevich/govalidator/types.go

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

42 changes: 25 additions & 17 deletions api/vendor/github.com/asaskevich/govalidator/validator.go

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

2 changes: 1 addition & 1 deletion api/vendor/github.com/beorn7/perks/quantile/stream.go

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

1 change: 1 addition & 0 deletions api/vendor/github.com/davecgh/go-spew/spew/bypass.go

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

1 change: 1 addition & 0 deletions api/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go

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

30 changes: 15 additions & 15 deletions api/vendor/github.com/davecgh/go-spew/spew/config.go

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

Loading