AwsAuthExample

skuber.examples.auth.AwsAuthExample
object AwsAuthExample extends App

sbt examples/assembly export namespace=default;export serverUrl=https://EKS_URL; export certificate=CERTIFICATE_BASE64_ENCODED;export clusterName=EKS_CLUSTER_NAME; export region=REGION_NAME java -cp ./examples/target/scala-2.13/skuber-examples-assembly-x.x.x.jar skuber.examples.auth.AwsAuthExample

Attributes

Graph
Supertypes
trait App
trait DelayedInit
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def listPods(namespace: String, minutesSleep: Int): Unit

Inherited methods

final protected def args: Array[String]

Attributes

Inherited from:
App
final def main(args: Array[String]): Unit

Attributes

Inherited from:
App

Deprecated and Inherited methods

override def delayedInit(body: => Unit): Unit

Attributes

Deprecated
[Since version 2.11.0] the delayedInit mechanism will disappear
Definition Classes
App -> DelayedInit
Inherited from:
App

Concrete fields

val certificate: Array[Byte]
val cluster: Cluster
val clusterName: String
val context: Context
val k8s: KubernetesClient
val k8sConfig: Configuration
val namespace: String
val region: Regions
val serverUrl: String