VolumeK8S

homecloud-2/Container/VolumeK8S
include('homecloud-2/Container/VolumeK8S')
Illustration VolumeK8S VolumeK8SCard VolumeK8SGroup
illustration for Illustration illustration for VolumeK8S illustration for VolumeK8SCard illustration for VolumeK8SGroup

Sprites

The item provides the following sriptes:

  • <$VolumeK8SXs>
  • <$VolumeK8SSm>
  • <$VolumeK8SMd>
  • <$VolumeK8SLg>

VolumeK8S

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('homecloud-2/bootstrap')

' loads the Item which embeds the element VolumeK8S
include('homecloud-2/Container/VolumeK8S')

' renders the element
VolumeK8S('VolumeK8s', 'Volume K8s', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('homecloud-2/bootstrap')

' loads the Item which embeds the element VolumeK8S
include('homecloud-2/Container/VolumeK8S')

' renders the element
VolumeK8S('VolumeK8s', 'Volume K8s', 'an optional tech label', 'an optional description')
@enduml

VolumeK8SCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('homecloud-2/bootstrap')

' loads the Item which embeds the element VolumeK8SCard
include('homecloud-2/Container/VolumeK8S')

' renders the element
VolumeK8SCard('VolumeK8sCard', 'Volume K8s Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('homecloud-2/bootstrap')

' loads the Item which embeds the element VolumeK8SCard
include('homecloud-2/Container/VolumeK8S')

' renders the element
VolumeK8SCard('VolumeK8sCard', 'Volume K8s Card', 'an optional description')
@enduml

VolumeK8SGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('homecloud-2/bootstrap')

' loads the Item which embeds the element VolumeK8SGroup
include('homecloud-2/Container/VolumeK8S')

' renders the element
VolumeK8SGroup('VolumeK8sGroup', 'Volume K8s Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('homecloud-2/bootstrap')

' loads the Item which embeds the element VolumeK8SGroup
include('homecloud-2/Container/VolumeK8S')

' renders the element
VolumeK8SGroup('VolumeK8sGroup', 'Volume K8s Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml