Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Add generateName #46

Merged
merged 2 commits into from
Aug 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions devfile_next.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Devfile *-- "n" Project

class Metadata {
- name
- generateName
}

class Component {
Expand Down Expand Up @@ -50,6 +51,7 @@ class CommandAction {
- command
- reference
- referenceContent
- workdir
}

class Project {
Expand Down Expand Up @@ -84,6 +86,26 @@ class Dockerimage {
- args
}

Dockerimage <|-.. Env
Dockerimage <|-.. Volumes
Dockerimage <|-.. Endpoints

class Env {
- name
- value
}

class Volumes {
- name
- containerPath
}

class Endpoints {
- name
- port
- attributes
}

class Openshift {
- reference
- referenceContent
Expand Down
Binary file modified devfile_next.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.