model

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type BuildEdge

type BuildEdge struct {
	Cursor string          `json:"cursor"`
	Node   *entities.Build `json:"node"`
}

type BuildPaginatedRecords

type BuildPaginatedRecords struct {
	Edges      []*BuildEdge `json:"edges"`
	PageInfo   *PageInfo    `json:"pageInfo"`
	TotalCount int          `json:"totalCount"`
}

type BuildRunEdge

type BuildRunEdge struct {
	Cursor string             `json:"cursor"`
	Node   *entities.BuildRun `json:"node"`
}

type BuildRunPaginatedRecords

type BuildRunPaginatedRecords struct {
	Edges      []*BuildRunEdge `json:"edges"`
	PageInfo   *PageInfo       `json:"pageInfo"`
	TotalCount int             `json:"totalCount"`
}

type CredentialEdge

type CredentialEdge struct {
	Cursor string               `json:"cursor"`
	Node   *entities.Credential `json:"node"`
}

type CredentialPaginatedRecords

type CredentialPaginatedRecords struct {
	Edges      []*CredentialEdge `json:"edges"`
	PageInfo   *PageInfo         `json:"pageInfo"`
	TotalCount int               `json:"totalCount"`
}

type DigestEdge

type DigestEdge struct {
	Cursor string           `json:"cursor"`
	Node   *entities.Digest `json:"node"`
}

type DigestPaginatedRecords

type DigestPaginatedRecords struct {
	Edges      []*DigestEdge `json:"edges"`
	PageInfo   *PageInfo     `json:"pageInfo"`
	TotalCount int           `json:"totalCount"`
}

type GithubBranch

type GithubBranch struct {
	Name      *string `json:"name,omitempty"`
	Protected *bool   `json:"protected,omitempty"`
}

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus string
const (
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatusError   GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus = "error"
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatusFailed  GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus = "failed"
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatusIdle    GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus = "idle"
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatusPending GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus = "pending"
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatusQueued  GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus = "queued"
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatusRunning GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus = "running"
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatusSuccess GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus = "success"
)

func (GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus) IsValid

func (GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus) MarshalGQL

func (GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus) String

func (*GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesBuildStatus) UnmarshalGQL

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpiration

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpiration struct {
	Unit  GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit `json:"unit"`
	Value int                                                                            `json:"value"`
}

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationIn

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationIn struct {
	Unit  GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit `json:"unit"`
	Value int                                                                            `json:"value"`
}

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit string
const (
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnitD GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit = "d"
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnitH GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit = "h"
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnitM GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit = "m"
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnitW GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit = "w"
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnitY GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit = "y"
)

func (GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit) IsValid

func (GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit) MarshalGQL

func (GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit) String

func (*GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesExpirationUnit) UnmarshalGQL

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitProvider

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitProvider string
const (
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitProviderGithub GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitProvider = "github"
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitProviderGitlab GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitProvider = "gitlab"
)

func (GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitProvider) IsValid

func (GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitProvider) MarshalGQL

func (GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitProvider) String

func (*GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitProvider) UnmarshalGQL

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitSource

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitSource struct {
	Branch     string                                                                      `json:"branch"`
	Provider   GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitProvider `json:"provider"`
	Repository string                                                                      `json:"repository"`
	WebhookID  *int                                                                        `json:"webhookId,omitempty"`
}

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitSourceIn

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitSourceIn struct {
	Branch     string                                                                      `json:"branch"`
	Provider   GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGitProvider `json:"provider"`
	Repository string                                                                      `json:"repository"`
}

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGithubRepository

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGithubRepository struct {
	Archived          *bool                  `json:"archived,omitempty"`
	CloneURL          *string                `json:"cloneUrl,omitempty"`
	CreatedAt         *string                `json:"createdAt,omitempty"`
	DefaultBranch     *string                `json:"defaultBranch,omitempty"`
	Description       *string                `json:"description,omitempty"`
	Disabled          *bool                  `json:"disabled,omitempty"`
	FullName          *string                `json:"fullName,omitempty"`
	GitignoreTemplate *string                `json:"gitignoreTemplate,omitempty"`
	GitURL            *string                `json:"gitUrl,omitempty"`
	HTMLURL           *string                `json:"htmlUrl,omitempty"`
	ID                *int                   `json:"id,omitempty"`
	Language          *string                `json:"language,omitempty"`
	MasterBranch      *string                `json:"masterBranch,omitempty"`
	MirrorURL         *string                `json:"mirrorUrl,omitempty"`
	Name              *string                `json:"name,omitempty"`
	NodeID            *string                `json:"node_id,omitempty"`
	Permissions       map[string]interface{} `json:"permissions,omitempty"`
	Private           *bool                  `json:"private,omitempty"`
	PushedAt          *string                `json:"pushedAt,omitempty"`
	Size              *int                   `json:"size,omitempty"`
	TeamID            *int                   `json:"team_id,omitempty"`
	UpdatedAt         *string                `json:"updatedAt,omitempty"`
	URL               *string                `json:"url,omitempty"`
	Visibility        *string                `json:"visibility,omitempty"`
}

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGithubUserAccount

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGithubUserAccount struct {
	AvatarURL *string `json:"avatarUrl,omitempty"`
	ID        *int    `json:"id,omitempty"`
	Login     *string `json:"login,omitempty"`
	NodeID    *string `json:"nodeId,omitempty"`
	Type      *string `json:"type,omitempty"`
}

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGithubUserAccountIn

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesGithubUserAccountIn struct {
	AvatarURL *string `json:"avatarUrl,omitempty"`
	ID        *int    `json:"id,omitempty"`
	Login     *string `json:"login,omitempty"`
	NodeID    *string `json:"nodeId,omitempty"`
	Type      *string `json:"type,omitempty"`
}

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesRepoAccess

type GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesRepoAccess string
const (
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesRepoAccessRead      GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesRepoAccess = "read"
	GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesRepoAccessReadWrite GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesRepoAccess = "read_write"
)

func (GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesRepoAccess) IsValid

func (GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesRepoAccess) MarshalGQL

func (GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesRepoAccess) String

func (*GithubComKloudliteAPIAppsContainerRegistryInternalDomainEntitiesRepoAccess) UnmarshalGQL

type GithubComKloudliteAPIPkgReposMatchType

type GithubComKloudliteAPIPkgReposMatchType string
const (
	GithubComKloudliteAPIPkgReposMatchTypeArray      GithubComKloudliteAPIPkgReposMatchType = "array"
	GithubComKloudliteAPIPkgReposMatchTypeExact      GithubComKloudliteAPIPkgReposMatchType = "exact"
	GithubComKloudliteAPIPkgReposMatchTypeNotInArray GithubComKloudliteAPIPkgReposMatchType = "not_in_array"
	GithubComKloudliteAPIPkgReposMatchTypeRegex      GithubComKloudliteAPIPkgReposMatchType = "regex"
)

func (GithubComKloudliteAPIPkgReposMatchType) IsValid

func (GithubComKloudliteAPIPkgReposMatchType) MarshalGQL

func (GithubComKloudliteAPIPkgReposMatchType) String

func (*GithubComKloudliteAPIPkgReposMatchType) UnmarshalGQL

func (e *GithubComKloudliteAPIPkgReposMatchType) UnmarshalGQL(v interface{}) error

type GithubComKloudliteAPIPkgTypesSyncAction

type GithubComKloudliteAPIPkgTypesSyncAction string
const (
	GithubComKloudliteAPIPkgTypesSyncActionApply  GithubComKloudliteAPIPkgTypesSyncAction = "APPLY"
	GithubComKloudliteAPIPkgTypesSyncActionDelete GithubComKloudliteAPIPkgTypesSyncAction = "DELETE"
)

func (GithubComKloudliteAPIPkgTypesSyncAction) IsValid

func (GithubComKloudliteAPIPkgTypesSyncAction) MarshalGQL

func (GithubComKloudliteAPIPkgTypesSyncAction) String

func (*GithubComKloudliteAPIPkgTypesSyncAction) UnmarshalGQL

func (e *GithubComKloudliteAPIPkgTypesSyncAction) UnmarshalGQL(v interface{}) error

type GithubComKloudliteAPIPkgTypesSyncState

type GithubComKloudliteAPIPkgTypesSyncState string
const (
	GithubComKloudliteAPIPkgTypesSyncStateAppliedAtAgent  GithubComKloudliteAPIPkgTypesSyncState = "APPLIED_AT_AGENT"
	GithubComKloudliteAPIPkgTypesSyncStateDeletedAtAgent  GithubComKloudliteAPIPkgTypesSyncState = "DELETED_AT_AGENT"
	GithubComKloudliteAPIPkgTypesSyncStateDeletingAtAgent GithubComKloudliteAPIPkgTypesSyncState = "DELETING_AT_AGENT"
	GithubComKloudliteAPIPkgTypesSyncStateErroredAtAgent  GithubComKloudliteAPIPkgTypesSyncState = "ERRORED_AT_AGENT"
	GithubComKloudliteAPIPkgTypesSyncStateIdle            GithubComKloudliteAPIPkgTypesSyncState = "IDLE"
	GithubComKloudliteAPIPkgTypesSyncStateInQueue         GithubComKloudliteAPIPkgTypesSyncState = "IN_QUEUE"
	GithubComKloudliteAPIPkgTypesSyncStateUpdatedAtAgent  GithubComKloudliteAPIPkgTypesSyncState = "UPDATED_AT_AGENT"
)

func (GithubComKloudliteAPIPkgTypesSyncState) IsValid

func (GithubComKloudliteAPIPkgTypesSyncState) MarshalGQL

func (GithubComKloudliteAPIPkgTypesSyncState) String

func (*GithubComKloudliteAPIPkgTypesSyncState) UnmarshalGQL

func (e *GithubComKloudliteAPIPkgTypesSyncState) UnmarshalGQL(v interface{}) error

type GithubComKloudliteAPIPkgTypesSyncStatus

type GithubComKloudliteAPIPkgTypesSyncStatus struct {
	Action          GithubComKloudliteAPIPkgTypesSyncAction `json:"action"`
	Error           *string                                 `json:"error,omitempty"`
	LastSyncedAt    *string                                 `json:"lastSyncedAt,omitempty"`
	RecordVersion   int                                     `json:"recordVersion"`
	State           GithubComKloudliteAPIPkgTypesSyncState  `json:"state"`
	SyncScheduledAt *string                                 `json:"syncScheduledAt,omitempty"`
}

type GithubComKloudliteOperatorApisDistributionV1BuildOptions

type GithubComKloudliteOperatorApisDistributionV1BuildOptions struct {
	BuildArgs         map[string]interface{} `json:"buildArgs,omitempty"`
	BuildContexts     map[string]interface{} `json:"buildContexts,omitempty"`
	ContextDir        *string                `json:"contextDir,omitempty"`
	DockerfileContent *string                `json:"dockerfileContent,omitempty"`
	DockerfilePath    *string                `json:"dockerfilePath,omitempty"`
	TargetPlatforms   []string               `json:"targetPlatforms,omitempty"`
}

type GithubComKloudliteOperatorApisDistributionV1BuildOptionsIn

type GithubComKloudliteOperatorApisDistributionV1BuildOptionsIn struct {
	BuildArgs         map[string]interface{} `json:"buildArgs,omitempty"`
	BuildContexts     map[string]interface{} `json:"buildContexts,omitempty"`
	ContextDir        *string                `json:"contextDir,omitempty"`
	DockerfileContent *string                `json:"dockerfileContent,omitempty"`
	DockerfilePath    *string                `json:"dockerfilePath,omitempty"`
	TargetPlatforms   []string               `json:"targetPlatforms,omitempty"`
}

type GithubComKloudliteOperatorApisDistributionV1BuildRunSpec

type GithubComKloudliteOperatorApisDistributionV1BuildRunSpec struct {
	AccountName  string                                                    `json:"accountName"`
	BuildOptions *GithubComKloudliteOperatorApisDistributionV1BuildOptions `json:"buildOptions,omitempty"`
	Caches       []*GithubComKloudliteOperatorApisDistributionV1Cache      `json:"caches,omitempty"`
	Registry     *GithubComKloudliteOperatorApisDistributionV1Registry     `json:"registry"`
	Resource     *GithubComKloudliteOperatorApisDistributionV1Resource     `json:"resource"`
}

type GithubComKloudliteOperatorApisDistributionV1BuildRunSpecIn

type GithubComKloudliteOperatorApisDistributionV1BuildRunSpecIn struct {
	BuildOptions *GithubComKloudliteOperatorApisDistributionV1BuildOptionsIn `json:"buildOptions,omitempty"`
	Caches       []*GithubComKloudliteOperatorApisDistributionV1CacheIn      `json:"caches,omitempty"`
	Registry     *GithubComKloudliteOperatorApisDistributionV1RegistryIn     `json:"registry"`
	Resource     *GithubComKloudliteOperatorApisDistributionV1ResourceIn     `json:"resource"`
}

type GithubComKloudliteOperatorApisDistributionV1Cache

type GithubComKloudliteOperatorApisDistributionV1Cache struct {
	Name string `json:"name"`
	Path string `json:"path"`
}

type GithubComKloudliteOperatorApisDistributionV1CacheIn

type GithubComKloudliteOperatorApisDistributionV1CacheIn struct {
	Name string `json:"name"`
	Path string `json:"path"`
}

type GithubComKloudliteOperatorApisDistributionV1Registry

type GithubComKloudliteOperatorApisDistributionV1Registry struct {
	Repo *GithubComKloudliteOperatorApisDistributionV1Repo `json:"repo"`
}

type GithubComKloudliteOperatorApisDistributionV1RegistryIn

type GithubComKloudliteOperatorApisDistributionV1RegistryIn struct {
	Repo *GithubComKloudliteOperatorApisDistributionV1RepoIn `json:"repo"`
}

type GithubComKloudliteOperatorApisDistributionV1Repo

type GithubComKloudliteOperatorApisDistributionV1Repo struct {
	Name string   `json:"name"`
	Tags []string `json:"tags"`
}

type GithubComKloudliteOperatorApisDistributionV1RepoIn

type GithubComKloudliteOperatorApisDistributionV1RepoIn struct {
	Name string   `json:"name"`
	Tags []string `json:"tags"`
}

type GithubComKloudliteOperatorApisDistributionV1Resource

type GithubComKloudliteOperatorApisDistributionV1Resource struct {
	CPU        int `json:"cpu"`
	MemoryInMb int `json:"memoryInMb"`
}

type GithubComKloudliteOperatorApisDistributionV1ResourceIn

type GithubComKloudliteOperatorApisDistributionV1ResourceIn struct {
	CPU        int `json:"cpu"`
	MemoryInMb int `json:"memoryInMb"`
}

type GithubComKloudliteOperatorPkgOperatorCheck

type GithubComKloudliteOperatorPkgOperatorCheck struct {
	Debug      *string                                     `json:"debug,omitempty"`
	Error      *string                                     `json:"error,omitempty"`
	Generation *int                                        `json:"generation,omitempty"`
	Info       *string                                     `json:"info,omitempty"`
	Message    *string                                     `json:"message,omitempty"`
	StartedAt  *string                                     `json:"startedAt,omitempty"`
	State      *GithubComKloudliteOperatorPkgOperatorState `json:"state,omitempty"`
	Status     bool                                        `json:"status"`
}

type GithubComKloudliteOperatorPkgOperatorCheckIn

type GithubComKloudliteOperatorPkgOperatorCheckIn struct {
	Debug      *string                                     `json:"debug,omitempty"`
	Error      *string                                     `json:"error,omitempty"`
	Generation *int                                        `json:"generation,omitempty"`
	Info       *string                                     `json:"info,omitempty"`
	Message    *string                                     `json:"message,omitempty"`
	StartedAt  *string                                     `json:"startedAt,omitempty"`
	State      *GithubComKloudliteOperatorPkgOperatorState `json:"state,omitempty"`
	Status     bool                                        `json:"status"`
}

type GithubComKloudliteOperatorPkgOperatorCheckMeta

type GithubComKloudliteOperatorPkgOperatorCheckMeta struct {
	Debug       *bool   `json:"debug,omitempty"`
	Description *string `json:"description,omitempty"`
	Hide        *bool   `json:"hide,omitempty"`
	Name        string  `json:"name"`
	Title       string  `json:"title"`
}

type GithubComKloudliteOperatorPkgOperatorCheckMetaIn

type GithubComKloudliteOperatorPkgOperatorCheckMetaIn struct {
	Debug       *bool   `json:"debug,omitempty"`
	Description *string `json:"description,omitempty"`
	Hide        *bool   `json:"hide,omitempty"`
	Name        string  `json:"name"`
	Title       string  `json:"title"`
}

type GithubComKloudliteOperatorPkgOperatorResourceRef

type GithubComKloudliteOperatorPkgOperatorResourceRef struct {
	APIVersion string `json:"apiVersion"`
	Kind       string `json:"kind"`
	Name       string `json:"name"`
	Namespace  string `json:"namespace"`
}

type GithubComKloudliteOperatorPkgOperatorResourceRefIn

type GithubComKloudliteOperatorPkgOperatorResourceRefIn struct {
	APIVersion string `json:"apiVersion"`
	Kind       string `json:"kind"`
	Name       string `json:"name"`
	Namespace  string `json:"namespace"`
}

type GithubComKloudliteOperatorPkgOperatorState

type GithubComKloudliteOperatorPkgOperatorState string
const (
	GithubComKloudliteOperatorPkgOperatorStateErroredDuringReconcilation GithubComKloudliteOperatorPkgOperatorState = "errored____during____reconcilation"
	GithubComKloudliteOperatorPkgOperatorStateFinishedReconcilation      GithubComKloudliteOperatorPkgOperatorState = "finished____reconcilation"
	GithubComKloudliteOperatorPkgOperatorStateUnderReconcilation         GithubComKloudliteOperatorPkgOperatorState = "under____reconcilation"
	GithubComKloudliteOperatorPkgOperatorStateYetToBeReconciled          GithubComKloudliteOperatorPkgOperatorState = "yet____to____be____reconciled"
)

func (GithubComKloudliteOperatorPkgOperatorState) IsValid

func (GithubComKloudliteOperatorPkgOperatorState) MarshalGQL

func (GithubComKloudliteOperatorPkgOperatorState) String

func (*GithubComKloudliteOperatorPkgOperatorState) UnmarshalGQL

func (e *GithubComKloudliteOperatorPkgOperatorState) UnmarshalGQL(v interface{}) error

type GithubComKloudliteOperatorPkgOperatorStatus

type GithubComKloudliteOperatorPkgOperatorStatus struct {
	CheckList           []*GithubComKloudliteOperatorPkgOperatorCheckMeta   `json:"checkList,omitempty"`
	Checks              map[string]interface{}                              `json:"checks,omitempty"`
	IsReady             bool                                                `json:"isReady"`
	LastReadyGeneration *int                                                `json:"lastReadyGeneration,omitempty"`
	LastReconcileTime   *string                                             `json:"lastReconcileTime,omitempty"`
	Message             *GithubComKloudliteOperatorPkgRawJSONRawJSON        `json:"message,omitempty"`
	Resources           []*GithubComKloudliteOperatorPkgOperatorResourceRef `json:"resources,omitempty"`
}

type GithubComKloudliteOperatorPkgOperatorStatusIn

type GithubComKloudliteOperatorPkgOperatorStatusIn struct {
	CheckList           []*GithubComKloudliteOperatorPkgOperatorCheckMetaIn   `json:"checkList,omitempty"`
	Checks              map[string]interface{}                                `json:"checks,omitempty"`
	IsReady             bool                                                  `json:"isReady"`
	LastReadyGeneration *int                                                  `json:"lastReadyGeneration,omitempty"`
	LastReconcileTime   *string                                               `json:"lastReconcileTime,omitempty"`
	Message             *GithubComKloudliteOperatorPkgRawJSONRawJSONIn        `json:"message,omitempty"`
	Resources           []*GithubComKloudliteOperatorPkgOperatorResourceRefIn `json:"resources,omitempty"`
}

type GithubComKloudliteOperatorPkgRawJSONRawJSON

type GithubComKloudliteOperatorPkgRawJSONRawJSON struct {
	RawMessage interface{} `json:"RawMessage,omitempty"`
}

type GithubComKloudliteOperatorPkgRawJSONRawJSONIn

type GithubComKloudliteOperatorPkgRawJSONRawJSONIn struct {
	RawMessage interface{} `json:"RawMessage,omitempty"`
}

type GitlabBranch

type GitlabBranch struct {
	CanPush            bool   `json:"canPush"`
	Default            bool   `json:"default"`
	DevelopersCanMerge bool   `json:"developersCanMerge"`
	DevelopersCanPush  bool   `json:"developersCanPush"`
	Merged             bool   `json:"merged"`
	Name               string `json:"name"`
	Protected          bool   `json:"protected"`
	WebURL             string `json:"webUrl"`
}

type Mutation

type Mutation struct {
}

type PageInfo

type PageInfo struct {
	EndCursor   *string `json:"endCursor,omitempty"`
	HasNextPage *bool   `json:"hasNextPage,omitempty"`
	HasPrevPage *bool   `json:"hasPrevPage,omitempty"`
	StartCursor *string `json:"startCursor,omitempty"`
}

type Query

type Query struct {
}

type RepositoryEdge

type RepositoryEdge struct {
	Cursor string               `json:"cursor"`
	Node   *entities.Repository `json:"node"`
}

type RepositoryPaginatedRecords

type RepositoryPaginatedRecords struct {
	Edges      []*RepositoryEdge `json:"edges"`
	PageInfo   *PageInfo         `json:"pageInfo"`
	TotalCount int               `json:"totalCount"`
}

type SearchBuildRuns

type SearchBuildRuns struct {
	BuildID  *repos.ID          `json:"buildId,omitempty"`
	RepoName *repos.MatchFilter `json:"repoName,omitempty"`
}

type SearchBuilds

type SearchBuilds struct {
	Text *repos.MatchFilter `json:"text,omitempty"`
}

type SearchCreds

type SearchCreds struct {
	Text *repos.MatchFilter `json:"text,omitempty"`
}

type SearchRepos

type SearchRepos struct {
	Text *repos.MatchFilter `json:"text,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL