All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.spinnaker.keel.bakery.UnknownBaseImage.kt Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package com.netflix.spinnaker.keel.bakery

import com.netflix.spinnaker.keel.api.artifacts.BaseLabel
import com.netflix.spinnaker.kork.exceptions.SystemException

class UnknownBaseImage(os: String, label: BaseLabel) :
  SystemException("Could not identify base image for os $os and label $label")

class UnknownBaseImageId(id: String):
  SystemException("Could not identify base image for id $id")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy