Documentation ¶
Index ¶
- Constants
- type Cursor
- type Date
- type Ident
- func AppIdent(id string) Ident
- func DeployKeyIdent(id string) Ident
- func DeploymentIdent(id string) Ident
- func DeploymentResourceIdent(id string) Ident
- func DeploymentStatusIdent(id string) Ident
- func EnvIdent(id string) Ident
- func JobIdent(id string) Ident
- func PodIdent(id types.UID) Ident
- func TeamIdent(id string) Ident
- func UserIdent(id string) Ident
- func VulnerabilitiesIdent(id string) Ident
- type IdentType
Constants ¶
View Source
const DateFormatYYYYMMDD = "2006-01-02"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Date ¶
type Date string
func (Date) MarshalGQLContext ¶
type Ident ¶
func DeployKeyIdent ¶
func DeploymentIdent ¶
func DeploymentResourceIdent ¶
func DeploymentStatusIdent ¶
func VulnerabilitiesIdent ¶
func (Ident) MarshalGQLContext ¶
type IdentType ¶
type IdentType string
const ( IdentTypeApp IdentType = "app" IdentTypeDeployKey IdentType = "deployKey" IdentTypeDeployment IdentType = "deployment" IdentTypeDeploymentResource IdentType = "deploymentResource" IdentTypeDeploymentStatus IdentType = "deploymentStatus" IdentTypeEnv IdentType = "env" IdentTypeJob IdentType = "job" IdentTypePod IdentType = "pod" IdentTypeTeam IdentType = "team" IdentTypeUser IdentType = "user" IdentTypeVulnerabilities IdentType = "vulnerabilities" )
Click to show internal directories.
Click to hide internal directories.