Class ServiceTemplateVolume


  • public final class ServiceTemplateVolume
    extends java.lang.Object
    • Method Detail

      • cloudSqlInstance

        public java.util.Optional<ServiceTemplateVolumeCloudSqlInstance> cloudSqlInstance()
        Returns:
        For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Structure is documented below.
      • name

        public java.lang.String name()
        Returns:
        Volume's name.
      • secret

        public java.util.Optional<ServiceTemplateVolumeSecret> secret()
        Returns:
        Secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret Structure is documented below.