MCPcopy Index your code

hub / github.com/grafana/tanka / types & classes

Types & classes481 in github.com/grafana/tanka

↓ 5 callersTypeAliasManifest
Manifest represents a Kubernetes API object. The fields `apiVersion` and `kind` are required, `metadata.name` should be present as well
pkg/kubernetes/manifest/manifest.go:17
↓ 4 callersTypeAliasErrorNoContext
ErrorNoContext means that the context that was searched for couldn't be found
pkg/kubernetes/client/errors.go:25
↓ 3 callersTypeAliasMetadata
Metadata is the metadata object from the Manifest
pkg/kubernetes/manifest/manifest.go:195
↓ 2 callersTypeAliasErrorNoCluster
ErrorNoCluster means that the cluster that was searched for couldn't be found
pkg/kubernetes/client/errors.go:32
↓ 2 callersTypeAliasJSON
An arbitrary JSON-encoded value.
dagger/internal/dagger/dagger.gen.go:260
↓ 1 callersTypeAliasAnyMapCarrier
AnyMapCarrier is a utility for propagating via a map[string]any instead of a map[string]string.
dagger/internal/telemetry/init.go:349
↓ 1 callersStructApplyOpts
ApplyOpts allow to specify additional parameter for apply operations
pkg/kubernetes/client/client.go:47
↓ 1 callersTypeAliasAutoApproveSetting
pkg/tanka/workflow.go:22
↓ 1 callersTypeAliasDeleteOpts
DeleteOpts allow to specify additional parameters for delete operations Currently not different from ApplyOpts, but may be required in the future
pkg/kubernetes/client/client.go:66
↓ 1 callersTypeAliasErrorMissingKubeconfigSection
ErrorMissingKubeconfigSection means that kubectl returned an empty or incomplete kubeconfig, usually because no kubeconfig file could be found.
pkg/kubernetes/client/errors.go:40
↓ 1 callersTypeAliasExportMergeStrategy
pkg/tanka/export.go:38
↓ 1 callersTypeAliasSampleString
SampleString is used for displaying code samples for error messages. It truncates the output to 10 lines
pkg/kubernetes/manifest/errors.go:49
↓ 1 callersFuncTypeevalFunc
func(evaluator types.JsonnetEvaluator) (string, error)
pkg/jsonnet/eval.go:104
↓ 1 callersFuncTyperoundTripperFunc
TODO: pollutes namespace, move to non internal package in dagger.io/dagger
dagger/internal/dagger/dagger.gen.go:17367
Class
docs/src/components/starlight-toc.ts:1
StructAddress
A standardized address to load containers, directories, secrets, and other object types. Address format depends on the type, and is validated at type
dagger/internal/dagger/dagger.gen.go:384
StructAddressDirectoryOpts
AddressDirectoryOpts contains options for Address.Directory
dagger/internal/dagger/dagger.gen.go:407
StructAddressFileOpts
AddressFileOpts contains options for Address.File
dagger/internal/dagger/dagger.gen.go:445
TypeAliasAddressID
A unique identifier for an object.
dagger/internal/dagger/dagger.gen.go:152
StructApplyBaseOpts
pkg/tanka/workflow.go:36
StructApplyOpts
ApplyOpts specify additional properties for the Apply action
pkg/tanka/workflow.go:54
TypeAliasApplyOpts
ApplyOpts allow set additional parameters for the apply operation
pkg/kubernetes/apply.go:15
StructBinding
dagger/internal/dagger/dagger.gen.go:597
TypeAliasBindingID
A unique identifier for an object.
dagger/internal/dagger/dagger.gen.go:155
StructBuildArg
Key value object that represents a build argument.
dagger/internal/dagger/dagger.gen.go:354
TypeAliasCacheSharingMode
Sharing mode of the cache volume.
dagger/internal/dagger/dagger.gen.go:16257
StructCacheVolume
A directory whose contents persist across runs.
dagger/internal/dagger/dagger.gen.go:1007
TypeAliasCacheVolumeID
A unique identifier for an object.
dagger/internal/dagger/dagger.gen.go:158
StructCacheVolumeOpts
CacheVolumeOpts contains options for Query.CacheVolume
dagger/internal/dagger/dagger.gen.go:12288
StructChangeset
A comparison between two directories representing changes that can be applied.
dagger/internal/dagger/dagger.gen.go:1077
TypeAliasChangesetID
A unique identifier for an object.
dagger/internal/dagger/dagger.gen.go:161
TypeAliasChangesetMergeConflict
Strategy to use when merging changesets with conflicting changes.
dagger/internal/dagger/dagger.gen.go:16321
StructChangesetWithChangesetOpts
ChangesetWithChangesetOpts contains options for Changeset.WithChangeset
dagger/internal/dagger/dagger.gen.go:1289
StructChangesetWithChangesetsOpts
ChangesetWithChangesetsOpts contains options for Changeset.WithChangesets
dagger/internal/dagger/dagger.gen.go:1316
TypeAliasChangesetsMergeConflict
Strategy to use when merging multiple changesets with git octopus merge.
dagger/internal/dagger/dagger.gen.go:16399
StructChartSearchVersion
ChartSearchVersion represents a single chart version returned from the helm search repo command.
pkg/helm/helm.go:46
TypeAliasChartSearchVersions
pkg/helm/helm.go:60
StructChartfile
Chartfile is the schema used to declaratively define locally required Helm Charts
pkg/helm/spec.go:22
StructCharts
Charts exposes the central Chartfile management functions
pkg/helm/charts.go:86
StructCheck
dagger/internal/dagger/dagger.gen.go:1367
StructCheckGroup
dagger/internal/dagger/dagger.gen.go:1565
TypeAliasCheckGroupID
A unique identifier for an object.
dagger/internal/dagger/dagger.gen.go:164
StructCheckGroupRunOpts
CheckGroupRunOpts contains options for CheckGroup.Run
dagger/internal/dagger/dagger.gen.go:1677
TypeAliasCheckID
A unique identifier for an object.
dagger/internal/dagger/dagger.gen.go:167
InterfaceClient
Client for working with Kubernetes
pkg/kubernetes/client/client.go:8
StructClient
dagger/internal/dagger/dagger.gen.go:17288
StructClientFilesyncMirror
An internal persistent filesync mirror.
dagger/internal/dagger/dagger.gen.go:1706
TypeAliasClientFilesyncMirrorID
A unique identifier for an object.
dagger/internal/dagger/dagger.gen.go:170
StructCloud
Dagger Cloud configuration and state
dagger/internal/dagger/dagger.gen.go:1776
TypeAliasCloudID
A unique identifier for an object.
dagger/internal/dagger/dagger.gen.go:173
StructCluster
Cluster is a kubectl cluster
pkg/kubernetes/client/info.go:40
StructConfig
Config represents a single KUBECONFIG entry (single context + cluster) Omits the arrays of the original schema, to ease using.
pkg/kubernetes/client/info.go:24
StructConfig
dagger/internal/telemetry/init.go:278
StructConfigFile
ConfigFile represents the default Helm config structure to be used in place of the chartfile Repositories if supplied.
pkg/helm/spec.go:38
StructContainer
An OCI-compatible container, also known as a Docker container.
dagger/internal/dagger/dagger.gen.go:1860
StructContainerAsServiceOpts
ContainerAsServiceOpts contains options for Container.AsService
dagger/internal/dagger/dagger.gen.go:1897
StructContainerAsTarballOpts
ContainerAsTarballOpts contains options for Container.AsTarball
dagger/internal/dagger/dagger.gen.go:1954
StructContainerDirectoryOpts
ContainerDirectoryOpts contains options for Container.Directory
dagger/internal/dagger/dagger.gen.go:2020
StructContainerExistsOpts
ContainerExistsOpts contains options for Container.Exists
dagger/internal/dagger/dagger.gen.go:2110
StructContainerExportImageOpts
ContainerExportImageOpts contains options for Container.ExportImage
dagger/internal/dagger/dagger.gen.go:2244
StructContainerExportOpts
ContainerExportOpts contains options for Container.Export
dagger/internal/dagger/dagger.gen.go:2190
StructContainerFileOpts
ContainerFileOpts contains options for Container.File
dagger/internal/dagger/dagger.gen.go:2322
StructContainerFromOpts
ContainerFromOpts contains options for Container.From
dagger/internal/dagger/dagger.gen.go:2346
TypeAliasContainerID
A unique identifier for an object.
dagger/internal/dagger/dagger.gen.go:176
StructContainerImportOpts
ContainerImportOpts contains options for Container.Import
dagger/internal/dagger/dagger.gen.go:2432
StructContainerOpts
ContainerOpts contains options for Query.Container
dagger/internal/dagger/dagger.gen.go:12346
StructContainerPublishOpts
ContainerPublishOpts contains options for Container.Publish
dagger/internal/dagger/dagger.gen.go:2525
StructContainerStatOpts
ContainerStatOpts contains options for Container.Stat
dagger/internal/dagger/dagger.gen.go:2590
StructContainerTerminalOpts
ContainerTerminalOpts contains options for Container.Terminal
dagger/internal/dagger/dagger.gen.go:2657
StructContainerUpOpts
ContainerUpOpts contains options for Container.Up
dagger/internal/dagger/dagger.gen.go:2690
StructContainerWithDefaultTerminalCmdOpts
ContainerWithDefaultTerminalCmdOpts contains options for Container.WithDefaultTerminalCmd
dagger/internal/dagger/dagger.gen.go:2796
StructContainerWithDirectoryOpts
ContainerWithDirectoryOpts contains options for Container.WithDirectory
dagger/internal/dagger/dagger.gen.go:2824
StructContainerWithDockerHealthcheckOpts
ContainerWithDockerHealthcheckOpts contains options for Container.WithDockerHealthcheck
dagger/internal/dagger/dagger.gen.go:2882
StructContainerWithEntrypointOpts
ContainerWithEntrypointOpts contains options for Container.WithEntrypoint
dagger/internal/dagger/dagger.gen.go:2934
StructContainerWithEnvVariableOpts
ContainerWithEnvVariableOpts contains options for Container.WithEnvVariable
dagger/internal/dagger/dagger.gen.go:2967
StructContainerWithExecOpts
ContainerWithExecOpts contains options for Container.WithExec
dagger/internal/dagger/dagger.gen.go:3000
StructContainerWithExposedPortOpts
ContainerWithExposedPortOpts contains options for Container.WithExposedPort
dagger/internal/dagger/dagger.gen.go:3082
StructContainerWithFileOpts
ContainerWithFileOpts contains options for Container.WithFile
dagger/internal/dagger/dagger.gen.go:3124
StructContainerWithFilesOpts
ContainerWithFilesOpts contains options for Container.WithFiles
dagger/internal/dagger/dagger.gen.go:3164
StructContainerWithMountedCacheOpts
ContainerWithMountedCacheOpts contains options for Container.WithMountedCache
dagger/internal/dagger/dagger.gen.go:3214
StructContainerWithMountedDirectoryOpts
ContainerWithMountedDirectoryOpts contains options for Container.WithMountedDirectory
dagger/internal/dagger/dagger.gen.go:3264
StructContainerWithMountedFileOpts
ContainerWithMountedFileOpts contains options for Container.WithMountedFile
dagger/internal/dagger/dagger.gen.go:3304
StructContainerWithMountedSecretOpts
ContainerWithMountedSecretOpts contains options for Container.WithMountedSecret
dagger/internal/dagger/dagger.gen.go:3338
StructContainerWithMountedTempOpts
ContainerWithMountedTempOpts contains options for Container.WithMountedTemp
dagger/internal/dagger/dagger.gen.go:3382
StructContainerWithNewFileOpts
ContainerWithNewFileOpts contains options for Container.WithNewFile
dagger/internal/dagger/dagger.gen.go:3410
StructContainerWithSymlinkOpts
ContainerWithSymlinkOpts contains options for Container.WithSymlink
dagger/internal/dagger/dagger.gen.go:3505
StructContainerWithUnixSocketOpts
ContainerWithUnixSocketOpts contains options for Container.WithUnixSocket
dagger/internal/dagger/dagger.gen.go:3528
StructContainerWithWorkdirOpts
ContainerWithWorkdirOpts contains options for Container.WithWorkdir
dagger/internal/dagger/dagger.gen.go:3585
StructContainerWithoutDirectoryOpts
ContainerWithoutDirectoryOpts contains options for Container.WithoutDirectory
dagger/internal/dagger/dagger.gen.go:3626
StructContainerWithoutEntrypointOpts
ContainerWithoutEntrypointOpts contains options for Container.WithoutEntrypoint
dagger/internal/dagger/dagger.gen.go:3657
StructContainerWithoutExposedPortOpts
ContainerWithoutExposedPortOpts contains options for Container.WithoutExposedPort
dagger/internal/dagger/dagger.gen.go:3688
StructContainerWithoutFileOpts
ContainerWithoutFileOpts contains options for Container.WithoutFile
dagger/internal/dagger/dagger.gen.go:3712
StructContainerWithoutFilesOpts
ContainerWithoutFilesOpts contains options for Container.WithoutFiles
dagger/internal/dagger/dagger.gen.go:3734
StructContainerWithoutMountOpts
ContainerWithoutMountOpts contains options for Container.WithoutMount
dagger/internal/dagger/dagger.gen.go:3766
StructContainerWithoutUnixSocketOpts
ContainerWithoutUnixSocketOpts contains options for Container.WithoutUnixSocket
dagger/internal/dagger/dagger.gen.go:3808
StructContext
Context is a kubectl context
pkg/kubernetes/client/info.go:30
StructCurrentModule
Reflective module API provided to functions at runtime.
dagger/internal/dagger/dagger.gen.go:3899
StructCurrentModuleGeneratorsOpts
CurrentModuleGeneratorsOpts contains options for CurrentModule.Generators
dagger/internal/dagger/dagger.gen.go:3955
TypeAliasCurrentModuleID
A unique identifier for an object.
dagger/internal/dagger/dagger.gen.go:179
StructCurrentModuleWorkdirOpts
CurrentModuleWorkdirOpts contains options for CurrentModule.Workdir
dagger/internal/dagger/dagger.gen.go:4049
next →1–100 of 481, ranked by callers