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
11 changes: 1 addition & 10 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5689,16 +5689,7 @@
]
},
"io.k8s.apimachinery.pkg.apis.meta.v1.Duration": {
"description": "Duration is a wrapper around time.Duration which supports correct marshaling to YAML and JSON. In particular, it marshals into strings, which can be used as map keys in json.",
"required": [
"Duration"
],
"properties": {
"Duration": {
"type": "integer",
"format": "int64"
}
}
"type": "string"
},
"io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery": {
"description": "GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility.",
Expand Down
13 changes: 2 additions & 11 deletions apis/incidents/v1alpha1/openapi_generated.go

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

60 changes: 6 additions & 54 deletions apis/monitoring/v1alpha1/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,28 +304,12 @@ spec:
to create.
properties:
alertInterval:
description: Duration is a wrapper around time.Duration which supports
correct marshaling to YAML and JSON. In particular, it marshals into
strings, which can be used as map keys in json.
properties:
Duration:
format: int64
type: integer
required:
- Duration
type: string
check:
description: Icinga CheckCommand name
type: string
checkInterval:
description: Duration is a wrapper around time.Duration which supports
correct marshaling to YAML and JSON. In particular, it marshals into
strings, which can be used as map keys in json.
properties:
Duration:
format: int64
type: integer
required:
- Duration
type: string
notifierSecretName:
description: Secret containing notifier credentials
type: string
Expand Down Expand Up @@ -663,28 +647,12 @@ spec:
description: NodeAlertSpec describes the NodeAlert the user wishes to create.
properties:
alertInterval:
description: Duration is a wrapper around time.Duration which supports
correct marshaling to YAML and JSON. In particular, it marshals into
strings, which can be used as map keys in json.
properties:
Duration:
format: int64
type: integer
required:
- Duration
type: string
check:
description: Icinga CheckCommand name
type: string
checkInterval:
description: Duration is a wrapper around time.Duration which supports
correct marshaling to YAML and JSON. In particular, it marshals into
strings, which can be used as map keys in json.
properties:
Duration:
format: int64
type: integer
required:
- Duration
type: string
nodeName:
type: string
notifierSecretName:
Expand Down Expand Up @@ -1026,28 +994,12 @@ spec:
description: PodAlertSpec describes the PodAlert the user wishes to create.
properties:
alertInterval:
description: Duration is a wrapper around time.Duration which supports
correct marshaling to YAML and JSON. In particular, it marshals into
strings, which can be used as map keys in json.
properties:
Duration:
format: int64
type: integer
required:
- Duration
type: string
check:
description: Icinga CheckCommand name
type: string
checkInterval:
description: Duration is a wrapper around time.Duration which supports
correct marshaling to YAML and JSON. In particular, it marshals into
strings, which can be used as map keys in json.
properties:
Duration:
format: int64
type: integer
required:
- Duration
type: string
notifierSecretName:
description: Secret containing notifier credentials
type: string
Expand Down
13 changes: 2 additions & 11 deletions apis/monitoring/v1alpha1/openapi_generated.go

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

46 changes: 25 additions & 21 deletions glide.lock

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

4 changes: 3 additions & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ import:
- package: k8s.io/apiextensions-apiserver
version: kubernetes-1.10.0
- package: k8s.io/apimachinery
version: kubernetes-1.10.0
repo: https://github.com/pharmer/apimachinery.git
vcs: git
version: release-1.10
- package: k8s.io/apiserver
repo: https://github.com/tamalsaha/apiserver.git
version: k-1.10
Expand Down
4 changes: 2 additions & 2 deletions vendor/github.com/Unknwon/com/math.go

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

4 changes: 3 additions & 1 deletion vendor/github.com/appscode/kutil/meta/arguments.go

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

Loading