Skip to content

Commit

Permalink
Rename to Source, remove omitempty on workload field
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi committed Dec 20, 2024
1 parent 7808e3b commit 919303f
Show file tree
Hide file tree
Showing 21 changed files with 555 additions and 551 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ metadata:
labels:
metadata.labels.odigos.io/config: "1"
metadata.labels.odigos.io/system-object: "true"
name: instrumentations.odigos.io
name: sources.odigos.io
spec:
group: odigos.io
names:
kind: Instrumentation
listKind: InstrumentationList
plural: instrumentations
singular: instrumentation
kind: Source
listKind: SourceList
plural: sources
singular: source
scope: Namespaced
versions:
- additionalPrinterColumns:
Expand All @@ -30,7 +30,7 @@ spec:
name: v1alpha1
schema:
openAPIV3Schema:
description: Instrumentation configures an application for auto-instrumentation.
description: Source configures an application for auto-instrumentation.
properties:
apiVersion:
description: |-
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:
properties:
conditions:
description: |-
Represents the observations of a instrumentationrule's current state.
Represents the observations of a source's current state.
Known .status.conditions.type are: "Available", "Progressing"
items:
description: Condition contains details for one aspect of the current
Expand Down Expand Up @@ -138,6 +138,8 @@ spec:
- type
x-kubernetes-list-type: map
type: object
required:
- spec
type: object
served: true
storage: true
Expand Down

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

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

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

12 changes: 6 additions & 6 deletions api/generated/odigos/applyconfiguration/utils.go

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

Loading

0 comments on commit 919303f

Please sign in to comment.