KeycloakResource
Handle TypeScript
interface KeycloakResource extends IComputeResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IResourceWithServiceDiscovery { entrypoint: string; readonly name: string; shellExecution: boolean; withDataBindMount(source: string): KeycloakResource; withDataVolume(name?: string): KeycloakResource; withDisabledFeatures(features: string[]): KeycloakResource; withEnabledFeatures(features: string[]): KeycloakResource; withOtlpExporter(): KeycloakResource; withOtlpExporterWithProtocol(protocol: OtlpProtocol): KeycloakResource; withRealmImport(importPath: string): KeycloakResource;} 12 members
Properties
property
entrypoint string get · set Gets the Entrypoint property
property
name string get Gets the Name property
property
shellExecution boolean get · set Gets the ShellExecution property
Methods
method
withDataBindMount builder Adds a data bind mount for Keycloak
withDataBindMount(source: string): KeycloakResourceParameters
source string Returns
KeycloakResource method
withDataVolume builder Adds a data volume for Keycloak
withDataVolume(name?: string): KeycloakResourceParameters
name string optional Returns
KeycloakResource method
withDisabledFeatures builder Disables Keycloak features
withDisabledFeatures(features: string[]): KeycloakResourceParameters
features string[] Returns
KeycloakResource method
withEnabledFeatures builder Enables Keycloak features
withEnabledFeatures(features: string[]): KeycloakResourceParameters
features string[] Returns
KeycloakResource method
withOtlpExporter builder Configures the OTLP exporter for Keycloak
withOtlpExporter(): KeycloakResourceReturns
KeycloakResource method
withOtlpExporterWithProtocol builder Configures the OTLP exporter for Keycloak with a specific protocol
withOtlpExporterWithProtocol(protocol: OtlpProtocol): KeycloakResourceParameters
protocol OtlpProtocol Returns
KeycloakResource method
withRealmImport builder Imports a Keycloak realm configuration
withRealmImport(importPath: string): KeycloakResourceParameters
importPath string Returns
KeycloakResource