public class Swarm extends ClusterInfo
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
Swarm() |
| Modifier and Type | Method and Description |
|---|---|
SwarmJoinTokens |
getJoinTokens() |
Swarm |
withCreatedAt(Date createdAt) |
Swarm |
withId(String id) |
Swarm |
withJoinTokens(SwarmJoinTokens joinTokens) |
Swarm |
withSpec(SwarmSpec spec) |
Swarm |
withUpdatedAt(Date updatedAt) |
Swarm |
withVersion(ResourceVersion version) |
getCreatedAt, getId, getSpec, getUpdatedAt, getVersiongetRawValuespublic static final long serialVersionUID
@CheckForNull public SwarmJoinTokens getJoinTokens()
joinTokenspublic Swarm withJoinTokens(SwarmJoinTokens joinTokens)
joinTokenspublic Swarm withCreatedAt(Date createdAt)
withCreatedAt in class ClusterInfoClusterInfo.createdAtpublic Swarm withId(String id)
withId in class ClusterInfoClusterInfo.idpublic Swarm withSpec(SwarmSpec spec)
withSpec in class ClusterInfoClusterInfo.specpublic Swarm withUpdatedAt(Date updatedAt)
withUpdatedAt in class ClusterInfoClusterInfo.updatedAtpublic Swarm withVersion(ResourceVersion version)
withVersion in class ClusterInfoClusterInfo.versionCopyright © 2025. All rights reserved.