public class V1alpha1InitSpec extends Object
| Constructor and Description |
|---|
V1alpha1InitSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
V1alpha1PostgresWALSourceSpec |
getPostgresWAL()
Get postgresWAL
|
V1alpha1ScriptSourceSpec |
getScriptSource()
Get scriptSource
|
V1alpha1SnapshotSourceSpec |
getSnapshotSource()
Get snapshotSource
|
int |
hashCode() |
V1alpha1InitSpec |
postgresWAL(V1alpha1PostgresWALSourceSpec postgresWAL) |
V1alpha1InitSpec |
scriptSource(V1alpha1ScriptSourceSpec scriptSource) |
void |
setPostgresWAL(V1alpha1PostgresWALSourceSpec postgresWAL) |
void |
setScriptSource(V1alpha1ScriptSourceSpec scriptSource) |
void |
setSnapshotSource(V1alpha1SnapshotSourceSpec snapshotSource) |
V1alpha1InitSpec |
snapshotSource(V1alpha1SnapshotSourceSpec snapshotSource) |
String |
toString() |
public V1alpha1InitSpec postgresWAL(V1alpha1PostgresWALSourceSpec postgresWAL)
public V1alpha1PostgresWALSourceSpec getPostgresWAL()
public void setPostgresWAL(V1alpha1PostgresWALSourceSpec postgresWAL)
public V1alpha1InitSpec scriptSource(V1alpha1ScriptSourceSpec scriptSource)
public V1alpha1ScriptSourceSpec getScriptSource()
public void setScriptSource(V1alpha1ScriptSourceSpec scriptSource)
public V1alpha1InitSpec snapshotSource(V1alpha1SnapshotSourceSpec snapshotSource)
public V1alpha1SnapshotSourceSpec getSnapshotSource()
public void setSnapshotSource(V1alpha1SnapshotSourceSpec snapshotSource)
Copyright © 2018. All rights reserved.