Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pluralsh/console-client-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.39
Choose a base ref
...
head repository: pluralsh/console-client-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.40
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Nov 22, 2023

  1. fetch cluster tags

    maciaszczykm committed Nov 22, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    67a772a View commit details
Showing with 69 additions and 27 deletions.
  1. +63 −27 client.go
  2. +1 −0 graph/models.graphql
  3. +2 −0 models_gen.go
  4. +3 −0 schema/schema.graphql
90 changes: 63 additions & 27 deletions client.go

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

1 change: 1 addition & 0 deletions graph/models.graphql
Original file line number Diff line number Diff line change
@@ -109,6 +109,7 @@ fragment ClusterFragment on Cluster {
protect
currentVersion
kasUrl
tags { name value }
credential { ...ProviderCredentialFragment }
provider { ...ClusterProviderFragment }
nodePools { ...NodePoolFragment }
2 changes: 2 additions & 0 deletions models_gen.go

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

3 changes: 3 additions & 0 deletions schema/schema.graphql
Original file line number Diff line number Diff line change
@@ -1587,6 +1587,9 @@ type RuntimeService {

"a full specification of a kubernetes runtime component's requirements"
type RuntimeAddon {
"an icon to identify this runtime add-on"
icon: String

versions: [AddonVersion]
}