Package org.cdk8s

Interface IResolver

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  IResolver.Jsii$Default
      Internal default implementation for IResolver.
      static class  IResolver.Jsii$Proxy
      A proxy class which represents a concrete javascript instance of this type.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void resolve​(ResolutionContext context)
      This function is invoked on every property during cdk8s synthesis.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Method Detail

      • resolve

        @Stability(Stable)
        void resolve​(@NotNull
                     ResolutionContext context)
        This function is invoked on every property during cdk8s synthesis.

        To replace a value, implementations must invoke context.replaceValue.

        Parameters:
        context - This parameter is required.