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
5 changes: 0 additions & 5 deletions api/v1alpha1/pattern_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ type GitConfig struct {
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=15,xDescriptors={"urn:alm:descriptor:com.tectonic.ui:hidden"}
OriginRevision string `json:"originRevision,omitempty"`

// Interval in seconds to poll for drifts between origin and target repositories. Default: 180 seconds
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=16,xDescriptors={"urn:alm:descriptor:com.tectonic.ui:number","urn:alm:descriptor:com.tectonic.ui:advanced"}
// +kubebuilder:default:=180
PollInterval int `json:"pollInterval,omitempty"`

// Optional. FQDN of the git server if automatic parsing from TargetRepo is broken
// +operator-sdk:csv:customresourcedefinitions:type=spec,order=17,xDescriptors={"urn:alm:descriptor:com.tectonic.ui:advanced"}
Hostname string `json:"hostname,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ spec:
description: (DEPRECATED) Branch, tag or commit in the upstream
git repository. Does not support short-sha's. Default to HEAD
type: string
pollInterval:
default: 180
description: 'Interval in seconds to poll for drifts between origin
and target repositories. Default: 180 seconds'
type: integer
targetRepo:
description: Git repo containing the pattern to deploy. Must use
https/http or, for ssh, git@server:foo/bar.git
Expand Down
Loading