public class DoneableSubject extends SubjectFluentImpl<DoneableSubject> implements io.fabric8.kubernetes.api.model.Doneable<Subject>
| Constructor and Description |
|---|
DoneableSubject(io.fabric8.kubernetes.api.builder.Function<Subject,Subject> function) |
DoneableSubject(Subject item) |
DoneableSubject(Subject item,
io.fabric8.kubernetes.api.builder.Function<Subject,Subject> function) |
| Modifier and Type | Method and Description |
|---|---|
Subject |
done() |
addToProperties, addToProperties, equals, getGroup, getProperties, getUser, hasGroup, hasProperties, hasUser, removeFromProperties, removeFromProperties, withGroup, withProperties, withUserpublic DoneableSubject(io.fabric8.kubernetes.api.builder.Function<Subject,Subject> function)
public DoneableSubject(Subject item, io.fabric8.kubernetes.api.builder.Function<Subject,Subject> function)
public DoneableSubject(Subject item)
Copyright © 2017–2018 Red Hat. All rights reserved.