public interface HTTPCookieFluent<A extends HTTPCookieFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getPath() |
Long |
getTtl() |
Boolean |
hasName() |
Boolean |
hasPath() |
Boolean |
hasTtl() |
A |
withName(String name) |
A |
withNewTtl(long arg1) |
A |
withNewTtl(String arg1) |
A |
withPath(String path) |
A |
withTtl(Long ttl) |
Copyright © 2017–2018 Red Hat. All rights reserved.