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

io.rancher.type.DockerBuild.groovy Maven / Gradle / Ivy

package io.rancher.type

import io.rancher.base.RancherModel
import io.rancher.base.RancherType

@RancherModel
class DockerBuild extends RancherType { 
  String context
  String dockerfile
  Boolean forcerm
  Boolean nocache
  String remote
  Boolean rm
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy