Versions in this module Expand all Collapse all v1 v1.1.2 Oct 25, 2024 v1.1.1 Oct 24, 2024 v1.1.0 Oct 15, 2024 Changes in this version + var AllGithubComKloudliteAPIAppsConsoleInternalEntitiesPullSecretFormat = []GithubComKloudliteAPIAppsConsoleInternalEntitiesPullSecretFormat + var AllGithubComKloudliteAPIAppsConsoleInternalEntitiesResourceType = []GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceType + var AllGithubComKloudliteOperatorApisCrdsV1ConfigOrSecret = []GithubComKloudliteOperatorApisCrdsV1ConfigOrSecret + var AllGithubComKloudliteOperatorApisCrdsV1ExternalAppRecordType = []GithubComKloudliteOperatorApisCrdsV1ExternalAppRecordType + var AllGithubComKloudliteOperatorPkgOperatorState = []GithubComKloudliteOperatorPkgOperatorState + var AllK8sIoAPICoreV1SecretType = []K8sIoAPICoreV1SecretType + var AllK8sIoAPICoreV1TaintEffect = []K8sIoAPICoreV1TaintEffect + var AllK8sIoAPICoreV1TolerationOperator = []K8sIoAPICoreV1TolerationOperator + var AllK8sIoAPICoreV1UnsatisfiableConstraintAction = []K8sIoAPICoreV1UnsatisfiableConstraintAction + var AllK8sIoApimachineryPkgApisMetaV1LabelSelectorOperator = []K8sIoApimachineryPkgApisMetaV1LabelSelectorOperator + type AppEdge struct + Cursor string + Node *entities.App + type AppPaginatedRecords struct + Edges []*AppEdge + PageInfo *PageInfo + TotalCount int + type Build struct + ID repos.ID + func (Build) IsEntity() + type ClusterManagedServiceEdge struct + Cursor string + Node *entities.ClusterManagedService + type ClusterManagedServicePaginatedRecords struct + Edges []*ClusterManagedServiceEdge + PageInfo *PageInfo + TotalCount int + type ConfigEdge struct + Cursor string + Node *entities.Config + type ConfigKeyRef struct + ConfigName string + Key string + type ConfigKeyValueRefIn struct + ConfigName string + Key string + Value string + type ConfigPaginatedRecords struct + Edges []*ConfigEdge + PageInfo *PageInfo + TotalCount int + type CoreSearchVPNDevices struct + IsReady *repos.MatchFilter + MarkedForDeletion *repos.MatchFilter + Text *repos.MatchFilter + type EnvironmentEdge struct + Cursor string + Node *entities.Environment + type EnvironmentPaginatedRecords struct + Edges []*EnvironmentEdge + PageInfo *PageInfo + TotalCount int + type ExternalAppEdge struct + Cursor string + Node *entities.ExternalApp + type ExternalAppPaginatedRecords struct + Edges []*ExternalAppEdge + PageInfo *PageInfo + TotalCount int + type GithubComKloudliteAPIAppsConsoleInternalEntitiesManagedResourceRef struct + ID string + Name string + Namespace string + type GithubComKloudliteAPIAppsConsoleInternalEntitiesManagedResourceRefIn struct + ID string + Name string + Namespace string + type GithubComKloudliteAPIAppsConsoleInternalEntitiesPullSecretFormat string + const GithubComKloudliteAPIAppsConsoleInternalEntitiesPullSecretFormatDockerConfigJSON + const GithubComKloudliteAPIAppsConsoleInternalEntitiesPullSecretFormatParams + func (e *GithubComKloudliteAPIAppsConsoleInternalEntitiesPullSecretFormat) UnmarshalGQL(v interface{}) error + func (e GithubComKloudliteAPIAppsConsoleInternalEntitiesPullSecretFormat) IsValid() bool + func (e GithubComKloudliteAPIAppsConsoleInternalEntitiesPullSecretFormat) MarshalGQL(w io.Writer) + func (e GithubComKloudliteAPIAppsConsoleInternalEntitiesPullSecretFormat) String() string + type GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceType string + const GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceTypeApp + const GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceTypeClusterManagedService + const GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceTypeConfig + const GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceTypeEnvironment + const GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceTypeExternalApp + const GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceTypeImagePullSecret + const GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceTypeImportedManagedResource + const GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceTypeManagedResource + const GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceTypeRouter + const GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceTypeSecret + const GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceTypeServiceBinding + func (e *GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceType) UnmarshalGQL(v interface{}) error + func (e GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceType) IsValid() bool + func (e GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceType) MarshalGQL(w io.Writer) + func (e GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceType) String() string + type GithubComKloudliteAPIAppsConsoleInternalEntitiesSecretCreatedFor struct + Name string + Namespace string + RefID string + ResourceType GithubComKloudliteAPIAppsConsoleInternalEntitiesResourceType + type GithubComKloudliteOperatorApisCommonTypesMsvcRef struct + APIVersion *string + Kind *string + Name string + Namespace string + type GithubComKloudliteOperatorApisCommonTypesMsvcRefIn struct + APIVersion *string + Kind *string + Name string + Namespace string + type GithubComKloudliteOperatorApisCommonTypesSecretRef struct + Name string + Namespace *string + type GithubComKloudliteOperatorApisCommonTypesSecretRefIn struct + Name string + Namespace *string + type GithubComKloudliteOperatorApisCrdsV1AppContainer struct + Args []string + Command []string + Env []*GithubComKloudliteOperatorApisCrdsV1ContainerEnv + EnvFrom []*GithubComKloudliteOperatorApisCrdsV1EnvFrom + Image string + ImagePullPolicy *string + LivenessProbe *GithubComKloudliteOperatorApisCrdsV1Probe + Name string + ReadinessProbe *GithubComKloudliteOperatorApisCrdsV1Probe + ResourceCPU *GithubComKloudliteOperatorApisCrdsV1ContainerResource + ResourceMemory *GithubComKloudliteOperatorApisCrdsV1ContainerResource + Volumes []*GithubComKloudliteOperatorApisCrdsV1ContainerVolume + type GithubComKloudliteOperatorApisCrdsV1AppContainerIn struct + Args []string + Command []string + Env []*GithubComKloudliteOperatorApisCrdsV1ContainerEnvIn + EnvFrom []*GithubComKloudliteOperatorApisCrdsV1EnvFromIn + Image string + ImagePullPolicy *string + LivenessProbe *GithubComKloudliteOperatorApisCrdsV1ProbeIn + Name string + ReadinessProbe *GithubComKloudliteOperatorApisCrdsV1ProbeIn + ResourceCPU *GithubComKloudliteOperatorApisCrdsV1ContainerResourceIn + ResourceMemory *GithubComKloudliteOperatorApisCrdsV1ContainerResourceIn + Volumes []*GithubComKloudliteOperatorApisCrdsV1ContainerVolumeIn + type GithubComKloudliteOperatorApisCrdsV1AppInterceptPortMappings struct + AppPort int + DevicePort int + type GithubComKloudliteOperatorApisCrdsV1AppRouter struct + BackendProtocol *string + BasicAuth *GithubComKloudliteOperatorApisCrdsV1BasicAuth + Cors *GithubComKloudliteOperatorApisCrdsV1Cors + Domains []string + HTTPS *GithubComKloudliteOperatorApisCrdsV1HTTPS + IngressClass *string + MaxBodySizeInMb *int + RateLimit *GithubComKloudliteOperatorApisCrdsV1RateLimit + Routes []*GithubComKloudliteOperatorApisCrdsV1Route + type GithubComKloudliteOperatorApisCrdsV1AppRouterIn struct + BackendProtocol *string + BasicAuth *GithubComKloudliteOperatorApisCrdsV1BasicAuthIn + Cors *GithubComKloudliteOperatorApisCrdsV1CorsIn + Domains []string + HTTPS *GithubComKloudliteOperatorApisCrdsV1HTTPSIn + IngressClass *string + MaxBodySizeInMb *int + RateLimit *GithubComKloudliteOperatorApisCrdsV1RateLimitIn + Routes []*GithubComKloudliteOperatorApisCrdsV1RouteIn + type GithubComKloudliteOperatorApisCrdsV1AppSpec struct + Containers []*GithubComKloudliteOperatorApisCrdsV1AppContainer + DisplayName *string + Freeze *bool + Hpa *GithubComKloudliteOperatorApisCrdsV1Hpa + Intercept *GithubComKloudliteOperatorApisCrdsV1Intercept + NodeSelector map[string]interface{} + Region *string + Replicas *int + Router *GithubComKloudliteOperatorApisCrdsV1AppRouter + ServiceAccount *string + Services []*GithubComKloudliteOperatorApisCrdsV1AppSvc + Tolerations []*K8sIoAPICoreV1Toleration + TopologySpreadConstraints []*K8sIoAPICoreV1TopologySpreadConstraint + type GithubComKloudliteOperatorApisCrdsV1AppSpecIn struct + Containers []*GithubComKloudliteOperatorApisCrdsV1AppContainerIn + DisplayName *string + Freeze *bool + Hpa *GithubComKloudliteOperatorApisCrdsV1HPAIn + Intercept *GithubComKloudliteOperatorApisCrdsV1InterceptIn + NodeSelector map[string]interface{} + Region *string + Replicas *int + Router *GithubComKloudliteOperatorApisCrdsV1AppRouterIn + ServiceAccount *string + Services []*GithubComKloudliteOperatorApisCrdsV1AppSvcIn + Tolerations []*K8sIoAPICoreV1TolerationIn + TopologySpreadConstraints []*K8sIoAPICoreV1TopologySpreadConstraintIn + type GithubComKloudliteOperatorApisCrdsV1AppSvc struct + Port int + Protocol *string + type GithubComKloudliteOperatorApisCrdsV1AppSvcIn struct + Port int + Protocol *string + type GithubComKloudliteOperatorApisCrdsV1BasicAuth struct + Enabled bool + SecretName *string + Username *string + type GithubComKloudliteOperatorApisCrdsV1BasicAuthIn struct + Enabled bool + SecretName *string + Username *string + type GithubComKloudliteOperatorApisCrdsV1ClusterManagedServiceSpec struct + MsvcSpec *GithubComKloudliteOperatorApisCrdsV1ManagedServiceSpec + TargetNamespace string + type GithubComKloudliteOperatorApisCrdsV1ClusterManagedServiceSpecIn struct + MsvcSpec *GithubComKloudliteOperatorApisCrdsV1ManagedServiceSpecIn + type GithubComKloudliteOperatorApisCrdsV1ConfigOrSecret string + const GithubComKloudliteOperatorApisCrdsV1ConfigOrSecretConfig + const GithubComKloudliteOperatorApisCrdsV1ConfigOrSecretPvc + const GithubComKloudliteOperatorApisCrdsV1ConfigOrSecretSecret + func (e *GithubComKloudliteOperatorApisCrdsV1ConfigOrSecret) UnmarshalGQL(v interface{}) error + func (e GithubComKloudliteOperatorApisCrdsV1ConfigOrSecret) IsValid() bool + func (e GithubComKloudliteOperatorApisCrdsV1ConfigOrSecret) MarshalGQL(w io.Writer) + func (e GithubComKloudliteOperatorApisCrdsV1ConfigOrSecret) String() string + type GithubComKloudliteOperatorApisCrdsV1ContainerEnv struct + Key string + Optional *bool + RefKey *string + RefName *string + Type *GithubComKloudliteOperatorApisCrdsV1ConfigOrSecret + Value *string + type GithubComKloudliteOperatorApisCrdsV1ContainerEnvIn struct + Key string + Optional *bool + RefKey *string + RefName *string + Type *GithubComKloudliteOperatorApisCrdsV1ConfigOrSecret + Value *string + type GithubComKloudliteOperatorApisCrdsV1ContainerResource struct + Max *string + Min *string + type GithubComKloudliteOperatorApisCrdsV1ContainerResourceIn struct + Max *string + Min *string + type GithubComKloudliteOperatorApisCrdsV1ContainerVolume struct + Items []*GithubComKloudliteOperatorApisCrdsV1ContainerVolumeItem + MountPath string + RefName string + Type GithubComKloudliteOperatorApisCrdsV1ConfigOrSecret + type GithubComKloudliteOperatorApisCrdsV1ContainerVolumeIn struct + Items []*GithubComKloudliteOperatorApisCrdsV1ContainerVolumeItemIn + MountPath string + RefName string + Type GithubComKloudliteOperatorApisCrdsV1ConfigOrSecret + type GithubComKloudliteOperatorApisCrdsV1ContainerVolumeItem struct + FileName *string + Key string + type GithubComKloudliteOperatorApisCrdsV1ContainerVolumeItemIn struct + FileName *string + Key string + type GithubComKloudliteOperatorApisCrdsV1Cors struct + AllowCredentials *bool + Enabled *bool + Origins []string + type GithubComKloudliteOperatorApisCrdsV1CorsIn struct + AllowCredentials *bool + Enabled *bool + Origins []string + type GithubComKloudliteOperatorApisCrdsV1EnvFrom struct + RefName string + Type GithubComKloudliteOperatorApisCrdsV1ConfigOrSecret + type GithubComKloudliteOperatorApisCrdsV1EnvFromIn struct + RefName string + Type GithubComKloudliteOperatorApisCrdsV1ConfigOrSecret + type GithubComKloudliteOperatorApisCrdsV1EnvironmentRouting struct + Mode *v1.EnvironmentRoutingMode + PrivateIngressClass *string + PublicIngressClass *string + type GithubComKloudliteOperatorApisCrdsV1EnvironmentRoutingIn struct + Mode *v1.EnvironmentRoutingMode + type GithubComKloudliteOperatorApisCrdsV1EnvironmentSpec struct + Routing *GithubComKloudliteOperatorApisCrdsV1EnvironmentRouting + Suspend *bool + TargetNamespace *string + type GithubComKloudliteOperatorApisCrdsV1EnvironmentSpecIn struct + Routing *GithubComKloudliteOperatorApisCrdsV1EnvironmentRoutingIn + Suspend *bool + TargetNamespace *string + type GithubComKloudliteOperatorApisCrdsV1ExternalAppRecordType string + const GithubComKloudliteOperatorApisCrdsV1ExternalAppRecordTypeCname + const GithubComKloudliteOperatorApisCrdsV1ExternalAppRecordTypeIPAddr + func (e *GithubComKloudliteOperatorApisCrdsV1ExternalAppRecordType) UnmarshalGQL(v interface{}) error + func (e GithubComKloudliteOperatorApisCrdsV1ExternalAppRecordType) IsValid() bool + func (e GithubComKloudliteOperatorApisCrdsV1ExternalAppRecordType) MarshalGQL(w io.Writer) + func (e GithubComKloudliteOperatorApisCrdsV1ExternalAppRecordType) String() string + type GithubComKloudliteOperatorApisCrdsV1ExternalAppSpec struct + Intercept *GithubComKloudliteOperatorApisCrdsV1Intercept + Record string + RecordType GithubComKloudliteOperatorApisCrdsV1ExternalAppRecordType + type GithubComKloudliteOperatorApisCrdsV1ExternalAppSpecIn struct + Intercept *GithubComKloudliteOperatorApisCrdsV1InterceptIn + Record string + RecordType GithubComKloudliteOperatorApisCrdsV1ExternalAppRecordType + type GithubComKloudliteOperatorApisCrdsV1HPAIn struct + Enabled bool + MaxReplicas *int + MinReplicas *int + ThresholdCPU *int + ThresholdMemory *int + type GithubComKloudliteOperatorApisCrdsV1HTTPGetProbe struct + HTTPHeaders map[string]interface{} + Path string + Port int + type GithubComKloudliteOperatorApisCrdsV1HTTPGetProbeIn struct + HTTPHeaders map[string]interface{} + Path string + Port int + type GithubComKloudliteOperatorApisCrdsV1HTTPS struct + ClusterIssuer *string + Enabled bool + ForceRedirect *bool + type GithubComKloudliteOperatorApisCrdsV1HTTPSIn struct + ClusterIssuer *string + Enabled bool + ForceRedirect *bool + type GithubComKloudliteOperatorApisCrdsV1Hpa struct + Enabled bool + MaxReplicas *int + MinReplicas *int + ThresholdCPU *int + ThresholdMemory *int + type GithubComKloudliteOperatorApisCrdsV1Intercept struct + Enabled *bool + PortMappings []*GithubComKloudliteOperatorApisCrdsV1AppInterceptPortMappings + ToDevice *string + ToIPAddr *string + type GithubComKloudliteOperatorApisCrdsV1InterceptIn struct + Enabled *bool + PortMappings []*v1.AppInterceptPortMappings + ToDevice *string + ToIPAddr *string + type GithubComKloudliteOperatorApisCrdsV1ManagedResourceSpec struct + ResourceNamePrefix *string + ResourceTemplate *GithubComKloudliteOperatorApisCrdsV1MresResourceTemplate + type GithubComKloudliteOperatorApisCrdsV1ManagedResourceSpecIn struct + ResourceNamePrefix *string + ResourceTemplate *GithubComKloudliteOperatorApisCrdsV1MresResourceTemplateIn + type GithubComKloudliteOperatorApisCrdsV1ManagedServiceSpec struct + NodeSelector map[string]interface{} + ServiceTemplate *GithubComKloudliteOperatorApisCrdsV1ServiceTemplate + Tolerations []*K8sIoAPICoreV1Toleration + type GithubComKloudliteOperatorApisCrdsV1ManagedServiceSpecIn struct + NodeSelector map[string]interface{} + ServiceTemplate *GithubComKloudliteOperatorApisCrdsV1ServiceTemplateIn + Tolerations []*K8sIoAPICoreV1TolerationIn + type GithubComKloudliteOperatorApisCrdsV1MresResourceTemplate struct + APIVersion string + Kind string + MsvcRef *GithubComKloudliteOperatorApisCommonTypesMsvcRef + Spec map[string]interface{} + type GithubComKloudliteOperatorApisCrdsV1MresResourceTemplateIn struct + APIVersion string + Kind string + MsvcRef *GithubComKloudliteOperatorApisCommonTypesMsvcRefIn + Spec map[string]interface{} + type GithubComKloudliteOperatorApisCrdsV1Probe struct + FailureThreshold *int + HTTPGet *GithubComKloudliteOperatorApisCrdsV1HTTPGetProbe + InitialDelay *int + Interval *int + Shell *GithubComKloudliteOperatorApisCrdsV1ShellProbe + TCP *GithubComKloudliteOperatorApisCrdsV1TCPProbe + Type string + type GithubComKloudliteOperatorApisCrdsV1ProbeIn struct + FailureThreshold *int + HTTPGet *GithubComKloudliteOperatorApisCrdsV1HTTPGetProbeIn + InitialDelay *int + Interval *int + Shell *GithubComKloudliteOperatorApisCrdsV1ShellProbeIn + TCP *GithubComKloudliteOperatorApisCrdsV1TCPProbeIn + Type string + type GithubComKloudliteOperatorApisCrdsV1RateLimit struct + Connections *int + Enabled *bool + Rpm *int + Rps *int + type GithubComKloudliteOperatorApisCrdsV1RateLimitIn struct + Connections *int + Enabled *bool + Rpm *int + Rps *int + type GithubComKloudliteOperatorApisCrdsV1Route struct + App string + Path string + Port int + Rewrite *bool + type GithubComKloudliteOperatorApisCrdsV1RouteIn struct + App string + Path string + Port int + Rewrite *bool + type GithubComKloudliteOperatorApisCrdsV1RouterSpec struct + BackendProtocol *string + BasicAuth *GithubComKloudliteOperatorApisCrdsV1BasicAuth + Cors *GithubComKloudliteOperatorApisCrdsV1Cors + Domains []string + HTTPS *GithubComKloudliteOperatorApisCrdsV1HTTPS + IngressClass *string + MaxBodySizeInMb *int + RateLimit *GithubComKloudliteOperatorApisCrdsV1RateLimit + Routes []*GithubComKloudliteOperatorApisCrdsV1Route + type GithubComKloudliteOperatorApisCrdsV1RouterSpecIn struct + BackendProtocol *string + BasicAuth *GithubComKloudliteOperatorApisCrdsV1BasicAuthIn + Cors *GithubComKloudliteOperatorApisCrdsV1CorsIn + Domains []string + HTTPS *GithubComKloudliteOperatorApisCrdsV1HTTPSIn + IngressClass *string + MaxBodySizeInMb *int + RateLimit *GithubComKloudliteOperatorApisCrdsV1RateLimitIn + Routes []*GithubComKloudliteOperatorApisCrdsV1RouteIn + type GithubComKloudliteOperatorApisCrdsV1ServiceTemplate struct + APIVersion string + Kind string + Spec map[string]interface{} + type GithubComKloudliteOperatorApisCrdsV1ServiceTemplateIn struct + APIVersion string + Kind string + Spec map[string]interface{} + type GithubComKloudliteOperatorApisCrdsV1ShellProbe struct + Command []string + type GithubComKloudliteOperatorApisCrdsV1ShellProbeIn struct + Command []string + type GithubComKloudliteOperatorApisCrdsV1TCPProbe struct + Port int + type GithubComKloudliteOperatorApisCrdsV1TCPProbeIn struct + Port int + type GithubComKloudliteOperatorPkgOperatorCheck struct + Debug *string + Error *string + Generation *int + Info *string + Message *string + StartedAt *string + State *GithubComKloudliteOperatorPkgOperatorState + Status bool + type GithubComKloudliteOperatorPkgOperatorCheckIn struct + Debug *string + Error *string + Generation *int + Info *string + Message *string + StartedAt *string + State *GithubComKloudliteOperatorPkgOperatorState + Status bool + type GithubComKloudliteOperatorPkgOperatorCheckMeta struct + Debug *bool + Description *string + Hide *bool + Name string + Title string + type GithubComKloudliteOperatorPkgOperatorCheckMetaIn struct + Debug *bool + Description *string + Hide *bool + Name string + Title string + type GithubComKloudliteOperatorPkgOperatorResourceRef struct + APIVersion string + Kind string + Name string + Namespace string + type GithubComKloudliteOperatorPkgOperatorResourceRefIn struct + APIVersion string + Kind string + Name string + Namespace string + type GithubComKloudliteOperatorPkgOperatorState string + const GithubComKloudliteOperatorPkgOperatorStateErroredDuringReconcilation + const GithubComKloudliteOperatorPkgOperatorStateFinishedReconcilation + const GithubComKloudliteOperatorPkgOperatorStateUnderReconcilation + const GithubComKloudliteOperatorPkgOperatorStateYetToBeReconciled + func (e *GithubComKloudliteOperatorPkgOperatorState) UnmarshalGQL(v interface{}) error + func (e GithubComKloudliteOperatorPkgOperatorState) IsValid() bool + func (e GithubComKloudliteOperatorPkgOperatorState) MarshalGQL(w io.Writer) + func (e GithubComKloudliteOperatorPkgOperatorState) String() string + type GithubComKloudliteOperatorPkgOperatorStatusIn struct + CheckList []*GithubComKloudliteOperatorPkgOperatorCheckMetaIn + Checks map[string]interface{} + IsReady bool + LastReadyGeneration *int + LastReconcileTime *string + Message *GithubComKloudliteOperatorPkgRawJSONRawJSONIn + Resources []*GithubComKloudliteOperatorPkgOperatorResourceRefIn + type GithubComKloudliteOperatorPkgRawJSONRawJSON struct + RawMessage any + type GithubComKloudliteOperatorPkgRawJSONRawJSONIn struct + RawMessage any + type ImagePullSecretEdge struct + Cursor string + Node *entities.ImagePullSecret + type ImagePullSecretPaginatedRecords struct + Edges []*ImagePullSecretEdge + PageInfo *PageInfo + TotalCount int + type ImportedManagedResourceEdge struct + Cursor string + Node *entities.ImportedManagedResource + type ImportedManagedResourceIn struct + DisplayName string + EnvironmentName string + ManagedResourceRef *GithubComKloudliteAPIAppsConsoleInternalEntitiesManagedResourceRefIn + Name string + SecretRef *GithubComKloudliteOperatorApisCommonTypesSecretRefIn + SyncStatus *types.SyncStatus + type ImportedManagedResourcePaginatedRecords struct + Edges []*ImportedManagedResourceEdge + PageInfo *PageInfo + TotalCount int + type K8sIoAPICoreV1SecretType string + const K8sIoAPICoreV1SecretTypeBootstrapKubernetesIoToken + const K8sIoAPICoreV1SecretTypeKubernetesIoBasicAuth + const K8sIoAPICoreV1SecretTypeKubernetesIoDockercfg + const K8sIoAPICoreV1SecretTypeKubernetesIoDockerconfigjson + const K8sIoAPICoreV1SecretTypeKubernetesIoSSHAuth + const K8sIoAPICoreV1SecretTypeKubernetesIoServiceAccountToken + const K8sIoAPICoreV1SecretTypeKubernetesIoTLS + const K8sIoAPICoreV1SecretTypeOpaque + func (e *K8sIoAPICoreV1SecretType) UnmarshalGQL(v interface{}) error + func (e K8sIoAPICoreV1SecretType) IsValid() bool + func (e K8sIoAPICoreV1SecretType) MarshalGQL(w io.Writer) + func (e K8sIoAPICoreV1SecretType) String() string + type K8sIoAPICoreV1TaintEffect string + const K8sIoAPICoreV1TaintEffectNoExecute + const K8sIoAPICoreV1TaintEffectNoSchedule + const K8sIoAPICoreV1TaintEffectPreferNoSchedule + func (e *K8sIoAPICoreV1TaintEffect) UnmarshalGQL(v interface{}) error + func (e K8sIoAPICoreV1TaintEffect) IsValid() bool + func (e K8sIoAPICoreV1TaintEffect) MarshalGQL(w io.Writer) + func (e K8sIoAPICoreV1TaintEffect) String() string + type K8sIoAPICoreV1Toleration struct + Effect *K8sIoAPICoreV1TaintEffect + Key *string + Operator *K8sIoAPICoreV1TolerationOperator + TolerationSeconds *int + Value *string + type K8sIoAPICoreV1TolerationIn struct + Effect *K8sIoAPICoreV1TaintEffect + Key *string + Operator *K8sIoAPICoreV1TolerationOperator + TolerationSeconds *int + Value *string + type K8sIoAPICoreV1TolerationOperator string + const K8sIoAPICoreV1TolerationOperatorEqual + const K8sIoAPICoreV1TolerationOperatorExists + func (e *K8sIoAPICoreV1TolerationOperator) UnmarshalGQL(v interface{}) error + func (e K8sIoAPICoreV1TolerationOperator) IsValid() bool + func (e K8sIoAPICoreV1TolerationOperator) MarshalGQL(w io.Writer) + func (e K8sIoAPICoreV1TolerationOperator) String() string + type K8sIoAPICoreV1TopologySpreadConstraint struct + LabelSelector *K8sIoApimachineryPkgApisMetaV1LabelSelector + MatchLabelKeys []string + MaxSkew int + MinDomains *int + NodeAffinityPolicy *string + NodeTaintsPolicy *string + TopologyKey string + WhenUnsatisfiable K8sIoAPICoreV1UnsatisfiableConstraintAction + type K8sIoAPICoreV1TopologySpreadConstraintIn struct + LabelSelector *K8sIoApimachineryPkgApisMetaV1LabelSelectorIn + MatchLabelKeys []string + MaxSkew int + MinDomains *int + NodeAffinityPolicy *string + NodeTaintsPolicy *string + TopologyKey string + WhenUnsatisfiable K8sIoAPICoreV1UnsatisfiableConstraintAction + type K8sIoAPICoreV1UnsatisfiableConstraintAction string + const K8sIoAPICoreV1UnsatisfiableConstraintActionDoNotSchedule + const K8sIoAPICoreV1UnsatisfiableConstraintActionScheduleAnyway + func (e *K8sIoAPICoreV1UnsatisfiableConstraintAction) UnmarshalGQL(v interface{}) error + func (e K8sIoAPICoreV1UnsatisfiableConstraintAction) IsValid() bool + func (e K8sIoAPICoreV1UnsatisfiableConstraintAction) MarshalGQL(w io.Writer) + func (e K8sIoAPICoreV1UnsatisfiableConstraintAction) String() string + type K8sIoApimachineryPkgApisMetaV1LabelSelector struct + MatchExpressions []*K8sIoApimachineryPkgApisMetaV1LabelSelectorRequirement + MatchLabels map[string]interface{} + type K8sIoApimachineryPkgApisMetaV1LabelSelectorIn struct + MatchExpressions []*K8sIoApimachineryPkgApisMetaV1LabelSelectorRequirementIn + MatchLabels map[string]interface{} + type K8sIoApimachineryPkgApisMetaV1LabelSelectorOperator string + const K8sIoApimachineryPkgApisMetaV1LabelSelectorOperatorDoesNotExist + const K8sIoApimachineryPkgApisMetaV1LabelSelectorOperatorExists + const K8sIoApimachineryPkgApisMetaV1LabelSelectorOperatorIn + const K8sIoApimachineryPkgApisMetaV1LabelSelectorOperatorNotIn + func (e *K8sIoApimachineryPkgApisMetaV1LabelSelectorOperator) UnmarshalGQL(v interface{}) error + func (e K8sIoApimachineryPkgApisMetaV1LabelSelectorOperator) IsValid() bool + func (e K8sIoApimachineryPkgApisMetaV1LabelSelectorOperator) MarshalGQL(w io.Writer) + func (e K8sIoApimachineryPkgApisMetaV1LabelSelectorOperator) String() string + type K8sIoApimachineryPkgApisMetaV1LabelSelectorRequirement struct + Key string + Operator K8sIoApimachineryPkgApisMetaV1LabelSelectorOperator + Values []string + type K8sIoApimachineryPkgApisMetaV1LabelSelectorRequirementIn struct + Key string + Operator K8sIoApimachineryPkgApisMetaV1LabelSelectorOperator + Values []string + type ManagedResourceEdge struct + Cursor string + Node *entities.ManagedResource + type ManagedResourceKeyRef struct + Key string + MresName string + type ManagedResourceKeyValueRefIn struct + Key string + MresName string + Value string + type ManagedResourcePaginatedRecords struct + Edges []*ManagedResourceEdge + PageInfo *PageInfo + TotalCount int + type Mutation struct + type OnlineStatus struct + LastOnlineAt string + WillBeOfflineAt string + type PageInfo struct + EndCursor *string + HasNextPage *bool + HasPrevPage *bool + StartCursor *string + type Port struct + Port *int + TargetPort *int + type Query struct + type RegistryImageCredentials struct + AccountName string + CreatedBy *common.CreatedOrUpdatedBy + CreationTime string + ID repos.ID + MarkedForDeletion *bool + Password string + RecordVersion int + UpdateTime string + type RegistryImageCredentialsEdge struct + Cursor string + Node *RegistryImageCredentials + type RegistryImageCredentialsIn struct + AccountName string + Password string + type RegistryImageCredentialsPaginatedRecords struct + Edges []*RegistryImageCredentialsEdge + PageInfo *PageInfo + TotalCount int + type RegistryImageEdge struct + Cursor string + Node *entities.RegistryImage + type RegistryImagePaginatedRecords struct + Edges []*RegistryImageEdge + PageInfo *PageInfo + TotalCount int + type RegistryImageURL struct + KlWebhookAuthToken string + ScriptURL []string + ScriptURLExample []string + URL []string + URLExample []string + type RegistryImageURLIn struct + KlWebhookAuthToken string + ScriptURL []string + ScriptURLExample []string + URL []string + URLExample []string + type RouterEdge struct + Cursor string + Node *entities.Router + type RouterPaginatedRecords struct + Edges []*RouterEdge + PageInfo *PageInfo + TotalCount int + type SearchApps struct + IsReady *repos.MatchFilter + MarkedForDeletion *repos.MatchFilter + Text *repos.MatchFilter + type SearchClusterManagedService struct + IsReady *repos.MatchFilter + Text *repos.MatchFilter + type SearchConfigs struct + IsReady *repos.MatchFilter + MarkedForDeletion *repos.MatchFilter + Text *repos.MatchFilter + type SearchEnvironments struct + IsReady *repos.MatchFilter + MarkedForDeletion *repos.MatchFilter + Text *repos.MatchFilter + type SearchExternalApps struct + IsReady *repos.MatchFilter + MarkedForDeletion *repos.MatchFilter + Text *repos.MatchFilter + type SearchImagePullSecrets struct + IsReady *repos.MatchFilter + MarkedForDeletion *repos.MatchFilter + Text *repos.MatchFilter + type SearchImportedManagedResources struct + IsReady *repos.MatchFilter + MarkedForDeletion *repos.MatchFilter + Text *repos.MatchFilter + type SearchManagedResources struct + EnvName *repos.MatchFilter + IsReady *repos.MatchFilter + ManagedServiceName *repos.MatchFilter + MarkedForDeletion *repos.MatchFilter + Text *repos.MatchFilter + type SearchProjectManagedService struct + IsReady *repos.MatchFilter + ManagedServiceName *repos.MatchFilter + MarkedForDeletion *repos.MatchFilter + Text *repos.MatchFilter + type SearchProjects struct + IsReady *repos.MatchFilter + MarkedForDeletion *repos.MatchFilter + Text *repos.MatchFilter + type SearchRegistryImages struct + Text *repos.MatchFilter + type SearchRouters struct + IsReady *repos.MatchFilter + MarkedForDeletion *repos.MatchFilter + Text *repos.MatchFilter + type SearchSecrets struct + IsReady *repos.MatchFilter + MarkedForDeletion *repos.MatchFilter + Text *repos.MatchFilter + type SecretEdge struct + Cursor string + Node *entities.Secret + type SecretKeyRef struct + Key string + SecretName string + type SecretKeyValueRefIn struct + Key string + SecretName string + Value string + type SecretPaginatedRecords struct + Edges []*SecretEdge + PageInfo *PageInfo + TotalCount int v1.0.3 Feb 14, 2024 v1.0.2 Feb 14, 2024 v1.0.1 Feb 4, 2024 v1.0.0 Feb 4, 2024